OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

Healing network gives Error: Ctrl_Error_None #2507

Open BigDoom opened 3 years ago

BigDoom commented 3 years ago

Running versions: OpenZWave Version 1.6.1545 qt-openzwave Version: 1.2.0 QT Version: 5.12.8

Whenever I'm trying to do a heal network I get the following error for each node: ZWave Controller Command Executed: Ctrl_Cmd_RequestNodeNeighborUpdate State: Ctrl_State_Completed Error: Ctrl_Error_None

So it looks like for some reason the healing function isn't working anymore, while it used to be working in the past.

Network controller is an AEON Labs Z-Stick Gen5 and all nodes are Fibaro Dimmers, Switches, Roller Shutters, Wall plug and Smart Implant, 21 nodes in total.

Any ideas?

kpine commented 3 years ago

Why do you think the heal is failing? None of the values logged are errors.

Ctrl_State_Completed - The Action completed. OZW is returning to Network Mode. Ctrl_Error_None - No Error Occurred.

See descriptions of states and errors.