惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
Last Week in AI
Last Week in AI
罗磊的独立博客
量子位
Jina AI
Jina AI
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
IT之家
IT之家
美团技术团队
雷峰网
雷峰网
爱范儿
爱范儿
S
SegmentFault 最新的问题
小众软件
小众软件
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Latest news

LG G6 vs. LG G5: I compared the latest OLED TV models, and it's a surprisingly tough choice I saw the 'MacBook Pro for Linux users' for the first time, and it's a legit Windows threat I'm putting Motorola above Samsung when it comes to flip phones - and won't think twice I got an early look at ChatGPT Images 2.0, and it's impressive - with one exception I tested Surfshark's new Dausos VPN protocol - here's how it compares to WireGuard How to easily encrypt your files on an Android phone - for free I'm not giving up on DJI cameras yet - not when they can upset my GoPro like this The best website builders for small businesses in 2026: Expert tested and reviewed Why I'm recommending last year's phones over 2026 models - with one exception This powerful Gemini setting made my AI results way more personal and accurate After testing this HP laptop, I get why its 'boring' design is adored by business users The best TV antenna of 2026: Expert tested Your old iPad or Android tablet can be your new smart home panel - here's how Apple's original AirTag still tracks effectively, and you can get a 4-pack for its best price ever T-Mobile will give you an iPad for $99 when you sign up for a new line - here's how How to qualify for Apple's education discount - and get a $499 MacBook Neo for school T-Mobile will give you a Samsung Galaxy Watch 8 for free - how to get yours Prolonged AI use can be hazardous to your health and work: 4 ways to stay safe Verizon will give you a free iPad or Apple Watch with your next iPhone - how the deal works The best laptops of 2026: Expert tested and reviewed I hid 4 Bluetooth trackers (including AirTags) to test their reliability - here's how Android rivals compared I stopped using my iPhone's hotspot after testing this 5G router - and that won't change The best Kindles in 2026: Expert recommended Does Best Buy price match? Everything to know about matching prices online and in-store The best WordPress hosting services of 2026: Expert tested and reviewed The best Apple Watch of 2026: Expert tested and reviewed The best TV screen cleaners of 2026: Expert recommended The best 50-inch TVs of 2026: Expert tested I traded my Sonos Era 300 for Denon's new home speaker - and see no reason to go back AI-powered website builders have come a long way - here's your best option in 2026
Got a spare PC? How to open-source your smart home - for ...
Jack Wallen · 2026-06-26 · via Latest news
Home Assistant OS
Jack Wallen/ZDNET

Follow ZDNET: Add us as a preferred source on Google.


ZDNET key takeaways

  • Home Assistant OS is an open-source controller.
  • Control as many smart devices as you need.
  • The OS is free and can be installed on a spare PC.

Smart homes make sense. The devices that bring a certain level of automation to your home are exciting, and they can also lower your energy bill and help make your abode a bit more secure.

But just how smart is your home? Do you have devices all over the place that you control with your phone or various hubs? Lights, cameras, action? Maybe you've considered purchasing one of the several smart hubs, such as the Amazon Echo Smart Hub, the Google Nest Hub, or the Apple Home App.

Also: How I cut my power bill with IFTTT automation - in 4 simple steps

What if I told you there was an operating system that could serve as a control center for all of those smart devices? Even better, what if the OS could auto-discover those smart devices on your network?

Well, that system is available and is called Home Assistant OS. It's not your typical operating system, as it's built around Docker and uses the container engine to run the Home Assistant Supervisor and manage the core and various add-ons. By using this method, Home Assistant runs very efficiently on single-board computers and off-the-shelf PCs (or even virtual machines).

You can even purchase pre-built machines, such as the Home Assistant Green, so you don't have to bother installing the OS. The Home Assistant Green sells for $219 on Amazon and is the simplest way to get started with Home Assistant. 

But if you're a DIYer at heart, like me, Home Assistant OS is the way to go.

Also: Your old iPad or Android tablet can be your new smart home panel - here's how

