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

homeassistant

11833 readers
1 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
[โ€“] SkyNTP@lemmy.ml 9 points 2 days ago* (last edited 2 days ago) (1 children)

Before I understood Docker, I used to have HA installed directly on bare metal side by side with other "desktop" apps.

To be able to access devices, HA needs many different OS-level configurations (users, startup, binding serial ports, and much more I don't have a clue about). It was a giant mess. The bare OS configuration was polluted with HA configurations. Worse, on updating HA, not only did these configurations change, the installation of HA changed enough that every update would break HA and even the bare OS would break in some ways because of configuration conflicts.

Could this be managed properly through long term migration? Yeah, probably, but this is probably a ton of work, for which a purpose-built solution already exists: Docker. Between that and the extra layer of security afforded by dedicating an OS to HA (bare metal or virtualized), discouraging the installation of HA in a non-dedicated environment was a no brainer.

[โ€“] rah@feddit.uk 0 points 1 day ago* (last edited 1 day ago)

this is probably a ton of work, for which a purpose-built solution already exists: Docker

LOL Docker isn't a "solution" to the pressure of good engineering.