Releases: briis/pymeteobridge
Releases · briis/pymeteobridge
Release 0.1.20
Release 0.1.19
- Added the possibility to connect to a Meteobridge device that is setup with the Internet Remote Login feature.
Release 0.1.18
- Added new sensor
precip_accum_last24h
, which shows the precipitation for the last 24 hours.
Version 0.1.17
Changes
- Wind Chill was until now a Calculated value, as the Meteobridge had issues with WeatherFlow stations and Wind Chill calculations. As this is now fixed, we use the wind_chill value from the Meteobridge station.
Version 0.1.16
Changes
- Added error handling to data processing function, to ensure program does not crash, but instead raises a retry exception.
Fixed
- Fixing error thrown when wind values are not present.
Version 0.1.15
[0.1.15] - 2021-12-15
Changes
- Added
precip_accum_month
andprecip_accum_year
data points. Showing accumulated rain for the current month and for current year.
Fixed
- If no Wind Values were returned (for whaytever reason) the Beaufort Values would not be filled and causing a crash. Now returning empty values.
Version 0.1.14
Changes
- Added AQI PM2.5 level calculation. Requires a new module called
python-aqi
.