-
-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZAC93 Inclusion Stops at status = NodeFound #7516
Comments
I can only suspect there's something really wrong with the controller firmware. After NodeFound, it should be communicating with the node to actually include it, but that does not seem to happen. I've also never seen -128 dBm as an RSSI reading:
typically, 800 series controllers are around -110. |
What case did the GPIO module go into? Otherwise I'm guessing maybe the controller's region setting might be set wrong for your locale? I could see that being indicative as to why LR failing entirely and say, it's set to a region without LR... |
It's on a PoE ESP32 right now (serial over TCP), but I have a USB UART adapter on the way so I can remove that variable. Unfortunately I probably won't be able to try it out until the end of the month though. This is actually my second ZAC93 (warranty replacement). The first one's radio ceased working entirely after I tried enabling LR. It was working OK (but not great) until I did that. I could never get Smart Start to work and adding devices was finicky. I set region to US w/ LR explicitly and then it stopped working (responded to serial fine but could not activate or deactivate anything). I could change to non-US regions, but I could not reset the region to US w/o LR. Since this is the second device, I am definitely suspecting an issue with them unless there is egregious corruption/packet loss with the ESP32 (seems unlikely but I will verify). |
There has been at least one issue before where this was the case and caused all sorts of problems. You may be able to eliminate the possibility by using a USB to UART converter and connecting to the host machine directly for a test. |
Checklist
Deploy method
Docker
Z-Wave JS UI version
14.3.7
ZwaveJS version
9.29.0.b8373a3
Describe the bug
When including devices on the ZAC93, the device is found but just stops at
handling add node request (status = NodeFound)
without interviewing the device. I have a similar issue with Smart Start (says NWI matches but doesn't do anything after that). Smart Start LR fails entirely (claims NWI does not match and ignores it).See log below.
To Reproduce
Expected behavior
Device should be interviewed
Additional context
a_zwavejs_2024-12-21.log
The text was updated successfully, but these errors were encountered: