Hubitat C7 @ 2.2.6.140
I have an Inovelli LZW36 which became possessed a few days ago. Constantly turning the light and fan on to low levels. I did air-gapped the switch and did a cold reboot (shutdown, unplug 60s, plug back in) of the hub and no luck.
I finally fixed it by removing the device from the zwave network. I had to force remove as it wasn't excluding nicely and then factory reset the switch.
I've had this happen once or twice before but it is months in between. Any tips on how to better debug? I have no automations on my Hubitat hub, those are all handled by Home Assistant, and the phantom behavior kept going even with Home Assistant shut down.
Interesting, I have a Zooz that recently will go on an off at various times of the day. Seems to be mostly in the early AM.
The previous time this happened was about a year ago. Removing, resetting and rejoining did the trick then (for a year).
I'm going to update the firmware as see if it makes a difference.
Have you tried sending a “Configure” command?
If it happens again, check the Device’s “Events” tab to see if it reports any commands being sent.
Well it just stated happening on another LZW36. I see events on the devices that all show up at the exact same time setting level.
The debug logs from Maker API (how I have Home Assistant integrated) I see the following:
[app:2](http://hubitat-c7/logs#pastapp2)2021-04-27 06:22:42.230 pm [debug](http://hubitat-c7/installedapp/configure/2)device event: {"name":"switch","value":"on","displayName":"Office Fan","deviceId":"42","descriptionText":null,"unit":null,"type":null,"data":null}
[app:2](http://hubitat-c7/logs#pastapp2)2021-04-27 06:22:42.226 pm [debug](http://hubitat-c7/installedapp/configure/2)device event: {"name":"level","value":"98","displayName":"Office Fan","deviceId":"42","descriptionText":null,"unit":null,"type":null,"data":null}
[app:2](http://hubitat-c7/logs#pastapp2)2021-04-27 06:22:42.130 pm [debug](http://hubitat-c7/installedapp/configure/2)device event: {"name":"switch","value":"on","displayName":"Office Light","deviceId":"41","descriptionText":null,"unit":null,"type":null,"data":null}
[app:2](http://hubitat-c7/logs#pastapp2)2021-04-27 06:22:42.125 pm [debug](http://hubitat-c7/installedapp/configure/2)device event: {"name":"level","value":"98","displayName":"Office Light","deviceId":"41","descriptionText":null,"unit":null,"type":null,"data":null}