Replies: 4 comments 4 replies
-
Did you flash the stick with coordinator firmware ? |
Beta Was this translation helpful? Give feedback.
-
Docker on mac does not seem to support mapping devices. Have a look here docker/for-mac#900 |
Beta Was this translation helpful? Give feedback.
-
Do a 'bare metal' installation using npm |
Beta Was this translation helpful? Give feedback.
-
Most likely MacOS requires the driver for the dongle's serial chip. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am new to Zigbee and I wanted to start playing with a Zigbee dongle I have recently purchased (CC2652 BLE Simplelink 2.4G Zigbee2MQTT Thread Home Assistant bought on Aliexpress), however the connection does not seem to be working. When I plug it into my Mac (10.14.6 Mojave), it creates a couple of new entries in /dev:
crw-rw-rw- 1 root wheel 9, 20 24 Nov 18:36 tty.usbserial-1420
crwxrwxrwx 1 root wheel 9, 21 24 Nov 18:36 cu.usbserial-1420
crw-rw-rw- 1 root wheel 2, 0 24 Nov 18:39 tty
crwxrwxrwx 1 michael tty 16, 3 24 Nov 18:39 ttys003
crwxrwxrwx 1 michael tty 16, 4 24 Nov 18:45 ttys004
crw-rw-rw- 1 root wheel 20, 16 24 Nov 18:46 io8logtemp
crw-rw-rw- 1 root wheel 3, 2 24 Nov 18:46 null
crw-rw-rw- 1 root tty 15, 5 24 Nov 18:46 ptmx
crwxrwxrwx 1 michael tty 16, 1 24 Nov 18:46 ttys001
but none of them seem to work with Zigbee2mqtt:
docker run --device=/dev/ptmx -v $(pwd)/data:/app/data -v /run/udev:/run/udev:ro -e TZ=Europe/Amsterdam koenkk/zigbee2mqtt
Using '/app/data' as data directory
Zigbee2MQTT:info 2021-11-24 18:46:53: Logging to console and directory: '/app/data/log/2021-11-24.18-46-53' filename: log.txt
Zigbee2MQTT:info 2021-11-24 18:46:53: Starting Zigbee2MQTT version 1.22.0 (commit #0a1fccf
)
Zigbee2MQTT:info 2021-11-24 18:46:53: Starting zigbee-herdsman (0.13.164)
Zigbee2MQTT:error 2021-11-24 18:46:53: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2021-11-24 18:46:53: Failed to start zigbee
Zigbee2MQTT:error 2021-11-24 18:46:53: Check https://www.zigbee2mqtt.io/information/FAQ.html#help-zigbee2mqtt-fails-to-start for possible solutions
Zigbee2MQTT:error 2021-11-24 18:46:53: Exiting...
Zigbee2MQTT:error 2021-11-24 18:46:53: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/cu.usbserial-1420'
I am puzzled by the fact that it cannot open it, since I have changed the access rights already. Any hints on how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions