org.openhab.binding.zwave: [zwave] Unable to remove failed node
Expected Behavior
Clicking “Remove Device From Controller” on the Thing’s setting page should work. Then I should be able to delete the Thing, and not have it show up again.
Current Behavior
When I click it and continue through the confirmation, the log says NODE 80: Remove failed node failed as Controller Busy!
three times in a row. If I then delete the Thing, and go to inbox and re-scan z-wave, the Thing shows back up, because it was never removed from the actual network.
Your Environment
- Version used: OpenHAB 3.0.0, Z-Wave binding 3.0.0
- Java 11
- Ubuntu 20.04 focal, amd64
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 38 (13 by maintainers)
If the controller is busy, then there’s not a lot that the binding is able to do to change this. This normally happens when there’s a lot of traffic on the network - even if you can’t see it. When I’ve seen this in the past, it is caused by an errant device flooding the network. These controllers are very slow microcontrollers and cannot cope with that.