Zigbee2MQTT wont find Coordinator

Hi everyone,

I currently have a somewhat strange problem. I have the following Zigbee Coordinator in use: Zigbee CC2652P2 TCP Ethernet Coordinator | 90810
This runs with Zigbee2MQTT on Home Assistant as an add-on. Everything has been running stably and without problems for about a year. Then on Monday we had a power failure. However, I backed up everything in this area with a UPS. So things continued to run. When the power outage lasted a little longer, I shut down the servers with Home Assistant. The Zigbee Coordinator continued to run via PoE. I must have shut down Home Assistant dozens of times and never had a problem. Now I get the following message:

[08:50:47] INFO: Preparing to start...
[08:50:47] INFO: Socat not enabled
[08:50:47] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:debug 2024-04-17 08:50:49: Loaded state from file /config/zigbee2mqtt/state.json
Zigbee2MQTT:info  2024-04-17 08:50:49: Logging to console and directory: '/config/zigbee2mqtt/log/2024-04-17.08-50-49' filename: log.txt
Zigbee2MQTT:debug 2024-04-17 08:50:49: Removing old log directory '/config/zigbee2mqtt/log/2024-04-17.08-47-03'
Zigbee2MQTT:info  2024-04-17 08:50:49: Starting Zigbee2MQTT version 1.36.1 (commit #unknown)
Zigbee2MQTT:info  2024-04-17 08:50:49: Starting zigbee-herdsman (0.40.3)
Zigbee2MQTT:debug 2024-04-17 08:50:49: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/config/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","databasePath":"/config/zigbee2mqtt/database.db","network":{"channelList":[11],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6754},"serialPort":{"path":"tcp://10.10.10.40:20108"}}'
Zigbee2MQTT:error 2024-04-17 08:51:08: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2024-04-17 08:51:08: Failed to start zigbee
Zigbee2MQTT:error 2024-04-17 08:51:08: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2024-04-17 08:51:08: Exiting...
Zigbee2MQTT:error 2024-04-17 08:51:08: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:103:27)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
    at Zigbee.start (/app/lib/zigbee.ts:62:27)
    at Controller.start (/app/lib/controller.ts:109:27)
    at start (/app/index.js:107:5)

I have already looked here: Zigbee2MQTT fails to start | Zigbee2MQTT However, none of this applies. The IP address and port have not changed, nor has the config. I have already restarted Coordinator several times, but that doesn’t help either. And until Sunday everything worked fine.

Does anyone have any tips on where else I could look? Half of my Smart Home is now down… :frowning:

Thank you very much

Joe

Before below make sure things are running normally, you are not in safe mode or have some other integration crashing and spamming the logs.

Personally I would power down the stick, reboot (not restart) the ha host and I’m making the assumption that would restart the addon as well, then just at the beginning of the host reboot, power up the stick. Give it 5 minutes to give it a chance to go. Watch the addon log.

If that not work, I would make certain I copied the addon config and blow the addon container away, rebuild it, install the same config.

Move 3, not sure.

@Sir_Goodenough

Thank you very much. I could have thought of that myself. I have now proceeded as follows:

  1. disconnected the coordinator from the power supply for several minutes
  2. shut down the Home Assistant VM
  3. updated the Coordinator with the latest firmware to be on the safe side
  4. started the coordinator
  5. started Home Assistant

It took a while for everything to recover, but now everything is working again.

Thanks again

Joe

1 Like