Zigbee2MQTT wont start after chanel change from 11 to 20

I changed my home router to chanel 1 and my Zigbee2MQTT to chanel 20 so there is no interferiance. However, after I did that and restered home assistant all my devices were unavailable. I know I have to repair them. BUT

My Zigbee2MQTT interface wont start and gives me “Bad gateway”

This is the log in Zigbee2MQTT addon:

[23:36:55] INFO: Preparing to start...
[23:36:56] INFO: Socat not enabled
[23:36:57] INFO: Starting Zigbee2MQTT...
[2024-05-11 23:37:02] info: 	z2m: Logging to console, file (filename: log.log)
[2024-05-11 23:37:02] info: 	z2m: Starting Zigbee2MQTT version 1.37.1 (commit #unknown)
[2024-05-11 23:37:02] info: 	z2m: Starting zigbee-herdsman (0.46.6)
[2024-05-11 23:37:02] warning: 	zh:ezsp: Deprecated driver 'ezsp' currently in use, 'ember' will become the officially supported EmberZNet driver in next release. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
[2024-05-11 23:37:07] error: 	zh:ezsp:driv: Configuration is not consistent with adapter backup!
[2024-05-11 23:37:07] error: 	zh:ezsp:driv: - PAN ID: configured=6754, adapter=6754, backup=6754
[2024-05-11 23:37:07] error: 	zh:ezsp:driv: - Extended PAN ID: configured=dddddddddddddddd, adapter=dddddddddddddddd, backup=dddddddddddddddd
[2024-05-11 23:37:07] error: 	zh:ezsp:driv: - Channel: configured=20, adapter=11, backup=11
[2024-05-11 23:37:07] error: 	zh:ezsp:driv: - Network key: configured=01030507090b0d0f00020406080a0c0d, adapter=01030507090b0d0f00020406080a0c0d, backup=01030507090b0d0f00020406080a0c0d
[2024-05-11 23:37:07] error: 	zh:ezsp:driv: Please update configuration to prevent further issues.
[2024-05-11 23:37:07] error: 	zh:ezsp:driv: If you wish to re-commission your network, please remove coordinator backup.
[2024-05-11 23:37:07] error: 	zh:ezsp:driv: Re-commissioning your network will require re-pairing of all devices!
[2024-05-11 23:37:07] error: 	z2m: Error while starting zigbee-herdsman
[2024-05-11 23:37:07] error: 	z2m: Failed to start zigbee
[2024-05-11 23:37:07] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-05-11 23:37:07] error: 	z2m: Exiting...
[2024-05-11 23:37:07] error: 	z2m: Error: startup failed - configuration-adapter mismatch - see logs above for more information
    at Driver.needsToBeRestore (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:939:19)
    at Driver.startup (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:219:29)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:124:29)
    at Zigbee.start (/app/lib/zigbee.ts:62:27)
    at Controller.start (/app/lib/controller.ts:109:27)
    at start (/app/index.js:107:5)

And here is the configation, it was working gine until I changed the channel from 11 to 20.

PLEASE HELP? How to do I get it back online with the new channel 20? I know I have to repair all my devices but I cant get to there :frowning:

Have you read this?

1 Like

Delete coordinator_backup.json

1 Like

Thank you all. Yes I fixed it.