I have now for days tried to get the zwave stick working under HA. I have HA supervisor running on Ubuntu. I can see the device in the hardware overview and add the zwave in the configuration of HA.
zwave:
usb_path: /dev/serial/by-id/usb-0658_0200-if00
device_config: !include zwave_device_config.yaml
network_key: " some key"
I also tried with /dev/ttyACM0 as usb_path but i saw in some post that i should use the serial one.
I can go to the gui of zwave under configuration but the node is empty and i cannot choose a node. Also the OZW log is empty.
Ok started up my Domoticz Pi and connected the stick. That worked flawless. So the stick is OK.
Also tried the usbip setup to make sure that the usb passthrough was not the problem…still no joy.
I am about to start a clean install of HA supervised…
Do the devices show up in the container? I’m running Home Assistant Core inside of regular docker, and need to pass in the device when launching the container with --device or equivalent if using docker-compose.
Maybe from the “outside”, you can launch a shell inside the running container and see if the device appears where you expect it. E.g., docker exec -it hass bash