Zigbee2MQTT Error: TIMEOUT

Hello, I try to use Zigbee2MQQT with ser2net. I have a older Pi3 with a Raspbee running deconz and I thought that I can keep that setup because it just runs since years, and have Z2M also using it.

I am confident that I setup the Pi3 correct, but my Z2M doesnt start properly. Here are the logs:

[20:10:41] INFO: Preparing to start…
[20:10:41] INFO: Socat not enabled
[20:10:41] INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
[2025-02-21 20:10:47] info: z2m: Logging to console, file (filename: log.log)
[2025-02-21 20:10:47] info: z2m: Starting Zigbee2MQTT version 2.1.1 (commit #unknown)
[2025-02-21 20:10:47] info: z2m: Starting zigbee-herdsman (3.2.5)
[2025-02-21 20:10:57] error: z2m: Error while starting zigbee-herdsman
[2025-02-21 20:10:57] error: z2m: Failed to start zigbee-herdsman
[2025-02-21 20:10:57] error: z2m: Check Zigbee2MQTT fails to start/crashes runtime | Zigbee2MQTT for possible solutions
[2025-02-21 20:10:57] error: z2m: Exiting…
[2025-02-21 20:10:57] error: z2m: Error: TIMEOUT
at Driver.processBusyQueue (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:508:28)
at Timeout._onTimeout (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:160:46)
at listOnTimeout (node:internal/timers:594:17)
at processTimers (node:internal/timers:529:7)

My configuration has this setup for the serial:

port: tcp://192.168.0.226:20108
adapter: deconz

Whar could be the problem here? Mosquitto Broker is also installed.

You want both Deconz and Zigbee2MQTT use the one Raspbee ? Won’t work. It is either Deconz or Zigbee2MQTT, not both at the same time.

1 Like

Okay, I very much like the fact that deconz is easy to use with Alexa. I have a IR Blaster that doesnt work with deconz, that is why I want to have Z2M.

Without paying for HA Cloud, can Z2M be exposed to Alexa in the same way that deconz does it?