You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: