OpenSprinkler Forums Comments, Suggestions, Requests Using IFTTT to alarm water leak Reply To: Using IFTTT to alarm water leak

#64519

Bigboat
Participant

So I’m looking to do this as well. In lieu of waiting for future firmware updates I don’t mind using bash or python script to do this myself in the interim.
My thought it I simply need to pull avg flow from last run of each zone. If i can get that data I can have script just compare those values to what i expect and alert me (I’ll use twilio for sms alert), on any deviations.
So do you know best way to get the avg flow from each zone after it has run? I figure i don’t need realtime. I’ll just crontab my script to run daily.