Script question

MDK888

Member
If I want a pump turned off at night between midnight and 9am and then after that running 5 minutes every hour, is there a easy way to do script this?
 
if time < 09:00 then "pump" off

OSC 05/55 ON/OFF then "pump" ON


haven't tried that but I think that should work
 
This will work:

OSC 005/055 ON/OFF Then PMP ON
If Timer LT1 = OFF Then PMP OFF

I'm assuming that LT1 is a timer name for a light that is on during the day and off at night. Using the 'time' statement as szwab lists will not work.

Curt
 
Back
Top