I’m getting an error on the Weather-based water level plugin page. See screenshot below. I have an OpenSprinkler Pi v1.3 running software v2.1.2. Anyone have suggestions? Do I need to install a certain python library for this to work?
Weather-base water level encountered error:
Traceback (most recent call last):
File "/home/pi/OSPi/plugins/weather_level_adj.py", line 85, in run
history = history_info()
File "/home/pi/OSPi/plugins/weather_level_adj.py", line 319, in history_info
'humidity': float(day_info['humidity'])
ValueError: could not convert string to float:
Screenshot: http://imgur.com/V9VG2Wx
Thanks for the help!