@jhein wrote:
Hi,
I am running three docker container using different ports on a Synology NAS. One of them is giving me two big problems after I updated the image to the latest version:
- Z-Wave doesn’t work any more and I get the following output in OZW Log:
2020-04-06 02:04:25.141 Always, OpenZwave Version 1.4.3469 Starting Up 2020-04-06 02:04:25.324 Info, Setting Up Provided Network Key for Secure Communications 2020-04-06 02:04:25.324 Info, mgr, Added driver for controller /dev/ttyACM1 2020-04-06 02:04:25.324 Info, Opening controller /dev/ttyACM1 2020-04-06 02:04:25.324 Info, Trying to open serial port /dev/ttyACM1 (attempt 1) 2020-04-06 02:04:25.324 Error, ERROR: Cannot get exclusive lock for serial port /dev/ttyACM1. Error code 11 2020-04-06 02:04:25.324 Info, Serial port /dev/ttyACM1 opened (attempt 1) 2020-04-06 02:04:25.324 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
I did make sure that I am using the correct serial device:
root@Lakewood:~# ls /dev/ttyACM* /dev/ttyACM1
It used to be ttyACM0, but I unplugged the stick and plugged it back in while trying to fix it. It didn’t work before too, when it was still on ttyACM0. The stick is color cycling as usual.
My zwcfg.xml is empty now. Not sure if that is normal, if the stick can’t be found
- I am getting this error message in the log:
2020-04-06 02:01:16 ERROR (MainThread) [homeassistant.components.http] Failed to create HTTP server at port 8127: [Errno 98] Address in use`
I did check that the port is not used (netstat -plant |grep 8127), but the error message is showing up anyway and weirdly, I can access the frontend on port 8127. And I did try moving the frontend to different ports that were free.
http: server_port: 8127
Not sure if both problems are related and I would really appreciate any help.
Thanks,
Julian
Posts: 3
Participants: 2