No trace available as its not executing. The sensors in here show not occupied, for over a minute. Yet the automation is not firing and i dont understand why. I have the same automation for a other room that works fine and reliably.
Sometimes though but rarely, the automation works.
Yaml:
description: ""
triggers:
- type: not_occupied
device_id: 14465199d72f6102592cbd04e41d67e9
entity_id: 8e13ab9284741d268a13b609342c8bf8
domain: binary_sensor
trigger: device
for:
hours: 0
minutes: 0
seconds: 8
- type: not_occupied
device_id: 1d3ecb692589f661b2a239c0855144f4
entity_id: 0926e8e82101088c54e7bd97cade1976
domain: binary_sensor
trigger: device
for:
hours: 0
minutes: 0
seconds: 8
conditions:
- type: is_not_occupied
condition: device
device_id: 14465199d72f6102592cbd04e41d67e9
entity_id: 8e13ab9284741d268a13b609342c8bf8
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 8
- type: is_not_occupied
condition: device
device_id: 1d3ecb692589f661b2a239c0855144f4
entity_id: 0926e8e82101088c54e7bd97cade1976
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 8
actions:
- action: light.turn_on
metadata: {}
data:
transition: 1
brightness_pct: 45
target:
entity_id:
- light.living_room_cherry_blossom_painting
- light.asian_lamps
- action: light.turn_on
metadata: {}
data:
brightness_pct: 50
transition: 1
kelvin: 4964
target:
entity_id:
- light.yeelight_dining_room_ambilight
- action: light.turn_off
metadata: {}
data:
transition: 1
target:
entity_id: light.yeelight_dining_room
mode: single