Hello everyone, I’m reaching out for some assistance with an issue I’m encountering while migrating my Z-Wave binding from version 2.5.7 to 3.0M4 using Docker. I’ve been trying to get everything set up properly, but I’m running into some roadblocks. Here’s what I’ve observed so far:
After the migration, I noticed that the Z-Wave controller isn’t functioning as expected. The logs indicate some protocol errors and timeouts, which are causing the controller to fail in initializing the network. I’ve included a snippet of the logs below for reference:
01-Dec-2020 14:23:54.714 [DEBUG] [openhab.binding.zwave.internal.ZWaveConfigProvider] - No thing found in getConfigDescription thing:zwave:serial_zstick:Zwave1
01-Dec-2020 14:23:54.729 [DEBUG] [nhab.binding.zwave.discovery.ZWaveDiscoveryService] - Creating ZWave discovery service for zwave:serial_zstick:Zwave1 with scan time of 60
01-Dec-2020 14:23:54.730 [DEBUG] [nhab.binding.zwave.discovery.ZWaveDiscoveryService] - ZWave discovery: Active zwave:serial_zstick:Zwave1
01-Dec-2020 14:23:54.730 [INFO ] [enhab.binding.zwave.handler.ZWaveControllerHandler] - Attempting to add listener when controller is null
…
The logs show several protocol errors and timeouts, which seem to be related to the Z-Wave controller not initializing properly. I’m particularly concerned about the messages indicating that the network key isn’t set and the controller is using a random value. This might be causing the initialization issues.
I’ve tried a few troubleshooting steps, such as resetting the Z-Wave controller, checking the serial port connections, and ensuring that the firmware is up to date. However, none of these steps have resolved the issue. I’m also considering whether the migration process itself might have introduced some configuration inconsistencies.
If anyone has experience with migrating Z-Wave bindings or troubleshooting similar issues, I would greatly appreciate any advice or insights you might have. Specifically, I’m looking for guidance on how to properly configure the network key and resolve the protocol errors mentioned in the logs.
Thank you in advance for your help! I’m really looking forward to getting this sorted out and ensuring my Z-Wave network runs smoothly again.