that’s the error I get. I might be a little tired an dumb, because the solution is all over the logs, but I I just need someone to guide me through this error.
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)
[2025-01-30 19:41:29] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364
[2025-01-30 19:41:29] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364
GitHub
TL;DR Add adapter (likely zstack, see docs for more info) to your Zigbee2MQTT configuration.yaml, example: serial: adapter: zstack # <-- Add this line port: /dev/ttyACM0 What changed? Koenkk/zig...