this post was submitted on 21 Jun 2023
30 points (100.0% liked)
Aotearoa / New Zealand
1648 readers
27 users here now
Kia ora and welcome to !newzealand, a place to share and discuss anything about Aotearoa in general
- For politics , please use [email protected]
- Shitposts, circlejerks, memes, and non-NZ topics belong in [email protected]
- If you need help using Lemmy.nz, go to [email protected]
- NZ regional and special interest communities
Rules:
FAQ ~ NZ Community List ~ Join Matrix chatroom
Banner image by Bernard Spragg
Got an idea for next month's banner?
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm running it dockerized as well as I'm using it for other stuff as well, like PiHole, media server, etc. No problems at all.
Some features are missing, like editing config files in the browser. Major gap is that add-ons are not supported. Add-ons are essentially 3rd party apps, like DuckDNS, Frigate or MQTT. It's mostly annoying because the documentation assumes you run the HASS version. But it's no big deal, you can set up those apps yourself. I'm running Frigate and MQTT dockerized and connected to HA without issues.
For docker resources, check out https://www.linuxserver.io/. I used to install apps like NZBGet, Radarr, etc. all directly, which was very annoying as each app uses a different install script. With the docker compose files from linuxserver it was a breeze. I only run PiHole directly, as I saw some issues with the Docker version, the rest is all dockerized.
Ah thanks! I think I decided not to continue when I saw it didn't support add-ons as I thought that would make it pointless, but it sounds like you can run them in their own docker container and connect them. I've used linuxserver.io docker containers before. Thanks for the tips!
Hey hey. Yeah I’ve been toying with the idea of going to a dockerised setup for HA. I run it as a VM on one of my servers and that’s been rock solid along with add ons and the like.
My moto with this whole HA thing was to always do it as cheaply as I can. That has meant a fair amount of building circuits and such myself which is quite a bit of fun.
Also check out ESPHome. It’s great and integrates into HA very well.
Yeah I run HA as a docker container on unRaid, alongside ESPhome. It works fine - have never had a situation where I wished I was running the OS/VM version of it instead.
TBH though, I kinda hate HA; its really kludgy for anything that I've wanted to do, and a lot of the presence based stuff seems super flakey. I'm constantly getting notifications about Frigate events when it knows im in my home area & they're supposed to be silenced.
Thanks for the suggestion, I'll take a look!
I don't think I would know where to start with "building circuits"...
Heh it’s great fun and there are tons of guides. It’s just hooking up wires mostly :). I would call it building circuits I guess haha.
If you want some very specific stuff like height sensors for standing desks (something I still need) you will have to go the self build route. Also to make my dumb alarm smart I have to do some soldering apparently.
That is my next rabbit hole I guess :)