Hi,
I control my Nuki 3 (not pro) wth an esp32 flushed with ESPhome firmware.
I’m trying to create an automation based on the bettery level of the locker.
I can see the bettery level in HA. I have tried to create an automation from the gui in 2 differnet ways but none is working (getting ‘Automation is unavailable’)
first way to define trigger:
trigger:
- platform: numeric_state
entity_id:
- sensor.esp_nuki_hub_nuki_battery_level
below: 40
above: 0.1
second definition:
trigger:
- type: battery_level
platform: device
device_id: <device_id>
entity_id: <entity_id>
domain: sensor
below: 30
Can someone please advise?
Thanks!