1) Give a description of the problem
I want to get a notification from my irrigation timer that tells me how long it actually ran for. The duration is set by webCoRE, but b/c it is battery operated I want a daily notification that states how long the valve was actually open, with the hope that if the battery fails or something goes wrong the notification will inform me of this.
2) What is the expected behavior?
I’m thinking of something like this, but I’m not sure how to code it:
If valve opens, then start timer.
If valve closes, then stop timer. Then send notification “sprinkler ran for X minutes”
Any thoughts?
Thanks