Disclosure: Some links in this article are affiliate links. We may earn a commission on qualifying purchases at no extra cost to you.
Every serious Home Assistant build eventually collides with the same fork in the road: keep going down the open-source, self-hosted path, or fall back to something a non-technical household member can actually use without a support call. That fork has five real branches in 2026 — Home Assistant, Samsung SmartThings, Hubitat Elevation, Homey Pro, and Apple Home — and each one answers the local-control question differently.
The decision isn't really about which platform has the prettiest app. It's about what happens the next time AWS has a bad day. On October 20, 2025, a US-EAST-1 outage at Amazon Web Services knocked Alexa, Ring, Ecobee, Govee, SwitchBot, and TP-Link offline simultaneously — anything routed through their cloud stopped responding to schedules, sensors, and voice commands. Home Assistant, Hubitat, and Homey Pro users didn't notice, because their automations run on hardware sitting in a closet, not on a server farm in Virginia.
This comparison breaks down architecture, protocol support, real hardware costs (including the subscriptions competitors don't advertise up front), automation ceiling, and documented reliability history for all five platforms. It closes with a decision matrix built around who you actually are — tinkerer, Apple household, SmartThings refugee, or someone who just wants switches that work.
Quick Verdict
| Platform | Architecture | Best for | Ceiling |
|---|---|---|---|
| Home Assistant | Fully local, optional cloud add-on | Tinkerers who want maximum control | Highest — YAML, Node-RED, 2,700+ integrations |
| Samsung SmartThings | Cloud-based, partial local execution | Broadest out-of-box device compatibility | Moderate — Routines + Edge drivers |
| Hubitat Elevation | Fully local | Local control without a self-hosted server | High — Rule Machine, Groovy apps |
| Homey Pro | Local-first | Most protocols in one box, polished UI | High — Flow / Advanced Flow |
| Apple Home | Local via home hub, encrypted iCloud sync | Simplicity for iPhone-first households | Lowest — schedules, presence, basic triggers |
Which Hardware Are We Actually Comparing?
"Home Assistant" is software, not a box — it needs a host (the official Home Assistant Green, a Raspberry Pi, or a mini PC) plus separate USB radios for Zigbee and Z-Wave, since the Green ships with no built-in radio at all. SmartThings, by contrast, is inseparable from its hub: the platform once ran on a Samsung-made SmartThings Hub v3, but Samsung stopped manufacturing it in 2021 and Aeotec now builds the same hardware as the Aeotec Smart Home Hub (V3). A newer Aeotec Smart Home Hub 2 (V4) exists and drops Z-Wave radio support entirely, so buyers holding legacy Z-Wave devices need to specifically seek out the V3, not assume the newest hub is the better buy.
Hubitat has two current models — the Hubitat Elevation C-8 (1.4GHz CPU, 1GB RAM) and the C-8 Pro (2GHz CPU, 2GB RAM, external antennas, Matter/Thread bridging). Homey similarly has the original Homey Pro (Early 2023, 2GB RAM) and a 2026 refresh (4GB RAM, same list positioning, updates guaranteed through June 2031); a cheaper Homey Pro Mini exists but drops Z-Wave, IR, and 433MHz support, which defeats much of the point of buying Homey in the first place. Apple Home isn't a single device either — it's an ecosystem that requires a HomePod, HomePod mini, or Apple TV 4K acting as a home hub, with only the Wi-Fi+Ethernet Apple TV 4K and the HomePod mini/2nd-gen acting as Thread border routers. This article compares Home Assistant Green, Aeotec Smart Home Hub V3, Hubitat C-8 Pro, Homey Pro, and Apple Home via HomePod mini/Apple TV 4K as the representative hardware for each platform.
Local Control vs Cloud Dependency
This is the axis that actually decided who kept working during the October 2025 AWS outage. Home Assistant is fully local by design — automations, device states, and history all live on hardware the owner controls, with the optional Nabu Casa cloud add-on existing purely for remote access and Alexa/Google voice bridging, not for core function. Hubitat and Homey Pro follow the same local-first architecture: both process rules on the hub itself and keep working through an internet outage, with Homey adding an inexpensive optional cloud backup rather than a functional dependency.
SmartThings sits at the opposite end. It's a cloud-based platform where many automations execute on Samsung's servers rather than the hub; Edge drivers (the Lua-based replacement for the old Groovy device handlers) now allow some local execution for hub-connected Zigbee, Z-Wave, and Matter devices, but plenty of routines still depend on Samsung's cloud reachability. Apple Home lands in the middle — automations process locally on a home hub (HomePod, HomePod mini, or Apple TV), while iCloud handles only end-to-end-encrypted sync and storage, meaning Apple itself can't read the data even though a hub is mandatory for remote access and HomeKit Secure Video.
The SmartThings Groovy IDE shutdown on December 31, 2022 is the community's reference case for cloud-platform risk: custom device handlers and SmartApps stopped working overnight, forcing users to re-pair devices to the new Lua Edge driver system. It's frequently cited on both r/homeassistant and r/SmartThings as the reason longtime users migrated away from cloud dependency entirely.
Protocol & Hardware Support
Home Assistant supports effectively every relevant protocol — Zigbee, Z-Wave, Matter, Thread, Wi-Fi, Bluetooth, and thousands more through community integrations — but the Green hub itself carries no radios, meaning a working setup requires adding a Zigbee/Thread USB coordinator like the Home Assistant Connect ZBT-2, plus a separate Connect ZWA-2 stick for Z-Wave. This modularity is a strength for future-proofing but adds cost and setup steps most other platforms don't require.
SmartThings via the Aeotec V3 has the broadest native radio set among all five: Zigbee, Z-Wave, Matter, Thread border router, Wi-Fi, and Ethernet, all built into a single hub — the only one here that natively pairs legacy Z-Wave devices with modern Matter support, provided a buyer picks the V3 and not the Z-Wave-less V4. Hubitat's C-8 Pro ships with Zigbee 3.0 and Z-Wave 800 Series with Long Range built in, no dongles needed, plus Matter 1.5 and external antennas for better range, though it lacks a standalone Thread border router on the base C-8 model.
Homey Pro is the widest single-box protocol spread of the group: Wi-Fi, Zigbee, Z-Wave Plus (S2), Bluetooth LE, Matter, Thread (acting as a border router), 433MHz RF, and infrared — eight radio technologies in one enclosure, though 433MHz is disabled by regulation in the US, Canada, and South Korea. Apple Home is the narrowest natively: Wi-Fi, Bluetooth, Thread, and Matter only — Zigbee and Z-Wave devices require a third-party bridge such as a Philips Hue Bridge or an Aqara hub to appear in the Home app at all.
Automation Engine & Ceiling
Home Assistant's automation engine is the deepest of the five: a visual editor covers roughly 95% of use cases, YAML unlocks full logic control for power users, community-shared blueprints template common patterns, and an optional Node-RED add-on adds visual flow-based branching for complex multi-condition logic. Hubitat's Rule Machine is a genuinely powerful no-code rules engine capable of complex conditional logic, backed by built-in simple apps (Motion Lighting, Simple Automation) for common cases and Groovy for advanced custom drivers — steeper than SmartThings but noticeably less involved than raw Home Assistant YAML.
Homey's Flow editor is widely regarded as the most polished no-code automation UI of any platform, with an Advanced Flow tier handling branching, multi-trigger scenarios, and complex logic at no extra cost beyond the hardware itself. SmartThings Routines use an intuitive if-this-then-that visual builder that's the easiest entry point of the group, but it's meaningfully less powerful than Rule Machine, Flow, or Home Assistant automations once a household wants conditional branching or multi-step logic. Apple Home is the ceiling floor: automations are limited to time, sensor state, accessory state, and geofence-based people-presence triggers with minimal conditions — there's no native scripting or variable support in the Home app itself, though the Shortcuts app adds nested if-then-otherwise logic as a workaround for iPhone owners willing to build it manually.
Real Cost — Upfront and Ongoing
None of these platforms is free once hardware and optional services are counted, and the "cheapest" one on paper often isn't the cheapest one to actually live with.
| Platform | Core software cost | Hardware | Ongoing cost |
|---|---|---|---|
| Home Assistant | Free, open-source | Green hub + separate Zigbee/Z-Wave USB radios required | Optional Nabu Casa cloud for remote access/voice |
| SmartThings | Free app/platform | Aeotec Smart Home Hub (V3 for Z-Wave+Matter) | None mandatory |
| Hubitat Elevation | Free, local processing | C-8 or C-8 Pro, radios built in | None mandatory (optional paid Hub Protect backup) |
| Homey Pro | One-time hardware purchase, own forever | Homey Pro (2GB or 4GB RAM variant) | Optional cloud backup add-on only |
| Apple Home | Free with Apple ecosystem | Requires HomePod, HomePod mini, or Apple TV 4K | iCloud+ required only for HomeKit Secure Video |
The Home Assistant Green's suggested retail price nearly doubled between its 2023 launch and April 2026, driven mainly by rising RAM component costs — Nabu Casa's own pricing update attributes the increase directly to memory prices, not to added hardware capability. Apple's HomePod mini and Apple TV 4K saw comparable jumps in June 2026, with Apple citing the same memory shortage; the Wi-Fi+Ethernet Apple TV 4K in particular saw the largest percentage increase in Apple's lineup. Homey Pro's flat hardware price looks like the sticker-shock outlier at first glance, but it carries zero mandatory subscription — the same can't be said cleanly of Home Assistant if remote access and voice integration matter to the household, since that pushes most users toward the Nabu Casa monthly fee.
App Quality & Reliability
SmartThings has the roughest recent track record here. Its companion app reportedly froze when opening soundbars and TVs following a One UI 7 update in 2025, the Routines widget broke on recent Galaxy phones, and a documented platform outage hit on October 20–21, 2025, labeled "SmartThings Platform Degraded Performance." Independent status-tracking has logged well over a hundred SmartThings incidents since mid-2021, which is the kind of number that matters more to a household running door locks and security sensors than a compliment about device compatibility ever will.
Hubitat's local processing doesn't make it immune to its own class of problems — a well-known community forum thread describes rules that "mis-evaluate" or drift in reliability over extended uptime, and Rule Machine's power comes with a genuine learning curve that newcomers find frustrating to configure correctly. Home Assistant's most common complaint isn't network reliability at all but storage wear on the Green's 32GB eMMC drive, with users reporting the "lifetime used" indicator climbing 10–20% within weeks of heavy recorder/history logging — the standard fix is moving the recorder database and backups to external USB storage rather than writing constantly to the onboard eMMC. Apple Home users frequently report "No Response" errors tied to home hub instability, and Apple Community threads show real frustration that Matter/Thread device sharing now effectively requires an always-on HomePod or Apple TV where it previously didn't. Homey Pro's most consistent complaint is unrelated to reliability and more about ecosystem limits — finite on-device app storage forces removals as a household's device count grows, and some devices (a specific complaint involves certain Zigbee locks) aren't reliably compatible despite Homey's protocol breadth.
Head-to-Head Specs Comparison
| Home Assistant (Green) | SmartThings (Aeotec V3) | Hubitat (C-8 Pro) | Homey Pro | Apple Home | |
|---|---|---|---|---|---|
| Architecture | Fully local | Cloud-based, partial local | Fully local | Local-first | Local via hub, encrypted iCloud sync |
| Zigbee | Via add-on dongle | Built in | Built in | Built in | Bridge required |
| Z-Wave | Via add-on dongle | Built in (V3 only) | Built in (800 LR) | Built in | Not supported |
| Matter | Yes | Yes | Yes (1.5) | Yes | Yes |
| Thread border router | Via compatible add-on | Yes | Limited/C-8 Pro only | Yes | Yes (HomePod mini/ATV 4K only) |
| Automation engine | Visual editor, YAML, Node-RED | Routines + Edge drivers | Rule Machine, Groovy | Flow / Advanced Flow | Basic triggers, Shortcuts workaround |
| Voice assistants | Alexa, Google (via cloud), local Assist | Alexa, Google, Bixby | Alexa, Google, Apple (community) | Siri, Alexa, Google | Siri only, native |
| Mandatory subscription | None (Nabu Casa optional) | None | None | None | None (iCloud+ only for HKSV) |
| Community size | Largest, ~2M active installs | Large, Samsung-backed | Dedicated, smaller | Dedicated, smaller | Large but ecosystem-locked |
Which Should You Buy?
The tinkerer who wants maximum control and doesn't mind maintenance: Home Assistant. Nothing else here matches its integration count or automation depth, and running your own Home Assistant hardware means no platform can ever shut down a feature you depend on the way SmartThings did with Groovy.
The SmartThings user weighing a switch: the community-repeated answer is yes for tinkerers, no for non-technical households. Home Assistant has an official SmartThings integration via Samsung's cloud API, so a gradual migration — running both side by side while devices get re-paired — is the well-worn path rather than a risky all-at-once cutover.
Someone who wants local control without running a server: Hubitat Elevation. It delivers local processing and a genuinely capable Rule Machine without the YAML/maintenance overhead of a full Home Assistant install, which is why it's the top landing spot for SmartThings and Wink refugees who still want reliability without becoming a systems administrator.
The household that wants the broadest protocol support in a single box and will pay for polish: Homey Pro. Eight radio technologies including 433MHz and infrared in one device is unmatched here, and the Flow/Advanced Flow editor is widely considered the most usable no-code automation interface of the five — the tradeoff is the highest single-item price tag and finite on-device app storage.
The Apple household that wants simplicity over automation depth: Apple Home. It's the most private of the five thanks to end-to-end iCloud encryption and the least capable for complex logic — many enthusiasts solve this by bridging Home Assistant into Apple Home, gaining device support HomeKit lacks natively while still running scenes from Apple's cleaner app.
The legacy Z-Wave owner: stick with the Aeotec Smart Home Hub V3 over the newer V4, which dropped Z-Wave radio support entirely — or move those devices to Hubitat's C-8 Pro or Home Assistant with a dedicated Z-Wave USB stick, both of which retain full support.
Frequently Asked Questions
Q: Is SmartThings dying in 2026?
No. It remains actively developed, with weekly Edge driver updates and Matter 1.5 support. The real risk isn't abandonment — it's cloud dependency and documented app instability, both of which are separate concerns from whether the platform is maintained.
Q: Is Home Assistant too hard for beginners?
It's dramatically easier than it used to be. The Home Assistant Green plus the visual automation editor and community blueprints cover most common setups without touching YAML. The remaining barrier is ongoing maintenance interest, not raw difficulty at day one.
Q: Can I run more than one of these platforms at the same time?
Yes, and it's common. Home Assistant has an official SmartThings integration for gradual migrations, and Matter now lets a single device be shared across ecosystems far more easily than a few years ago, which is why running two platforms in parallel during a switch is the norm rather than the exception.
Q: Does local control mean an automation platform is immune to problems?
No. Hubitat processes everything locally and still has documented community threads about rules drifting or mis-evaluating over long uptimes. Local control removes cloud-outage risk specifically; it doesn't remove all software bugs.
Q: Do I need a subscription for Home Assistant?
Not for core functionality. Nabu Casa's cloud service is optional and only covers remote access and Alexa/Google voice bridging — automations, history, and local device control work without it.
Q: Which platform works without Zigbee or Z-Wave dongles out of the box?
SmartThings (Aeotec V3), Hubitat (C-8 Pro), and Homey Pro all ship with Zigbee and Z-Wave radios built in. Home Assistant's Green hub has no built-in radios and requires separate USB coordinators for both protocols.
Conclusion
There's no universal winner here — only a correct match between platform architecture and what a specific household actually needs. Home Assistant wins on power and openness for anyone willing to own the maintenance; Hubitat delivers most of that local-control benefit with far less setup burden; Homey Pro trades a premium price for the broadest protocol support and the most polished no-code automation builder available; SmartThings remains the easiest on-ramp for device compatibility but carries real cloud-dependency risk, as its Groovy shutdown and 2025 outage history both demonstrate; and Apple Home is the right call specifically for iPhone-first households that value simplicity and privacy over automation depth.
For most readers already deep in this ecosystem, the practical starting point is understanding what Matter actually changes about cross-platform lock-in, then choosing hardware — whether that's a Home Assistant Green build or one of the turnkey alternatives — based on how much maintenance the household is actually willing to take on, not on which platform has the most star power in forum threads.



