Delay Outlet setup

Midnightsun

New member
How do I set up a delay on let's say my skimmer. I need it to turn on after the main pump starts such as after a power failure or it will severely overflow. I also need the same function if I cancel a feed timer as the same happens here. Looking to set a delay of 3 mins.
 
Use the Defer command, for example:

[Skimmer]
Fallback ON
Set ON
If Power EB8x OFF 000 Then OFF
If Feedx 000 Then OFF
Defer 3:00 Then ON

After any statement turns the outlet OFF, the Defer will delay it from turning back ON for 3 minutes.

Todd
 
Starting to understand this better every day. Will try once I get home this evening. Thanks a million. :wavehand:
 
Once again thanks, works as advertised. Threw this same code into my mp10 outlets and changed the time slightly. works perfectly.
 
Back
Top