rszimm / sprinklers_pi

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

Schedule Documentation Missing #84

Closed Whytehorse closed 7 years ago

Whytehorse commented 7 years ago

I'm having difficulty understanding how the scheduling works. If you have multiple zones and you set them all to run 20min under one schedule do they all come on at once or run sequentially? What is the difference between Day and Interval? What happens if you enter multiple times in a schedule? Does it start again at each time?

nhorvath commented 7 years ago

They run sequentially. Day mode you select which day(s) of the week to run. Interval will run every N days. If you enter multiple times it will start at each time (water more than once per day).

On Fri, Apr 14, 2017 at 5:56 PM, Whytehorse notifications@github.com wrote:

I'm having difficulty understanding how the scheduling works. If you have multiple zones and you set them all to run 20min under one schedule do they all come on at once or run sequentially? What is the difference between Day and Interval? What happens if you enter multiple times in a schedule? Does it start again at each time?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rszimm/sprinklers_pi/issues/84, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKE3CePBei6i7gugqi9IRVn2a44jJljks5rv-t8gaJpZM4M-ISn .

nhorvath commented 7 years ago

Added documentation to wiki. https://github.com/rszimm/sprinklers_pi/wiki/Schedule-Setup