Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
If you're just starting to build out, what about using thread instead of zigbee or zwave?
Well Thread allows devices to require internet connectivity to pair. It also allows devices to fetch firmware updates from the manufacturer. And it allows features to be locked to their specific app. Thread and Matter are more complex to setup self-hosted style; it makes no difference when you use official hubs though. Thread doesn't have many device types and manufacturers available.
Zigbee does not require or work over the internet, no trust required. It is very easy to setup self-hosted. There is a Zigbee everything made by everyone from large companies to random brandless places.
Zigbee is my preference as a result of the internet connectivity requirement. I do not trust random manufacturers to not brick my devices when they go out of business or choose to release a competing product.
Well that leaves me with mixed feelings.
Thread itself doesn't need Internet connectivity, but thread seems to almost always be paired with matter, which does (during provisioning).
I like that matter provisioning requires verification of their certificate, but I don't like that certificates can expire or the certificate authority can shut down. Although maybe that's all taken care of by the DCL? In which case that'd be fine.
It's also pretty obnoxious that it requires an Android phone with Google play services enabled (and even a Google login IIRC) or an iOS phone. There are ways around this, but they are pretty complex and not well documented.
My understanding is that that is because Google and Apple want to onboard it to their own home automation platforms, and HomeAssistant just piggybacked on that because it was easier, and it hasn't been a priority to rewrite it. But this is based on a few old threads I just looked up, I'm not exactly an expert.
I think there was some talk about Bluetooth onboarding, but that'd require the devices to have a Bluetooth radio, which is more expensive that a QR code sticker. Idk if anyone uses it.
Having something like a WEP button would certainly be nice though.
In theory, Home Assistant could also give users the option to ignore certificate checks.
I also haven't seen specific details on whether Home Assistant's implementation allows sensors to contact the internet by default or what setting changes this.
It's just foggier and less user focused by design in my opinion. But as one would expect when Google and other large corporations were the ones to develop it,