2020 Jan 19, 11:34 PM
Went ahead and updated to v 4 and have issues with the weather based water level plugin. Went ahead and chose US units and got the following error in syslog
Jan 19 14:33:42 piutility sip[13625]: b'Weather-based water level encountered error:\nTraceback (most recent call last):\n File "/home/pi/SIP/plugins/weather_level_adj.py", line 156, in run\n int(options[u"daily_irrigation"])\nValueError: invalid literal for int() with base 10: \'0.0\'\n
Seems to be an error in the code... The line is calling out int instead of float.
I updated the code to process the value as a float and now the error is cleared. However issues abound..
I went ahead to update the Daily Irrigation value and it will not take a non-integer value and record it to the weather_level_adj.json. It will record if I set it as an integer value (e.g. 1) however when I go back into the settings it does not pick the value back up in the program plugin page. Also, the data shown seems to be a little odd with water needed shown at -1.
I'll see if I can try and figure out the rest of the issues but figured I'd post it here in case anyone else is experiencing similar issues.
Jan 19 14:33:42 piutility sip[13625]: b'Weather-based water level encountered error:\nTraceback (most recent call last):\n File "/home/pi/SIP/plugins/weather_level_adj.py", line 156, in run\n int(options[u"daily_irrigation"])\nValueError: invalid literal for int() with base 10: \'0.0\'\n
Seems to be an error in the code... The line is calling out int instead of float.
I updated the code to process the value as a float and now the error is cleared. However issues abound..
I went ahead to update the Daily Irrigation value and it will not take a non-integer value and record it to the weather_level_adj.json. It will record if I set it as an integer value (e.g. 1) however when I go back into the settings it does not pick the value back up in the program plugin page. Also, the data shown seems to be a little odd with water needed shown at -1.
I'll see if I can try and figure out the rest of the issues but figured I'd post it here in case anyone else is experiencing similar issues.