Hi all,
New to Zigbee and have been trialing a few sensors for the past few weeks. Has been rock-solid up until now.
Realised my door contacts were not responding so loaded up home assistant and couldn’t access Zigbee2mqtt web ui. Turned on debug and it’s throwing some errors and not starting.
I have not changed anything on home assistant in the past few days so I have no idea why this would just stop working. I have rebooted and the issue persists.
Any help/explanation/solution would be appreciated!
> [email protected] start
> node index.js
Zigbee2MQTT:info 2022-07-28 23:36:48: Logging to console and directory: '/config/zigbee2mqtt/log/2022-07-28.23-36-48' filename: log.txt
Zigbee2MQTT:info 2022-07-28 23:36:49: Starting Zigbee2MQTT version 1.26.0 (commit #unknown)
Zigbee2MQTT:info 2022-07-28 23:36:49: Starting zigbee-herdsman (0.14.40)
Zigbee2MQTT:error 2022-07-28 23:36:49: Configuration is not consistent with adapter state/backup!
Zigbee2MQTT:error 2022-07-28 23:36:49: - PAN ID: configured=6754, adapter=6754
Zigbee2MQTT:error 2022-07-28 23:36:49: - Extended PAN ID: configured=00124b0024ca8818, adapter=00124b0024ca8818
Zigbee2MQTT:error 2022-07-28 23:36:49: - Network Key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d
Zigbee2MQTT:error 2022-07-28 23:36:49: - Channel List: configured=20, adapter=11
Zigbee2MQTT:error 2022-07-28 23:36:49: Please update configuration to prevent further issues.
Zigbee2MQTT:error 2022-07-28 23:36:49: If you wish to re-commission your network, please remove coordinator backup at /config/zigbee2mqtt/coordinator_backup.json.
Zigbee2MQTT:error 2022-07-28 23:36:49: Re-commissioning your network will require re-pairing of all devices!
Zigbee2MQTT:error 2022-07-28 23:36:49: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-07-28 23:36:49: Failed to start zigbee
Zigbee2MQTT:error 2022-07-28 23:36:49: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-07-28 23:36:49: Exiting...
Zigbee2MQTT:error 2022-07-28 23:36:50: 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:229:35)
at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:63:26)
at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:123:29)
at Zigbee.start (/app/lib/zigbee.ts:58:27)
at Controller.start (/app/lib/controller.ts:101:27)
at start (/app/index.js:109:5)