Smart lighting that stays compatible

The bulb is the easiest thing to make smart and the hardest thing to keep working.

The three places the intelligence can live#

WhereBest forThe catch
BulbLamps, accent lighting, anywhere you want color or per-bulb controlDies when someone flips the wall switch, and multiplies the device count in every room
Switch or dimmerCeiling fixtures, hallways, anything with several bulbs on one circuitNeeds mains wiring work, and all bulbs on the circuit behave as one
Fixture or driverNew builds, recessed downlights, cove and tape lightingYou are stuck with that manufacturer for the life of the ceiling

The rule that survives contact with a real house: one smart thing per circuit. Smart bulbs behind a smart switch is the worst of both, because the switch cuts power to the bulbs and you get two devices arguing about one light. If you want a wall control for smart bulbs, use a control that does not switch the load, which is the subject of smart switches, dimmers and the neutral wire.

The smart bulb behind a dumb switch problem#

This is the single most common complaint in smart lighting, and it is not a bug. A smart bulb needs continuous power to keep its radio alive. A wall switch removes power. So the bulb drops off the network, your motion automation does nothing, voice control answers "that device is not responding", and if the bulb is a Zigbee or Thread router, everything that was routing through it takes a hit too. Mesh design explains why losing a mains-powered node hurts more than losing a battery one.

There are four honest fixes, in order of how well they work.

  1. Replace the switch. Put in a smart switch and plain dimmable bulbs. Cheapest per light, most reliable, and the wall control keeps working for guests.
  2. Cap the switch with a wireless control. Lutron's Aurora is a Zigbee dimmer knob that physically holds a toggle switch in the on position and sends radio commands instead. It is the standard fix for Hue in a room where you cannot rewire.
  3. Use a battery remote or a keypad mounted next to the switch, and put a plate or guard over the switch itself. Works, looks deliberate, and costs nothing electrical.
  4. Do nothing and train the household. This never works.

What color capability survives Matter#

Matter's lighting device types are mature and well supported. That is exactly the problem: they define the common denominator, and the common denominator is small.

What crosses reliably: on, off, brightness, color temperature, and one solid color at a time. If your automation only ever needs those, a certified Matter light is the safest thing you can buy, and it will behave the same in every ecosystem.

What does not cross:

Scenes, and the fabric problem#

The folk wisdom that "Matter has no scenes" is out of date. Scenes Management became certifiable in Matter 1.4.2. The real limitation is that scenes are fabric-scoped: a scene stored on a bulb by Apple Home is invisible to Google Home on the same bulb, because each ecosystem is a separate fabric with its own view of the device. Sharing a light across two platforms with multi-admin does not share what you built on it.

Where Hue sits now#

Hue is the most capable consumer lighting system and the one most affected by the gap between vendor features and standard clusters.

Zigbee, Thread or Wi-Fi bulbs#

ZigbeeMatter over ThreadWi-Fi
NeedsA coordinator or vendor bridgeA Thread border router your ecosystem trustsNothing, which is the appeal
Mesh roleBulb acts as a router and extends the meshBulb acts as a router and extends the meshNone, every bulb is a separate client on your access point
Local controlYes, through the hubYes, if the controller is localDepends entirely on the vendor cloud
Scale problemCoordinator child capacity, solved by adding routers32 active routers per network, so a house full of bulbs eats the router budgetAccess point association tables and 2.4 GHz airtime
Ecosystem reachWhatever the bridge exposesEvery Matter controllerWhatever the vendor's app integrations offer

Wi-Fi bulbs are the ones to think hardest about. Twenty of them is twenty clients competing for the same 2.4 GHz airtime your sensors and phones use, and the hidden costs of Wi-Fi devices are mostly invisible until you cross about fifty. Against that, Wi-Fi bulbs need no hub and no border router, which for a renter with three lamps is a perfectly rational trade.

Thread bulbs have a subtler problem: they are mains powered, so they become Thread routers, and a Thread network supports 32 active routers. Filling a house with Thread bulbs is how people end up with a mesh that reorganizes constantly. Mixed builds, Thread for a handful of key fixtures and Zigbee for volume, hold up better.

The popcorn effect#

You say "lights off", and instead of a room going dark, bulbs switch off one after another over two or three seconds. This is the most reported annoyance in Matter lighting, and the cause is structural.

When a controller treats a group as a list, it sends an individual command to each device in turn, and each one takes its own round trip. Ten lights means ten sequential exchanges. Matter's answer is group commands: a shared group ID and group key, sent as a single IPv6 multicast that every member receives at once, plus wildcard paths that let one action address many endpoints. Zigbee has had the same mechanism, groups and device-stored scenes, for years.

So the popcorn effect is almost never the bulbs. It is the controller not using group messaging for the group you built. Things that actually help:

How to decide#

Should I buy smart bulbs or smart switches?

Switches for anything with a wall switch that people actually use, bulbs for lamps and for rooms where you want color. Switches cost less per light, cannot be orphaned by someone flipping a switch, and keep working for guests. Bulbs give per-fixture control and color that a switch can never provide. Most homes end up with both, split that way.

Why do my smart bulbs show as unavailable?

Almost always because they lost power. A wall switch, a tripped breaker or a pulled lamp cord takes the radio down, and the controller reports the bulb as unresponsive rather than off. If the bulb has power and still shows unavailable, look at the mesh next: a bulb that lost its parent router or sits on a congested channel behaves the same way from the app.

Do Philips Hue scenes work in Apple Home over Matter?

Only in one direction, and only on Apple. Hue app 5.52, around October 2025, added scene export from Hue to Apple Home over Matter. There is no Google Home or Alexa equivalent, because Matter scenes are fabric-scoped, so what one ecosystem stores on a light is invisible to another.

Is Matter over Thread better than Zigbee for light bulbs?

Not automatically. They share the same radio and similar mesh behavior. Thread gets you direct ecosystem support with no vendor bridge, which is a real benefit. Zigbee gets you a much larger product catalog, cheaper bulbs and no 32-router ceiling. For a handful of fixtures, Thread. For a house full of bulbs, Zigbee through a hub scales better.

Why do my grouped lights turn on one at a time?

Because the controller is sending a separate command to each light instead of one group message. Matter supports group commands over IPv6 multicast, and Zigbee supports groups and stored scenes, but the controller has to use them. Grouping lights in the platform's own room or group feature, rather than in a script that loops over devices, usually fixes it.

Will my color light strip show gradients in Matter?

No. Matter has no gradient or per-zone model for a strip, so it appears as a single light with one solid color. Multi-zone behavior only exists if the manufacturer exposes each zone as its own endpoint, which is rare. Gradients, chase effects and music sync stay in the vendor app.

Do smart bulbs work without the internet?

Zigbee, Z-Wave and Thread bulbs do, provided the hub or controller running your automations is local. Wi-Fi bulbs vary: some accept local commands, many route every tap through the vendor cloud. What still works during an outage has the device-by-device table.

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.