Home Assistant OS is fairly easy to install, so long as you have some OS installation skills.

I'll walk you through how I got Home Assistant OS up and running via VirtualBox. First, let's talk about what it can do.

What is Home Assistant OS?

Home Assistant OS is a platform that enables consumers to run the full Home Assistant smart home platform on commodity hardware. This OS provides automations, dashboards, integrations, blueprints, updates, and backups. 

With add-ons, you can include functionality for services and devices, such as Z-Wave, Thread, AccuWeather, Actron Air, AdGuard Home, Amazon, Android TV Remote, Anthropic, Apple, Philips Hue, and much more. There are hundreds of add-ons available that cover just about every type of smart home device and service you can imagine.

You can add areas, users, electricity grid connections, and target activities. You can also view history, media, and even create/manage to-do lists.

Also: 10 useful smart home gadgets that make life so much easier (and most are discounted)

And, if you have smart devices in your home, you can control them.

Installing Home Assistant OS

Installing Home Assistant OS isn't terribly challenging, as long as you have a bit of skill with operating systems (especially Linux). 

Also: How I'm using a $13 smart plug to automate my house appliances - and you can too

It's much easier to install Home Assistant OS on a spare machine than to run it as a virtual machine. The steps for installing on bare metal are:

  1. Download the Home Assistant OS image file.
  2. Decompress the .img file using the xz tool, as in: xz -- decompress file.xz.
  3. Create a live USB drive using the BalenaEtcher tool.
  4. Boot the live USB and follow the installation wizard.

Installing as a virtual machine requires a bit of trickery. After you download and decompress the .img file, you'll need to rename it to an .iso. As an example, if the file name is haos_generic-x86-64-18.0.img (after decompression), you would rename it like so:

mv haos_generic-x86-64-18.0.img haos_generic-x86-64-18.0.iso

Once you've completed that step, you can create a virtual machine using the ISO in the same way you would any normal VirtualBox virtual machine. Follow the simple (albeit text-based) installation, and you're ready to go. 

Once the installation is complete, you'll see a text-based screen with the information you need to access the web-based interface. You should see an IPv4 address, which will be used in conjunction with port 8123:

http://192.168.1.220:8123

Home Assistant OS

It may look intimidating, but it's actually quite easy.

Screenshot by Jack Wallen/ZDNET

Make sure you use the IP address assigned to your Home Assistant OS instance.

Also: Your smart plug is seriously underutilized: 7 ways I've programmed mine to automate my home

You will be presented with a "Create user" page, where you'll need to type a name, username, and password. Once you've done that step, click Create account.

Home Assistant OS

Make sure to use a strong, unique password for your user.

Screenshot by Jack Wallen/ZDNET

Next, you'll need to find your home location using your zip code.

Home Assistant OS

The easiest way to find your location is via zip code.

Screenshot by Jack Wallen/ZDNET

Home Assistant OS will then scan your network for compatible devices. Naturally, what the OS finds depends on the devices you have.

Home Assistant OS

You can add more devices later.

Screenshot by Jack Wallen/ZDNET

You'll finally land on the default dashboard, where you can start managing your smart home.

Adding devices

Before you add a device, you'll want to add an area. To do that, go to the Overview, click +, and then click Create Area. In the resulting pop-up, add the necessary information for the area, and click Create.

Home Assistant OS

You can create as many areas as you need.

Screenshot by Jack Wallen/ZDNET

Click on the new Area, click +, and click "Add device." In the resulting pop-up, search for your device, click it, and add it. How you add a device will depend on the device in question.

Home Assistant OS

There are hundreds of devices to choose from.

Screenshot by Jack Wallen/ZDNET

Once you've added a device, you can then control it from the Home Assistant dashboard. You can add as many areas and devices as necessary. You can access Home Assistant OS from any PC or laptop on your LAN. There's even a Home Assistant mobile app for Android and iOS to control devices from your phone.

Also: I automated my home's most unexpected electronics - here are 5 ingenious results

And that's all there is to creating a free, powerful smart home controller.

Featured