7
submitted 1 week ago* (last edited 1 week ago) by ohlaph@lemmy.world to c/homeassistant@lemmy.world

I'm thinking about getting started using Docker and an older Raspberry Pi. I'm already hosting a grafana service on it, so It can't be fully dedicated to ha. So curious what everyone is using.

top 30 comments
sorted by: hot top controversial new old
[-] Dave@lemmy.nz 8 points 1 week ago

I use a dedicated Raspberry Pi (5, previously had on a 4).

I host everything else on a different server, the HA one is dedicated. Pretty nice because then it can run HAOS and basically manages everything itself.

One factor in keeping it separate was I wanted it to be resilient. I don't want stuff to stop working if I restart my server or if the server dies for some reason. My messing around on my server is isolated from my smart home.

I also have a separate Pi (4, previously on a Pi 1B) that runs Pi-hole, on it's own Pi for the same reason - if it stops working or even pauses for a moment, the internet stops working.

[-] Ludicrous0251@piefed.zip 4 points 1 week ago

People throw a lot of shade at the Pi but I love having dedicated hardware for some more critical projects.

[-] llamatron@lemmy.world 3 points 1 week ago* (last edited 1 week ago)

Up until a couple of weeks I was running it on a dedicated Pi4. It's now running as a VM in ProxMox on a pair of Lenovo M710q mini PCs I got off ebay for £40 each.

I did load them up with RAM, upgrade the CPUs and add a second NIC so they probably came in at more like the cost of a 16Gb Pi5. Each. The RAM was the pricey part. I've measured the power usage and they each use about a 3rd more power than the Pi did which I'm happy with. Given that, the added flexibility of running ProxMox and how quiet they are I'm super happy with the setup.

Oh and I used to run PiHole on another Pi. That's gone now replaced with Technitium DNS running as a pair of VMs too. That was surprisingly easy to do.

[-] Cyber@feddit.uk 2 points 1 week ago

It's now running as a VM in ProxMox on a pair of Lenovo M710q mini PCs

So, have you got High Availability setup? If so, I'd like to know more about that part...

[-] llamatron@lemmy.world 1 points 1 week ago

So my plan had been to set up a pair of ProxMox hosts, use Ceph to do the shared storage and use HA so VMs could magically move around if a host died. However, I discovered Ceph and HA need a minimum of 3 hosts. HA can be done if you set up a Pi or some other 3rd host that can act as the 3rd vote in the event of a failure but as I didn't have Ceph I've not bothered trying.

I've read Ceph can work on 2 but not well or reliably.

I might setup a 3rd host some day but it seems a bit of a waste as I just don't need that amount of resources for what I'm running.

And I should have known really, I've a bit of a background in VMware, albeit at the enterprise level so I've never had to even think about 2 or 3 node clusters.

[-] tofu@lemmy.nocturnal.garden 2 points 1 week ago

You can do HA in Proxmox with ZFS replication instead of Ceph. Third device something else as you said. It's what I'm doing.

[-] llamatron@lemmy.world 2 points 1 week ago

Thanks, I'll look into it.

[-] synapse1278@lemmy.world 3 points 1 week ago

Please note that Home Assistant is officially supported on Raspberry Pi 4 and 5 with 2GB of RAM minimum Raspberry Pi - Home Assistant

If your older rpi is for instance a rpi 3 with 512MB of RAM, I'm not sure it's going to cut it.

[-] richardwonka@lemmy.world 2 points 1 week ago

Can confirm: Using a rpi4 with 2GB for a long time worked well.

[-] rowinxavier@lemmy.world 3 points 1 week ago

I have a proxmox host on a HP Elitedesk G3 with an i5 7500. In that I have a VM with HAOS and it runs like a dream. If something goes horribly wrong I can get remote terminal access from the proxmox interface along with rebooting and backing things up.

Also, you can actually run Grafana under HomeAssistant directly, though that does mean if HA is down then you also lose Grafana at the same time. IMO it is reasonable to use lots of stuff alongside HA but monitoring and remote access should be on a separate machine, and for that I have an old laptop (integrated battery so no need for UPS) and that machine is really only for managing remote access and monitoring.

[-] ohlaph@lemmy.world 1 points 1 week ago

That makes sense. And definitely need to keep my grafana service as is since it's basically a fitness service that I pair with Garmin. I was thinking about spinning up another instance to keep them separate since I might move the fitness service to a cloud provider eventually. Thanks for sharing!!!

[-] bazinga@discuss.tchncs.de 2 points 1 week ago

