Skimmer delay?

drtrash

Valuable Member
View Badges
Joined
Jun 1, 2010
Messages
1,025
Reaction score
440
Location
scottsdale, AZ
Rating - 0%
0   0   0
does the standard program (WiFi version) factory default have a restart delay for skimmer when power goes out? The outlet had time listed for skimmer plug
 
With the GHL profilux you can have a delay on every outlet even when you just lost the contact with the controller. But you have to set it. It is not in the factory derault

Sincerely Lasse
 
On the Apex add this to the end of the program for the outlet:

Defer 005:00 Then ON

That would defer for 5 minutes.
 
Where does the "on" go, fallback has off should it be "on"? The factory default has 5:00 as a defer. Where or how do you add language for program, advanced area?
 
Yes, advanced. You can post all of it here and anyone wandering by can check it. As a crazy example, here is mine:

Fallback OFF
Set pSkimOn
If Output vFeed = ON Then OFF
If Output Skim_Full = ON Then OFF
If FeedA 000 Then OFF
If FeedB 000 Then OFF
If FeedC 000 Then OFF
If FeedD 000 Then OFF
If Output Return_Pump = OFF Then OFF
Defer 005:00 Then ON
 
There is a ton of programming the apex can do. I would download the user manual. It'll take days to read. Well worth it.

But setback off
Set on
Feed a off
Defer 05:00 then on


That's mine
 
I am assuming the return pump needs to be plugged into apex for this too work? The advice i got in the begining for safety was to put main pump on another surge protector just incase controller goes down, was that not solid advice?
 
What return pump do you have? If it's a DC pump with a 10v variable control the power itself can be plugged in to another power strip and save an energy bar outlet.
 
I have the defer statement on my skimmer. Mine is so when I do a water change it keeps the skimmer off for 5 minutes after I am done with the water change to allow the sump level to stabilize. BUT the code to do this (all the statements above the defer command) are very tank specific. The best advice is to add the defer command in the format shown "Defer 05:00 then on" to the last line of the Skimmer programming, you will need to change to Advanced to do this. The 5 in this case is 5 minutes, you may need to adjust this number for your particular needs as well.
 
What return pump do you have? If it's a DC pump with a 10v variable control the power itself can be plugged in to another power strip and save an energy bar outlet.


If you do that then the return pump can't be remotely controlled by the apex. For things like feeding, maintenance, of ald monitor.
 
This works...

Fallback ON
Set ON
If SUMP_Hi CLOSED Then OFF
If Power Apex Off 010 Then OFF

The SUMP_Hi line refers to a high level sensor in my sump. Very handy, but probably not applicable to your system.

The Power Apex line works for me. Don't know what the difference is between that and the defer statement recommended above.
 
Mine is considered a AC pump, will open up advanced section, assume i can just cut and paste defer laguage
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top