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…
Thank you very much
Joe