SLZB-06 Review 2026 | Best Zigbee PoE Coordinator for Home Assistant

SLZB-06 Review | The Best Zigbee PoE Coordinator for Home Assistant

The SLZB-06 is a Zigbee 3.0 network coordinator by SMLIGHT that connects to your Home Assistant server over Ethernet, WiFi, or USB and can be powered entirely through a single PoE cable. It is the top choice for anyone who wants to place their Zigbee radio in the best spot for signal coverage, not just wherever their server happens to live.


Key Takeaways

  • The SLZB-06 uses a Texas Instruments CC2652P Zigbee chip with a +20dB amplifier and +5dB external antenna for outstanding range.
  • It supports Power over Ethernet (IEEE 802.3af), so one cable handles both power and data.
  • Works natively with Home Assistant ZHA, Zigbee2MQTT, and experimentally with Matter over Thread.
  • The device ships pre-flashed and ready to use with no programming required.
  • You can run multiple coordinators on one Home Assistant server for whole-home coverage.
  • Remote firmware updates for both the Zigbee chip and ESP32 are available through the built-in SLZB-OS web interface.

What Makes the SLZB-06 Different from a USB Zigbee Dongle?

Most Zigbee coordinators are USB sticks. They work fine, but they chain you to your server's physical location. If your server is in a basement or closet, your Zigbee mesh suffers.

The SLZB-06 breaks that limitation. It is a standalone network device. You plug it into any Ethernet jack in your home (ideally near the center of your device cluster) and your Home Assistant server communicates with it over TCP/IP. The result is a stronger, more stable mesh with dramatically better coverage.

I have personally seen the difference when moving a coordinator from a basement rack to a central hallway. Device response times drop, and dropped commands become rare.


SLZB-06 Hardware Specifications: What Is Inside?

The hardware inside the SLZB-06 is what sets it apart from budget alternatives. Two chips do the heavy lifting.

The Zigbee Radio: Texas Instruments CC2652P

The CC2652P is widely regarded as the gold standard chip for Zigbee2MQTT deployments. It features an integrated +20dB RF amplifier that, paired with the included +5dB external SMA antenna, gives you serious range. The chip supports up to 200 end devices and is more than enough for even a fully automated large home.

The Network Brain: ESP32

An Espressif ESP32-DOWDQ5-V3 dual-core processor running at 240MHz manages all network communication. It handles Ethernet, WiFi, Bluetooth (via ESPHome), and runs the SLZB-OS web interface. Because the ESP32 and CC2652P are integrated on the same PCB rather than stacked as separate modules, the system achieves better stability and lower latency.

Full Specs at a Glance

Component Detail
Zigbee SoC Texas Instruments CC2652P
Control SoC ESP32-DOWDQ5-V3 (240MHz, Dual-Core)
Ethernet Controller Microchip LAN8720 (10/100M)
USB/UART Converter CP2102N
RF Output Gain +20dB
Antenna +5dB External SMA
PoE Standard IEEE 802.3af (Active PoE)
Dimensions ~160 × 26 × 22mm

Three Ways to Connect the SLZB-06

1. Ethernet (Recommended)

This is the setup I always recommend first. Connect the SLZB-06 to your network switch with an RJ45 cable and configure Home Assistant to talk to it over TCP/IP. No latency from long USB cables, no driver issues, and rock-solid reliability.

Pro tip: Assign the SLZB-06 a static IP address in your router's DHCP settings. This prevents the device's IP from changing after a router reboot, which would break your Zigbee2MQTT configuration.

2. USB / Serial

If you want traditional plug-and-play behavior, a USB Type-C cable connects the SLZB-06 directly to your server. It behaves exactly like a standard Zigbee USB dongle. Note that you must use a Type-A to Type-C data cable for this to work because charge-only cables will not pass data.

3. WiFi

The 2.4GHz WiFi option is available when Ethernet cabling is not practical, such as in a detached garage or shed. It works, but Ethernet is always more reliable for a coordinator that needs to be always on. Reserve WiFi mode as a fallback.


Power Over Ethernet: The Real Game-Changer

The SLZB-06's PoE support (IEEE 802.3af) is a major practical advantage. Instead of running both a power cable and an Ethernet cable to the device, a single Cat5e/Cat6 cable from a PoE-capable switch does both jobs.

If you do not have a PoE switch yet, you have two easy options:

  • Use a 48V PoE injector between your standard switch and the SLZB-06.
  • Power the device via its USB Type-C port while still using the Ethernet port for data.

The device features optoelectronic isolation between its Ethernet and USB circuits, so connecting both simultaneously is completely safe. There is no risk of ground loops or port damage.


Which SLZB-06 Model Should You Buy?

SMLIGHT makes several variants. Here is a practical breakdown to cut through the confusion.

SLZB-06 (Standard): Built on the CC2652P chip. This is the set-it-and-forget-it choice for Zigbee2MQTT users. It has the longest track record in production deployments and handles up to 200 devices without breaking a sweat.

