OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
105 stars 30 forks source link

Replace Failed Node doesn't work. #156

Open DanielWinks opened 4 years ago

DanielWinks commented 4 years ago

When I've tried using the replacefailednode mqtt command, here, I receive "Invalid Node Number".

In my case, I was attempting to re-use node 22, which had a previously failed device pairing. Everything I tried for this node came back with "Invalid Node Number", removefailednode, etc.

I was able to stop qt-OZW, start up Zwave2MQTT, and note that this node was in the status of "removed".

I was able to successfully issue "Replace failed node" from Z2M, which put my controller into waiting status, and after initiating the inclusion process on my device, it successfully included it into my Z-wave network. I did not have to do anything other than issue the "replace failed node" command from the Z2M web interface. The node was already in "removed" status, so no other action was needed to replace it.

Afterward, I was able to stop Z2M and start qt-OZW, and after a few hours (it's a battery device) the device showed up fully in qt-OZW.

Hardware is Pi 3 B+, Aeotec Z-stick, Raspbian Buster. No other software beyond base install + Docker.