Hey all,
I hope this is the right place to ask, if not, please point me to the right place.
I have a HA Yellow and have been using Z2M via a ZZH! dongle. That stopped working a while ago and I think I broke it while flashing, so I got a Sonoff Zigbee 3.0 USB dongle in the mail today ( it says ZBDongle-P on the back…)
Before I decided to order this new dongle, I tried the internal zigbee antenna of the HA yellow, as it is at least listed as experimental in the documentation. This was my config:
{ "data_path": "/config/zigbee2mqtt", "socat": { "enabled": false, "master": "pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777", "slave": "tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5", "options": "-d -d", "log": false }, "mqtt": { "server": "mqtt://192.XXX.XXX.XX:1883", "user": "thisisauser", "password": "thisisapassword" }, "serial": { "port": "/dev/ttyAMA1", "baudrate": 115200, "adapter": "ezsp", "rtscts": false } }
Now, plugging in the new dongle it gives me /ttyUSB0:
I am uanble to see the internal silicon labs chip from the HA yellow anymore? but I change it to
adapter: /dev/ttyUSB0
Z2M does not start. It gives me the following error:
Error: Reset error: Error: {“sequence”:-1} after 10000ms at /app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:299:23 at Queue.executeNext (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:32:32)
Therefore…I am quite confused…HA Yellow sees the Sonoff dongle but I am unable to use it, only if I use my “old” config for the internal zigbee antenna I am able to start Z2M and pair devices.
I did disable ZHA in the integrations part of the settings, see here:
Any pointers maybe? I have the feeling I forgot to change something back or else, but reinstalling the add-on did not help…thanks in advance!