node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

No inclusion/exclusion, and some nodes becomed unknown after the first reboot (and remain unk after re-interviewing)

Open Vaufreyd opened this issue 5 months ago • 3 comments

Checklist

  • [X] I am not using Home Assistant. Or: a developer has told me to come here.
  • [X] I have checked the troubleshooting section and my problem is not described there.
  • [X] I have read the changelog and my problem is not mentioned there.

Deploy method

Docker

Z-Wave JS UI version

9.12.0.96eeb76

ZwaveJS version

12.5.6

Describe the bug

I have a raspberry pi5 with domoticz (on ubuntu). Updating from previous domoticz version, I also migrate from openzwave to zavejzui (running in docker). I encouter 2 problems:

  • inclusion/exclusion do not work using button on devices. I can not exclude then, neither include new devices (inclusion using qrcode works fine)

  • after migrating, everything went fine for all my devices (except dead nodes). After reboot, some of my fibaro wall plug are not recognize anymore (they are the same as the other ones). They are mark as unkown (90% of them). Even if the button switch on/off is seeable in zwavejsui, activating it do not work. The only part that is working seemlessly is the power consumption that works like a charm. As I can not exclude them/reinclude them, I can not use them anymore... Reinterview do not work.

Thank you.

To Reproduce

zwave-js-ui-store.zip

Tests concern node 082 (after time 2024-08-26T15:34:57.872Z) :

  • first re-interview
  • after exclusion attempt for this node
  • after switch manipulation from this node (state change in zwavejsui but not on the device)

Expected behavior

It was expected that :

  • Inclusion/exclusion using button on device should work.
  • Devices should not loose their manufacturer ID/ID.
  • Reinterviewing nodes shloud solve the UNK problem.

Additional context

Dongle Z‐Stick Gen5 USB Controller with a USB cable (1m) to put it away from computer. Usage on domoticz though MQTT discovery (previsouly openzwave) on PI5 on ubuntu 23.10. Zwavejsui deployed uising docker.

Vaufreyd avatar Aug 26 '24 16:08 Vaufreyd