Skip to content

SLZB-06M TCP connection drops after ~30s (ECONNRESET) with Zigbee2MQTT ember adapter #849

@dangerbones

Description

@dangerbones

Description of the issue

Hey all! :)

I am running Zigbee2MQTT 2.9.1 with the ember adapter using an SLZB-06M (EFR32MG21) over LAN.

The connection successfully initializes, Zigbee2MQTT loads all devices, and the Zigbee network starts correctly.
However after ~30 seconds the connection is reset and Zigbee2MQTT stops with:

Port Error: read ECONNRESET
ERROR_SERIAL_INIT
Adapter disconnected

The SLZB console simultaneously reports the client disconnecting.

This appears to be a stable startup followed by a dropped TCP socket, not a startup failure.


Environment

Zigbee2MQTT:
2.9.1

zigbee-herdsman:
9.0.9

Coordinator:
SLZB-06M

Chip:
EFR32MG21

Firmware:
EmberZNet 8.0.2 [GA]
build 397
EZSP protocol 14

Home Assistant OS
Raspberry Pi5

Zigbee2MQTT config
serial:
port: socket://192.168.0.173:6638
adapter: ember

MQTT:
mqtt:
server: mqtt://core-mosquitto:1883


Network test
From Home Assistant terminal:
nc -vz 192.168.0.173 6638

Result:
192.168.0.173:6638 open

Connectivity is confirmed.


Zigbee2MQTT logs

Startup works correctly:
zigbee-herdsman started (resumed)
Coordinator firmware version: EmberZNet 8.0.2
Currently 35 devices are joined
Connected to MQTT server
Zigbee2MQTT started

After ~30 seconds:
Port Error: read ECONNRESET
Fatal error, status=ERROR_SERIAL_INIT
Adapter disconnected, stopping


SLZB console logs:

SocketServer | [EFR32MG21] New client, id: 0
SocketServer | [EFR32MG21] Client disconnected, id: 0


Behaviour
1. Z2M starts successfully
2. Zigbee network resumes
3. Devices are loaded
4. ~30 seconds later the TCP socket is closed
5. Zigbee2MQTT shuts down

Expected behaviour

Connection to the SLZB socket should remain stable.

Additional info

USB mode was also tested but the device does not enumerate as a serial device (/dev/ttyACM* does not appear).

Multiple USB cables were tested.

Thanks all!

Addon version

Current version: 2.9.1-1

Platform

Core - 2026.3.1
Supervisor - 2026.03.0
OS - 17.1

Logs of the issue (if applicable)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions