tshin
July 23, 2018, 4:44am
1
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.
joch
(Johnny)
July 23, 2018, 6:21am
2
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
akauppi
(Asko Kauppi)
January 3, 2020, 12:35pm
3
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!