Hi everyone, I am new here and completely new to home automation so I’m still struggling with details.
Yesterday I set up my first automation, and the parts involved are:
- Sonoff Zigbee 3.0 USB Dongle Plus
- Home assistant in a docker container
- Zigbee2MQTT in a docker container
- IKEA LED1732G11
- IKEA E1745
I made the automation as simple as possible and used the motion_light
blueprint:
alias: Motion-activated pantry light
description: ''
use_blueprint:
path: homeassistant/motion_light.yaml
input:
motion_entity: binary_sensor.pantry_motion_sensor_occupancy
light_target:
device_id: e8173429045c6c57a78ca244ec3370d7
no_motion_wait: 5
Everything works, but the light is on for longer than I’d like and I can’t for the life of me figure out where this is done.
I’ve configured the motion sensor to have an occupancy_timeout
value of 60 (default 90) in Zigbee2MQTT. However, each time this runs there seems to be a default value where the light remains on for 180 seconds. I want this way lower, and each time the motion sensor is activated I would like to extend that time, which as far as I can tell is the behavior of the blueprint.
This is a timeline of my most recent activation:
Any help would be greatly appreciated!