2023-12-08, 02:40
For me it's the WeatherBit module that's been misbehaving the last few days.
It seems to be returning unexpected/invalid data for ozone values.
Temporarily `fixed' by commenting out line #79 in /weather.multi/lib/providers/weatherbit.py
It seems to be returning unexpected/invalid data for ozone values.
Temporarily `fixed' by commenting out line #79 in /weather.multi/lib/providers/weatherbit.py
search::set_property('Daily.%i.Ozone' % (count+1), str(int(round(item['ozone']))) + ' DU')
replace::# set_property('Daily.%i.Ozone' % (count+1), str(int(round(item['ozone']))) + ' DU')