It’s a aqua auto top off with the digital float switch thingy.. I’ll have to get my IT buddy over here to program it all.. just getting the trident online was a pain for me lol.. I can build computers but I don’t know how to use them. Lolmaybe start with this oscillate so it only runs for a set time every XX minutes. You can adjust the run time and/or the delay. I’m guessing you have a float switch telling the ATO to turn on, so use the bottom code and change the name to fit your switch names.
OSC 000:00/000:10/010:00 Then ON
It would be on for 10s and off for 10m and repeat.
Then below it have all your checks for what will shut off the ATO. In this example any of the bottom 3 lines being true would shut off the ATO. Otherwise if none of them are true it will run with the OSC pattern.
Fallback OFF
OSC 000:00/000:10/010:00 Then ON
If ATO_SW OPEN Then OFF
If Output Return_Pump OFF Then OFF
If FUGE_H OPEN Then OFF