this post was submitted on 28 Mar 2026
11 points (92.3% liked)

Selfhosted

56957 readers
1131 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Heyho,

as I will soon move into my first "own" apartment (have lived in shared apartments so far), I would like to set up some smart home devices. Primarily lights, but I am open to other ideas.

Looking into the topic I noticed that basically all cloudless setups need a server - often they use a Raspberry Pie, a low energy protocol - like Zigbee or Thread, and a managing software like Home Assistant or openHAB.

Currently, I think about using the Raspberry Pie 5 (should also be helpful for other projects such as Immich) together with some kind of USB to connect to the Thread network (guess there is something similar like conbee2 for Zigbee) and openHAB as the software for greater customization. While openHAB is probably overkill, as a computer scientist I think I might enjoy the greater customization options.

So my question: Are there any good tutorials for this setup? While I knew of Zigbee before this project, I wasn't aware of Thread and am just looking into it. I don't feel comfortable yet to double down on it without learning more on possible ways to connect Thread to openHAB on a Raspberry Pie.

Thanks in advance!

top 3 comments
sorted by: hot top controversial new old
[–] tofu@lemmy.nocturnal.garden 7 points 2 hours ago

Just saying that HA offers a lot of customization already. I'd start simple and only add stuff where needed.

[–] paf@jlai.lu 1 points 1 hour ago

Home assistant is a beast, not sure openhab can actually match it today. Unless you already have a pi5 and a SSD (avoid micro sd card), you could consider a mini pc with n150 (or n100) processor. It doesn't consume much power (close to pi5) and it will be more powerful and more Ram which will be useful for immich.

Start with zigbee first, much more mature than thread. I don't personaly use thread but i believe some zigbee dongle also can deal with thread at the same time.

About the setup. If mini pc, you can use proxmox so you will be able to create a VM for home assistant and another one for immich.

[–] Wxfisch@lemmy.world 1 points 1 hour ago

There are two things in my house I don’t “play” with: internet connectivity and core home functions (lights, locks, garage doors, etc). That doesn’t mean I don’t self host anything or then, but I always start from a mindset of “must work”.

I run HA on a Yellow (functionally an RPi 5 with radios and storage interface built in). My lights are either Hue running as plain Zigbee devices, or Zigbee switches. I don’t necessarily want more customization with home automation, I want stable, extensible, and easy to use day today. HA checks all those boxes easily. I’ve not done much looking into OpenHAB, but I would caution against going with something for home automation just because it’s more customizable. Sure, it’s great to have an automation routine that turns on your lights when you get home, it’s less great to have an integration that misbehaves and now you cannot turn off a light, or lock your door, or turn down the volume on your music, etc. Be sure to know what you want to accomplish before you buy devices, build automations, and always build things with a manual backup operation option.