Hi i am having problems starting zigbee2mqtt.
I am using a conbee/deconz stick, from a youtube video i found i needed to add adapter: deconz for that.
When i try to start it the log looks like this
[11:13:58] INFO: Preparing to start...
[11:14:00] INFO: Socat not enabled
[11:14:07] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-08-17 11:14:26] info: z2m: Logging to console, file (filename: log.log)
[2024-08-17 11:14:26] info: z2m: Starting Zigbee2MQTT version 1.39.1 (commit #unknown)
[2024-08-17 11:14:26] info: z2m: Starting zigbee-herdsman (0.55.3)
[2024-08-17 11:14:27] error: z2m: Error while starting zigbee-herdsman
[2024-08-17 11:14:27] error: z2m: Failed to start zigbee
[2024-08-17 11:14:27] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-08-17 11:14:27] error: z2m: Exiting...
[2024-08-17 11:14:27] error: z2m: 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)
My zigbee2mqtt config is looking like this
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: {}
serial:
port: /dev/ttyACM0
adapter: deconz
I am using mosquitto broker and its running and configured. It has a local user with admin rights just to see if that made any difference.
The log looks like this
2024-08-17 11:19:05: New connection from 172.30.32.2:48578 on port 1883.
2024-08-17 11:19:05: Client <unknown> closed its connection.
I have some hue lights i cant get access too without it since they are connected to a bridge that no longer exists and they dont seems to reset even when power toggling them.
the installation guide on zigbee2mqtt doesnt provide any answers to this problem. No video i have watched how to do it on youtube covers this.
I am at my wits end…
Any ideas how to get it working?