SLZB-06 LAN, Error while starting zigbee-herdsman

Running haos
ha: 2024.6.4
supervisor: 2024.6.0
SLZB-06 is currently on firmware: 0.9.9 (but I tried each one)
I tried both stable and edge versions of Z2M
i try to fresh install my SLZB-06 and I always get this in the log:

[11:09:25] INFO: Preparing to start...
[11:09:25] INFO: Socat not enabled
[11:09:26] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2024-06-23 11:09:28] info: 	z2m: Logging to console, file (filename: log.log)
[2024-06-23 11:09:28] info: 	z2m: Starting Zigbee2MQTT version 1.38.0-dev (commit #ee42d68)
[2024-06-23 11:09:28] info: 	z2m: Starting zigbee-herdsman (0.50.0)
[2024-06-23 11:09:28] info: 	zh:zstack:znp: Opening TCP socket with 192.168.1.xx:6638
[2024-06-23 11:09:28] info: 	zh:zstack:znp: Socket connected
[2024-06-23 11:09:28] info: 	zh:zstack:znp: Socket ready
[2024-06-23 11:09:28] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2024-06-23 11:09:29] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2024-06-23 11:10:33] error: 	z2m: Error while starting zigbee-herdsman
[2024-06-23 11:10:33] error: 	z2m: Failed to start zigbee
[2024-06-23 11:10:33] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
[2024-06-23 11:10:33] error: 	z2m: Exiting...
[2024-06-23 11:10:33] error: 	z2m: Error: network commissioning timed out - most likely network with the same panId or extendedPanId already exists nearby
    at ZnpAdapterManager.beginCommissioning (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:341:23)
    at ZnpAdapterManager.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/manager.ts:86:17)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:129:29)
    at Zigbee.start (/app/lib/zigbee.ts:61:27)
    at Controller.start (/app/lib/controller.ts:110:27)
    at start (/app/index.js:154:5)

my config file

devices:
  - devices.yaml
groups:
  - groups.yaml
homeassistant: true
permit_join: false
advanced:
  transmit_power: 20
  network_key: GENERATE
  pan_id: GEENRATE
  ext_pan_id: GENERATE
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://core-mosquitto:1883
  user: addons
  password: [redacted]
serial:
  port: tcp://192.168.1.xx:6638
  baudrate: 115200
  adapter: zstack
  disable_led: false
frontend:
  port: 8099

it just does not start
I have no idea why

weirdly it seems like it is working on DHCP and not on Static IP
I will test a bit more

1 Like

Bonjour, j’ai pb similaire, vous avez trouvé une solution ?

I had SONOFF ZBDONGLE-E before and changed to SLB-06 but I have the same situation as above. Has anyone solved the problem?

SOLVED: I flashed the 20221226 zigbee firmware and power cycled the thing. Then everything fell into place. And of course unplugged my old SONOFF…

I have the exact same problem. I don’t have a ton of devices so I have even tried uninstalling Z2M and reinstalling it. All in vain. My SONOFF dongle and an innr plug/router is disconnected so I think I have tried everything.

1 Like

I had the same issue, and this solution fixed my issue! thanks!!

thanks, i had a similar issue, could not open socket. due to your comment, i changed from a hardcoded IP to the mdns name

port: tcp://slzb06.local:6638

and it now works stable for over 30 minutes (before, it would crash after a minute)

edit: nevermind, crashed again after 1hr

I had the same problem and the solution, which worked for me is described on the SLZB Control Panel, under the Z2M and ZHA menu. As it says by Zigbee2MQTT:
“# Pay attention, if you use the Z2M addon for HA, it is better to edit Z2M addon yaml configuration file directly (Select the 3 dot menu in the upper right corner → “Edit in YAML”)”

This worked for me.