Adding Timer and Defer to ATO Programming

omniphil

Community Member
View Badges
Joined
Jul 7, 2023
Messages
35
Reaction score
8
Location
Southern NH
Rating - 0%
0   0   0
I picked up an Apex PMUP and a 4 inch Liquid Level sensor to make a basic ATO.

I have got the basic programming to work with this...

Fallback OFF
If SMPLVL < 2.5 Then ON
If SMPLVL > 2.8 Then OFF

Now I'm thinking I want to add some smarts into the programming.
I likely home at 8pm every night so I figure if I set the programming to only activate during 8pm to 8:05pm I would be home in case something doesn't work as intended...

How would I incorporate a timer into the first IF statement with an AND variable?
I was thinking something like this but I don't recall seeing AND variables in the reference guide...

If SMPLVL < 2.5 AND Time 20:00 to 20:05 Then ON

I figure if I limit the time it can potential run to 5 minutes a day I wouldn't need any Defer statement...
 

Keeping it clean: Have you used a filter roller?

  • I currently use a filter roller.

    Votes: 17 32.1%
  • I don’t currently use a filter roller, but I have in the past.

    Votes: 2 3.8%
  • I have never used a filter roller, but I plan to in the future.

    Votes: 11 20.8%
  • I have never used a filter roller and have no plans to in the future.

    Votes: 19 35.8%
  • Other.

    Votes: 4 7.5%
Back
Top