Who have more than 150-200 devices and what it's like?

  Alarm Control Panel- 4
  Automation- 30
  Binary Sensor- 76
  Button- 83
  Climate- 1
  Device Tracker- 2
  Group- 1
  Input Boolean- 1
  Input Text- 16
  Light- 18
  Lock- 3
  Media Player- 12
  Person- 1
  Script- 4
  Select- 7
  Sensor- 78
  Sun- 1
  Switch- 60
  Timer- 16
  Update- 25
  Weather- 1
  Zone- 1

Most of my switches are actually lights. A few of my lights are really fans.
I have only about handful of scripts, most automations are instances of very functional blueprints.
From an automation perspective, I rarely touch a switch/dimmer or use the HA UI.
Most of the helpers (Timer, Input Text, Input Boolean, and some of the sensors, are created by instantiating my blueprints and support the instance of the blueprint)
If I do, it’s usually to get NON STANDARD RESPONSES … or right after a power outage.
(i.e. I might ask my voice assistant to lower the ligths after it detected me running to the kitchen during a tv commercial)
(i.e. I might lower the level of lights in my bedroom to less than 10% to indicate that I want the lights to go out in a minute and ignore my motion as I get to the bed)

Richard, I remember you from the good old Vera days, you were very active, and I was new to this.

Alarm Control Panel - 1
Automation - 153
Binary Sensor - 169
Button - 23
Calendar - 7
Camera - 1
Counter - 1
Cover - 2
Device Tracker - 9
Fan - 1
Input Boolean - 51
Input Button - 2
Input Datetime - 12
Input Number - 16
Input Select - 1
Input Text - 1
Light - 89
Lock - 1
Media Player - 22
Number - 3
Person - 2
Remote - 4
Scene - 86
Script - 45
Select - 18
Sensor - 396
Sun - 1
Switch - 135
Timer - 3
Update - 16
Vacuum - 1
Weather - 4
Zone - 2

Using my old Vera Plus as an Z-wave hub today otherwise it is all gone from there. When it dies I go for a stick or leave Z-wave completely.

I use the Aeotec for Zwave, but there are other options that support multiple protocols. I have over 100 z-wave devices.

The down side is you have to re-pair all of the devices. But I do not regret the big move.

I threw all of my Vera stuff away … I still answer questions for the plugins I developed.

I have made some releases to Home Assistant … but the developers and current platform are much better. I have not needed much.

1 Like

I have all my switched and dimmable lighting on a wired C-Bus system bridged to MQTT. 120 nodes. Whenever I add other devices WiFi, ZWave ZigBee Cloud etc I always expose them on MQTT too. I probably have 500+ sensors , devices etc linked like this. So I describe my ‘system’ as MQTT with intelligent clients like HA etc. I use several controllers.

In this way I only connect information from the devices the controller has an interest in via the MQTT broker. So one controller might handle lighting, another HVAC , another security and another AV. This works really well for me and can offload devices from controllers. Of course one controller could handle multiple aspects if preferred.

It still takes a lot of configuration but is a very flexible architecture allowing any device supported on any controller to be shared.

Determining just what is controlling what is the biggest issue in complex integrations as MQTT does’ t provide easy inspection and logging of client interactions

PS I am not a big fan of ZWave or ZigBee radio networks although of necessity they are in the mix. WiFi is my preference where practical

Over 200 devices. Here is a list of the highlights.

75 - ZigBee
47 - Tasmota
40 - ESPHome
28 - Google Cast
5 - Cameras
3 - Kodi Media Players
3 - Bluetooth Beacons
2 - Homekit
2 - Fully Kiosks
2 - Broadlink RF
4 - WLED
1 - Yale lock
2 - Shelly

I have around 2000 entities and no idea how many devices. The house is almost fully automated, i.e. things happen without intervention as appropriate: lights turn on, blinds open and close, air conditioners heat and cool, that sort of thing.

There is manual override available at any time and voice control via Siri and Google Assistant.

All running on an ODROID N2+ along with a handful of addons. I use an USB3 SSD for storage, not MMC or SD.

WOW that’s a lot of stuff. What hardware are you running HA on?

Just a NUC Intel(R) Core™ i5-5250U CPU @ 1.60GHz with 20gb memory

1 Like


i just add integrations to see what they do, I could really clean up a lot devices and the entities that come with them

You should never build a Home lightings system that cannot be toggled by switches.

I personally used Z-Wave contactors in the past but I now use Philips hue ecosystem with its bridge.

I replace physical switches with their remotes, lights bulbs are continuously powered, as a tenant it’s nice because I do not have to wire any neutral, I can easily but back switches.

My solution is reliable, I only have an issue with floor lamp since there’s no ZigBee remote I can put on the powercord, therefore guests tends to power off my floors lamps.

2 Likes
Domain Count
Automation 242
Binary Sensor 366
Button 257
Calendar 16
Camera 18
Climate 43
Cover 6
Device Tracker 9
Group 62
Input Boolean 5
Input Datetime 49
Input Number 6
Input Select 1
Light 89
Media Player 56
Number 43
Person 3
Scene 2
Script 137
Select 1
Sensor 1072
Sun 1
Switch 227
Timer 2
Update 61
Vacuum 1
Water Heater 1
Weather 3
Zone

Devices I’m probably close to or over 300, entities I’m at about 1600 not counting the deactivated ones.

Large home, (8600 square feet on 2 acres), 8 of us including my wife and 6 kids.

Everything runs great (even faster after 2023.4 update) using the Yellow with 8GB of ram and all data on a m.2.

1 Like

Here they are my stats:

I ran HA in Intel NUC i3 with 8GB RAM.
Processor is usually under 5% load and memory free is over 6GB.

I control 3 different houses, one where the NUC is phisically and two others 8 and 60 kms away.

The main functionalities I use HA for are:

  • Heating systems: one with a gasoil boiler and one with electric acumulating heaters. Both with custom thermostats.
  • Irrigation systems: in two houses.
  • Security systems: three houses, with cameras, door and motion sensors.
  • Physical sensing: temperature, humidity, electricity.
  • Home entertainment: TV, amplifier, satellite, beamer & screen, androidTV.
  • Car: position, sensors, odometer, travel times.
  • Food inventory: with Grocy.
  • Garage doors: in two houses.
  • Blids and curtains.
  • Lights.
1 Like

Just out of curiosity: how do you manage the connection between the houses? Do you use a VPN or something?

In the second house I have wireguard VPN in the router and in the third, the router does not have that feature, and I only use Sonoff devices in cloud mode.