SLZB-06M: Uses Silicon Labs EFR32MG21, the same chip family used in official Home Assistant hardware. If you are running ZHA and want native compatibility, this model integrates the most cleanly.

SLZB-06P7 / SLZB-06P10: Feature newer TI chips (CC2652P7 and CC2674P10) with expanded RAM. Useful for exceptionally large installations, but SMLIGHT itself notes that for under 200 devices, the standard model is often more reliable.

SLZB-06MG24: Powered by EFR32MG24, supports up to 350 devices, and is the best choice if you are building a Matter over Thread network alongside Zigbee.

My recommendation: If you are starting fresh with Zigbee2MQTT, buy the standard SLZB-06. If you are a ZHA-first user, go with the SLZB-06M.


How to Set Up the SLZB-06 with Home Assistant

Option A: ZHA Integration

Home Assistant 2023.1 and later can auto-discover the SLZB-06 on your local network if your router supports mDNS. When it appears as a discovered device, just click to configure.

For manual setup:

  1. Go to Settings → Devices & Services → Add Integration.
  2. Search for Zigbee Home Automation.
  3. Select Enter Manually for the serial port.
  4. Set Radio Type to ZNP (for the standard CC2652P model).
  5. Enter the Serial Device Path as socket://[YOUR_IP]:6638.

Option B: Zigbee2MQTT

  1. Find the SLZB-06's IP address in your router's DHCP table or the SLZB-OS web UI.
  2. Open your Zigbee2MQTT configuration.yaml and update the serial block:
serial:
  port: 'tcp://192.168.1.105:6638'
  1. Replace the IP with your device's actual address.
  2. Restart the Zigbee2MQTT add-on or container.

That is it. The adapter will come online, and you can start pairing devices.


Advanced Features Worth Knowing About

SLZB-OS: The Built-In Management Interface

Every SLZB-06 runs SLZB-OS, a local web interface accessible from any browser on your network. Through it, you can:

  • Update the Zigbee firmware on the CC2652P chip remotely.
  • Update the ESP32 core firmware remotely.
  • Switch between Ethernet, WiFi, and USB modes without touching the device.
  • Monitor device health and connectivity status.

Remote firmware updates are a big deal. You never have to physically reach the device to keep it current.

WireGuard VPN for Remote Locations

SLZB-OS includes a built-in WireGuard VPN client. This lets you connect a coordinator in a remote location (a vacation home, a detached workshop, or a rental unit) back to your main Home Assistant instance over the internet. The coordinator appears to Home Assistant exactly as if it were local.

Matter over Thread Support

By flashing the appropriate OpenThread Border Router (OTBR) firmware, the SLZB-06 family can act as a Thread border router. This bridges Matter over Thread devices into your Home Assistant ecosystem and future-proofs your investment as the Matter standard matures.


Running Multiple SLZB-06 Coordinators

Because the SLZB-06 is network-based, you can run multiple units simultaneously on one Home Assistant server. Each coordinator runs its own Zigbee2MQTT instance. Practical use cases include:

  • One coordinator per floor of a multi-story home.
  • A separate coordinator for a detached garage or outbuilding.
  • Isolating older, chatty devices onto their own mesh to protect your main network.

This is something physically impossible with a single USB dongle. It is one of the strongest arguments for choosing a network-based coordinator from the start.


Potential Limitations to Know Before You Buy

No device is perfect. Here are a few honest caveats:

  • WiFi mode is not recommended for primary use. Ethernet always wins for reliability.
  • For under 200 devices, the standard model is sufficient. You do not need the P10 or MG24 unless your network is exceptionally large.
  • Matter over Thread support is still evolving. It is functional, but treat it as a forward-looking feature rather than a polished day-one experience.
  • A PoE switch or injector is required if you want the full single-cable installation. Budget for that if you do not already have PoE infrastructure.

FAQs about SLZB-06

Can I connect both USB and PoE power at the same time?
Yes. The SLZB-06 uses optoelectronic isolation between its USB and Ethernet circuits. It intelligently manages both power sources, and connecting them simultaneously will not damage the device.

Does the SLZB-06 require any programming or flashing out of the box?
No. The device ships pre-flashed with both Zigbee and ESP32 firmware. Plug it in, find its IP address, and start the Home Assistant integration process immediately.

How many Zigbee devices can the standard SLZB-06 support?
The standard model with CC2652P supports up to 200 end devices. Higher-tier models like the SLZB-06MG24 push that to 350 to 400 devices.

Can I change the connection mode (Ethernet/WiFi/USB) without physical access?
Yes. The SLZB-OS web interface lets you switch operating modes remotely. A physical button is also available on the device for local switching.

Is the SLZB-06 compatible with Google Home or Amazon Alexa?
Not directly. It integrates with Home Assistant (ZHA or Zigbee2MQTT), which can then bridge to Google Home or Alexa through their respective Home Assistant integrations.

What PoE standard does the SLZB-06 support?
It supports active PoE under the IEEE 802.3af standard. A 48V PoE injector will also work if your switch is not PoE-capable.