NUC i7, 32gb ram. Full Docker stack includes home assistant and all relevant containers for it zigbee2mqtt, esphome, vscodium, sqliteweb, rtl_433, mqtt, kokoro_tts, weaviate, zwavejs, openwebui, ollama, paperless with ai capabilities, a1111, whisper, sync thing, searxng, redis, qdrant, postgres. Runs fine, however ollama starts to max it out as I want to go for bigger models, so looking for something with serious gpu oomphbut still small footprint and low power consumption

[-] goldman60@lemmy.world 2 points 1 week ago

VM under TrueNAS

[-] SkaveRat@discuss.tchncs.de 2 points 1 week ago

raspi 4 in a container.

basically running since the 4 was released

[-] ohlaph@lemmy.world 1 points 1 week ago

That's what I was thinking about doing too.

[-] undefined@lemmy.hogru.ch 1 points 1 week ago

It’s hosted on Docker on Alpine Linux on a Raspberry Pi 4. It’s actually doing a trillion other things too and it’s not bogged down at all.

[-] peskypry@lemmy.ml 1 points 1 week ago

Home Assistant OS on Raspberry Pi 5. Simple and maintenance free.

[-] JustEnoughDucks@slrpnk.net 1 points 1 week ago

Custom SFF PC. Ryzen 2700X, Gigabyte B450i, Intel A380, and some WD red plus drives.

[-] Maestro@fedia.io 1 points 1 week ago

I have a HP microserver running Debian and Docker. But it runs far more than just HA. It runs all my self hosted stuff except for my pihole.

[-] EarMaster@lemmy.world 1 points 1 week ago

3rd or 4th gen Intel NUC with an i5 and 16GB RAM. Running proxmox with 1 VM (Home Assistant) and about 10 LXC.

[-] Treczoks@lemmy.world 1 points 1 week ago

I'm hosting on an desktop PC. Basically my old machine, but freshly installed with Ubuntu server and a few HDDs added.

[-] v0x@lemmy.zip 1 points 1 week ago

I moved home assistant from a raspberry pi 4 to a NUC a few years back with a few other services (ZigBee, mqtt, etc) and it's been fantastic. I'm also running frigate on the same system with a Google Coral for object detection and it handles the load of several network camera feeds well.

[-] 0485919158191@lemmy.world 1 points 1 week ago

I host on a raspberry pi 4 in a Docker container. Ive added an ssd to the pi for longevity!

[-] 18107@aussie.zone 1 points 1 week ago

I upgraded from a Pi2 to a second hand thinkpad. It went from underpowered to also running a NAS and a factorio server with plenty of precessing power to spare. I've used it for several other projects as needed. Docker compose makes everything trivial.

[-] Stiggyman@ani.social 1 points 1 week ago

Pi5 runs my reverse proxy and then all services run as docker containers on my battery stripped laptop I used in 2020.

The laptop mounts a raid5 HDD array that the pi5 maintains

[-] Stampela@startrek.website 1 points 1 week ago

Dedicated N100 mini pc. It has more than enough everything…. Except for whisper and other AI stuff. That’s a silly situation where whisper takes longer than the dedicated gpu (and mind you we’re talking RX 6400, not 5090) outputs the results.

[-] spaghettiwestern@sh.itjust.works 1 points 1 week ago* (last edited 1 week ago)

A Dell 3140 laptop. With HA and a number of other apps it loafs along at about 5% CPU. When Frigate is enabled it jumps up to 14% or so while drawing between 6 and 12 watts. The battery prevents power blinks in our area from being a problem, unlike my Pi4 that crashed and didn't recover when I was hundreds of miles away. The battery lasts hours when the power fails and the keyboard and display are convenient.

For those concerned about the battery, it's firmware limited to a 70% charge so it will last years. Current Li-Ion batteries have about a 1 in a million chance of fire. A car parked in your garage is hundreds of times more of a risk.

It's been excellent and I'd buy it again.

[-] Statick@feddit.online 1 points 1 week ago

Put my old PC on a 4U server case and have it in a rack (minus the GPU)... I also added a ton of RAM early last year (thank god). I'm probably wasting electricity but it's fine.. I can spin up anything and everything without issues which is nice compared to my old NUC and laptop servers that would crash frequently.

[-] po3mah@mastodon.social 1 points 1 week ago

@ohlaph 14y old asus zenbook laptop (4 core, 4GB).
4 years without an issue.

[-] CrazyIT@freiburg.social 1 points 1 week ago

@po3mah @ohlaph 8y old NUC i5 16GB in VMware Workstation

this post was submitted on 03 Apr 2026
7 points (88.9% liked)

homeassistant

19111 readers
26 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS