-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuration for Conbee3 docker solution #26743
Comments
The We have this coming soon: |
I struggled a lot but now it works : docker run --name zigbee2mqtt --restart=unless-stopped --device=/dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03186404-if00-port0:/dev/ttyUSB0 -p 8080:8080 -v $(pwd)/data:/app/data -v /run/udev:/run/udev:ro -e TZ=Europe/Zurich koenkk/zigbee2mqtt Using '/app/data' as data directory |
What happened?
Hi, I'm making this post for those who are struggling with conbee3 and docker, I think it can help, maybe it should be put in the documentation, I searched for myself before finding the solution and by trial and error
configuration.yaml
script to detect usb port:
sudo vim ports.sh
sudo chmod 777 ports.sh
./ports.sh
docker start :
sudo docker run --name=zigbee2mqtt --restart=unless-stopped -p 8089:8089 -v $(pwd)/data:/app/data -v /run/udev:/run/udev:ro --device=/dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03186404-if00-port0:/dev/ttyUSB0 --user 1001:1001 --group-add dialout -e TZ=Europe/Zurich koenkk/zigbee2mqtt
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
2.1.3
Adapter firmware version
0000000000
Adapter
conbee 3
Setup
home assistant
Debug log
No response
The text was updated successfully, but these errors were encountered: