Zigbee 2.0.0 was released, and it seems to break the configuration. Anyone willing to share how to revert back, or to fix the update on unraid?
[2025-01-04 11:29:55] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-04 11:29:55] error: z2m: Error while starting zigbee-herdsman
[2025-01-04 11:29:55] error: z2m: Failed to start zigbee-herdsman
[2025-01-04 11:29:55] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-04 11:29:55] error: z2m: Exiting...
[2025-01-04 11:29:55] error: z2m: Error: USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.
at discoverAdapter (/app/node_modules/.pnpm/
[email protected]/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:523:15)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Function.create (/app/node_modules/.pnpm/
[email protected]/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
at Controller.start (/app/node_modules/.pnpm/
[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:132:24)
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-04 11:29:55] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364
I did try https://github.com/Koenkk/zigbee2mqtt/discussions/24198
which says to add
advanced:
homeassistant_legacy_entity_attributes: false
homeassistant_legacy_triggers: false
legacy_api: false
legacy_availability_payload: false
device_options:
legacy: false
to the configuration but that breaks even more.