Skip to content

Releases: briis/pymeteobridge

Release 0.1.20

04 Feb 12:14
Compare
Choose a tag to compare

Ensured that there is / at the end of the IP Address if the Internet Remote feature is used.

Release 0.1.19

04 Feb 09:28
Compare
Choose a tag to compare
  • Added the possibility to connect to a Meteobridge device that is setup with the Internet Remote Login feature.

Release 0.1.18

11 Sep 07:02
Compare
Choose a tag to compare
  • Added new sensor precip_accum_last24h, which shows the precipitation for the last 24 hours.

Version 0.1.17

08 Jan 08:51
Compare
Choose a tag to compare

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

16 Dec 06:24
Compare
Choose a tag to compare

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

15 Dec 19:51
Compare
Choose a tag to compare

[0.1.15] - 2021-12-15

Changes

  • Added precip_accum_month and precip_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

06 Dec 11:45
Compare
Choose a tag to compare

Changes

  • Added AQI PM2.5 level calculation. Requires a new module called python-aqi.