I have a liquid level sensor in my sump. If I want to code my ATO to turn off if sump level is higher then certain number, is it as simple as below?
Fallback OFF
Set ON
If Sump > 8.0 Then OFF
If I do Set OFF, my ATO is off even though level is lowering than 8.0
Fallback OFF
Set ON
If Sump > 8.0 Then OFF
If I do Set OFF, my ATO is off even though level is lowering than 8.0

