rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

Run schedules keeps getting set off #28

Closed vaniwaar closed 10 years ago

vaniwaar commented 10 years ago

Overall, this program looks like exactly what I want for my sprinkler system and I have been configuring it the past couple of days. When I access through Chrome on mac osx, I get frequent error, timeout and other messages.

Using Safari, things seem to work better. However, I click the Run Schedules button and the log always shows that it is turning off all sprinklers:

2014/06/26 17:40:26 Got a client 2014/06/26 17:40:26 Found a KV pair : system -> off 2014/06/26 17:40:26 Page:bin/run 2014/06/26 17:40:26 Turning Off All Zones 2014/06/26 17:40:28 Got a client 2014/06/26 17:40:28 Found a KV pair : system -> on 2014/06/26 17:40:28 Page:bin/run 2014/06/26 17:40:28 Turning Off All Zones

I have version 1.0.6 and am connected through a hard wire rather than wireless so there aren't any connectivity issues...

--Ron

vaniwaar commented 10 years ago

FWIW, I think this log of 'Turning Off All Zones' is a logging error because the system still runs

rszimm commented 10 years ago

When you switch to auto mode (e.g. run schedules turned on), it turns off all the zones that may have been turned on manually. This is by design and why you see the log message