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
Definitely Zigbee or Z-wave instead of wifi. Once you start to build out more devices you will be glad to not have gone down the wifi route.
I went with Zigbee and have Sonoff SNZB-02 temperature and humidity sensors in each room that have been absolutely flawless since the day I installed them, and they last about two years on a single battery!
I would obviously recommend them but I don't have any experience of other thermostats or of Z-wave.
I did also install smart Zigbee TRVs on each radiator but I don't rely on the internal thermostats of them as they don't accurately represents the overall room temperature.
I probably would have gone with zwave or thread but zigbee is always way cheaper. Maybe someday the others will come down in price.
+1 for ZigBee - if cost is a factor you can get really cheap ZigBee devices from AliExpress and the like - $10 or less per temperature sensor. Z-wave requires certification for all devices supporting it, so they tend to be more expensive and more limited in variety.
Blakadder's ZigBee Repository is a great resource for verifying device compatibility with your chosen ZigBee integration - ZHA or Zigbee2mqtt. This might depend on your coordinator choice, as some (such as the Home Assistant Gen 1 usb-drive ones) only support ZHA, for example.
For a coordinator, the Home Assistant brand ones are reportedly quite good, especially the second gen one. I personally use a SMLight SLZB-06, reasonably priced and supports power over Ethernet, so I have it wall mounted centrally. I also have my home assistant instance running in a separate building, so something that works over IP was a must.
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.
I second that solution. I've built the same setup for my home last Christmas, even tried different brands of TRVs to see which one I like. Works perfectly well with a Raspberry Pi with Home Assistant. The only issues I ran into were my lack of experience.