RM4 Cancel Action

I've got what should be a pretty simple rule I'm building in RM4. I want to get a notification if a door is left open for 5 minutes while the HVAC mode is not off (i.e. heat or cool). Here's the rule I've built:


I'm trying to follow the example in the Rule Machine 4.0 release post. With my rule above I always get a notification 5 minutes later, even if I've confirmed the state of the contact sensor is closed. Thoughts on what I'm missing?

Thanks in advance for any assistance!

Instead of the Cancel where you have it, add a Simple Conditional action below what you have

IF (Breezeway Door closed) Cancel Delayed Actions

Still having trouble. I've tried a couple of variations. Here's the most recent:


I'm still getting a notification even though the door contact sensor is closed.

The Cancel is in the wrong place. It needs to be after END-IF on the IF (Breezeway Door open...

You wouldn't have made that mistake in you'd put in the END-IF in the first place.