pyton
New member
This has worked for a bit but now I am adding a new command. Since I run a kalk reactor and if the pump is ON I do not want the ATO to run at the same time. In fact if there is a way to tell the ATO to defer 5 minutes after the Kalk_Reactor ran that would be great.
This is what I got so far
Fallback OFF
If Switch1 OPEN Then OFF
If Switch1 CLOSED Then ON
If Switch2 CLOSED Then OFF
If Outlet Kalk_Reactor = ON Then OFF
Min Time 015:00 Then OFF
Is it possible to have it defer for 5 minutes after the Kalk_Reactor pump has turned off?
Is there a better way to write this command?
This is what I got so far
Fallback OFF
If Switch1 OPEN Then OFF
If Switch1 CLOSED Then ON
If Switch2 CLOSED Then OFF
If Outlet Kalk_Reactor = ON Then OFF
Min Time 015:00 Then OFF
Is it possible to have it defer for 5 minutes after the Kalk_Reactor pump has turned off?
Is there a better way to write this command?