Motion sensor won't trigger off when inactive for X

The rule shown in the image will trigger an on state, but it will not trigger an off state on my devices.

If anyone has any suggestions for how I might resolve this, I’d be very grateful.

The implementation (or lack thereof) of delay seems to have no impact, either does selecting the individual lights in ‘Bathroom’ to be turned off - which is an area from Hue B Smart.

Thanks for sharing the screenshot, Matt! This is usually best accomplished with two rules.

Rule 1: Bathroom Sensor Active

Trigger:
Motion Sensor - Motion changed to Active

Flow:
Bathroom: on()
Fan: on()

Rule 2: Bathroom Sensor Inactive for 1 minute

Trigger:
Motion Sensor - Motion stays Inactive for 1 minute

Flow:
Bathroom: off()
Fan: off()

1 Like

Gotcha! Thanks Josh. I’ll give it a go now and report back :slight_smile:

That worked a charm! Thanks again for your help!

2 Likes