I am trying to figure out how to write a rule for a contact sensor. My goal is when the sensor opens (Garage Door), a timer starts for 5 minutes. On the first pass, Hubitat will send a notification to my phone that the garage door is STILL OPEN. That part works perfectly. The problem is I cannot figure out how to write an IF-THEN loop to check every 2 minutes until the sensor is CLOSED. If not CLOSED, continue to send the GARAGE DOOR IS STILL OPEN, until the sensor closes. I know this is really basic, but I only dabble in programming, and Rule Machine is not very intuitive to me.
For your 5 minute wait I expect you could use the sticky trigger, if you aren't already. With a notification as the first action. After the initial notification, put in a repeat for every two minutes to send another notification or whatever you need. Making sure to include some exit condition.