Close to pulling my hair out - unable to configure Zigbee2MQTT

I have tried just about everything and it just will not work. This is the error log :

[2025-01-30 07:14:12] error: 	z2m: Failed to start zigbee-herdsman
[2025-01-30 07:14:12] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-30 07:14:12] error: 	z2m: Exiting...
[2025-01-30 07:14:12] error: 	z2m: Error: [BACKUP] Current backup file is not for EmberZNet stack.
    at EmberAdapter.getStoredBackup (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1149:23)
    at EmberAdapter.initTrustCenter (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:928:29)
    at EmberAdapter.initEzsp (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:712:18)
    at EmberAdapter.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1533:24)
    at Controller.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29)
    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)```

I am using the ZBT-1 and here is my configuration

socat:

enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: "-d -d"
log: false

serial:
port: >-
  /dev/serial/by-id/usb-Nabu_Casa_Home_Assistant_Connect_ZBT-1_b6702044f038ef11b4d7ebd154516304-if00-port0
adapter: ember
rtscts: false

If someone can assist, I will be forever grateful

Try deleting the coordinator_backup.json file

Thanks - I have tried that with zero success.

I don’t know if SkyConnect is compatible with ember.
Have you tried

  adapter: ezsp

Did you update the firmware to support ember? Otherwise try ezsp driver.

And you don’t have ZHA enabled on the same dongle? Only one Coordinator software can run at the same time on one USB coordinator.

So if you also have ZHA, you need to disable/remove ZHA first.