r/Zigbee2MQTT 12d ago

SLZB-06 problems with zigbee2MQTT?

Hi all,

I’m running into a strange issue with my SLZB‑06. I used to run Zigbee2MQTT on my SLZB‑MR3 (now: ZHA + Matter) without any problems. Recently I moved Z2M back to my SLZB‑06, but now I consistently get Zigbee Herdsman errors during initialization.

Same host, same Z2M version, same config. The only change is switching the coordinator from the MR3 back to the SLZB‑06. Changed configuration aswell.

Before I start digging deeper: is the SLZB‑06 known to have compatibility issues with Zigbee2MQTT, or are there specific things I should check (firmware version, adapter settings, baud rate, etc.)? I use both slzb trough Ethernet.

Any insights or similar experiences would be really helpful.

Thanks in advanced.

9 Upvotes

27 comments sorted by

7

u/Running_Marc_nl 12d ago

No issues for me. Been running the slzb-06 rocksollid with z2m for a couple years.

1

u/tvoided 10d ago

Which firmware for os and zigbee you use ?

1

u/Beginning_Storage_35 9d ago

For me all the latest.

4

u/heosmeuekdheidm 12d ago

sometimes i need to powercycle the adapter, shows in the logs exactly like your problem.

happens especially when i restart z2m

1

u/Beginning_Storage_35 12d ago

Powercycle the adapter? You mean remove power supply and reconnect it? If so, that is the solution I am doing now. Playing with the idea to add a powerplug to the power adapter.

But was hoping for a more stable solution.

3

u/heosmeuekdheidm 12d ago

yeah

im using mine with poe so I can remotely shut it off via the switch webinterface

1

u/GVDub2 10d ago

You should be able to reboot from the WebUI for the SL-ZB06. Sometimes firmware update will knock Z2M offline until you reboot, or such has been my experience.

2

u/Mandrutz 12d ago

Probably the configuration is wrong. Otherwise follow the link in the error message. 

1

u/Beginning_Storage_35 12d ago

Ow thanks. Missed that link.

2

u/Early_Mongoose_8758 12d ago

I uad this where the app wouldnt start. Mine is on a VM so I have to tell the vertual machine not to pass through the usb save it then pass it through again. I can then boot the app.

For me this only happens on HA updates

Unsure how you pass the data through on ethernet but assume you do. So maybe just try unpacking it then passing it again.

1

u/ginandbaconFU 10d ago

You just point it to the IP and port under serial like below instead of the zigbee USB adapter. Unless you have a complicated VLAN setup with complicated rules of what can talk to what then there should be zero issues. Key word being should

tcp://192.168.0.22:6638

1

u/Early_Mongoose_8758 10d ago

Not sure how hes got his network set up but yes being ethernet he could be blocking it with a rule there for not allowing the app to boot as it cant see the adapter.

2

u/hotapple002 12d ago

Mine is rock solid. Logs also clearly state the issue (ping that gets no response after 6000 ms).

As that points to a network issue you should start with restarting adapter and Z2M. After that look further into network issues.

2

u/funkystay 12d ago

Double-check the IP address of the new coordinator.

2

u/proxyerror101 11d ago

I had this error and corrected it by updating the IP address in the configuration. This is also when I discovered the current Motorola router issues lol.

2

u/ginandbaconFU 10d ago

What's your config look like in yaml for Z2M. Should be similar to the below with different username/password. Both the person/user needs to exist, just limit to local access only.

data_path: /config/zigbee2mqtt 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 mqtt: server: mqtt://core-mosquitto:1883 user: auser password: apassword base_topic: zigbee2mqtt serial: port: tcp://192.168.0.22:6638 baudrate: 115200 adapter: zstack rtscts: false force_onboarding: false

2

u/Shute789 10d ago

Make sure you’re not at one of the beta firmware’s. The current active firmware is actually kinda old at this point (2025 I think?), but I accidentally got put on one of the beta or Dev upgrade list by mistake and that was really giving me a lot of issues with herdsman

1

u/Beginning_Storage_35 9d ago

I am (as far as I know) not on the beta. Saw the beta for the slzb but decided not to install it.

2

u/i_jon_h 9d ago

Are you able to access the SLZB web UI? I eventually realised mine was on a recent beta zigbee coordinator firmware that caused compatibility issues with Z2M. Rolled back to the most recent stable release and haven’t had a problem since.

1

u/Beginning_Storage_35 9d ago

I am only when it works. As soon as I have that herdsman problem. I can not access the web ui

I will extra check this. Someone else suggested that aswell

1

u/kevdogger 11d ago

Is z2m service up and running without any issue?

1

u/Beginning_Storage_35 10d ago

No. The app gives the error msg.

1

u/kevdogger 10d ago

Are you using z2m add on within HA or running independent installation?

1

u/SnooOranges9983 11d ago

I was need to stop using Smlight buggy products. I was need move to other coordinator from there stick. After 8 months of testing there continious bugs.

1

u/Agile_Nectarine4109 8d ago

same for me.. tryed every type of configuration.

web ui accessible zigbee2mqtt has herdmann error (no response for ping after 60000)

only solution for me was to powercycle OR schedule an automation with zigbee restart in homeassistant..

SLZB06 was rock solid even in direct zigbee until Homeassistant moved to 2026 release.

1

u/wonderedwonderer 6d ago

I had a similar problem when I did a backup restore. What I ended up doing was restarting everything from scratch, recreating my VM and installing HAOS again. Once it's set, it's been rock solid. Be sure not to use any of the dev firmwares too.

1

u/route66por 5d ago

I had a lot of problems with new firmwares, so i downgraded to the last official firmware. Had to pair everything but the errors stopped there. No beta / dev firmware again.