OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › All valves engaged on boot › Re: Re: All valves engaged on boot
April 30, 2014 at 3:41 pm
#26622
Dan in CA
Participant
Still needed work. The zone names in the log were not correct. This is why the regex was there.
changed “zones=re.findall(r”‘(.+?)'”,gv.snames)” to “zones=re.findall(r”‘(.*?)'”,gv.snames)” on line ~89
Dan