How to add zwave stick to docker

Hi all,

I recently moved from raspberry pi to an intel NUC with ubuntu server and hassio installed in a docker container. Since I’m starting over I also want to rebuild my zwave network so I’ve reset the zwave stick.

I added my zwave stick to my configuration using integrations and filled in ‘/dev/ttyACM0’ for the USB path.

It looked like the stick was added fine but somehow i cannot add devices.

Are there some easy to follow instructions on how to add the stick to docker. (I’m also installed portainer to manage my docker containers)

1 Like

You reset stick but devices are still paired.
You may need to reset devices or unpair them…then add back to zwave network

1 Like

THat was indeed the problem. Only two nodes are still giving me troubles. Sensative door/window strip seems to be in “Wakeup” and somehow I can’t reset the aeoteck trisensor… Any advice?

For the aeotech maybe try “remove node” in zwave panel.
Work just like “add node” but device will delete any previous pairing

“Wakeup”… Maybe this is OK. Battery devices always show sleep or something but will properly update on state change

This is the setup I have, chances are the USBs are now:

zwave:                       
  usb_path: /dev/ttyUSB0     
#                            
zha:                         
  usb_path: /dev/ttyUSB1     
  database_path: /config/zigbee.db

You can confirm this by running the following in Ubuntu:

ls /dev/tty*

If you see them there, that’s the issue.