Forum Replies Created
-
AuthorPosts
-
hespanhaParticipantI was able to resolve my problem by:
1) In the file OSPi/data/sd.json, replace
“nbrd”: 2
by
“nbrd”: 1
2) Login and change the number of extension boards back to 1 in the options (I do have one extension board)
3) In the process I lost the stations names, so I had to re-enter themMy system now seems to be mostly normal, except for an error when I try to use the weather-based water level plugin, for which the “status” box shows
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:
hespanhaParticipantI just upgraded version: 2.1.2 (2014-10-08) and I am getting an “internal server error”:
~/OSPi$ sudo python ospi.py
plugins loaded:
mobile_app
monthly_adj
relay
weather_adj
weather_level_adj
Starting timing loophttp://0.0.0.0:8080/
Checking rain status…
No rain detected: Mostly Cloudy. No action.
Monthly Adjust: Setting water level to 100%
Traceback (most recent call last):
File “/home/pi/OSPi/web/application.py”, line 239, in process
return self.handle()
File “/home/pi/OSPi/web/application.py”, line 230, in handle
return self._delegate(fn, self.fvars, args)
File “/home/pi/OSPi/web/application.py”, line 420, in _delegate
return handle_class(cls)
File “/home/pi/OSPi/web/application.py”, line 396, in handle_class
return tocall(*args)
File “/home/pi/OSPi/webpages.py”, line 57, in GET
return template_render.home()
File “/home/pi/OSPi/web/template.py”, line 1020, in template
return self._base(t(*a, **kw))
File “/home/pi/OSPi/web/template.py”, line 881, in __call__
return BaseTemplate.__call__(self, *a, **kw)
File “/home/pi/OSPi/web/template.py”, line 808, in __call__
return self.t(*a, **kw)
File “templates/home.html”, line 311, in __template__
<td class=”scheduleTick” data=”2″></td>
IndexError: list index out of range192.168.1.114:54115 – – [13/Oct/2014 00:39:34] “HTTP/1.1 GET /” – 500 Internal Server Error
hespanhaParticipantI’ve just ordered the Pi B+ board. Thanks!
Joao
hespanhaParticipantIt seems that did it. Great, Thanks!
Best,
Joao
hespanhaParticipantAnother request for the Pi B+ board. I can’t bring myself to purchase the Pi B for compatibility with OpenSprinkler now that the B+ is out.
-
AuthorPosts