#Cannot get Zigbee2MQTT to run on Home Assistant Yellow
1 messages · Page 1 of 1 (latest)
This is my config:
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: {}
serial:
adapter: ezsp
port: /dev/ttyAMA1
audrate: 115200
rtscts: true
zigbee_herdsman_debug: true
To format your text as code, enter three backticks on the first line, press Shift+Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
I'm not too familiar. Would the coodinator be Mosquitto?
No, that's the "adapter"
The little thing that's the Zigbee radio - in your case maybe the one built into the Yellow
According to the faq, it's EZSP I think?
2023-07-03T08:19:32.730Z zigbee-herdsman:adapter:ezsp:ezsp Next attempt 5
2023-07-03T08:19:32.733Z zigbee-herdsman:adapter:ezsp:ezsp ==> version: {"desiredProtocolVersion":4}
Zigbee2MQTT:error 2023-07-03 16:19:32: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2023-07-03 16:19:32: Failed to start zigbee
Zigbee2MQTT:error 2023-07-03 16:19:32: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2023-07-03 16:19:32: Exiting...
Zigbee2MQTT:error 2023-07-03 16:19:32: Error: Connection not initialized
at Ezsp.execCommand (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:551:19)
at Ezsp.version (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:349:35)
at Driver.startup (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:141:25)
at EZSPAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/adapter/ezspAdapter.ts:165:16)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:101:27)
at start (/app/index.js:107:5)
I disabled it as per the instructions on here: https://yellow.home-assistant.io/faq/