Day 3 with HE, already migrated 50 devices from ST and set up automations, etc. HSM configured, etc.
I have a freezer in the garage, with a open/close sensor; I want to get an alert when it's been left open more than N minutes, but it's not obvious how to do that with HE. Is there a special app for something like that, or do I need to go to Rule Machine?
This is something you can easily do in Rule Machine (although I say that after having struggled with it myself initially). This is the rule I have to notify me if the door to my Shed is open for more than 5 minutes:
I have the notification repeat every 10 minutes for as long as the door is open. My notifications are shown on sign devices I have in various spots in my home. The most important concepts in this example are the use of DELAY (cancelable), REPEAT (stopable) and CANCEL DELAYED ACTIONS (if the door closes before 5 minutes) and STOP REPEATING ACTIONS.
If you want to receive notifications on the mobile app your phone, you need to need to add it as a notification device. The device type is Mobile App Device:
Something to note on the example I gave is that the rule fires both when the door opens and closes, and different commands run (show the notification or stop showing the notification) based on the IF-THEN statement I have in the actions. This was the toughest thing for me to understand about RM.
Since I had actions which needed to be taken when the open door condition was no longer true, it was easier for me to consolidate both sets of actions into one rule. If you are just firing of a message when something is true, the Notification app would work just as well.
Now I'm wondering whether I've just answered my own question -- in the 'Notifications' app, it would appear that you can monitor a contact sensor that's been open for at least N minutes...
As long as you are not needing to take more actions than notification you did answer your own question, but if you need to take further actions you should pic this up in Rule Manager