What breaks when your internet goes down?

Pick your platform, check what you own, and see the honest answer for each item. Nothing you enter leaves your browser.

How the verdicts are decided#

Each item you check is classified by where its control path runs:

ClassExamplesOutage behavior
Locally controlledMatter over Thread, Zigbee and Z-Wave devices on a local hub, Lutron Caseta, Hue on its bridgeWorks if your platform executes locally. Degraded if the platform is cloud based.
Cloud only by designWi-Fi devices with a brand app, cloud cameras, most robot vacuumsStops. There is no local fallback to fall back to.
VoiceAny smart speakerWake word detection is local, speech recognition normally is not. Only Home Assistant offers a fully local pipeline.
MixedSmart locks, cloud thermostatsThe device keeps doing its primary job. Remote access, notifications and schedules that depend on the vendor stop.

The platform half of the calculation comes from the Local Control Index, which scores every platform out of 100 on eight criteria. The spread is dramatic: from 100 down to single digits.

What to do with the result#

Full detail on the reasoning is in what still works when the internet goes down, and the design principles are in local versus cloud control.

If my devices use Matter, are they local?

Not necessarily. Matter defines local communication between a controller and a device, but your platform decides whether it acts on that locally or sends the command to its servers first. Google Home's local Matter control, for example, covers lights, plugs and switches and not much else.

Does a hub guarantee local control?

No. A hub gives you a local radio, which is necessary but not sufficient. The question is whether the automation engine and the app also run locally. Some hubs are essentially cloud terminals with a radio attached.

What about power cuts rather than internet cuts?

Different problem, worse outcome. In a power cut everything mains-powered stops, including your hub, your router and your Wi-Fi devices. Battery sensors keep transmitting into a void. If you want anything to survive a power cut, the hub and the router need a small uninterruptible power supply, which is a cheaper upgrade than most people expect.

Which platform is best if outage resilience is my priority?

Home Assistant, then Hubitat. Both run automations on hardware in your house with no vendor in the loop. Everything else involves an explicit trade, which the platform picker will weigh for your situation.