Miami Reef
10K Club Member
View BadgesExcellence Award
Article Contributor
Hospitality Award
305 Reef Club
R2R Research
I have 2 return pumps: Main_return & ReturnUV.
If either of those pumps are off, I want my skimmer to turn off.
I want the skimmer to wait 15 minutes before turning on if either of the return pumps are off because the sump water level will need to go back down.
If the time is from 11pm to 2:59pm then I want the skimmer off. I don’t want it to defer the time to turn on for this part.
Here’s my current coding:
Fallback Off
Set on
If Output Main_Return = OFF Then OFF
If Output ReturnUV = OFF Then OFF
Defer 015:00 Then Off
If time 23:00 to 14:59 then off
If either of those pumps are off, I want my skimmer to turn off.
I want the skimmer to wait 15 minutes before turning on if either of the return pumps are off because the sump water level will need to go back down.
If the time is from 11pm to 2:59pm then I want the skimmer off. I don’t want it to defer the time to turn on for this part.
Here’s my current coding:
Fallback Off
Set on
If Output Main_Return = OFF Then OFF
If Output ReturnUV = OFF Then OFF
Defer 015:00 Then Off
If time 23:00 to 14:59 then off

