Replies: 1 comment 3 replies
-
Follow instructions here: zwave-js/zwave-js#6341 If nothing works just disable soft reset in settings :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I run zwave js ui in docker container from a long time. From some time, can't remember when, I have trouble restarting container. The /dev/serial/by-id disappear. It happens specially when I update zwavejsui (docker compose pull, docker compose up -d). Zwavejsui can't restart. I need to reboot my computer, and the docker start well.
Looking from the debug log of the driver, it happens after a soft reset of the controller (gen 5+)
I found that a software reset on gen 5+ is like unplugged replug the usb device.
But, it seems that udev don't detect it, and don't map /dev/serial/by-id again
I don't have any idea what to check. I've seen that we can disable soft reset, but if prefere to find what is the main root.
Thank you for your ideas / your help
Beta Was this translation helpful? Give feedback.
All reactions