View Single Post
Unread 12/30/2018, 12:24 PM   #1
fishgutz
Registered Member
 
Join Date: Sep 2003
Location: Detroit
Posts: 148
please help with delay for pump and skimmer

I am trying to get my main pump not to start immediately following a power outage. I believe my coding is correct. For some reason it still starts immediately. Please help.
Coding below.

Fallback ON
Set ON
If Power Apex Off 002 Then ON

I have the same issue with my skimmer... It immediately comes on after power is restored..

Fallback ON
Set ON
If Output Return_Back = OFF Then OFF
If Output Return_Front = OFF Then OFF
If Power Apex Off 006 Then OFF
Defer 010:00 Then ON

Please help. Thank you.


fishgutz is offline   Reply With Quote