Good evening,
I’m new to Gladys — I plugged in my Zigbee Matter SkyConnect Home Assistant key. However, the link between MQTT and ZIGBEE2MQTT is not working. I don’t really know how to do it. Is the Skyconnet dongle compatible? Thanks in advance for your help
Good evening,
Basically it’s a specific key for Home Assistant so I couldn’t tell you if it is supported directly in Gladys.
How did you install zigbee2mqtt? From the Gladys integration or from outside?
If the key does not appear in Gladys’s list, or if even after selecting it it doesn’t work, you’ll need to modify the zigbee2mqtt configuration files via the command line.
I don’t have this key so I don’t have the commands to give you directly but it is listed as compatible on the zigbee2mqtt website.
You need to check whether this adapter is compatible with Zigbee2mqtt:
I looked on the page, I can’t find the dongle in the list… but that seems very strange to me, I thought the dongle was compatible
Strange — when you search the forums or even Domadoo, it’s marked as compatible everywhere.
In fact, looking into Gladys’ code we correctly handle the Skyconnect in the list:

In that case it should work; we’ll need @jody97230 to tell us more so we can try to help.
Hello,
I’ve been having the same issue with a ZBT-1 key. The link between Gladys and MQTT seems OK but the connection fails with Zigbee2MQTT.
On my configuration, Gladys is installed with docker on a Synology NAS and Zigbee2MQTT has been installed by Gladys.
I’ve taken a look to the logs of gladys-z2m-zigbee2mqtt:
Using ‹ /app/data › as data directory
Starting Zigbee2MQTT without watchdog.
[2026-02-15 14:21:12] info: z2m: Logging to console, file (filename: log.log)
[2026-02-15 14:21:12] info: z2m: Starting Zigbee2MQTT version 2.7.1 (commit #6d30fa156cf208189edbbd7db8422a6fc657fb9e )
[2026-02-15 14:21:12] info: z2m: Starting zigbee-herdsman (7.0.4)
[2026-02-15 14:21:12] warning: zh:ezsp: ‹ ezsp › driver is deprecated and will only remain to provide support for older firmware (pre 7.4.x). Migration to ‹ ember › is recommended. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
[2026-02-15 14:21:22] error: zh:ezsp:uart: → Error: Error: {« sequence »:-1} after 10000ms
[2026-02-15 14:21:22] error: zh:ezsp:ezsp: Connection attempt 1 error: Error: Failure to connect
[2026-02-15 14:21:37] error: zh:ezsp:uart: → Error: Error: {« sequence »:-1} after 10000ms
[2026-02-15 14:21:37] error: zh:ezsp:ezsp: Connection attempt 2 error: Error: Failure to connect
[2026-02-15 14:21:57] error: zh:ezsp:uart: → Error: Error: {« sequence »:-1} after 10000ms
[2026-02-15 14:21:57] error: zh:ezsp:ezsp: Connection attempt 3 error: Error: Failure to connect
[2026-02-15 14:22:22] error: zh:ezsp:uart: → Error: Error: {« sequence »:-1} after 10000ms
[2026-02-15 14:22:22] error: zh:ezsp:ezsp: Connection attempt 4 error: Error: Failure to connect
[2026-02-15 14:22:22] error: z2m: Error while starting zigbee-herdsman
[2026-02-15 14:22:22] error: z2m: Failed to start zigbee-herdsman
[2026-02-15 14:22:22] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-02-15 14:22:22] error: z2m: Exiting…
[2026-02-15 14:22:22] error: z2m: Error: Failure to connect
at Ezsp.connect (/app/node_modules/.pnpm/zigbee-herdsman@7.0.4/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:366:19)
at Driver.startup (/app/node_modules/.pnpm/zigbee-herdsman@7.0.4/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:186:13)
at EZSPAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@7.0.4/node_modules/zigbee-herdsman/src/adapter/ezsp/adapter/ezspAdapter.ts:151:16)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@7.0.4/node_modules/zigbee-herdsman/src/controller/controller.ts:143:29)
at Zigbee.start (/app/lib/zigbee.ts:70:27)
at Controller.start (/app/lib/controller.ts:101:13)
at start (/app/index.js:149:5)
I’ve checked with a previous installation of HomeAssistant and the firmware of the Zigbee dongle is 7.4.x (maybe 7.4.4?) and no update was available.
In the end the container gladys-z2m-zigbee2mqtt seems to crash a lot
Hello and welcome @Kerhank
That’s completely normal because as
For your information, this topic is currently under development here:
