this post was submitted on 17 Jun 2023
0 points (NaN% liked)

homeassistant

11372 readers
23 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. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

I’m planning to put HA on a pi, with a usb antenna

I can’t decide which bulbs to use, Philips hue looks great but it’s pricey and I’m pretty sure it’s got too much “phone home” crap. I don’t want anything to leave my network. If I can use Hue bulbs without the hub, or block the hub from phoning home I would consider it?

I found some Sengled bulbs that look fine, but I don’t know if they are any good.

Can someone recommend some decent bulbs? Colour ones preferably, but white is OK too.

Any other advice? Got a home server, so can host just about anything to get this working together.

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

I ran HA on a pi 3 and then upgraded to a NUC with a Celeron using 4gb of RAM mostly because I used Plex at that time and needed better transcoding.

You can try running HAOS supervised on your Pi. Running supervised will let you run addons within HA such as pihole, Zigbee2mqtt, Mosquitto, Node-RED and others. After that, you can verify if you actually need to upgrade your hardware. You'll probably be fine with that amount of RAM.

[–] fluxx@lemmy.world 0 points 1 year ago (1 children)

When you switched from pi3 to NUC , did you notice any performance improvements? I'm asking because I run my setup on a rpi3 and it mostly works ok, but the latency is sometimes high, so I'm wondering if upgrading the host will improve things.

[–] Giulo@lemmy.world -1 points 1 year ago (1 children)

I didn't, but because the pi already worked fine and didn't have many addons running. I have since introduced tailscale, diyhue, frigate without a tpu, etc and the nuc has been rock solid (even with 4gb of RAM and a Celeron J3455).

I think it comes down to what addons you run and what type of storage you use (if you're using an SD card on your pi, you might want to boot from an SSD instead). Also if your zigbee dongle is old like the Nortek one, you might see improvements in responsiveness when upgrading to a zigbee 3.0 stick.

[–] fluxx@lemmy.world 1 points 1 year ago

I have a newer ZigBee 3.0 dongle and run a few add-ons, but nothing big - z2m, nodered, mosquito is all I use. I will upgrade anyway, but I'm not in a hurry, it works fine, apart from an occasional delay in switching, which might be network related.