Skip to content
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

Adding ttyUSB* as serial port #47

Open
miwe-video opened this issue Feb 5, 2021 · 2 comments
Open

Adding ttyUSB* as serial port #47

miwe-video opened this issue Feb 5, 2021 · 2 comments

Comments

@miwe-video
Copy link

I have exchanged my CC2531 stick with a Slaesh's CC2652RB stick (one of the two recommended adapter at zigbee2mqtt.io).
Unfortunately the serial port with this devices is on my RasPi /dev/ttyUSB0.
Meanwhile I found the correct mapping within docker-compose.yml: Added
- "/dev/ttyUSB0:/dev/ttyUSB0"
at zigbee -> devices and changed port in configuraton.yaml for zigbee to /dev/ttyUSB0 too.

BUT start.sh is not working as there ttyACM* is given at several places. As I am a noob in programming I am not sure how to overcome this.
I started the docker container manually:
docker-compose up -d nodered mqtt zigbee
But now I am not sure what will happen in case I upgrade in the future.

@miwe-video
Copy link
Author

Thanks to @crietzschel for adding correction to support also CC2652RB stick.
See Support for slaesh’s CC2652RB stick, zigbee2mqtt usb detection update, .env for compose

@crietzschel
Copy link

Hoping it works for you too. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants