I have a float switch that i want to trigger an outlet.
I want the outlet to stay on till i either inactivate the float switch, or i press a button on my break out button box/break out box.
So...
Im guessing I need to create a virtual outlet called SUMP_FULL
SUMP_FULL
Fallback OFF
If Switchx11_2 CLOSED Then ON
If Switchx11_2 OPEN Then OFF
If Switchx10_6 CLOSED Then OFF (button on break out box)
Then on EB 5 outlet 6 called SUMP_FULL_ALARM
If SUMP_FULL = ON Then ON
If SUMP_FULL = OFF Then OF
Then on EB 6 outlet 1... SUMP_W_MIX_T (mixing tank pump, also fills sump after WC)
Fallback OFF
Set OFF
If Time 10:00 to 12:00 Then ON
If Time 17:30 to 19:30 Then ON
If FeedC 000 Then ON
If SUMP_FULL = ON then OFF (need help here) (this is to avoid pumping 100 gal of fresh salt water into my sump unintentionally)
Second thing i need code help with is:
I want one of the buttons on my break out box to turn off the skimmer for 1 hour for feeding time..
EB 5 outlet 4 ASM_G5_SKIM
Fallback ON
If Switchx10_2 CLOSED Then OFF
Min Time 060:00 Then ON
this is what i have and it doesnt work (another virtual outlet?)
Thanks for your assistance..
I want the outlet to stay on till i either inactivate the float switch, or i press a button on my break out button box/break out box.
So...
Im guessing I need to create a virtual outlet called SUMP_FULL
SUMP_FULL
Fallback OFF
If Switchx11_2 CLOSED Then ON
If Switchx11_2 OPEN Then OFF
If Switchx10_6 CLOSED Then OFF (button on break out box)
Then on EB 5 outlet 6 called SUMP_FULL_ALARM
If SUMP_FULL = ON Then ON
If SUMP_FULL = OFF Then OF
Then on EB 6 outlet 1... SUMP_W_MIX_T (mixing tank pump, also fills sump after WC)
Fallback OFF
Set OFF
If Time 10:00 to 12:00 Then ON
If Time 17:30 to 19:30 Then ON
If FeedC 000 Then ON
If SUMP_FULL = ON then OFF (need help here) (this is to avoid pumping 100 gal of fresh salt water into my sump unintentionally)
Second thing i need code help with is:
I want one of the buttons on my break out box to turn off the skimmer for 1 hour for feeding time..
EB 5 outlet 4 ASM_G5_SKIM
Fallback ON
If Switchx10_2 CLOSED Then OFF
Min Time 060:00 Then ON
this is what i have and it doesnt work (another virtual outlet?)
Thanks for your assistance..