Replies: 1 comment 1 reply
-
Could you share your docker-compose.yml file or the docker command you are using to start zui? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running ZWave JS UI in a docker container within an Ubuntu VM on Proxmox. The controller is a TubesZB ZWave controller with the Zooz module installed. It seems to work fine for a time and then for some unknown reason ZWave JS UI exits with the error "Serial port errored: read ETIMEOUT". This causes ZWave JS UI to crash. So that's issue number one... I'm not sure why it gets a read timeout. Issue number two is that when the docker goes to restart it gives
So it seems that when the crash occurs due to the time out it isn't releasing the lock file. Manually killing, removing, and restarting the docker seems to be required to get it to come back up.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions