Notify me if Garage Door has been open for 15 mins and then every 15 mins after that till it is closed via pushover.
i cant wrap my head around what i need to do.
Any suggestions?
Notify me if Garage Door has been open for 15 mins and then every 15 mins after that till it is closed via pushover.
i cant wrap my head around what i need to do.
Any suggestions?
I use the "Notifier" app to do this - alert comes via the Hubitat app. There may be a way to direct this to Pushover, I just haven't tried it.
Use Notifications app, as recommended, and use the Text Notifications option and choose your pushoever device to send them to.
I would recommend the Notifications app for this purpose as well, as recommended above. That being said, if you are trying to learn Rule Machine and think this would be a good place to start, I recommend reading this thread that I often refer people to when the ask this question: How to get Repeated Notifications using Rule Machine - Apps - Hubitat. (It comes up often enough that they eventually added the "repeat" thing to the Notifications app so you don't need to use RM anymore. )
Here's my version, in RM4.
Note that I've got a virtual switch named "Garage Door Automatic Closing". If that switch is off then Hubitat won't try to close the door...I find it very convenient to see the switch status and turn a switch on/off from a dashboard, rather than pausing a rule.
The "NoticePending" variable is used to prevent too many repeated notices during the Delay period.
(It's hard to imagine a worse way to share code than screenshots.)
As of 2.2.4, you can export rules and share the resulting JSON, so you can try that if you want. It doesn't seem to have caught on in the Community, though--and it that might actually be worse if there isn't also an accompanying screenshot to show what the final product should look like. (Also, in before someone says "rules aren't code," which is true, but the terminology isn't really of consequence here.)
Yep. Tried that.
wc Garage_door_left_open.json
0 419 22189 Garage_door_left_open.json
OK, let's make it a little more human-readable than the exported file (a single line).
indent Garage_door_left_open.json
wc Garage_door_left_open.json
608 2780 25904 Garage_door_left_open.json
Could I share that? Sure....after editing out the device names (same devices that I blurred out in the screenshot) and editing out the names & values of some global variables (they're all listed in the json, and some have verbose names with personal info). Would someone be able to import it? Maybe...but the rule would be thoroughly broken due to the difference in device names. Would someone be able to edit the json to change device names and then import it? Probably. Would a human be able to read the json and parse it enough to understand the rule?
Maybe.
PAUSE
You've inspired me.
See: Text filtering to make exported JSON of RM rules human readable - Rule Machine® - Hubitat
I thought I would add my rule to the mix. It is simple but it works. RM4
thanks everyone for your help. ended up using notification app.
i had rules setup with rule manager 2 that now that i bought a new hub and moved doing it in 4 is learning alot again.