adds code

Watch: Getting Started with Zigbee coordinators

The video above introduces Zigbee coordinators for Node-RED smart-home builds. Watch for how the dongle is flashed or paired, how Zigbee2MQTT picks it up, and how the first device joins the network. Below we explain what a coordinator does, how Zigbee devices reach Node-RED through Zigbee2MQTT, and how the four dongles in our picks differ.

Quick answer: A Zigbee coordinator is the USB dongle that forms and manages your Zigbee network — every network needs exactly one.

Pair it with Zigbee2MQTT and an MQTT broker, and your sensors, bulbs, and plugs show up in Node-RED as ordinary messages you can build automations on.

What is a Zigbee coordinator?

Zigbee is a low-power mesh networking standard for IoT devices, maintained by the Connectivity Standards Alliance (csa-iot.org). The coordinator is the device that forms the network, hands out addresses, and manages security. Routers and end devices then join that network — mains-powered bulbs and plugs usually act as routers, extending the mesh.

How do Zigbee devices reach Node-RED?

The usual chain looks like this:

  1. The coordinator dongle talks to your Zigbee devices.
  2. Zigbee2MQTT drives the dongle and translates device events into MQTT messages (setup guide: zigbee2mqtt.io/guide/getting-started).
  3. An MQTT broker such as Mosquitto distributes those messages (mosquitto.org).
  4. Node-RED subscribes via its MQTT nodes or the dedicated node-red-contrib-zigbee2mqtt package.

The result: every motion sensor, bulb, and plug shows up in Node-RED as structured messages.

Which coordinator should you buy?

DongleHighlight (as listed)Good fit
SMLIGHT SLZB-07MG24Zigbee 3.0 with Thread/Matter supportFuture-proof multi-protocol setups
SONOFF Zigbee 3.0 USB Dongle PlusGateway with antennaRange through walls
Phoscon ConBee IIUniversal Zigbee 3.0 gateway (vendor page: phoscon.de)Broad software support
SONOFF Dongle Plus-EExternal-antenna variantAlternative firmware options

Compatibility varies by radio chip, so check the Zigbee2MQTT adapters guide before buying — it documents which coordinators are recommended and how to flash or configure them.

SMLIGHT SLZB-07MG24 — the multiprotocol pick

Built on the EFR32MG24 radio, it speaks Zigbee 3.0 today and keeps Thread/Matter on the table for later, making it the safest bet if you want one dongle to survive the Matter transition. Zigbee2MQTT recognizes it directly, and SMLIGHT documents firmware updates clearly.

SONOFF Zigbee 3.0 USB Dongle Plus — the community favorite

This CC2652P-based dongle with an external antenna is one of the most widely deployed coordinators in the Zigbee2MQTT community, so nearly every setup problem already has a documented answer. The antenna also gives it more range through walls than stick-style dongles.

Phoscon ConBee II — the mature all-rounder

The ConBee II pairs with the deCONZ gateway software as an alternative to Zigbee2MQTT and has years of cross-tool support behind it. Choose it if you value a long track record and a vendor-maintained configuration UI.

SONOFF Dongle Plus-E — the alternative-silicon option

The Plus-E swaps the Plus model’s CC2652P silicon for an EFR32 chip while keeping the external antenna, and the community maintains alternative firmware for it. It suits builders who want the SONOFF hardware family on a different radio path — check the current Zigbee2MQTT adapter notes before flashing.

Where should you place the coordinator?

Use a short USB extension cable to move the dongle away from the Pi itself — USB 3 ports and metal cases generate interference in the 2.4 GHz band Zigbee shares with Wi-Fi. Central, elevated placement lets the mesh route around obstacles.

Which dongle is right for you?

Our four picks, with what actually separates them:

  1. SMLIGHT SLZB-07MG24 Zigbee 3.0 Coordinator with Thread/Matter Support: Modern Zigbee 3.0 coordinator with Thread support, excellent compatibility with Zigbee2MQTT and Home Assistant for advanced Node-RED setups.
  2. SONOFF Zigbee 3.0 USB Dongle Plus Gateway with Antenna: Affordable, reliable Zigbee coordinator widely used in the community, perfect for Node-RED users wanting to integrate Zigbee devices.
  3. Phoscon ConBee II Universal Zigbee 3.0 USB Gateway: Mature, stable Zigbee coordinator with excellent deCONZ integration, ideal for users who prefer a polished, user-friendly Zigbee experience with Node-RED.
  4. SONOFF Zigbee 3.0 USB Dongle Plus-E Gateway - External Antenna: Enhanced version with external antenna for better range, crucial for larger Node-RED home automation deployments.

As an Amazon Associate I earn from qualifying purchases.

Once the coordinator is running, the first devices most people pair are Zigbee lights and sensors. One caution before buying: not every product marketed as a “smart light” actually speaks Zigbee — many are Wi-Fi-only — so check the radio in the specifications. Our Zigbee smart lights compared by verified specs page separates true Zigbee bulbs and strips from the rest.

If you buy through links on the sites we recommend, we may earn a small commission.

Frequently Asked Questions

Do Zigbee devices use Wi-Fi?

No. Zigbee runs on IEEE 802.15.4 radios and forms its own mesh, independent of your Wi-Fi network.

Do I need Zigbee2MQTT specifically?

No — alternatives like ZHA or deCONZ exist — but Zigbee2MQTT pairs naturally with Node-RED because everything flows through standard MQTT topics.

Can I run two coordinators?

Yes, but they form two separate networks. Most homes are better served by one well-placed coordinator plus router devices.

How many devices can one coordinator handle?

It depends on the adapter and network topology; the Zigbee2MQTT documentation discusses practical limits and router sizing.

Further Reading

Continue with these guides on this site:

Sources

Previous Post Next Post