OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › All valves engaged on boot › Re: Re: All valves engaged on boot
April 30, 2014 at 5:11 am
#26620
Dan in CA
Participant
mstormo
I just pushed an update that I think fixed the bug.
There was a bad regex in log_run() on line ~90. This is some early code in the program and I am not even sure why the regex was there.
I deleted lines 89 and 90 and changed the reference to ‘zones’ on line 97 to ‘gv.snames’ and it seems to be working as expected now.
I appreciate your reporting this bug. If you find any more, don’t hesitate to let me know.
Dan