I’m using a Zooz ZSE40 with a GE dimmer to turn on a bathroom light when motion detected:
alias: Bathroom Light On
initial_state: 'on'
description: ''
trigger:
- above: '7'
below: '9'
entity_id: sensor.zooz_zse40_4_in_1_sensor_burglar
platform: numeric_state
condition: []
action:
- device_id: 14a0286ede074f48a826cdbadbf5ee3f
domain: light
entity_id: light.jasco_products_unknown_type_4944_id_3235_level
type: turn_on
During the day the automation works properly but my wife (first person into the bathroom in the morning) has reported that the last few days the light has not turned on for her automatically.
This was the first morning I had a little spare time and found this in the logbook:
She went into the bathroom, light didn’t turn on, so she manually pressed the switch.
When the automation is working as expected the logbook reads simply:
Any ideas on where to start troubleshooting?