Tooling

Matter & Thread

Matter standard, Thread radios, OpenThread Border Routers — the cross-vendor IoT future.

Matter (the application protocol) and Thread (the underlying mesh radio for many Matter devices) are 2026's answer to "Zigbee, Z-Wave, HomeKit, and Apple Home all at once." It's not perfect yet. It is the direction.

For the hub above this layer see Smart Home Hubs; for chips with 802.15.4 radios see MCU Platforms; for legacy Zigbee see Zigbee Stacks & Coordinators.

What Matter is and isn't

  • Matter = an application-layer protocol over IPv6 (Wi-Fi or Thread). Devices speak the same data model regardless of vendor; the fabric ties them to admins (Apple Home / Google Home / Alexa / HA).
  • Thread = a low-power 802.15.4 mesh radio carrying IPv6 (6LoWPAN). Many Matter devices use Thread; some use Wi-Fi or Ethernet.
  • What Matter is not: a replacement for Zigbee. Many existing Zigbee devices will never speak Matter directly. Matter Bridges fill the gap.
  • Versions: Matter 1.4 in 2024 added cameras (early), water heaters, EV chargers; Matter 1.5 / 1.6 in 2025-2026 expand camera and energy device support.

The standard / specs

Thread Border Routers (OTBRs)

A Thread Border Router connects your Thread mesh to your Wi-Fi / Ethernet IPv6 network. You usually want at least two for redundancy.

  • HA SkyConnect / Yellow radio running OpenThread BR firmware — Nabu Casa's recommended option; Zigbee or Thread, one mode at a time.
  • Apple HomePod mini / Apple TV 4K — every Apple smart speaker / TV is a Thread Border Router. If you have any, your Thread mesh is already half-built.
  • Google Nest Hub Max / Nest Wifi Pro — Google's TBRs; same idea.
  • Aqara M3 — Zigbee + Matter Bridge + Thread Border Router in one box. Genuinely useful "one device" hub.
  • Eero 6+ / Pro 6E / Max 7 — Amazon mesh Wi-Fi with built-in TBR.
  • Smlight SLZB-MR1 / SLZB-06P + OTBR firmware — DIY router on EFR32MG21.
  • DIY OTBR on a Pi + nRF52840 dongle — for tinkerers; OpenThread docs cover it.

Matter Hubs / Controllers

The "fabric admin" — the thing that adds devices to your Matter network and routes commands.

  • Home Assistant — full Matter controller; ZBT-1 / SkyConnect on Thread; commissions devices via QR or pairing code; supports Matter over Wi-Fi and Matter over Thread.
  • Apple Home — was first; very polished; you can multi-admin a Matter device into Home and HA.
  • Google Home — fine; faster device support than Apple in 2026.
  • Amazon Alexa — has Matter; less ergonomic than Apple/Google.
  • SmartThings — Samsung; Matter from the start; reasonable.

Multi-admin is the magic word — a Matter device commissioned to one fabric can be shared to another (e.g., Apple Home and Home Assistant), so you don't have to pick.

Matter Bridges (the Zigbee/Z-Wave migration story)

A bridge exposes non-Matter devices as Matter devices to your Matter controllers.

  • Home Assistant — built-in Matter Bridge; exposes any HA entity to Apple Home / Google Home over Matter. Single most useful HA feature for "I have a Z-Wave lock and I want it in HomeKit."
  • Aqara M3 — bridges its Zigbee subdevices into Matter without HA in the loop.
  • Hue Bridge — Philips Hue exposes itself as Matter on the LAN.
  • SwitchBot Hub 2 — bridges SwitchBot BLE devices into Matter.
  • IKEA DIRIGERA — Matter Bridge for IKEA Zigbee devices; a Hub upgrade for old Trådfri owners.

Matter device cheat-sheet

  • Matter over Wi-Fi: plugs / outlets / appliances / cameras / EVSEs.
  • Matter over Thread: battery-powered sensors, locks, lights — anything power-constrained.
  • Matter over Ethernet: PoE devices; rare but allowed.
  • Bridged via HA / Aqara / Hue: legacy Zigbee / Z-Wave / Wi-Fi cloud devices appearing as Matter.

Practical guidance

  • Get two Border Routers. A single TBR is a single point of failure; Apple TVs + a SkyConnect = bullet-proof.
  • Enable IPv6 ULA / mDNS reflection on your Wi-Fi. Matter discovery is mDNS-based; an IoT VLAN that doesn't bridge mDNS will silently break Matter.
  • Battery-powered Thread devices wake briefly; commissioning timeouts are generous but not infinite. Keep the QR code page open during pairing.
  • Don't expect Matter to magically replace your Zigbee mesh. It complements; deprecate slowly.
  • Matter cameras (1.4+) are early. Frigate + Scrypted are still the right answer for serious camera use — see Cameras & NVR.

Pick this if…

  • One stick for Zigbee + Thread: HA SkyConnect.
  • Already in Apple ecosystem: any Apple TV / HomePod is a free TBR; commission to Apple Home + HA via multi-admin.
  • All-in-one Matter + Zigbee + Thread hardware: Aqara M3.
  • Migrate Zigbee/Z-Wave to Apple/Google Home: HA's Matter Bridge.
  • DIY-ing a TBR: OpenThread BR + nRF52840 USB dongle.

On this page