OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) All valves engaged on boot Re: Re: All valves engaged on boot

#26624

mstormo
Member

@Dan in CA wrote:

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

Awesome, works for me now!
Thank you Dan!

Btw, with your last change you’re outputting all the zone names to stdout on every Zone Off, intentional or debug output left behind? 🙂

Again, thanks!