#Zigbee2MQTT broke after update (No path provided and failed to auto detect path)

1 messages · Page 1 of 1 (latest)

molten raven
#

Hi!
I updated the Zigbee2MQTT add-on to version 1.42.0-1 today and it stopped running. I can't make it run in any known by me way...
I'm not familiar with advanced integration fixing 😦

HA: Core 2024.11.3 | Supervisor: 2024.11.4 | OS: 13.2
Raspberry Pi 4B 4GB

Log:

[22:38:07] INFO: Preparing to start...
[22:38:07] INFO: Socat enabled
[22:38:07] INFO: Starting socat
Socat startup parameters:
[written below, text limit]
...
[2024-12-02 22:38:15] info:     z2m: Logging to console, file (filename: log.log)
[2024-12-02 22:38:15] info:     z2m: Starting Zigbee2MQTT version 1.42.0 (commit #unknown)
[2024-12-02 22:38:15] info:     z2m: Starting zigbee-herdsman (2.1.9)
[2024-12-02 22:38:16] error:     z2m: Error while starting zigbee-herdsman
[2024-12-02 22:38:16] error:     z2m: Failed to start zigbee
[2024-12-02 22:38:16] error:     z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-12-02 22:38:16] error:     z2m: Exiting...
[2024-12-02 22:38:17] error:     z2m: Error: No path provided and failed to auto detect path
    at Function.create (/app/node_modules/zigbee-herdsman/src/adapter/adapter.ts:107:23)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:133:24)
    at Zigbee.start (/app/lib/zigbee.ts:69:27)
    at Controller.start (/app/lib/controller.ts:161:27)
    at start (/app/index.js:154:5)

socat config:

enabled: true
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
serial:
  port: /dev/ttyUSB0
  adapter: null

Thanks in advance!