SLZB-06 problems, Zigbee2mqtt will not startup

I’m just trying to switch from a sonoff zigbee controller to a SLZB-06. but I can’t get Zigbee2mqtt to boot - does anyone have an idea why. here is the log from zigbee2mqtt. any help will be appreciated

[21:27:55] INFO: Preparing to start...
[21:27:55] INFO: Socat not enabled
[21:27:56] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-12-20 21:29:06] error: 	z2m: Error while starting zigbee-herdsman
[2024-12-20 21:29:06] error: 	z2m: Failed to start zigbee
[2024-12-20 21:29:06] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-12-20 21:29:06] error: 	z2m: Exiting...
[2024-12-20 21:29:06] error: 	z2m: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby (Error: AREQ - ZDO - stateChangeInd after 60000ms
    at Object.start (/app/node_modules/zigbee-herdsman/src/utils/waitress.ts:59:23)
    at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:370:31)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:91:21)
    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))
    at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:372:23)
    at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:91:21)
    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 the same issue but with a brand new sonoff adapter, and also with a different one.

Starting Zigbee2MQTT without watchdog.
[2024-12-23 19:53:11] info: 	z2m: Logging to console, file (filename: log.log)
[2024-12-23 19:53:11] info: 	z2m: Starting Zigbee2MQTT version 1.42.0 (commit #unknown)
[2024-12-23 19:53:11] info: 	z2m: Starting zigbee-herdsman (2.1.9)
[2024-12-23 19:53:12] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_3a4dc6638839ef11b3975df454516304-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2024-12-23 19:53:12] info: 	zh:zstack:znp: Serialport opened
[2024-12-23 19:53:12] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2024-12-23 19:53:13] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2024-12-23 19:53:32] error: 	z2m: Error while starting zigbee-herdsman
[2024-12-23 19:53:32] error: 	z2m: Failed to start zigbee
[2024-12-23 19:53:32] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-12-23 19:53:32] error: 	z2m: Exiting...
[2024-12-23 19:53:32] error: 	z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)

I tried to fix it with different configuration options, but nothing helped. I also find no hints on the community which brought me farther.

The configuration looks like this:

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-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_3a4dc6638839ef11b3975df454516304-if00-port0
adapter: zstack

Hope someone can help with a hint…