2016 Nov 07, 07:18 PM
Since the latest SIP update which I installed yesterday Nov 06 2016, I'm getting an error from the weather_level_adj plugin. I have my location in Options set as pws:STATIONID (replaced with my station ID of course).
The error I'm getting is:
Any help debugging this would be great. The plugin does still work correctly if I put in my zip code, but I'd prefer to use my own personal weather station as I have been.
Thanks!
The error I'm getting is:
Code:
Weather-base water level encountered error:
Traceback (most recent call last):
File "/home/pi/SIP/plugins/weather_level_adj.py", line 86, in run
forecast = forecast_info(self)
File "/home/pi/SIP/plugins/weather_level_adj.py", line 387, in forecast_info
'rain_mm': float(day_info['qpf_allday']['mm']),
TypeError: float() argument must be a string or a number
Any help debugging this would be great. The plugin does still work correctly if I put in my zip code, but I'd prefer to use my own personal weather station as I have been.
Thanks!