OpenSprinkler › Forums › OpenSprinkler Unified Firmware › End Time Setting › Reply To: End Time Setting
April 9, 2020 at 10:17 pm
#65088
Ray
Keymaster
It currently does not support specifying an end time. But based on your description, you can just calculate how many times the program should run: from 9AM to 8PM is 11 hours; if you want the program to repeat every 10 minutes, then it would be 11*60/10 = 66 times (this includes a run at 8PM). Or 65 if you want to exclude 8PM.