Zigbee2MQTT can't access with new version

Dear all,
I am starting with homeassistant.
I installed it on a Rasberry pi4.

Now I am trying to install zigbee2MQTT. I have a zigate dongle for zigbee protocle.

I installed mosquitto broker. Inside the configuration of mosquitto I ask mosquitto to login on a secondary user.

I installed Zigbee2MQTT with this configuration:

homeassistant: true
advanced:
  network_key:
    - 118
    - 19
    - 146
    - 88
    - 43
    - 206
    - 166
    - 13
    - 102
    - 43
    - 65
    - 35
    - 7
    - 35
    - 203
    - 19
  pan_id: 34255
  ext_pan_id:
    - 110
    - 162
    - 108
    - 128
    - 210
    - 142
    - 164
    - 136
mqtt:
  base_topic: zigbee2mqtt
  user: default
  password: default
  server: mqtt://core-mosquitto:1883
serial:
  port: /dev/ttyUSB0
  adapter: zigate
zigbee_herdsman_debug: true
frontend:
  port: 8099
 

Then it works one time and after a reboot and with the update of zigbee2MQTT it doesn’t work anymore

Do you have an idea please?

This is my log:

debug 2024-01-03 16:16:22: Loaded state from file /config/zigbee2mqtt/state.json
info  2024-01-03 16:16:22: Logging to console and directory: '/config/zigbee2mqtt/log/2024-01-03.16-16-22' filename: log.txt
debug 2024-01-03 16:16:22: Removing old log directory '/config/zigbee2mqtt/log/2024-01-03.16-14-05'
info  2024-01-03 16:16:22: Starting Zigbee2MQTT version 1.35.0 (commit #unknown)
info  2024-01-03 16:16:22: Starting zigbee-herdsman (0.30.0)
debug 2024-01-03 16:16:22: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null,"disableLED":false},"backupPath":"/config/zigbee2mqtt/coordinator_backup.json","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","databasePath":"/config/zigbee2mqtt/database.db","network":{"channelList":[11],"extendedPanID":[110,162,108,128,210,142,164,136],"networkKey":"HIDDEN","panID":34255},"serialPort":{"adapter":"zigate","path":"/dev/ttyUSB0"}}'
error 2024-01-03 16:16:28: Error while starting zigbee-herdsman
error 2024-01-03 16:16:28: Failed to start zigbee
error 2024-01-03 16:16:28: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
error 2024-01-03 16:16:28: Exiting...
error 2024-01-03 16:16:28: Error: failed to connect to zigate adapter [object Object] after 5000ms
    at ZiGateAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/zigate/adapter/zigateAdapter.ts:101:19)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at listOnTimeout (node:internal/timers:538:9)
    at processTimers (node:internal/timers:512:7)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
    at Zigbee.start (/app/lib/zigbee.ts:60:27)
    at Controller.start (/app/lib/controller.ts:101:27)
    at start (/app/index.js:107:5)

1 Like

Please check if the adapter still works, if yes then:

check if it is still at:
/dev/ttyUSB0 and not at /dev/ttyUSB1

You can fix this permanently with a udev rule

It looks like