17
Looking for device for Home Assistant
(lemmy.ml)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
Can't go wrong with a pi. I'm using a pi4 for mine with a sonoff usb ZigBee dongle. Can't give you accurate power consumption but it'll be fairly minimal I would think.
Beware, HomeAssistant absolutely eats SD cards.
A pi booting from an SD card is a good way to test it out, but HA does so much logging and other writing to storage that the write limit on the card gets used up very quickly. Took my setup only like a month or two to die when I first started with HA.
If you want to run HAOS on a pi long-term, you will need to set up a different boot drive that can handle more lifetime writes.
This is a great point. My pi setup is a nas with the os running on a physical drive
My pi3+ has been running for 8+ years on the same card. I ran out of processing and ram before the sd gave out. I only buy top-notch a2 cards.
I just upgraded to a pi5. To handle all of the integrations and devices I've added over the years. Still plan to stay on the sd until the price of other options comes down again.
Would be a good idea to check how close you are to the write limit, then. Pricier cards have a higher write limit, but all SD cards are limited.
Luckily, once you hit the limit, it turns read-only, so you can move to a new card pretty easy, but it will happen eventually.
Neat to know you've got a longer life out of the card you bought, though! I'll have to look into cards that have a higher write limit for my next Pi project!