#Cannot get Zigbee2MQTT to run on Home Assistant Yellow

1 messages · Page 1 of 1 (latest)

rose heart
#

Hi guys! I've been looking at all the guides I can find online but for the life of me, I can't get Zigbee2MQTT to run on my Home Assistant Yellow.

#

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
elder surgeBOT
#

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.

pale briar
#

What coordinator is that?

#

Also, what errors are you getting in the Z2M log?

rose heart
#

I'm not too familiar. Would the coodinator be Mosquitto?

pale briar
#

No, that's the "adapter"

#

The little thing that's the Zigbee radio - in your case maybe the one built into the Yellow

rose heart
#

According to the faq, it's EZSP I think?

pale briar
#

We can come back to that

#

what errors are you getting in the Z2M log?

rose heart
#

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)

pale briar
#

Looks like it's having problems with the adapter

#

You don't have ZHA enabled?

rose heart