weatherbit

The weatherbit integration adds support for the weatherbit.io web service as a source for meteorological data for your location.

MIT License

Stars
34
Committers
7

Bot releases are hidden (Show)

weatherbit - Release 1.0.21 Latest Release

Published by briis 10 months ago

[1.0.21] - 2024-01-06

Note Issue #91 might not get fixed, leaving the Integration unusable as of 2024.3. It is too complicated to maintain this integration due to the low number of calls per day, so testing changes is very difficult as I quickly run out of calls, making me wait until the next day, to be able to continue. I strongly suggest people to find another Weather Integration, and there are many great ones out there.

weatherbit - Release 1.0.20

Published by briis over 1 year ago

Fix issue #90 and changed the text in the Config Flow to reflect the new default values for updates

weatherbit - Release 1.0.19

Published by briis over 1 year ago

  • Fixing missing translation string in pl.json. Thanks you to @nepozs
  • Fix issue #87 Detected integration that called async_setup_platforms. This call has now been replaced by the proper new function.
weatherbit - Release 1.0.18

Published by briis almost 2 years ago

  • Fixing invalid units for Wind Speed Knots and km/h plus AQI.
  • Issue #85 Removed all deprecated device classes and implemetend translation_key to continue translating certain values in the UI.
  • Cleaned up the code to use the correct Device Classes based on all the new changes in 2023.1
  • Minimum required Home Assistant version from now on is 2023.1.x
weatherbit - Version 1.0.17

Published by briis almost 2 years ago

  • Fixing #84 On sensor.weatherbit_forecast_day_n, the native_temperature and native_templow attributes both have the forecasted high temp values if the system is setup for Imperial Units.
weatherbit - Release 1.0.16

Published by briis almost 2 years ago

  • Fixing issue #81 and #82. Now supporting HA 2022.11
  • Fixing wrong constant definitions for Units
  • Minimum requirement of HA is now changed to 2022.11
weatherbit - Version 1.0.16 Beta 2

Published by briis almost 2 years ago

  • Fixing issue #81 and #82. Needs testing.
  • Fixing wrong constant definitions for Units
weatherbit - Release 1.0.16-Beta.1

Published by briis almost 2 years ago

This beta release is only valid for people running 2022.11-betas. Only fixes for this release is in here.

  • Fixing issue #81 and #82. Needs testing.
weatherbit - Release 1.0.15 **BREAKING CHANGES**

Published by briis almost 2 years ago

Changed

  • Fixing issue #73 BREAKING CHANGE This version now completely removes the Alerts from Weatherbit. As it turned out, even though I only did 1 REST call to Weatherbit to get Current, Forecast and Alert Data, the Alert data counted as an extra call. So by removing this, the Integration is a bit more usefull, after Weatherbit reduced the number of Free Calls per day from 500 down to 50.
    Removing the Alert part is the best option, as this data is available in a few other specialized integrations like MeteoAlarm.
weatherbit - Version 1.0.14

Published by briis about 2 years ago

Fixed

  • Issue #78 Deprecation warning in Logs after 2022.10 upgrade for temperature utility bug
  • Issue [#73] WeatherBit have reduced the available calls per day on the Free Tier from 500 to only 50 calls per day. This now adjusts the minimum and maximum values for the update frequencies to ensure we don't run over the limit. IF YOU UPGRADE FROM A PREVIOUS VERSION, YOU WILL HAVE TO ADJUST BOTH SENSOR AND FORECAST FREQUENCY MANUALLY. Set them both to min 65 min to avoid to many calls.
weatherbit - Release 1.0.13

Published by briis about 2 years ago

Fixing minimum Home Assistant version

weatherbit - Release 1.0.12

Published by briis about 2 years ago

Fixed

  • Issue #76 HA 2022.10: Detected integration that uses speed utility
weatherbit - Version 1.0.11

Published by briis over 2 years ago

You must minimum be running Home Assistant 2022.7.0 for this release to work.

Fixed

  • Issue #70 Fixing is overriding deprecated methods on an instance of WeatherEntity message that will start showing up in the log. Thanks to @Mariusthvdb for reporting this.
weatherbit - Version 1.0.10

Published by briis over 2 years ago

Fixed

  • Issue #67. Deprecreated function as of HA V2022.6.
weatherbit - Version 1.0.9

Published by briis over 2 years ago

Changed

  • Reverting observation_time back to a Timestamp device class, but keeping the fix from 1.0.8 with the Timezone.

Fixed

  • Issue #55. Sometimes Weatherbit will deliver the samme alerts message twice. There is now a filter that takes out these double alerts and only displays it once.
  • Issue [#62] and issue #64 Forecast Day is a day behind.
weatherbit - Version 1.0.9-beta.1

Published by briis over 2 years ago

Changed

  • Reverting observation_time back to a Timestamp device class, but keeping the fix from 1.0.8 with the Timezone.

Fixed

  • Issue #55. Sometimes Weatherbit will deliver the samme alerts message twice. There is now a filter that takes out these double alerts and only displays it once.
  • Issue [#62] and issue #64 This is a potential fix, needs feedback from users before publicly released.
weatherbit - Release 1.0.8

Published by briis over 2 years ago

Changed

  • German translation for Config Flow and Sensor State update. Thank you @andilge for updating this.

Fixed

  • Issue #60 observation_time will now display a Local Date Time string. Thanks to @lymanepp for helping fixing this.
weatherbit - Version 1.0.7

Published by briis over 2 years ago

Fixed

  • Issue #56 Polish language was falling back to English if HA Locale was not set correctly. Thanks to @andilge for spotting and fixing this.
  • Issue #53 Ensure humidity sensor is always reported as integer, without decimals.

Added

  • Added French translation of Config Flow. Thank you to @papo-o
weatherbit - Version 1.0.6

Published by briis almost 3 years ago

Fixed - Breaking Changes

  • BREAKING CHANGE #52 Changed Unique ID to use the supplied Latitude and Longitude. The previous value could sometimes change when many stations in close proximity, creating double entries. This unfortunately means that all entities will get a new unique id, and will be duplicated. I recommend to simply delete the Integration and add it again, and all the names should stay the same as before.

  • Fixing forecast date not in right format. Date needs to be a UTC time string and not DateTime object.

weatherbit - Version 1.0.5

Published by briis almost 3 years ago

Fixed

  • Issue #50 Fixed pressure and visibility values not being correct. Please note that when clicking on a weather card, the units for pressure will be reported as psi if imperial units or else as pa. The values however are in inHg and hPa. For metric units, wind speed is now also in m/s and not kmh. Not sure why this was changed on the Weather Entity.
Badges
Extracted from project README
hacs_badge
Related Projects