Hi there,
I’ve got a SmartKey from Philio. I want to use it for my home door. I can setup a key (a few numbers) to unlock.
In the Z-wave protocol I can read following:
2025-02-27T12:58:29.619Z CNTRLR [Node 085] [Notification]
type: Access Control
event: Keypad unlock operation
userId: 1
My Question: How can I react with an automation (script) on this notification?
How is the right YAML description?
This is what the device show in my script for example
triggers:
- device_id: df245c70f0d0f70469843f7d456456
domain: zwave_js
type: event.notification.entry_control
command_class: 111
trigger: device
But I don’t know how I can integrate the event or type from protocol. I’m a little bit lost…