#Switching from ZHA to Zigbee2MQTT: Error while starting zigbee-herdsman

1 messages · Page 1 of 1 (latest)

verbal path
#

I try to switch from ZHA to Zigbee2MQTT.

  • deactivated ZHA
  • installed Mosquitto MQTT broker
  • installed Zigbee2MQTT
  • set a user and password in Mosquitto
  • configured Zigbee2MQTT with the URI to the coordinator, old network channel, old network key, old network PAN ID, old network extended PAN ID

This is where I get stuck.
I checked the URL provided in the protocol and read the possible reasons for this error, but I don't get any further. I need a hint in the right direction to solve this.

urban wolf
#

Please share the error log and your config.

verbal path
#

This is my config: (obviously I changed the numbers and the password):

version: 4
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://core-mosquitto:1883
  user: me
  password: thisismypassword
serial:
  adapter: zstack
  baudrate: 115200
  rtscts: false
  port: /dev/ttyUSB0
advanced:
  log_level: debug
  channel: 15
  network_key:
    - 1
    - 2
    - 3
    - 4
    - 5
    - 6
    - 7
    - 8
    - 9
    - 10
    - 11
    - 12
    - 13
    - 14
    - 15
    - 16
  pan_id: 12345
  ext_pan_id:
    - 1
    - 2
    - 3
    - 4
    - 5
    - 6
    - 7
    - 8
frontend:
  enabled: true
  port: 8099
homeassistant:
  enabled: true
onboarding: true
dire monolithBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

urban wolf
#

Which coordinator is it? Is it near USB 3 or does it lack a USB extension? Likely unrelated to issue but you should probably use /dev/serial/by-id/.
Some people have had success with shielding or removing the antenna temporarily. Unfortunately this issue is a bit opaque.

verbal path