this post was submitted on 12 Jul 2023
7 points (100.0% liked)

homeassistant

11840 readers
23 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

I just bought a mini PC to use as a Plex Server and realised that maybe it's a good way to host my Home Assistant instance as well. Currently HA is on a raspberry pi 4.

What's the best approach to get both running on a mini PC? And is it even the best approach or should I just leave HA the way it is now?

Mini PC I got is the Beelink EQ12

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

HAOS does the same thing where it runs HA Core (the actual server software) in docker.

There are two possibly major drawbacks to managing docker yourself:

  1. You'll have to manage updates, backups, etc.
  2. You won't have access to the add-on store. You can still install add-ons by running their docker images but you'll have to configure their communication channels in addition to everything in point 1.

Proxmox on the other hand manages full virtual machines for you. There is an official HAOS virtual machine image which gives you the benefit of doing everything for you while still allowing you to run other virtual machines alongside it. Proxmox can manage full VM backups for you and collects performance statistics for each VM. Main drawback would be the added complexity and increased resource usage.