Hello,
This is my first post on this forum, I am migrating after 7 years from another system (jeedom) to HA and encounter an issue with Zigbee2MQTT.
I have a conbee III key, and during installation of Zigbee2MQTT, I get the following error:
[12:52:43] INFO: Preparing to start...
[12:52:43] INFO: Socat not enabled
[12:52:44] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-08-03 12:52:45] info: z2m: Logging to console, file (filename: log.log)
[2024-08-03 12:52:45] info: z2m: Starting Zigbee2MQTT version 1.39.1 (commit #unknown)
[2024-08-03 12:52:45] info: z2m: Starting zigbee-herdsman (0.55.3)
[2024-08-03 12:52:55] error: z2m: Error while starting zigbee-herdsman
[2024-08-03 12:52:55] error: z2m: Failed to start zigbee
[2024-08-03 12:52:55] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-08-03 12:52:55] error: z2m: Exiting...
[2024-08-03 12:52:55] error: z2m: Error: get network parameters Error:TIMEOUT
at DeconzAdapter.getNetworkParameters (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:1153:35)
at Controller.getNetworkParameters (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:394:44)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:135:31)
at Zigbee.start (/app/lib/zigbee.ts:63:27)
at Controller.start (/app/lib/controller.ts:139:27)
at start (/app/index.js:154:5)
My configuration file for Zigbee2MQTT is the following:
socat
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
server: mqtt://core-mosquitto
user: mqtt
password: “mqtt”
serial
port: /dev/ttyUSB0
adapter: deconz
I also tried with
server: mqtt://core-mosquitto:1883
server: mqtt://192.168.1.2:1883
path : /dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DEXXXXXXX-XX00-port0
But always get the same mistake.
Also, my /homeassistant/zigbee2mqtt/configuration.yaml file is quite different, is that an issue ?
homeassistant: true
advanced:
network_key:
- 198
- 236
- 39
- 42
- 155
- 33
- 8
- 70
- 23
- 87
- 148
- 162
- 236
- 246
- 198
- 207
pan_id: 41540
ext_pan_id:
- 17
- 86
- 89
- 212
- 66
- 205
- 226
- 213
mqtt:
server: mqtt://core-mosquitto:1883
user: addons
password: eic6bae5kip7ooWied2eeJ8zoo5Cei2voMaitaehem3eiJohchie0aerak7saeci
frontend:
port: 8099
Thanks for any support you can provide !