Releases: naofireblade/homebridge-weather-plus
Releases · naofireblade/homebridge-weather-plus
3.3.5
3.3.4
Added
- Support to detect failing sensors on Tempest weather station and report failure HomeKit
- Sunrise and Sunset for current conditions and forecast with OpenWeather v2.5 (Legacy/Free) API
- Sunrise and Sunset for current conditions with OpenWeather v3.0 OneCall API
- Forecasts with Tempest weather station
- Rain sensor support to WeatherUnderground
- Add support for light level history in Eve app
- Extra error logging when OpenWeatherMap URL load fails
- Error handling to WeatherUnderground to indicate if PWS is offline
Fixed
- Tile naming for Home app so it contains name and value
- Configuration UI to save the threshold values
- Increase max UV Index value as UV Index values in Australia's outback goes higher than 12
- Units in WeatherUnderground so that values are not converted multiple times
3.3.3
Fix Tempest weather station breakage introduced in 3.3.2
Fix Rain accumulation
3.3.2
- Removed DarkSky API as it's no longer available
- Fixed crash when an error occurs in OpenWeatherMap report
- Fixed undefined rain boolean sensor value
- Fixed several Tempest weather station issues
- Improved usage of converter
3.3.1
Fixed
- JSON parse issue for rain events in Tempest API
- serial number to allow it to be unique so History events don't get merged with other weather stations
3.3.0
Added
- Add support for WeatherFlow's Tempest weather station, that reports real time weather data over local network.
3.2.5
Fixed
- datatype errors since homebridge 1.3.0
- Observation time issue in weatherunderground since homebridge 1.3.0
- Error in history service since homebridge 1.3.0
- Wrong tempeature in Fahrenheit for dew point and apparent temperature
Added
- Donation links for homebridge-ui-x
- Error log if no location is provided
3.2.4
Fixed
- Temperature not responding if lower than 0°C since v3.2.3
- Apparent temperature and dew point not responding in compatibility mode home if lower than 0°C
- Apparent temperature and dew point are not converted to F in compatibility mode eve
- Startup error when using compatibility mode eve2 (eve with grouping) and forecasts
3.2.3
Fixed
- Apparent temperature and dew point not responding if lower than 0°C
3.2.2
Added
- Compatibility sensor for total precipitation
Changed
- Precision of WeatherUnderground API to decimal
Fixed
- Crash when OpenWeatherMap API returns no data