Replies: 2 comments 1 reply
-
Docker on mac doesn't support device passthrough so this won't work: https://docs.docker.com/docker-for-mac/faqs/#can-i-pass-through-a-usb-device-to-a-container |
Beta Was this translation helpful? Give feedback.
0 replies
-
Mh, how did you manage to use the Stick in this video on your mac? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I am on MPB 2019 and when plugging in my CC2531, I can see it as
/dev/tty.usbmodem12345
.I've tried to follow these instructions to start zigbee2mqtt on Mac OS.
Sadly, docker reports:
But actually, that device is available.
$ docker run -it -v $(pwd)/data:/app/data --device=/dev/tty.usbmodem12345:/dev/ttyACM0 -e TZ=Europe/Berlin -v /run/udev:/run/udev:ro --privileged=true koenkk/zigbee2mqtt
I've to add
:/dev/ttyACM0
because if I dont do that, zigbee2mqtt complains about missing/dev/ttyACM0
when starting up.Am I doing something wrong? Sadly, I am not that deep into docker so I'd appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions