Motion Sensing Lights with Home Assistant

I’ve already setup some fairy lights on the stairs which come on just before sundown and stay on until bedtime, but I started wondering, can I use them as night lights on the stairs for when I don’t want to turn on the main overheads, and can I do that all with motion sensors. For this project, I’d like to take my lights from here and add motion sensors so they turn on for some time period after being triggered and act as automated stairway night lights.

Hardware

  • CloudFree Smart Plug
  • Zooz 4 in one
  • Zooz Z-Wave Plus S2 Motion

I decided to use the zooz motion sensors, and since I wanted to see the various capabilities of the sensors, I got two different motion sensors of theirs.

Turn On

The automation to turn on the lights is straight forward. If either of the motion sensors triggers, then turn on the lights. The automation does have some conditions so that it only turns on the lights at night and to be active after my night lights automation has completed.

Trigger

Motion Sensor 1 Trigger
Motion Sensor 2 Trigger

Condition

The main complication in this is the condition to allow the automation to run around my timer based nightlight automation. This could be a simple or for before sunrise and after sunset without the other automation.

Run in the Early Morning
Or After Bedtime on Weekdays
Or After Bedtime on Weekends

Action

Turn on the Smart Plug

Turn Off

The automation to turn off the lights is relatively similar to that turning them on. In this case, it triggers two minutes after the motion is originally detected, and has the same conditions as the automation to turn on the lights.

Trigger

For turning off the lights, I want to make sure there hasn’t been motion for two minutes, while this is far longer than needed to go straight up the stairs, it’ll let you pause and check to see what the dogs are getting into when they think you’re leaving, or let someone ease their way up the stairs without getting the lights shut off on them.

Motion Sensor 1 Trigger
Motion Sensor 2 Trigger

Conditions

Similar conditions to the turn on automation, all to work around the night light timer automation (which we still wanted as a signal for getting the dogs out on a walk).

After Bedtime on Weekdays
After Bedtime on Weekends
Before Sunrise

Action

Turn off the Smart Plug

Conclusion

The automation is working great, without any problems other than the occasional failure for it to turn off after sunrise if the motion is triggered right near sunrise. I’m not too bothered by this and the WAF is high for this automation without any comments yet on the lights staying on in the morning.

Leave a Reply