I have a Leviton DZ6HD Z-wave dimmer switch which was my first Hubitat device, and which has worked without problems for a year or more, and has suddenly stopped responding to commands reliably -- possibly when I upgraded to 2.3.9.164 from 2.3.9.136 (I think?). My hub is a C-7.
When the problem started, the device was occasionally responding to commands from the hub but the status of the device on the hub was not updating. I excluded and re-included the device (under a new device, not with "replace"), including a factory reset of the device, but the problem continued.
At that time the Z-wave Details for that device read:
PER: , RTT Avg: ms, LWR RSSI: N/A
Neighbors: undefined, Route Changes: undefined
but the device status showed a checkmark. Here's the whole entry:
The Z-wave route map showed only the hubitat -- before re-pairing, it showed both the hubitat and the switch even though things were not working then.
I rebooted the Hubitat, and that corrected the map and added route details to the device in Z-wave Details:
PER: 2, RTT Avg: ms, LWR RSSI: 1dB
Neighbors: 1, Route Changes: 0
but it is still not always responding to commands from the hub. However, when it does act on commands from the hub, the device state updates as expected (maybe with a short delay).
When a command does not work, I see the debug log entries for the "On" command in the logs but nothing from the device itself:
dev:33 2024-08-02 08:06:33.935 PM debug on()
dev:33 2024-08-02 08:06:14.208 PM debug on()
dev:33 2024-08-02 08:06:10.195 PM debug on()
When it DOES work, I usually (but not always) see much more happening:
dev:33 2024-08-02 08:10:02.655 PM debug parse description: zw device: 0B, command: 2603, payload: 50 50 00 , isMulticast: false
dev:33 2024-08-02 08:10:00.079 PM info Kitchen Lights 2 was turned on [physical]
dev:33 2024-08-02 08:10:00.062 PM debug parse description: zw device: 0B, command: 2603, payload: 50 50 01 , isMulticast: false
dev:33 2024-08-02 08:09:59.980 PM debug parse description: zw device: 0B, command: 8201, payload: , isMulticast: false
dev:33 2024-08-02 08:09:59.606 PM debug on()
When I did a Z-wave Repair, it returns:
Stage: Idle
Finished Z-Wave Network Repair
Failed Nodes: 0B
(where 0B is my switch).
I've also done a hard power cycle of the switch from the breaker.
Unfortunately for troubleshooting purposes, this is my only Z-wave device -- I decided to go all Zigbee after this first one so I can't tell if it is specific to this one or to any Z-wave devices.
Any idea what’s going on here or what else I can do to troubleshoot? Thanks!