-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
[homeassistant.components.zwave_js] Unexpected exception: 'protocolDataRate' #108021
Comments
Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) zwave_js documentation |
Zwave JS UI is ok and I see all my zwave node |
Please attach the device diagnostic file (attach file to comment, not copy and paste). You can download the diagnostic file by going to Settings -> Devices & services -> Z-Wave "Devices" -> The Device -> Device info -> ... -> Download diagnostics. Also capture the debug logs when the problem occurs and attach as a file here. |
device diagnostic and debug log gives many details on my configuration and i'm not ok with this.
|
There isn't any personal information in the diagnostic, you can check yourself.
You should at least provide the json message and the driver log messages that are causing the error. Otherwise there's nothing to help with. |
I checked, the diagnostic or debug message export the number of zwave devices and many details on this devices and for me this is a personal informations . |
in my json , i have this
or it seems that i must have this
|
this seems like a bug in the driver. Either the typing is wrong, or the logic to populate lwr/nlwr is wrong because we always expect to get |
thanks for your response @raman325. So I'll let you create the issue in |
sure - I will do so, but two things:
I understand your concern about security, we have that concern too, which is why I am comfortable saying that neither the logs nor the diagnostics will leak any information that could be used to find out who you are or find a way into your network/HA instance. I hope you can also appreciate that pushing back on these requests when someone is trying to help you is frustrating because we end up wasting time arguing and finding a needle in a haystack, assuming we can even do so. I am logging the issue and tagging you in it, but I would HIGHLY recommend that you provide the DEBUG logs and diagnostics as soon as you can to reduce the wait time. |
Ok I understand, i attaching the logs. Tell me if it's enough config_entry-zwave_js-723f774f23e86d4f9f488275e3c21a2c.json.txt |
Have you tried re-interviewing the problem node? |
@kpine if you |
I understand what the problem is. If you are able to re-interview the node it might correct the source of the error. Unfortunately you can't re-interview with the official Z-Wave JS add-on if the integration is crashing. Another case where an exception in the python library makes the software unusable. The integration should be able to handle this edge cases and allow some troubleshooting and debugging. |
The Zwave JS UI works fine, only HA is on error |
Then have you tried re-interviewing in Z-Wave JS UI? |
I just did it |
debug info for an re-interview node
i think to dowgrade zwavejs2mqtt image to 8.15.0 and see the debug info |
with 8.15.0 ,
I think since 8.2X.XX , |
The root problem is in the z-wave driver. According to the "API contract", this scenario is invalid. Ultimately the driver needs to be fixed. I don't have any say in a solution, but I think adding a workaround to the python library should be done to ignore invalid route info, especially since there won't be any driver updates for a couple months. IMO the route information is not critical to functionality in HA and I don't think it's reasonable that a simple error crashes the integration. The upstream driver issue is here. You should contribute your Z-Wave JS UI driver debug logs to help solve the issue. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
Hi,
after upgrade HA to 2023.11.3, i have an error with zwave js integration.
I'm using docker zwavejs2mqtt 9.6.2 version
The log printing this error
What version of Home Assistant Core has the issue?
core-2023.11.3
What was the last working version of Home Assistant Core?
core-2023.9.X
What type of installation are you running?
Home Assistant Core
Integration causing the issue
zwave-js
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zwave_js/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: