this post was submitted on 30 Jun 2023
1 points (100.0% liked)

homeassistant

12055 readers
36 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
 

If I am not mistaken the tradeoff is losing add-ons but being able to install other services.

So... what is your experience? Are add-ons useful/common for your use case?

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

You can go supervised! You still have most of the operating system available to your needs and you can still use add-ons. I use it for years and it works like a charm

[–] [email protected] 0 points 1 year ago

Running it on a bare Pi, HAOS, imho you get the most performance, and support if it goes wrong.

Running on more powerful hardware (x64 host), VM all the way. It's so much easier when you can snapshot, move VMs around, and split out components when needed.

[–] [email protected] 0 points 1 year ago (1 children)

I have HA running in docker on a Pi 3 and Z-wave JS running in another on the same Pi. Added a purpleair integration for outdoor air quality, national weather service, some local sensors, and sql to get data from another node. People have made me paranoid about SD card failures, so I regularly image it to my main server. I mostly use HA to visualize environmental data, but it also runs the lights in a hydroponic farm and the house during vacations, via z-wave outlets. Have not tried to integrate it with google or amazon.

The only inconveniences I've found with docker is that you can't restart HA from its web interface and, if you update regularly, old images quickly fill a smaller card, so you have to remember to purge.

[–] [email protected] 2 points 1 year ago (1 children)

It's now possible to restart HA from the web interface. P

[–] [email protected] 1 points 1 year ago

I pulled the latest HA version based on you comment in this old thread, and you're right! There is a restart button now. Thanks.