Page 1 of 2
Remove Failed Node not working v3.0.0
Posted: 05 Sep 2019 14:03
by añep
I have upgraded to v3.0.0 from v2.3.8 since a month ago, and I have nodes failed and I can't remove this nodes for re-includes. Clear caches is done. I use Razberry v2.

- Cap2.JPG (237.83 KiB) Viewed 9147 times

- Cap1.JPG (351.72 KiB) Viewed 9147 times
Re: Remove Failed Node not working v3.0.0
Posted: 05 Sep 2019 19:57
by añep
From 8083/smarthome don't working remove either. The problem occurs with any device that you want to remove, in expert the buttons are always disabled and in smarthome let it do it but it does not work, the devices are deleted, but never disapear.

- Cap3.JPG (60.05 KiB) Viewed 9137 times
Re: Remove Failed Node not working v3.0.0
Posted: 05 Sep 2019 23:53
by PoltoS
Are they marked as failed in the expert UI? If not, please try to ping them by sending NOP on the Devices Status page.
If yes, please provide remote access so we can check it.
Re: Remove Failed Node not working v3.0.0
Posted: 06 Sep 2019 14:23
by añep
PoltoS wrote: ↑05 Sep 2019 23:53
Are they marked as failed in the expert UI? If not, please try to ping them by sending NOP on the Devices Status page.
If yes, please provide remote access so we can check it.
Yes, as seen in the first capture, nodes 6 and 8 are as failed in expert UI. What data do you need for remote access?
Re: Remove Failed Node not working v3.0.0
Posted: 07 Sep 2019 01:37
by PoltoS
boxId/admin password. In PM, please
Re: Remove Failed Node not working v3.0.0
Posted: 09 Sep 2019 13:11
by añep
PoltoS wrote: ↑07 Sep 2019 01:37
boxId/admin password. In PM, please
Sent.
Thanks.
Re: Remove Failed Node not working v3.0.0
Posted: 17 Sep 2019 00:39
by PoltoS
Please try this fix:
https://github.com/Z-Wave-Me/ExpertUI/c ... 972a7537c2
You need to find the corresponding line in build.js
Re: Remove Failed Node not working v3.0.0
Posted: 17 Sep 2019 09:10
by añep
This has fixed it.
Thanks.
Re: Remove Failed Node not working v3.0.0
Posted: 13 Nov 2019 20:10
by Clubber2000
I have got the same problem. I cant remove failed battery nodes like in versions before.
Could you olease explain the solution above a little more detailed. I am an absolute Linux and programming noob.
Must I replace the line 285: if (ZWaveAPIData.devices[nodeId]) {
with
if (ZWaveAPIData.devices[nodeId] && ZWaveAPIData.devices[nodeId].data.publicKey) {
in which file? build.js or control.js?
Where can I find the file on the rasberry?
Do you think there will be an update for the 3.0.0 version which will fix this problem without changing the lines?
Thanks in advance.
Re: Remove Failed Node not working v3.0.0
Posted: 14 Nov 2019 01:48
by PoltoS
in build.js. Or just wait a bit - we are making a new build with this fix.