A couple days ago, while I was away, Z2M stopped working. I cannot open the UI from the sidebar, but can open it if I go through the Settings menu, for some reason. In the UI, it shows as running.
Zigbee2mqtt
Mosquito Broker
TubesZB CC2652-POE-2022 coordinator (firmware: 2021.9.3 (Apr 14 2022, 12:19:59)
Here is the Z2M log:
debug 2024-01-03 13:37:22: Loaded state from file /config/zigbee2mqtt/state.json
info 2024-01-03 13:37:22: Logging to console and directory: '/config/zigbee2mqtt/log/2024-01-03.13-37-22' filename: log.txt
debug 2024-01-03 13:37:22: Removing old log directory '/config/zigbee2mqtt/log/2024-01-03.08-15-34'
info 2024-01-03 13:37:22: Starting Zigbee2MQTT version 1.35.0 (commit #unknown)
info 2024-01-03 13:37:22: Starting zigbee-herdsman (0.30.0)
debug 2024-01-03 13:37:22: 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://192.168.1.149:6638"}}'
error 2024-01-03 13:37:47: Failed to start zigbee
error 2024-01-03 13:37:47: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
error 2024-01-03 13:37:47: Exiting...
error 2024-01-03 13:37:47: Error: Read 0xa4c138f069ec759c/11 lightingColorCtrl(["colorCapabilities"], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))
at ZStackAdapter.sendZclFrameToEndpointInternal (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:415:23)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Queue.executeNext (/app/node_modules/zigbee-herdsman/src/utils/queue.ts:32:32)
Z2M 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://core-mosquitto
user: mqtt-user
password: [password]
serial:
port: tcp://192.168.1.149:6638
Not even sure where to be troubleshooting.