Hello,
I have a Hank remote with 4 buttons and I am trying to control an Aotec Bulb using an Automation.
When I press a butoon I get this in the log:
2021-01-10 10:01:54.524 Detail, Node022, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x16, 0x05, 0x5b, 0x03, 0x49, 0x00, 0x01, 0xf3
2021-01-10 10:01:54.524 Detail,
2021-01-10 10:01:54.524 Info, Node022, Received Central Scene set from node 22: scene id=1 in 0 seconds. Sending event notification.
2021-01-10 10:01:54.524 Warning, Node022, No ValueID created for Scene
My Automation looks like this:
alias: Living Remote - ON
trigger:
- platform: event
event_type: zwave.scene_activated
event_data:
entity_id: zwave.living_remote_scene_controller
scene_id: 1
context: {}
action:
- type: turn_on
device_id: f72573c76d783ce7086f173edc2813fd
entity_id: light.living_corner_white_bulb_light
domain: light
brightness_pct: 50
mode: single
However it does not trigger the action.
The action works if I execute the automation manualy.
Is there anything else I am missing ?
PS: Also it seems the remote can do associations … but again in the Zwave interface I can choose a remote Button in the “Group”, and another Zwave Node (light) as “Node to control” … however I am not sure how this would work in term of what function to activate on that Node … on, off, brigtness etc
Thanks in advance for your help!
Later edit: Found this in the meantime: https://www.home-assistant.io/docs/z-wave/device-specific/#homeseer-switches