I am having the same issue… I moved from hassio on a RPI3 to Docker on Ubuntu 16.04. I followed the instructions from this YouTube video https://youtu.be/ekVfLXnoM7k
I have HA up and running but cannot get it to recognize my Z-Wave stick. If I SSH into the ubuntu machine I can confirm that the stick is at /dev/ttyAMC0, which is what my HA configuration.yaml lists for zwave.
I tried to start the zwave network through Configuration>Z-Wave>Start Network but it fails. Here is the z-wave log:
2019-09-09 09:23:56.082 Always, OpenZwave Version 1.4.3440 Starting Up
2019-09-09 09:24:56.833 Info, Setting Up Provided Network Key for Secure Communications
2019-09-09 09:24:56.833 Info, mgr, Added driver for controller /dev/ttyACM0
2019-09-09 09:24:56.833 Info, Opening controller /dev/ttyACM0
2019-09-09 09:24:56.833 Info, Trying to open serial port /dev/ttyACM0 (attempt 1)
2019-09-09 09:24:56.834 Info, Serial port /dev/ttyACM0 opened (attempt 1)
2019-09-09 09:24:56.834 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-09-09 09:24:56.834 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-09-09 09:24:56.834 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-09-09 09:24:56.834 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-09-09 09:24:56.834 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-09-09 09:24:56.834 Detail,
2019-09-09 09:24:56.834 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x15) - FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2019-09-09 09:24:57.835 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-09-09 09:24:57.835 Detail, contrlr, Removing current message
2019-09-09 09:24:57.835 Detail, contrlr, Notification: Notification - TimeOut
2019-09-09 09:24:57.835 Detail,
2019-09-09 09:24:57.835 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x20) - FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2019-09-09 09:24:58.835 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-09-09 09:24:58.835 Detail, contrlr, Removing current message
2019-09-09 09:24:58.835 Detail, contrlr, Notification: Notification - TimeOut
2019-09-09 09:24:58.835 Detail,
2019-09-09 09:24:58.835 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x05) - FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2019-09-09 09:24:59.835 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-09-09 09:24:59.835 Detail, contrlr, Removing current message
2019-09-09 09:24:59.835 Detail, contrlr, Notification: Notification - TimeOut
2019-09-09 09:24:59.836 Detail,
2019-09-09 09:24:59.836 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x07) - FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2019-09-09 09:25:00.836 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-09-09 09:25:00.836 Detail, contrlr, Removing current message
2019-09-09 09:25:00.836 Detail, contrlr, Notification: Notification - TimeOut
2019-09-09 09:25:00.836 Detail,
2019-09-09 09:25:00.836 Info, contrlr, Sending (Command) message (Callback ID=0x00, Expected Reply=0x56) - FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2019-09-09 09:25:01.836 Error, contrlr, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-09-09 09:25:01.836 Detail, contrlr, Removing current message
2019-09-09 09:25:01.836 Detail, contrlr, Notification: Notification - TimeOut
This is my first time using Docker for anything. As the video indicates I have portainer running as well (also new to this). Everything I find online talks about adding the /dev/ttyACM0 to the “devices” section in “your existing YAML file” for docker but I have no idea where this is and google is failing me!
Any help is much appreciated!! Thanks!