Ignore this line. Seems to be working now. With the code only one return pump is working right in "alloff"? Got the same code on both.
Couple of things you can do to simplify :I figured out one of my problems, I wasn't holding the momentary switch in long enough! Now it's working like it should!
I do have one question, Should Sw2 be highlighted in white? Would this mean the switch is bad or not reading?
I changed the coding some.
"Alloff" (virtual) is for an emergency off of pumps and skimmer
Set ON
If Sw1 CLOSED Then OFF
If Sw1 OPEN Then ON
If Sw6 CLOSED Then OFF
If Sw6 OPEN Then ON
"Feedmode" (virtual) for feeding
Set OFF
If Sw3 CLOSED Then ON
Defer 010:00 Then OFF
My return pumps outlet
Fallback ON
Set ON
If Sw1 CLOSED Then OFF
If Sw1 OPEN Then ON
If Sw6 CLOSED Then OFF
If Sw6 OPEN Then ON
If Sw3 CLOSED Then OFF
Defer 010:00 Then ON
Skimmer outlet
Fallback ON
Set ON
If Sw1 CLOSED Then OFF
If Sw1 OPEN Then ON
If Sw6 CLOSED Then OFF
If Sw6 OPEN Then ON
If Sw3 CLOSED Then OFF
Defer 012:00 Then ON
With the code only one return pump is working right in "alloff"? Got the same code on both.
Issue is here -So, got the feed mode working. Got the all off working on Sw6. Now to troubleshoot the toggle switch.
There is a way to make the momentary switch behave correctly using MIN time. But save that for later as it is a bit more advanced.I figured out one of my problems, I wasn't holding the momentary switch in long enough! Now it's working like it should!
No. The Set ON in the first line defaults it to ON.Set ON
If Sw1 CLOSED Then OFF
If Sw6 CLOSED Then OFF
I'll try that. Does it not need a "ON"?
Unsure what you are trying to do with Switch #3, specifically the DEFER statement .. are you trying to make the OFF state "sticky" for 10 min ?Is this what you mean on the last line for the momentary switch #3 (last line)
Fallback ON
Set ON
If Sw1 CLOSED Then OFF
If Sw6 CLOSED Then OFF
If Sw3 CLOSED Then OFF
Defer 010:00 Then ON
I wasn't able to understand what you were doing with SW1, SW3 & SW6 - can you explain what you want each of the switches to do ? Also, am assuming SW1 & 6 are toggle, SW2/3/4/5 are momentary push-button (I suspect you have the same switchbox I have).I may be thinking about this wrong. Do I need to put all the virtual switches in each of the outlets I'm trying to control?
I can tell you from experience, it is well worth the effort you are putting in to get the hang of this ..OK I see. So The defer adds time before it comes back on, even on Sw1.
Thanks for your help. I'm going to re-read some stuff. Then try again.
This should be simple (Toggle switch) -I am trying to do an all cut off in case of leak in tank. (Toggle switch)