After updating my UNRAID system from 7.0.0 to 7.0.1 I expect disconnection of the ZigBee2MQTT service running inside HomeAssistant VM. The ZigBee coordinator is SLZB-06P10, which can be reached via Ethernet.
The error behavior:
The ZigBee2MQTT service quits with the following error message:
[2025-03-06 22:18:55] error: zh:zstack:znp: Socket error Error: connect EHOSTUNREACH 192.168.200.18:6638
[2025-03-06 22:18:55] error: z2m: Error while starting zigbee-herdsman
[2025-03-06 22:18:55] error: z2m: Failed to start zigbee-herdsman
[2025-03-06 22:18:55] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-03-06 22:18:55] error: z2m: Exiting...
[2025-03-06 22:18:55] error: z2m: Error: Error while opening socket
at Socket.<anonymous> (/app/node_modules/.pnpm/
[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:158:24)
at Socket.emit (node:events:536:35)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:90:21)
It clearly states, that the network connection to the ZigBee coordinator fails.
These issues occur since the update of UNRAID from 7.0.0 to 7.0.1. Between each fail can be two or three hours, up to a whole day.
HomeAssistant it self is running as virtual machine from SSD. Network settings are:
Network Source: br0
Network Model: virtio-net
Thanks for help.