MAXreefer
New member
This is for the APEX.
I am using the great coding from the "unofficial guide" to have my skimmer come back on with a delay of 5 minutes after the virtual outlet "MAINT" for maintenance/water changes is used.
outlet code for the skimmer:
If Outlet Maint = ON Then OFF
If Outlet Maint = OFF Then ON
Defer 005:00 Then ON
I want to setup another virtual outlet called "DOSING" for dosing several additives.
I want to add a similar code to the outlet settings for the skimmer or will it override something? I want the skimmer to be turned off for 30 minutes.
If Outlet DOSING = ON Then OFF
If Outlet DOSING = OFF Then ON
Defer 030:00 Then ON
I assume the DEFER code is pretty stupid as I would have to activate the "DOSING" outlet and turn it back OFF immediately to have the 30 minute delay to happen. What coding would be better instead?
Thanks
Michael
I am using the great coding from the "unofficial guide" to have my skimmer come back on with a delay of 5 minutes after the virtual outlet "MAINT" for maintenance/water changes is used.
outlet code for the skimmer:
If Outlet Maint = ON Then OFF
If Outlet Maint = OFF Then ON
Defer 005:00 Then ON
I want to setup another virtual outlet called "DOSING" for dosing several additives.
I want to add a similar code to the outlet settings for the skimmer or will it override something? I want the skimmer to be turned off for 30 minutes.
If Outlet DOSING = ON Then OFF
If Outlet DOSING = OFF Then ON
Defer 030:00 Then ON
I assume the DEFER code is pretty stupid as I would have to activate the "DOSING" outlet and turn it back OFF immediately to have the 30 minute delay to happen. What coding would be better instead?
Thanks
Michael