ATO using OSC command

ali1

New member
Essentially I want my pump to run twice a day for 15seconds each. Below is my command but it's not working. I also have it on a relay pump. Am I doing something wrong?

Fallback OFF
OSC 000:00/000:15/119:45 Then ON
If Time 06:01 to 03:59 Then OFF
 
Essentially I want my pump to run twice a day for 15seconds each. Below is my command but it's not working. I also have it on a relay pump. Am I doing something wrong?

Fallback OFF
OSC 000:00/000:15/119:45 Then ON
If Time 06:01 to 03:59 Then OFF


If you want the pump to turn on 15 seconds twice a day use this code
OSC 000:00/000:15/619:45 Then ON

It will turn on at 12:00 AM and 12:00PM for 15 seconds
 
Back
Top