-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
[bug] failednodes wont remove from control panel, same as closed bug #318 #713
Comments
zwavejs2mqtt-store- SILLY log mode.zip Just got new log dump in Silly mode. Have done another IsFailedNode and attempted Remove Failed Node at end of log |
Could you show me a screenshot of what you see? BTW you shouldn't enable that flag 'show hidden nodes' in most cases it just cause confusion, I will remove it in next major |
Should be fixed in #710 |
thanks |
Isn't that inherent z-wave behaviour? |
This is not really a bug, it's kind of an UI issue due to the fact on UI side and backend I was using an array for nodes where the index was the nodeId. As you said when a user removes/add a new node it takes the highest id (or he could use the replceFailed to give the node a specific id of a failed node), the node you see as removed are dummy nodes I add in the positions I don't have anything. |
Before submitting a bug please read: https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/bug_report
Version
1.3.0
Build/Run method
zwavejs2mqtt version: 1.3.0
zwavejs version: 6.4.0
Describe the bug
I have a number of nodes that are totally dead. Tehy show up in the control panel when I enable "show hidden nodes" option. I cannot remove them. The "Is Failed Node" commands works succesfully (UI reports success), the Remove Failed Node options fails with "Error while calling api removeFailedNode: Node 2 was not found! "
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect a success to eb returned after #3 above
Additional context
This appears to be the same as #318
In a (possibly misguided) attempt to get "clean" logs, I deleted the two log files in the control panel. Performed a docker pull (and got latest version in proces) and the container started again.
In timestamp 21:22:54.020, the ISFailedNode command can be seen. There is no Remove Failed Node after that that I can see (the REmove was requested in the UI withing seconds of the IsFailedNode)
The good nodes are not all showing complete as the battery ones havent worken up yet since container restart. But I had this issue before I did the restart of the container as well. (I have another much larger set of logs available as well - pasted in as well)
zwavejs2mqtt-store - Logs from before 1.3.0 update.zip
zwavejs2mqtt-store Logs from after 1.3.0 update.zip
The text was updated successfully, but these errors were encountered: