This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
Releases: briis/hass-weatherflow
Releases · briis/hass-weatherflow
Version 0.1.17
Fixed
- Issue #18. Some times the list of devices attached to a Hub, does not contain a
device_type
, and that would make the Integration crash.
Version 0.1.16
Added
- Issue #16. Option to configurate how many hours are loaded for the Hourly based forecast. Minimum is 24 hours, maximum 240 hours and default is 48 hours. Go to the Integration page and click on CONFIGURE on the WeatherFlow integration, and then pull the slider to the hours you want.
Version 0.1.15
Added
- A new sensor called
station_information
is added. This sensor shows the name of the Station as state, and then has all the data about the station and attached devices in the attributes. Similar to thestation_name
in the SmartWeather integration. - New sensors
precipitation_duration_yesterday_rain_checked
,precipitation_yesterday_rain_checked
,precipitation_today_rain_checked
. These values will only appear for stations located in the US, as they are depended on Rain Check and that only works in the US. Holding calibated precipitation data.
Changed
- Fixing issue #15, where Home Assistant sometimes added a warning about to long an update time for the Hourly forecast. The number of hours has now been reduced to the next 48 hours, instead of the next 240 hours.
Version 0.1.14
Added
- A new sensor called
battery_mode
is added. This sensor reports a mode between 0 and 3, and the description for the mode is added as an attribute to the sensor. Basically it shows how the Tempest device operates with the current Voltage. You can read more about this on the WeatherFlow Website. This sensor is only available for Tempest devices
Changed
- Closing issue #14. Introducing better handling of error when dataset returned from WeatherFlow is empty. Can happen if the station has been offline for a while.
Version 0.1.13
Only one minor change, requested by the community.
Fixed
- Issue #13. Added 5 decimals to Air Density, for both Metric and Imperial units.
Version 0.1.12
Fixed
- Issue #12. If no wind values where supplied - typically when the Tempest unit is saving battery - the integration would crash on startup.
- Update intervals where not saved between runs.
- Forecast data was never updated, only loaded on startup.
- Issue #11. DeltaT values where wrong when using Imperial Units.
- Issue #11. Air Density Values were wrong when using Imperial Units.
Changed
- Issue #11. All Barometric values are now returned with 3 decimals when using Imperial units.
Version 0.1.11
Fixed
- Issue #9. Fixing wrong Temperature values when using Imperial Unit System.
Changed
- Changed miles per hour unit to mph, to be in line with standard Home Assistant
- Bumped
pyweatherflowrest
to 0.1.14
Added
- Italian translation for Config Flow and Sensors. Thanks to @alexdelprete.
Version 0.1.10
Version 0.1.9
Added
- Issue #3, New binary sensor called
is_lightning
added. Is True if lightning strokes have occurred within the last minute. - Issue #4, Wind sensors will always be in m/s if Metric or mph if Imperial unit system. Now there are 2 extra sensors for each wind sensor that display the value in km/h and knots.
- Issue #7, Dutch Language Translation for Config Flow. Thanks to @dhover.
Fixed
- Issue #6, For unknown reasons one specific data point was missing in the returned data from WeatherFlow. The error can not be replicated, but to ensure the system does not stop, we will no just return an empty value.
Version 0.1.8
Fixed
- Issue #2, error occurs with some users when trying to retrieve
precip_icon
andprecip_type
from forecast. Both data points have been removed, as they are not used in this Integration.