ZWave Aeotec ZW088 Keyfob

Hello All,

i have the keyfob Aeotec ZW088.

It seems that the device is configured correctly and I see this entity:

Keyfob ZW088 Battery level
sensor.keyfob_zw088_battery_level

Keyfob ZW088 Low battery level
binary_sensor.keyfob_zw088_low_battery_level

Keyfob ZW088 Node status
sensor.keyfob_zw088_node_status

Keyfob ZW088 Ping
button.keyfob_zw088_ping

Also when i click a button - for example the button identify with ‘7’ I see that in the event:

2022-12-01T20:34:42.535Z - VALUE NOTIFICATION Arg 0:
commandClassName: Scene Activation
commandClass: 43
property: sceneId
endpoint: 0
value: 7
propertyName: sceneId
newValue: 7
stateless: true

2022-12-01T20:34:42.536Z -
VALUE UPDATED Arg 0:
commandClassName: Scene Activation
commandClass: 43
property: dimmingDuration
endpoint: 0
newValue: default
prevValue: default
propertyName: dimmingDuration

How can intercept it and use it in an automation?

Thanks a lot for your support!

Use the zwave_js_value_notification event.

Perfect! It works!

Fast and accurate

Thanks