I've updated Z2M to 2.O from 1.4. I've read the breaking changes before I performed the upgrade.
My Z2M configuration.yaml contains:
"adapter": zstack
"port": "/dev/serial/by-id/usb-Silicon_Labs_slae.sh_cc2652rb_stick_-_slaesh_s_iot_stuff_00_12_4B_00_21_CC_47_C6-if00-port0"
},
"advanced": {
"homeassistant_legacy_entity_attributes": false,
"homeassistant_legacy_triggers": false,
"legacy_api": false,
"legacy_availability_payload": false,
"log_level": "info",
"pan_id": 6754,
"channel": 11,
"network_key": [```
The GUI gives: '502: Bad Gateway'
The log anyway shows:
```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/zigbee-herdsman@3.2.1/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/zigbee-herdsman@3.2.1/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@3.2.1/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-14 19:17:49] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364```