Hi all. I am new to HA and trying to configure a system to eventually replace my Homeseer setup. Been on Homeseer since the 2002. I use a Z-Net G3 controller that is on SDK 7.20.0. I use the JS UI add-on with the Z-wave plugin for HA. My HA is installed using basics/defaults on an Intel NUC - nothing special going on there. I am using the network that is already configured on my Z-Net (so that I do not need to rebuild the z-wave network).
I have a large z-wave network - about 65 individual devices consisting of lights, switches, locks, motion sensors, scene controllers, leak detectors, valve, etc. One of the things that I do with automations is press a button when I go to bed that turns off all the lights in the house, as well as many other things. This automation does not complete execution in HA and seems to be getting stuck and bombing out when executing the z-wave commands. To troubleshoot, I created a script that does nothing else than turn off lights (leaving out all the other steps and only interacting with z-wave devices). There are about 25 devices that get turned off one after the other. When executing this script, I can never get it to complete. It sometimes gets farther than others, but never completes. The errors received are never the same, but here are examples of two of them:
Logger: zwave_js_server.server
Source: components/zwave_js/init.py:935
First occurred: 1:33:13 PM (118 occurrences)
Last logged: 2:52:27 PM
2024-12-30T22:52:23.292Z: 2024-12-30T22:52:23.292Z CNTRLR The controller is jammed
2024-12-30T22:52:24.353Z: 2024-12-30T22:52:24.353Z CNTRLR The controller is no longer jammed
2024-12-30T22:52:24.806Z: 2024-12-30T22:52:24.806Z CNTRLR The controller is jammed
2024-12-30T22:52:25.833Z: 2024-12-30T22:52:25.833Z CNTRLR The controller is no longer jammed
2024-12-30T22:52:27.810Z: 2024-12-30T22:52:27.810Z CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try in 100 ms.
AND
Logger: homeassistant.components.script.all_lights_off
Source: helpers/script.py:2032
integration: Script (documentation, issues)
First occurred: 2:47:10 PM (1 occurrences)
Last logged: 2:47:10 PM
All Lights Off: Error executing script. Error for device at pos 12: Unable to set value 15-38-0-targetValue: zwave_error: Z-Wave error 204 - The node did not acknowledge the command (ZW0204)
When running the script again, new errors seem to pop up and the devices that complained before turn off fine. I do believe that I read that there are issues with the z-wave sdk on my Z-Net (7.20.0). And when controlling devices manually via a dashboard in HA, things seem to work fine (it is just the script that executes many z-wave commands that causes challenges). However, with the same z-net controller the z-wave network works fine with Homeseer. That is my biggest confusion - these same commands run fine with Homeseer. Maybe the implementation there is more fault tolerant? FOr additional troubleshooting, I have also ordered a SmartStick G8 that I will configure and try when it arrives.
In any case, I cannot convert over to HA until I get the z-wave commands executing reliably. Any comments or input on what I may or may not be doing right would be most appreciated. As I said, I am very new to this and don’t really know how to continue.
Thank you!