Aeotec Doorbell 6 (ZW162) pushing button is not resulting in HA state change (Z-Wave JS)

I expect my remote doorbell to change the state of “siren active (3)” of the Doorbell z-wave device, but it did only once and after that I didn’t get any state change anymore. I got it working that one time (it didn’t before either) by re-interviewing the device but that and reload/restart didn’t get it working anymore after that. I do get the sound on the doorbell when I press the button, but I don’t see the “siren active (3)” state change in the history of the device anymore, what I do see in the debug log (the whole system has every update):

2023-03-06T20:35:36.277Z SERIAL « 0x010f00040029097105000000ff0e010050                                (17 bytes)
2023-03-06T20:35:36.280Z SERIAL » [ACK]                                                                   (0x06)
2023-03-06T20:35:36.285Z CNTRLR   [Node 041] [~] [Notification] alarmType: 0 => 0                   [Endpoint 0]
2023-03-06T20:35:36.290Z CNTRLR   [Node 041] [~] [Notification] alarmLevel: 0 => 0                  [Endpoint 0]
2023-03-06T20:35:36.294Z DRIVER « [Node 041] [REQ] [ApplicationCommand]
                                  └─[NotificationCCReport]
                                      notification type:   Siren
                                      notification status: 255
                                      notification state:  Siren active
2023-03-06T20:35:36.301Z CNTRLR   [Node 041] [~] [Notification] Siren[Siren status]: 0 => 1         [Endpoint 0]
2023-03-06T20:35:41.778Z SERIAL « 0x010f00040029097105000000ff0e000051                                (17 bytes)
2023-03-06T20:35:41.781Z SERIAL » [ACK]                                                                   (0x06)
2023-03-06T20:35:41.785Z CNTRLR   [Node 041] [~] [Notification] alarmType: 0 => 0                   [Endpoint 0]
2023-03-06T20:35:41.789Z CNTRLR   [Node 041] [~] [Notification] alarmLevel: 0 => 0                  [Endpoint 0]
2023-03-06T20:35:41.793Z DRIVER « [Node 041] [REQ] [ApplicationCommand]
                                  └─[NotificationCCReport]
                                      notification type:   14
                                      notification status: 255
                                      notification state:  idle
2023-03-06T20:35:41.801Z CNTRLR   [Node 041] [~] [Notification] Siren[Siren status]: 1 => 0         [Endpoint 0]

But that is all I get, anyone an idea what could be wrong here?

I know Aeotec Doorbell ZW162 no longer triggering automation is describing the same problem, but I do find excluding/including the device quite rigorously.

Perhaps a bit late in responding. I had a similar issue.
After a Re-interview in the Z-wave JS gui magic happened and things started working again.