So I have a bunch of Zen34 remotes. Been working great for 6+ months. This week, one stopped sending the scene command data to HA, the rest are fine, didn’t update anything recently, they’re same firmware version. I’m baffled what the difference would be.
The one that works gives me this in zwavejs2mqtt debug:
08:38:49.368 DRIVER « [Node 014] [REQ] [ApplicationCommand]
└─[CentralSceneCCNotification]
sequence number: 26
key attribute: KeyPressed
scene number: 2
2022-04-11 08:38:49.371 INFO ZWAVE: Node 14: value notification: 91-0-scene-002 0
08:38:49.372 CNTRLR « [Node 014] received CentralScene notification {
“nodeId”: 14,
“ccId”: “Central Scene”,
“ccCommand”: “0x03”,
“payload”: “0x1a8002”
}
The one that doesn’t gives this on button press:
08:38:50.598 DRIVER « [Node 018] [REQ] [ApplicationCommand]
└─[CentralSceneCCNotification]
sequence number: 148
key attribute: KeyPressed
scene number: 2
08:38:50.601 CNTRLR « [Node 018] received CentralScene notification {
“nodeId”: 18,
“ccId”: “Central Scene”,
“ccCommand”: “0x03”,
“payload”: “0x948002”
}
The data is getting there. It is only missing the line of “INFO ZWAVE: Node 14: value notification: 91-0-scene-002 0”, which seems to be the actual processing of the driver data into the scene value notification that should go to HA.
I don’t know where to start figuring out if it’s a problem with the remote or zwavejs or my config or what’s going on.