Z-Wave setup for docker on MacOS

Hello, I am trying to setup my Aeotec Z-Stick Gen 5 but not much success. Getting device not found issue.

docker-compose.yaml
devices:

  • /dev/tty.usbmodemFA131:/dev/tty.usbmodemFA131

configuration.yaml
zwave:
usb_path: /dev/tty.usbmodemFA131

I also tried replacing “tty” with “cu” but still same issue. Help will be greatly appreciated.

It’s sadly not possible using Docker for Mac, however you can use the legacy version (but then you might as well just install Debian in a vm and run Docker in there).

More info here: https://docs.docker.com/docker-for-mac/faqs/#can-i-pass-through-a-usb-device-to-a-container

1 Like

Bitter-sweet to like that post. But it saved me time, to know I cannot use Aeotec Z-Stick Gen5 within Docker, on Mac. Thanks!