I managed to set up Zigbee2mqtt following various different tutorials (some possibly old), I was able to pair all my zigbee devices, however, after running some updates, it fails to start. The log shows this error:
[16:10:54] INFO: Preparing to start...
[16:10:55] INFO: Socat not enabled
[16:10:55] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-10-30 16:14:59] info: z2m: Logging to console, file (filename: log.log)
[2024-10-30 16:15:01] info: z2m: Starting Zigbee2MQTT version 1.40.2 (commit #unknown)
[2024-10-30 16:15:01] info: z2m: Starting zigbee-herdsman (2.1.3)
[2024-10-30 16:15:13] info: zh:zstack:znp: Opening TCP socket with 192.168.1.150:6638
[2024-10-30 16:15:13] info: zh:zstack:znp: Socket connected
[2024-10-30 16:15:13] info: zh:zstack:znp: Socket ready
[2024-10-30 16:15:13] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2024-10-30 16:15:14] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2024-10-30 16:15:15] error: zh:adapter:zstack:manager: Configuration is not consistent with adapter state/backup!
[2024-10-30 16:15:15] error: zh:adapter:zstack:manager: - PAN ID: configured=62185, adapter=55103
[2024-10-30 16:15:15] error: zh:adapter:zstack:manager: - Extended PAN ID: configured=80253cc540237256, adapter=25a2ae88067c2c12
[2024-10-30 16:15:15] error: zh:adapter:zstack:manager: - Network Key: configured=b0ce9fd00baa950c195d6f7755ac91cc, adapter=30c91fcb9ce2413f1f284360e3d347f3
[2024-10-30 16:15:15] error: zh:adapter:zstack:manager: - Channel List: configured=11, adapter=11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26
[2024-10-30 16:15:15] error: zh:adapter:zstack:manager: Please update configuration to prevent further issues.
[2024-10-30 16:15:15] error: zh:adapter:zstack:manager: If you wish to re-commission your network, please remove coordinator backup at /config/zigbee2mqtt/coordinator_backup.json.
[2024-10-30 16:15:15] error: zh:adapter:zstack:manager: Re-commissioning your network will require re-pairing of all devices!
[2024-10-30 16:15:15] error: z2m: Error while starting zigbee-herdsman
[2024-10-30 16:15:15] error: z2m: Failed to start zigbee
[2024-10-30 16:15:15] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-10-30 16:15:15] error: z2m: Exiting...
[2024-10-30 16:15:15] error: z2m: Error: startup failed - configuration-adapter mismatch - see logs above for more information
at ZnpAdapterManager.determineStrategy (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:251:35)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:62:26)
at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:158:16)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:137:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:161:27)
at start (/app/index.js:154:5)
I have found some people fixing similar issue by changing the channel back to 11, but mine is configured as 11. Can anyone guide me what else could be wrong please? Thanks!