#Large Scale Residential Running Home Assistant

18 messages · Page 1 of 1 (latest)

ashen yoke
#

I'm building a 7,000 square foot home with plans to have whole home audio (12 zones), whole home video (6 zones with TV, AVR, streaming devices like Roku, etc.), smart light switches throughout, hard-wired sensors (e.g. motion, door, window, water leak all tied to an Elk M1 Alarm Panel), at least 1 voice assistant per room/area (exact device still TBD but leaning towards FutureProofHome's SAT 1), 4 garage door sensors (most likely ratgdo), and lots of smart shades/HVAC control/temp/humidity/etc sensors. BTW - I built a similar home 10 years ago using Universal Device's IS994 home automation platform and it was nearly flawless.

Could anyone that has a large smart home (e.g. or home with hundreds of "entities") please share your experience running Home Assistant at scale and include what hardware HA is running on, how many entities do you have, and/or anything relevant?

mental obsidian
#

1500 entities here in my HA instance, much smaller house too, I run it as a vm on an x86 mini PC, really the add-ons are what eat up ram on my system, music assistant taking 1.5 gb worth.

jovial grail
#

I have ~5000+ entities (400+ "devices"). No issues at all. HA Container is running on a N100 MiniPC (16GB RAM/Alder Lake CPU) with a Unifi network (UDMP, 3 APs, 6 switches, etc). Granted, small house, but nearly everything is "smart" in some way, shape or form.

mental obsidian
#

for me, the main thing i have to be sure of is making sure my wifi is stable and solid everywhere, more lower powered APs rather than one big one

#

also depending on scale, i've heard that zigbee/zwave/matter all can get problematic when you get into hundreds of devices on the networks

jovial grail
#

You can counter Zigbee/Zwave issues by having a good coordinator that's connected via LAN and not USB coordinators (like Tube's CC2652P7 or MGM24 or SMLight's models (P7/P10/MGM24)) can handle upwards of 300 routing devices with each routing device handling 5-10 children each (so, ~3000 total devices). You can also do things like multiple Zigbee meshes as well. ZWave is more forgiving in terms of devices and range of course.

mental obsidian
#

i assume you would do this anyway, but also lots of ethernet backhaul, since its that big too, might as well have them install the ceiling ethernet drops for the APs, getting as much as you can hard wired instead of wireless will mean the wireless is better for the things that can't be hard wired

ashen yoke
tribal prairie
#

Z-Wave caps out at 238 (from memory), ZigBee doesn't, but needs a good coordinator (and other device choices) to still be performant at that point. You'd probably be looking at multiple meshes past that point.

ashen yoke
#

@jovial grail @mental obsidian @tribal prairie - Given that I will have many devices (and lots of HA entities), coupled with running various add-ons and integrations (e.g. Elk Alarm Panel, whisper, piper) etc., what hardware would you recommend I use to install HA? I will have an A/V rack in my basement so a traditional server is okay. I also plan to use a local LLM for private voice capabilities so I'm not opposed to purchasing a beefy server running Proxmox (or similar) and allocating resources appropriately (e.g. container for HA, container for LLM, etc.)

jovial grail
#

But, for the local LLM, you're going to want something good. I just got a Mac Mini M4 yesterday and put Ollama on it with Phi, Gemma, and Dolphin-mixtral and tbh, it's blowing away my beefy server in terms of token speed and inference. Plus, at $599 for the base, it's a steal.

ashen yoke
jovial grail
#

Yup. I wanted to test it with just the base model. I'm not sure I really need the beefier Mac Mini. This is from running a fairly complex prompt.

#

This is generating my weather summary (takes less than 10 seconds where on my "other" server, it took close to 1.5 min).

#

This is the actual specs for my weather prompt (it's kinda huge):

ashen yoke
#

What about a more simple question/response (in seconds) like "what is the average size of a house"?