help:I cannot get HA to see my Zwave Controller

Hello All,

Trying to get started with home-assistant. So far no luck. I have an Ubuntu server with the docker image for HA. i can get it running but I cannot get it to see my Zwave controller. I am clearly missing something obvious. I am trying to get the Aeotec Gen5 to integrate. My run comand is:

sudo docker run -d
–name=“hass”
–net=host
-v ~/hass/config:/config
-v /etc/localtime:/etc/localtime:ro
–device=/dev/ttyACM0:/dev/ttyACM0
homeassistant/home-assistant

In the configuration.yaml I have added the
zwave:
usb_path: /dev/ttyACM0
config_path: /config/

this should put the config path with the configuration.yaml so i know where it is.

i have checked and my Aeotec stick is mounted at /dev/ttyACM0

I then run the docker command, and it will bring up the HA web interface but it doesn’t see the Z stick. I am clearly missing something from the directions. I have been reading the forums and trying to figure this out but am completely lost at what else to try.

Any help would be greatly appreciated.

Thanks.