Z-wave JS Notifications are not working

Hi,

I’ve a YDM3168 door lock with a yale module 2 on my HA core-2021.7.1. I’m trying to see the alarm type / alarm level notifications but I’m not receiving anything. I tried to listen (from dev events) for the following events *, zwave_js_event, zwave_js_notification and zwave_js_value_notification.

Generally the lock works fine (secure pair with complete interview, user codes are changing fine - I need to leave my lock in advanced mode to work properly).

Any ideas how can I get the alarm notifications (so I will know which user code unlocked the lock), is the lock that doesn’t send the events or something wrong with the z-wave js (server). I don’t see anything in the logs either.

Might the lock doesn’t send notifications for those attributes and just updates the values? I’ve enabled both of them (as there were disabled by default) but they never get any values instead of null/undefined.

Lock/Unlock logs

Lock
2021-07-10 10:43:52.682 INFO ZWAVE: Node 31: value updated: 98-0-currentMode 1 => 255
2021-07-10 10:43:52.690 INFO ZWAVE: Node 31: value updated: 98-0-outsideHandlesCanOpenDoor false,false,false,false => false,false,false,false
2021-07-10 10:43:52.695 INFO ZWAVE: Node 31: value updated: 98-0-insideHandlesCanOpenDoor false,false,false,false => false,false,false,false
2021-07-10 10:43:52.699 INFO ZWAVE: Node 31: value updated: 98-0-latchStatus open => open
2021-07-10 10:43:52.702 INFO ZWAVE: Node 31: value updated: 98-0-boltStatus unlocked => locked
2021-07-10 10:43:52.706 INFO ZWAVE: Node 31: value updated: 98-0-doorStatus open => open

Unlock
2021-07-10 10:44:19.348 INFO ZWAVE: Node 31: value updated: 98-0-currentMode 255 => 1
2021-07-10 10:44:19.354 INFO ZWAVE: Node 31: value updated: 98-0-outsideHandlesCanOpenDoor false,false,false,false => false,false,false,false
2021-07-10 10:44:19.359 INFO ZWAVE: Node 31: value updated: 98-0-insideHandlesCanOpenDoor false,false,false,false => false,false,false,false
2021-07-10 10:44:19.363 INFO ZWAVE: Node 31: value updated: 98-0-latchStatus open => open
2021-07-10 10:44:19.367 INFO ZWAVE: Node 31: value updated: 98-0-boltStatus locked => unlocked
2021-07-10 10:44:19.370 INFO ZWAVE: Node 31: value updated: 98-0-doorStatus open => open

Thanks,
John

Also of interest, having exactly the same issue, events show fine in ZWaveJS but no zwave topics appear in HA

For those with similar issues after opening an issue on node-zwave-js and the help of AlCalzone I was able to make it work by adding an association to my yale lock with the controller node.

I think I’m experiencing the same issue but with the jasco scene controllers. How do you change the association in home assistant and the zwavejs addon or do I need to use zwave2mqtt?

I’m afraid you need zwave2mqtt and check the screenshot that I have. (You can use zwave2mqtt just as control panel)