The smart home industry has a problem the industry would rather you didn't think about: the average lifespan of a consumer-grade smart home product line is shorter than the average expectation of the customers who buy it. People buy smart home gear assuming it'll be on the wall for fifteen years. The vendor's strategic horizon is closer to four. That gap is where thousands of households end up with bricked devices, abandoned platforms, and the slow regret of having built their home around a stack that didn't last.
The solution is not to avoid smart home tech. It's to design for vendor turnover β to build a system that doesn't depend on any single supplier remaining in business. That requires thinking about the architecture rather than the badge on the box, and choosing products on their structural properties rather than their marketing.
What follows is the design philosophy I'd use in 2026 for a smart home expected to still be working in 2036, with named-vendor language stripped out (because the specific names will date faster than this article will). The principles outlast the products.
The problem in concrete terms
Three categories of smart-home failure, in roughly this order of frequency:
- The vendor pivots away from the product line. Cloud services for your devices stop being updated; the app stops working on new phone OSes; the device starts to time out. Within 2β4 years, the device is unusable. This is the most common pattern.
- The vendor goes out of business. Cloud services shut down entirely, sometimes with weeks of notice. Devices that depend on those servers become inert. This is rarer but more sudden.
- The vendor changes pricing or terms in ways that erode the value. Subscription requirements appear where there were none; previously free features move behind a paywall; data export is restricted. Slower than outright failure but equally erosive.
The structural cause is consistent: the product depends on a vendor's cloud, the vendor's commercial position changes, the customer is left with a device they can't fully control. The architectural fix is to remove (or minimise) the cloud dependency.
The principle: local control with cloud as optional layer
The single most important architectural rule for a long-lived smart home is: every device should work fully on the local network, with cloud services as an optional convenience layer, never as a hard requirement.
What 'works fully' means in practice:
- The device responds to local commands without an internet connection
- Schedules and automations run locally
- Configuration can be changed through a local interface (web UI, controller app on local LAN, physical buttons)
- Sensor data is queryable locally without round-tripping through a vendor cloud
This isn't an extreme position. Most well-designed smart-home products in 2026 support both local and cloud control. The ones that require cloud connectivity for fundamental functions are the ones most exposed to vendor risk. Reading the specifications for 'local control', 'works without internet', or 'LAN-only mode' is a 90-second test that filters out a lot of long-term risk.
Protocols that outlast vendors
Vendors come and go. Protocols outlast them, particularly when they're open and have multi-vendor implementations. The protocols I'd build around in 2026:
- Matter / Thread for the consumer smart-home end β multi-vendor, open spec, increasingly mature, designed for local-first operation. Devices that speak Matter can be controlled by any Matter-aware controller, regardless of who made them.
- Z-Wave for established sensor and controls work β mature, open, with thousands of available products from many vendors. The protocol has been stable enough that 10-year-old Z-Wave devices still work with modern controllers.
- Zigbee 3.0 for similar reasons β open, multi-vendor, well-supported by independent controllers.
- MQTT for messaging between devices and controllers β a generic open protocol that any local automation system can publish to and subscribe from.
- OpenTherm and Modbus for heating systems β the protocols heat pump and boiler manufacturers actually use internally, locally accessible if you have the right controller.
- OCPP for EV chargers β vendor-neutral, supported by every serious charger.
What I'd avoid: any device that speaks only its manufacturer's proprietary protocol with no documented integration path. Including the badge on the front of many fashionable lifestyle-smart-home products.
Choosing a hub: the architectural decision
The hub is the heart of the system. Choose it wrong and you've designed a single-vendor lock-in dressed up as something else. Choose it right and you've designed a system that survives.
What to look for in a hub:
- Open-source where possible. The dominant open-source home-automation platform is hardened, large-developer-community, and won't disappear when its commercial sponsor pivots β because it doesn't have one.
- Support for multiple protocols out of the box. Z-Wave + Zigbee + Matter + MQTT minimum, with the ability to add more.
- Local-only operation as a primary mode. Cloud features as additive, not as required.
- An automation language you can read and edit. Drag-and-drop GUI is fine but you should also have access to underlying YAML, scripts, or code to migrate or audit.
- Backup and export. If the hub fails or needs replacing, you should be able to back up the entire configuration and restore it elsewhere.
Single-vendor hubs (the ones that come with a smart speaker or TV ecosystem) are convenient at first and progressively limiting over years. They're fine as voice-control endpoints; bad as the spine of the system.
Devices: how to evaluate for longevity
Before buying any smart-home device, run it through this five-question check:
- Does it work fully without internet? If no, vendor risk is real. If yes, you can survive their cloud disappearing.
- Does it speak a vendor-neutral protocol (Matter, Z-Wave, Zigbee, MQTT)? If yes, you can integrate it with any compatible controller.
- Is the firmware updatable locally without going through the vendor cloud? Some devices require cloud-side firmware push; better devices let you update locally.
- Is there an active third-party integration ecosystem? If the open-source community has built integrations for the device, the device will keep working long after the vendor stops caring.
- What's the company's history of product abandonment? Some vendors abandon product lines on a 3-year cycle. Others maintain firmware on 10+ year-old devices. Track record matters.
A device that passes 4β5 of these is a long-term keeper. One that passes 1β2 is a 3-year purchase. Sometimes the 3-year purchase is fine β a Β£30 sensor doesn't need a decade of life. But for Β£400 thermostats, central controllers, or whole-room lighting systems, the longevity criteria are worth taking seriously.
The cloud question
I'm not a cloud-skeptic. Cloud services are useful β remote access from outside the home, push notifications, voice integration, mobile apps that work over cellular, integration with energy tariffs and other external services. The argument isn't to avoid the cloud entirely. It's to make the cloud optional.
The architecture that delivers this:
- Devices speak local protocol to the local hub
- Hub holds all state, runs all automations, stores all history locally
- Hub optionally pushes to cloud services for remote-access and convenience
- If the cloud goes down, the hub keeps running
- If the hub goes down, individual devices keep running their basic functions
The phrase 'graceful degradation' captures it. Each layer provides additional capability when present, but no layer is essential to the layer below. A cloud service that disappears doesn't take the system with it; a hub that fails doesn't take the lights with it.
Migration and exit strategy
Even with all the principles above, you'll eventually want to migrate something. A device dies. A protocol gets superseded. A better hub appears. Plan for migration from day one.
What this means in practice:
- Configuration as code. Your automations and device configurations should be readable, exportable text (YAML, JSON, scripts). Drag-and-drop GUIs that don't have an export option are migration hell when you need to move.
- Documentation of what's installed where. A simple list of devices, locations, protocols, and primary functions. Future-you will thank past-you for keeping this current.
- Backup discipline. Hub configuration backed up off the device, ideally weekly. Most modern hubs support this; few users actually do it.
- One-protocol-at-a-time migration. When you do migrate, do it by protocol or by room, not by ripping the whole stack out at once.
What I'd build in 2026
For a UK home in 2026 with a 10-year horizon, I'd build:
- A local-first open-source hub on a small dedicated machine (Raspberry Pi class), ideally with battery backup
- A combination of Matter and Z-Wave for sensors and controls, with Zigbee where I already have devices
- OpenTherm or similar protocol integration with the heating system, not a third-party smart thermostat
- OCPP-compatible EV charger for the car charging integration
- A few cloud-only devices where the function genuinely requires it (door cameras with cloud archive), but kept as a small minority of the system
- A backup discipline that exports hub configuration weekly
- A documented map of devices, protocols, and integrations
This is more work to set up than buying a single-vendor ecosystem. It's also considerably more durable. The trade is real, and worth taking seriously when the system is going on the wall for a decade.
Smart home longevity isn't an accident. It's the result of architectural choices made at the start: local-first operation, vendor-neutral protocols, an open hub, and a discipline around backup and migration. The vendors and the marketing want you to think in product-by-product terms. The architecture wants you to think in terms that survive the products. Pick the architecture and the products fall into place; pick the products first and you'll be tearing the system out in five years and starting again with a different vendor's branded ecosystem.
The good news: in 2026, the protocols are mature, the open-source hubs are excellent, and the principles are well-established. The bad news: the marketing for closed-ecosystem products is louder than ever, because that's where the margins are. The only defence is to know what you're looking at when you buy. The structural questions in this piece are ten minutes of reading per device β and ten years of payback when you do them. That's a return ratio that's hard to argue with, even if the work feels like extra effort at the point of purchase. The households who do this work tend to still be running the same hub a decade later, with new devices added, old devices retired, and the spine of the system intact. The households who don't tend to be on their third re-installation, wondering why the future kept costing them money.
Read more on integrated infrastructure If you'd like to see how this thinking applies to broader sovereign-infrastructure decisions β energy, comms, data β the smart-home pillar on Josh Weir's main site walks through the architecture in more depth. Read the smart-home pillar β