I must be missing something.
I want my ATO pump to only be available to turn on for 1 hour per day (0700 - 0800).
Even if the conditions to turn on the pump (eg. optical switch open) are met outside of that 1 hour window, I dont want it to come on.
therefore, I have
Fallback OFF
Set OFF
If Time 07:00 to 08:00 Then On
If ATO_LO OPEN Then ON
If ATO_HI CLOSED Then OFF
When On > 005:00 Then OFF
Defer 000:10 Then ON
Defer 000:05 Then OFF
But it does not seem to work as I planned. Instead the pump comes on any time the ATO_LO switch is open...regardless of time of day.
Can you help show me what I am missing?
I want my ATO pump to only be available to turn on for 1 hour per day (0700 - 0800).
Even if the conditions to turn on the pump (eg. optical switch open) are met outside of that 1 hour window, I dont want it to come on.
therefore, I have
Fallback OFF
Set OFF
If Time 07:00 to 08:00 Then On
If ATO_LO OPEN Then ON
If ATO_HI CLOSED Then OFF
When On > 005:00 Then OFF
Defer 000:10 Then ON
Defer 000:05 Then OFF
But it does not seem to work as I planned. Instead the pump comes on any time the ATO_LO switch is open...regardless of time of day.
Can you help show me what I am missing?