Not getting events from AEON Labs DSC06 Smart Energy Switch

Hello,
I am migrating from SmartThings and my Z-Wave AEON Labs DSC06 Smart Energy Switch events are not reflecting in the Home Assistant UI.
I can click the switch in the UI, and the switch turns on/off, but when I press the button on the physical switch, the UI does not update. Needless to say, the energy information is not updating as well.
I turned on debug logging and received the data below when pressing the physical switch’s button on and off.
Sorry, I do not know how to attach them.
All updates are applied.
Any suggestions?
Thanks in advance.

Subscribed to Z-Wave JS Log Messages…
2021-11-29T00:12:02.436Z SERIAL « 0x0113004984200d0410012531322770857286ef8274                        (21 bytes)
2021-11-29T00:12:02.438Z SERIAL » [ACK]                                                                   (0x06)
2021-11-29T00:12:02.439Z DRIVER « [Node 032] [REQ] [ApplicationUpdateRequest]
                                    payload: 0x200d0410012531322770857286ef82
2021-11-29T00:12:02.441Z CNTRLR « [Node 032] Received updated node info
2021-11-29T00:12:03.927Z SERIAL « 0x0113004984200d0410012531322770857286ef8274                        (21 bytes)
2021-11-29T00:12:03.928Z SERIAL » [ACK]                                                                   (0x06)
2021-11-29T00:12:03.929Z DRIVER « [Node 032] [REQ] [ApplicationUpdateRequest]
                                    payload: 0x200d0410012531322770857286ef82
2021-11-29T00:12:03.931Z CNTRLR « [Node 032] Received updated node info

You probably need to configure parameter 80 “Send Notifications to Associated Devices (Group 1)”. I would try Basic CC Report first, and if that doesn’t work, Hail.

https://devices.zwave-js.io/?jumpTo=0x0086:0x0003:0x0006:0.0

3 Likes

Thank you so much, that worked.
Also, thanks for the link!

I ran into the same issue after my migration to zwave-js, thanks to google and this post for the fix.

1 Like

This worked for me. Thank you!