74
HAOS 18.0 update released
(github.com)
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
Semi related and I don't want to start a whole new thread.
Why use HAOS over normal HA core in a container? I've been using a simple docker container and I'm not sure what I'm missing.
HAOS has more support for running additional add-ons/applications next to HA itself, on the same machine. In my case, that would be a Lenovo M710q Tiny loaded with an i7-7700T and 8GB RAM. Plenty of resources to spare for things like my Zigbee coordinator, NoLongerEvil (Nest thermostat), go2rtc (webcam shenanigans), Mosquitto broker (MQTT), Node-Red, Music Assistant, Aircast (for apple stuff), and other things.
TL;DR - It's mostly personal preference. If you already have a bunch of containers running for home stuff, then by all means, run HA in Docker. But if you prefer the "all in one box" approach, go for HAOS. I don't mind the "all in one box" approach, as long as it's related to the core function of HA.
If I don't mind managing the extra dockers like the Zigbee coordinator through Portainer, would this all still be a similar experience? Or does hoas have deeper integration that is not similar through some docker manager alone?
You can't access the HACS app store from HA core in docker. And it's bloody annoying because all those integration devs assume HACS and have no regular installation instructions anymore. Even basic themes are almost always HACS installed.
Yes, I'm old and salty about it.
I think I'm confused then. I'm definitely accessing HACS and it's definitely a docker container on Ubuntu (I know, I know).
How do I know that in running?
HACS works perfectly for me from a HA container in podman. I know that doesn't help by itself, but maybe you have a wrong config.
Can you tell me how? The HACS docs say you need a supported installation method. And HA itself says the container version does not support apps.
You have to manually install it. Have a look at the HACS page. If I remember right, it is basically:
Ohhh, thank you. That's going to make things a lot easier for me!