Forum Replies Created
-
AuthorPosts
-
djMaxMemberMy install was a fresh install (I moved the old directory out, git cloned, put the data files back in, and rebooted)
djMaxMemberTraceback (most recent call last):
File “/home/pi/OSPi/web/wsgiserver/__init__.py”, line 1245, in communicate
req.respond()
File “/home/pi/OSPi/web/wsgiserver/__init__.py”, line 775, in respond
self.server.gateway(self).respond()
File “/home/pi/OSPi/web/wsgiserver/__init__.py”, line 2018, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
File “/home/pi/OSPi/web/httpserver.py”, line 306, in __call__
return self.app(environ, xstart_response)
File “/home/pi/OSPi/web/httpserver.py”, line 274, in __call__
return self.app(environ, start_response)
File “/home/pi/OSPi/web/application.py”, line 279, in wsgi
result = self.handle_with_processors()
File “/home/pi/OSPi/web/application.py”, line 249, in handle_with_processors
return process(self.processors)
File “/home/pi/OSPi/web/application.py”, line 246, in process
raise self.internalerror()
File “/home/pi/OSPi/web/application.py”, line 473, in internalerror
parent = self.get_parent_app()
File “/home/pi/OSPi/web/application.py”, line 458, in get_parent_app
if self in web.ctx.app_stack:
AttributeError: ‘ThreadedDict’ object has no attribute ‘app_stack’
djMaxMemberThat assumes that all that’s changed is the main python program but would miss HTML, JS and image changes in theory. (right?)
djMaxMemberGreat, will do. But doesn’t the existing interval program now force single zone at a time? I’d like “n zones at a time” actually. Starting to think maybe Interval isn’t for me and I’ll have to get out my node.js weaponry.
djMaxMemberWith relays, I could easily wire them in series so that when one goes on, any relay AFTER it gets no current and thus can’t go on.
djMaxMemberOut of curiosity, why not use relays instead of triacs? The relays could be wired such that it’s impossible to turn on more than one zone (by daisy chaining) while the triacs leave the possibility of doing very bad things (like this).
djMaxMemberBut I didn’t ask to turn on more than 1 valve. I asked to run a run once program, which should respect the sequential setting that regular programs do. Now, additionally when I put in the 40va transformer, although it didn’t burn, two very bad things happened given that I’m not at the home. 1) Interval started complaining that it couldn’t find data/meta.txt for some reason, and 2) sshd stopped working. So basically I was shut out of the system, had no way to find out the sprinkler status, and had to find somebody to go there and install a regular timer because the OpenSprinkler PI couldn’t be trusted.
djMaxMemberThe board is great, I don’t think it has inherent issues. The software may cause the board to do bad things though.
djMaxMemberI entered a run once program and saw multiple valves activate. And then the transformer blew.
djMaxMemberBefore I had a sprinkler transformer – 300 ma, which blew for sure when I ran a run once program with multiple zones specified. Plus we saw them all turn on, so that was pretty good evidence.
djMaxMemberI’m not in manual mode, I meant “run once program” mode. I have an alarm transformer – 24v 40va
djMaxMemberI believe this program to be unsafe as is. It has bugs which can activate a large number of valves and cause electrical problems, in theory including fire.
djMaxMemberI’m pretty sure there’s a very dangerous bug in the manual program that causes all selected valves to turn on at some point. Because I’ve blown 1 transformer so far.
djMaxMemberSo doczalus, out of interest how many zones and what’s the rating on your transformer?
djMaxMemberLooks like the sequential option is no longer and it’s always sequential?
djMaxMemberI’m confused at this answer… Let’s say I have a 24V 300mA transformer (I do), which is 7.2 VA. And let’s say I have 9 Weathermatic solenoids with a 6.6VA inrush and a 5.5VA hold current (I do!) – I *have* to run sequential right? Because two solenoids active at once would be 11VA? In this guys case he’d need a huge-mongous transformer. Related question – I have two of said transformers and OSPi+expansion board. Is there a way to wire it so that both transformers can be used (assuming I handle the software side of it)
-
AuthorPosts