Hello, I just installed my 1st Home Assistant 11.5 on a hypervisor (VMM 4.0.0) with the USB passed through to the KVM and it runs nicely.
Unfortunately, adding a Zigbee USB stick to a Zigbee temperature sensor has brought up error:
Fails to connect.
[20:07:25] INFO: Preparing to start...
[20:07:25] INFO: Socat not enabled
[20:07:26] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:info 2024-02-09 20:07:27: Logging to console and directory: '/config/zigbee2mqtt/log/2024-02-09.20-07-27' filename: log.txt
Zigbee2MQTT:info 2024-02-09 20:07:27: Starting Zigbee2MQTT version 1.35.3 (commit #unknown)
Zigbee2MQTT:info 2024-02-09 20:07:27: Starting zigbee-herdsman (0.33.8)
Zigbee2MQTT:error 2024-02-09 20:07:27: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2024-02-09 20:07:27: Failed to start zigbee
Zigbee2MQTT:error 2024-02-09 20:07:27: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2024-02-09 20:07:27: Exiting...
Zigbee2MQTT:error 2024-02-09 20:07:27: Error: spawn udevadm ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19)
at onErrorNT (node:internal/child_process:477:16)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
This is the guide I followed.
This is my troubleshooting as per the MQTT help document:
Check Home Assistant → Terminal →
$ ls -l /dev/serial/by-id/ → select Enter → /ttyACM0.
$ test -w /dev/ttyACM0 && echo success || echo failure → select Enter → success.
Yes, I do have these configurations added, but the error appears.
I noticed the line serial line went blank, so I retyped in the configuration and restarted.
Now the log shows this, but no connection? Note this forum’s code colours don’t match the Home Assistant log colours. Lines 1-3 should have green colour after INFO:
[11:17:23] INFO: Preparing to start...
[11:17:23] INFO: Socat not enabled
[11:17:23] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:info 2024-02-10 11:17:25: Logging to console and directory: '/config/zigbee2mqtt/log/2024-02-10.11-17-25' filename: log.txt
Zigbee2MQTT:info 2024-02-10 11:17:25: Starting Zigbee2MQTT version 1.35.3 (commit #unknown)
Zigbee2MQTT:info 2024-02-10 11:17:25: Starting zigbee-herdsman (0.33.8)