this post was submitted on 17 Sep 2024
-2 points (48.2% liked)

homeassistant

11998 readers
87 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 month ago (3 children)

It can also be installed using docker containers but that is more difficult to manage as you have to install every component manually.

[–] [email protected] 10 points 1 month ago (1 children)

That’s not how docker works, bud.

[–] [email protected] 11 points 1 month ago (1 children)

I guess that my message wasn’t clear but by “component” I meant a home automation component.

I have the following containers in my HA installation:

  • Home assistant
  • Node red
  • MQTT
  • Zigbee2mqtt
  • Esphome

And maybe others that I have forgotten.

Each had to be installed manually by adding it to my docker compose file, mapping drives, and editing config files.

Most, if not all, of them (except HA) can be installed from within HA if you’re using HAOS.

[–] [email protected] 4 points 1 month ago

Ah, that makes a lot more sense.

[–] [email protected] 3 points 1 month ago (1 children)

@nogooduser @rah I'm currently running it in docker, and it's taught me a lot about docker, but it's a hell of a technical overhead every time you want an addon.

The documentation very strongly steers you to a whole-os install, and I don't like that, but I'm tempted. I may well succumb and pick the HA image for my raspberry Pi, start over

[–] [email protected] 3 points 1 month ago (1 children)

The one thing that was a misstep on my docker journey was that the original tutorials that I followed installed them using the command line. It’s much better to do it using a docker compose file.

[–] [email protected] 2 points 1 month ago

@nogooduser Oh yes, I agree. Docker documentation is so random. Once I discovered that later versions of compose could inline the buildfile, I realised that was clearly the way to go. But you have to hunt through the docs to find it.

[–] [email protected] 2 points 1 month ago

Yep, that's how my install is, running Debian, home assistant in containers (core, supervisor, more)