Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: Python interval program update 8/30/13 #25495

    djMax
    Member

    My install was a fresh install (I moved the old directory out, git cloned, put the data files back in, and rebooted)

    in reply to: Python interval program update 8/30/13 #25487

    djMax
    Member

    Traceback (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’

    in reply to: Python interval program update 7/21/13 #24895

    djMax
    Member

    That assumes that all that’s changed is the main python program but would miss HTML, JS and image changes in theory. (right?)

    in reply to: Pi Rebooting when running manual program #24889

    djMax
    Member

    Great, 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.

    in reply to: Pi Rebooting when running manual program #24887

    djMax
    Member

    With 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.

    in reply to: Pi Rebooting when running manual program #24883

    djMax
    Member

    Out 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).

    in reply to: Pi Rebooting when running manual program #24882

    djMax
    Member

    But 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.

    in reply to: OpenSprinkler Interval Program now available for OSPi! #24454

    djMax
    Member

    The board is great, I don’t think it has inherent issues. The software may cause the board to do bad things though.

    in reply to: OpenSprinkler Interval Program now available for OSPi! #24453

    djMax
    Member

    I entered a run once program and saw multiple valves activate. And then the transformer blew.

    in reply to: Pi Rebooting when running manual program #24880

    djMax
    Member

    Before 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.

    in reply to: Pi Rebooting when running manual program #24879

    djMax
    Member

    I’m not in manual mode, I meant “run once program” mode. I have an alarm transformer – 24v 40va

    in reply to: OpenSprinkler Interval Program now available for OSPi! #24451

    djMax
    Member

    I 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.

    in reply to: Pi Rebooting when running manual program #24877

    djMax
    Member

    I’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.

    in reply to: OpenSprinkler – run concurrent and sequential #24618

    djMax
    Member

    So doczalus, out of interest how many zones and what’s the rating on your transformer?

    in reply to: OpenSprinkler – run concurrent and sequential #24615

    djMax
    Member

    Looks like the sequential option is no longer and it’s always sequential?

    in reply to: OpenSprinkler – run concurrent and sequential #24613

    djMax
    Member

    I’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)

Viewing 16 posts - 1 through 16 (of 16 total)