this post was submitted on 05 Oct 2023
21 points (64.4% liked)

Selfhosted

39254 readers
306 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I have a self hosted HA deployment that hasn't been updated in a while. I haven't updated it partially because they made the boneheaded move of deprecating their YAML config in favor of GUI-only config, and partially because the developers are insufferable dickholes.

I should probably move off of the deployment that I've got right now at some point, but what are people currently using for home automation? Is anyone running a newer version of HA that thinks it's not actually that bad?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 11 months ago

I second openhab. Can't speak for too many integrations but all I tried work without issues.

Especially the separation of abstraction layers is something that I came to appreciate highly. You have the physical object, it's item representation and then the rules and interactions. On the downside might be the way that this abstraction makes the configuration a bit more complicated - but as you're missing the yaml config you might enjoy the configuration files! I'd just give it a shot :)

HA has a sour taste for me since their broken promise about open sourcing their server side. It's still a black box. Plus the whole dns debacle a while back. And I honestly don't understand how HA is still the de facto standard for home automation - I tried recreating some of my more complicated rules in HA and it became such a mess very quickly (think of 3 or 4 non nested conditions and altering the states of multiple objects depending on virtual items).