I got a Zigbee2MQTT CC2531 preflashed on Amazon and am trying to get this running on Docker for Mac on a Mac Mini. Im a bit newbie to all this, but by following tutorials it seems to install the docker container fine. But when trying to start the container I get the error below:
Error: Error while opening serialport ‘Error: Error: No such file or directory, cannot open /dev/tty.usbmodem14101’
It seems a bit weird that the CC2531 is called tty.usbmodem14101, but this is the port that shows up on the Mac when inserting the CC2531. It is also hard to find any info about anyone else having this issue, most seem to use ttyACM0 which I guess is on a RPi.
I have tried following https://www.zigbee2mqtt.io/information/zigbee2mqtt_fails_to_start.html and I have write access to the port.
Have anyone else got a CC2531 and Zigbee2MQTT running on Docker for Mac?
Is the port tty.usbmodem14101 normal in this case?
Can anyone give me som advice on how to proceed?
Cheers!