Matter bridges, and the features that do not survive one
Bridging is the cheapest way to modernize old gear. It is also the fastest way to turn a capable device into a dumb one.
What a bridge is at the protocol level#
To your controller, a bridge is a single Matter node that happens to have a lot of endpoints.
- Endpoint 0 is the root node, as on any Matter device. It holds the descriptor, basic information, access control and operational credentials clusters.
- An aggregator endpoint declares that this node is a bridge. Its parts list points at every device it is exposing.
- Bridged node endpoints, one per device behind the bridge, each carry a bridged device basic information cluster (vendor name, product name, reachability, a unique ID) plus the application clusters for whatever that device type is: on/off, level control, color control, door lock, window covering, and so on.
Two practical consequences fall straight out of that model.
The bridge is one fabric slot, not fifty. Because everything behind it lives inside one node, sharing a bridge with a second ecosystem costs a single slot against the five-fabric floor. For a house with forty Zigbee bulbs, that is a genuine advantage over pairing forty Matter devices individually.
The bridge is one point of failure. Reboot it, brick it, or lose its cloud account, and every device behind it vanishes from every ecosystem at once. A native Matter device keeps working when its neighbor dies. A bridged one does not.
If the words hub, bridge, controller and border router still blur together, the four terms are separated here.
What actually gets lost#
The generic answer is "vendor-specific features", which is useless at the shelf. Here is the concrete version, with named products.
Philips Hue: dynamic scenes and entertainment mode#
The Hue Bridge can expose its lights over Matter. Home Assistant's own documentation recommends against doing it, and the reason is capability, not reliability: Matter carries basic light control, while the native Hue integration carries dynamic scenes and entertainment mode, which is the low-latency streaming mode used for screen and music sync. Bridge Hue into Matter and a dynamic scene becomes a static color, and entertainment mode is simply absent.
The Hue Bridge also caps at 150 bridged lights. That is generous for a house and a real constraint for anyone who has been buying Hue since the first generation. The wider trade-off between bulbs, switches and fixtures is in smart lighting that stays compatible.
Every bridged device: no firmware updates over Matter#
This is the loss people notice last and regret most. Firmware updates for bridged sub-devices are never available over Matter. The bridge itself can be updated by its manufacturer, but the bulbs, sensors and locks behind it have to be updated in the vendor's own app.
So the vendor app you were hoping to delete stays installed, with its account, its cloud connection and its notifications. Bridging reduces how often you open that app. It does not remove the dependency.
SwitchBot Hub 2: some device classes, not all#
SwitchBot's Hub 2 exposes curtain, lock and blind devices over Matter, but not light. If your reason for buying the hub was to get SwitchBot lighting into Apple Home, that specific path is not there. This is the normal shape of the problem: a bridge supports the device types its manufacturer chose to map, and the gaps are rarely on the box.
Aqara M3: set up in the vendor app first#
The Aqara M3 must be set up in the Aqara app before it can bridge anything. That is not unusual, and it is worth planning for: the bridge is a product of its ecosystem first and a Matter device second. Expect an account, an app and a first-run flow before any Matter code appears.
Lighting effects, everywhere#
Effects are the most commonly stripped feature across all bridges and all vendors. Govee-style animations, candle flicker, chase patterns and multi-zone gradients reduce to on, off, dim and a solid color once they cross into standard Matter clusters. This is a limitation of the Matter lighting device types rather than of any one bridge.
What survives, reliably#
Not everything is bad news. Bridged devices generally keep:
- On, off and brightness for lights, plus color and color temperature where the underlying device supports it.
- Open, close and position for shades and curtains.
- Lock, unlock and lock state for locks, minus vendor credential management.
- Sensor readings: motion, contact, temperature, humidity, illuminance.
- Local operation, if the bridge itself is local. A Zigbee bridge on your LAN keeps working during an internet outage. A bridge that is really a cloud connector does not, which is why local versus cloud control matters more than the bridge label.
When bridging is the right answer#
And when it is not:
- When a good native integration already exists. If you run Home Assistant, the native Hue, SwitchBot or Aqara integrations expose more than the Matter bridge does. Use Matter to reach the ecosystems that have no other option.
- When the feature you care about is the feature that gets stripped. Screen sync, dynamic scenes, per-button scene control on multi-button remotes.
- When you were bridging to delete an app. You will not be deleting it.
Bridges versus native Matter devices#
| Bridged device | Native Matter device | |
|---|---|---|
| Fabric slots used | One, shared across everything behind the bridge | One per device |
| Vendor app needed | Yes, for setup and firmware | Optional after commissioning |
| Firmware over Matter | Never | Optional, and supported by a growing set of controllers |
| Single point of failure | The bridge | None beyond the network |
| Feature fidelity | Standard clusters only | Standard clusters, plus vendor extras in the vendor app |
| Radio | Whatever the bridge speaks | Wi-Fi, Thread or Ethernet |
The honest summary: a bridge is a compatibility layer, and compatibility layers trade capability for reach. That is a good trade for a drawer of Zigbee sensors and a bad trade for the one product you bought specifically for its effects engine.
Migrating without downtime#
If you are moving an old setup onto standards, bridge first and replace later. Keep the vendor hub, add the bridge, confirm everything appears in your main ecosystem, then replace devices individually when they fail or when a feature gap starts to bite. The ordered version of that plan is in upgrading an old smart home, and the platform-switching order of operations is in switching platforms without rebuying.
Does a Matter bridge make my Zigbee devices Matter devices?
No. They stay Zigbee devices talking to the bridge on the Zigbee radio. The bridge translates them into Matter endpoints for your controller. Remove the bridge and they are Zigbee-only again, which is why the bridge is a single point of failure for everything behind it.
Should I connect my Hue Bridge to Matter?
Only if you need Hue lights inside an ecosystem that has no native Hue support. Home Assistant's documentation recommends against it because dynamic scenes and entertainment mode do not cross the bridge. If you use screen sync or music sync, keep the native integration and skip Matter for those lights.
Can bridged devices receive firmware updates over Matter?
No. Firmware updates for devices behind a bridge are never delivered over Matter. You update them in the manufacturer's app or hub software. Only the bridge itself, as a Matter device in its own right, can be updated through a controller that supports Matter updates.
How many devices can one bridge expose?
It depends on the bridge, not on Matter. The Hue Bridge caps at 150 lights. Other hubs set their own limits based on memory and radio capacity. Matter itself does not impose a small ceiling on endpoints behind an aggregator.
Why does my bridge show some device types but not others?
Because the manufacturer maps the ones it chose to map. The SwitchBot Hub 2, for example, exposes curtain, lock and blind over Matter but not light. Check the vendor's per-category list before buying, since the box only claims Matter support in general.
Does a bridge use one fabric slot or one per device?
One, for the whole bridge. That is the strongest technical argument for bridging in a multi-ecosystem home, because native devices each consume a slot against a floor of five, as explained in sharing a device across ecosystems.
Is a Thread border router a bridge?
No. A border router routes IPv6 between a Thread mesh and your LAN without translating anything, and the Thread devices are full Matter nodes. A bridge translates a different protocol into Matter endpoints. The distinction matters when you are diagnosing failures, because they break in completely different ways.
Primary sources
Specification and vendor documentation we checked while writing this page. Where a claim depends on firmware behaviour rather than a published spec, the page says so inline.