This document will cover all major changes to the module.
- 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.
- Added error handling to data processing function, to ensure program does not crash, but instead raises a retry exception.
- Fixing error thrown when wind values are not present.
- Added
precip_accum_month
andprecip_accum_year
data points. Showing accumulated rain for the current month and for current year.
- If no Wind Values were returned (for whaytever reason) the Beaufort Values would not be filled and causing a crash. Now returning empty values.
- Added AQI PM2.5 level calculation. Requires a new module called
python-aqi
.