Zigbee2mqtt Fails to start

Did an upgrade and zigbee isn’t starting. Logs tell me to go to Zigbee
Not sure how I need to the config to use adapter: zstack

Mine is like this now…

serial:
  port: >-
    /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_feb48308ed12ec11a00521c7bd930c07-if00-port0

Hi, you got the correct link, are you asking how to put that line in the confuguration?
If so, you need to manually edit the Z2M configuration.yaml file.

The doc for that is here.

serial:
  adapter: zstack
  port: >
    /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_feb48308ed12ec11a00521c7bd930c07-if00-port0
1 Like

Thanks Tom. I had port on top and zstack on the bottom.