Home Assistant Green vs Yellow vs DIY Raspberry Pi in 2026: Which to Buy
Practical comparison of Home Assistant Green, Yellow, and a DIY Raspberry Pi 5 setup — costs, install reality, integration depth, and which one fits each user.
The Home Assistant hardware decision boils down to three real options in 2026: Home Assistant Green (the plug-and-play box), Home Assistant Yellow (the prosumer multi-radio device), and a DIY Raspberry Pi 5 build. Each works. The honest difference is what you’ll spend on accessories, install time, and what happens when your setup grows.
This guide walks through the three side by side, covers the install reality most blog posts skip, and recommends which device fits which user.
TL;DR
| Use case | Pick | Why |
|---|---|---|
| First-time HA user, plug-and-play | Green | Cheapest, simplest, SkyConnect bundled |
| Want Zigbee + Z-Wave + Thread in one box, PoE | Yellow | Multi-radio integrated, panel-mount option |
| Custom workloads (Frigate NVR, big history DBs) | Pi 5 (or mini-PC) | More CPU, NVMe storage, more flexibility |
What each box actually is
Home Assistant Green is Nabu Casa’s plug-and-play option. ~$99 hardware, Compute Module 4 based, includes a SkyConnect USB stick for Zigbee and Thread, runs Home Assistant Operating System out of the box. Plug ethernet + power, open homeassistant.local:8123 in a browser, you’re running in five minutes.
Home Assistant Yellow is the prosumer device. ~$189-259 depending on configuration, ships as a barebones SBC with a built-in Zigbee radio and an optional Z-Wave module. PoE-capable with the PoE add-on. Houses an M.2 NVMe SSD slot. Wall-mountable. Designed for users who want their HA box to be one well-integrated piece of hardware rather than a Pi-plus-dongles setup.
DIY Raspberry Pi 5 is the build-it-yourself route. Pi 5 board ($80) + case ($15-30) + NVMe HAT ($25-40) + NVMe SSD ($30-60) + power supply ($12) + Zigbee USB stick ($15-25) + Z-Wave stick if needed ($25-40). Real total cost lands at $150-220 by the time you’ve added everything you need, before install time.
Out-of-the-box experience
Green is the obvious winner here. Plug it in, follow the wizard, you’re done.
Yellow is more involved — you’ll boot from microSD initially, then optionally move the OS to an NVMe SSD for performance, configure the Zigbee radio (and Z-Wave if installed), and decide where to mount it. Plan 30-60 minutes for first setup.
DIY Pi 5 takes the longest. You flash HAOS to an SD card or NVMe, boot, run setup, then deal with USB stick positioning (USB 3.0 ports can interfere with 2.4GHz radios — use a USB extension cable for your Zigbee stick), and possibly enable the M.2 NVMe HAT manually. Expect 60-90 minutes first time, less if you’ve done it before.
Real-world workload performance
Idle resource use is similar across all three. Differences show up under load.
Frigate NVR (camera object detection): Pi 5 with a Coral USB accelerator handles 4-6 cameras well. Green’s CM4 SoC struggles past 2 cameras. Yellow with NVMe + dedicated Coral does fine for 4 cameras. For 8+ cameras or higher resolution streams, a mini-PC with an iGPU running OpenVINO or NVIDIA inference outperforms all three by a lot.
Big Zigbee networks (50+ devices): all three handle this fine when paired with a proper Zigbee coordinator. The bottleneck is radio range and mesh quality, not the host hardware.
InfluxDB + long-term history: writes are I/O bound, so NVMe is the right move. Yellow and Pi 5 with NVMe handle months of data without complaint. Green’s eMMC storage is slower and the device isn’t user-serviceable for storage upgrades — fine for a year of history, tight at 3+ years.
HACS plus 30+ custom integrations: CPU-bound. Pi 5 has the most headroom; Green is comfortable; Yellow’s older CM4 (same generation as Green) is matched.
Zigbee, Z-Wave, Matter integration depth
Green: Zigbee + Thread via the bundled SkyConnect. Z-Wave requires adding a Zooz 800LR or Aeotec stick (USB).
Yellow: Zigbee built-in. Z-Wave via the optional add-on module. Thread via SkyConnect or compatible USB. Matter inherits from Thread.
Pi 5 DIY: bring your own USB sticks. Common pairings: Sonoff Zigbee 3.0 USB Dongle Plus (Zigbee), Aeotec Z-Stick 7 (Z-Wave), separate Thread border router (Apple TV, HomePod mini, or a dedicated Skyconnect).
Matter device support is similar across all three because Matter pairing happens at the application level, not the hardware level. Performance differences come from your Thread border router setup, not the HA host.
Total cost — three-year outlook
Hardware is one cost. Realistic three-year total cost of ownership (including likely accessories, replacements, electricity at $0.15/kWh, average 6W idle):
| Green | Yellow | Pi 5 DIY | |
|---|---|---|---|
| Hardware year 1 | $99 | $189-259 | $150-220 |
| Electricity (3 yrs) | ~$24 | ~$28 | ~$24 |
| Storage upgrades / replacements | minimal | $0 (NVMe lasts) | possibly $40 SD card refresh |
| 3-year TCO | ~$125 | ~$220-290 | ~$215-285 |
Green’s 3-year TCO is the lowest by a clear margin. Pi 5 DIY and Yellow land in similar territory because the Pi’s “cheaper” board price gets offset by accessories.
Who should pick each
Pick Green if:
- This is your first HA box
- You don’t need integrated Z-Wave
- You want it to “just work” without tinkering
- Budget matters
- You’re not running Frigate or heavy NVR workloads
Pick Yellow if:
- You want Zigbee + Z-Wave + Thread in one box without USB dongles dangling
- You’re going to wall-mount or panel-mount
- PoE matters (one cable to your closet/server rack)
- You like having NVMe upgradability
- You want a device built specifically for HA
Pick a Pi 5 build if:
- You already have HA experience and know what dongles you need
- You want maximum flexibility (Pi can be repurposed for non-HA work)
- You want NVMe storage and have a Pi 5 + HAT in mind
- You’re running Frigate with 3-4 cameras and want a Coral USB
Skip all three and buy a mini-PC if:
- You’re running 6+ cameras with object detection
- You want to run HA plus other docker workloads (Nextcloud, Plex, etc.)
- You want CPU headroom for years of data + integrations
A used Intel N100 or N305 mini-PC at $150-200 outperforms all three for advanced workloads.
When 16GB unified RAM matters (it doesn’t, mostly)
Home Assistant itself is light. Standard installs use 1-2GB RAM. Heavy installs with InfluxDB + Frigate + 50 integrations stretch toward 4GB. None of these hosts have a RAM problem for HA itself. RAM matters for Frigate (camera object detection workload) and ML add-ons; for pure home automation, you’re CPU-bound or storage-bound, not RAM-bound.
Frequently asked questions
Will I outgrow Green in two years? Most users won’t. The exceptions are users adding NVR (Frigate with 3+ cameras) or running large home-server workloads alongside HA. For pure home automation up to a few hundred devices, Green is sufficient.
Can I move from a Pi 3 to Green/Yellow with my data? Yes. Settings → Backups → Create Full Backup, restore on the new device. ~30 minutes total.
Is the SkyConnect that comes with Green any good? It’s a competent Zigbee + Thread radio. Power users sometimes prefer the Sonoff Plus or a dedicated Zigbee coordinator, but for most setups SkyConnect is fine.
What about Home Assistant Blue? Discontinued. Don’t buy used as your primary device — community support is winding down.
Yellow vs Pi 5 for Frigate? Yellow’s CM4 trails the Pi 5’s BCM2712. For Frigate specifically, Pi 5 + Coral is the better build.
Verdict
For most readers landing on this page: buy Green. It costs the least, sets up in five minutes, and handles the workload 80% of HA users actually have. The other options are real but only justified by specific needs (PoE, multi-radio integration, Frigate scale, mini-PC versatility).
If you’ve already outgrown a Raspberry Pi and your install has hit storage or compute walls, the upgrade path is usually mini-PC, not Yellow.