This may be a feature request thread unless there is something out there I am not aware of. I would like to push a momentary push button and start a feed mode. If I feed my tank I would like the return pump to stay off for 10 minutes, my skimmer to stay off for an hour, and my activated carbon reactor to be offline for 2 hours. There is actually more things I would like to manipulate like my alarm for a full sump, calcium reactor feed, zeolite feed, and so on and so forth. For each different time I would want something to stay off for I would have to create a separate virtual outlet.(unless someone knows of another way)
I can't find a way to turn a feed mode on when I press a button. If I could do this I would be able to use a lot less virtual outlets and my code would read a lot simpler. I like using the "If FeedA 005 Then OFF".
If under the e-mail alarm there were outlets called Feed A, B, C, and D then you could turn those on and off using the display as normal or insert code such as:
If Switchx4_4 OPEN Then OFF
If Switchx4_4 CLOSED Then ON
So when you push a button attached to that you could start the feed mode.
I can't find a way to turn a feed mode on when I press a button. If I could do this I would be able to use a lot less virtual outlets and my code would read a lot simpler. I like using the "If FeedA 005 Then OFF".
If under the e-mail alarm there were outlets called Feed A, B, C, and D then you could turn those on and off using the display as normal or insert code such as:
If Switchx4_4 OPEN Then OFF
If Switchx4_4 CLOSED Then ON
So when you push a button attached to that you could start the feed mode.