Hi all,
I recently moved my HAOS from a VM to the Homeassistant_inabox docker container in unRaid. Ever since, I have been having multiple issues with z2m. I have tried both the Sonoff Dongle-E which I had been using for several years without issue and I have tried to SLZB-06. Both of which give me these errors:
[11:16:54] INFO: Preparing to start...
[11:16:54] INFO: Socat not enabled
[11:16:55] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-12-30 11:16:57] info: z2m: Logging to console, file (filename: log.log)
[2024-12-30 11:16:57] info: z2m: Starting Zigbee2MQTT version 1.42.0 (commit #unknown)
[2024-12-30 11:16:57] info: z2m: Starting zigbee-herdsman (2.1.9)
[2024-12-30 11:16:57] warning: zh:ezsp: 'ezsp' driver is deprecated and will only remain to provide support for older firmware (pre 7.4.x). Migration to 'ember' is recommended. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
[2024-12-30 11:17:04] error: zh:ezsp:uart: --> Error: Error: {"sequence":1} after 4000ms
[2024-12-30 11:17:04] error: zh:ezsp:uart: -!- break waiting (1)
[2024-12-30 11:17:04] error: zh:ezsp:uart: Can't send DATA frame (0,2,0): 00000004
[2024-12-30 11:17:08] error: z2m: Failed to call 'Frontend' 'stop' (TypeError: Cannot read properties of undefined (reading 'close')
at /app/lib/extension/frontend.ts:126:52
at new Promise (<anonymous>)
at Frontend.stop (/app/lib/extension/frontend.ts:126:15)
at Controller.callExtensions (/app/lib/controller.ts:399:17)
at Controller.stop (/app/lib/controller.ts:265:9)
at stop (/app/index.js:165:5)
at process.handleQuit (/app/index.js:173:13))
[2024-12-30 11:17:08] error: z2m: Not connected to MQTT server!
[2024-12-30 11:17:08] error: z2m: Cannot send message: topic: 'zigbee2mqtt_test/bridge/state', payload: '{"state":"offline"}
[2024-12-30 11:17:08] info: z2m: Disconnecting from MQTT server
Sometimes z2m will load, but when I try to add items, it crashes but nothing is reported in the logs. Any help is appreciated!