this post was submitted on 06 Jun 2025
38 points (95.2% liked)

Selfhosted

46677 readers
374 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I have been using an old PC as NAS and running docker containers (Immich, Nextcloud, paperless-ngx etc.). I got 5 3.5" HDD disks and a Nvme. Even on idle, I am consuming 50-60w. A friend of mine is selling a Qnap NAS which is a dedicated machine and probably consumes less power, although I don't know if it's worth it.

you are viewing a single comment's thread
view the rest of the comments
[–] atk007@lemmy.world 1 points 1 day ago (1 children)

It's 6th gen i5 processor with gigabyte motherboard. And Qnap is ts-531x.

[–] tburkhol@lemmy.world 3 points 1 day ago (2 children)

I switched from an I3-530, nominal TDP 73W, to an N-100, nominal TDP 7W, and power from the wall didn't change at all. Even the i3 ran around 0.1 CPU load, except when transcoding, and I'm left with the impression that most of the power goes into HDDs, RAM, maybe fans, and PS losses. My sense is that the best way to decrease homelab power use is to minimize the number of devices. Start with your seyrver at 60W, add a WAP at 10-15W, maybe a switch at 10-15W... Not because of the CPUs, necessarily, but because every CPU every CPU comes with systems to keep the CPU going, keep the power regulated, etc.

[–] Onomatopoeia@lemmy.cafe 3 points 1 day ago* (last edited 1 day ago) (1 children)

Power isn't from drives, if your OS spins them down (as any NAS solution should).

See my other comment.

[–] tburkhol@lemmy.world 2 points 1 day ago (1 children)

You can only spin drives down if they're idle. If you have a service that touches it - say, homeassistant logging data, tvheadend updating EPG - then they're going to keep spinning.

I would hope one would use an SSD for something like HomeAssistant. HDDs really shine as bulk media storage (music, pictures, video) not as storage for what would be the equivalent of running an OS on it.

[–] atk007@lemmy.world 1 points 1 day ago

Thank you, this is what I needed to know. I thought n100 (similar to what dedicated nas has 6-10w) would bring power down considerably, and thanks to you, I now know it's not the case.