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

I’ve only been at this since late October/early November, and I have 125 devices, many hundreds of entities (I don’t know how to display a count, and I’m not counting them by hand), and 60 automations. Just myself and my wife. She likes it just fine since everything about the house - with the exception of one lamp - retains manual control via lightswitches / legacy pushbuttons (like the garage door opener).

Most of the automations are just simple scheduled stuff for lighting, or open the garage door when we get home. The rest are all related to the whole home audio setup, and automating the behavior of the dashboard for the multiple receivers that drive the various audio zones, switching sources, volume controls, etc etc.

Create this card:

type: markdown
content: >
  Domain | Count 
    :---|---:
  {% for d in states | groupby('domain') %} {{ d[0].replace('_', ' ') | title }}
  | {{ states[d[0]] | count  }}

  {% endfor %}
title: Domain Counts
2 Likes

Thanks!

Automation 61
Binary Sensor 26
Button 5
Camera 3
Climate 1
Cover 1
Device Tracker 72
Input Boolean 8
Input Number 3
Light 13
Media Player 18
Number 13
Person 2
Script 3
Sensor 171
Sun 1
Switch 63
Weather 2
Zone 8
Domain Count
Automation 63
Binary Sensor 194
Calendar 8
Climate 3
Device Tracker 9
Group 1
Light 10
Media Player 17
Person 3
Remote 3
Scene 34
Script 16
Sensor 641
Sun 1
Switch 44
Timer 2
Weather 2
Zone 5

Running on Intel(R) Celeron(R) CPU J1900 @ 1.99GHz, 4GB RAM, SSD

System Health

version core-2021.12.10
installation_type Home Assistant Supervised
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.7
os_name Linux
os_version 5.10.0-9-amd64
arch x86_64
timezone UTC
Home Assistant Community Store
GitHub API ok
Github API Calls Remaining 5000
Installed Version 1.19.3
Stage running
Available Repositories 1006
Downloaded Repositories 23
Home Assistant Cloud
logged_in true
subscription_expiration 19 januari 2022 01:00
relayer_connected true
remote_enabled true
remote_connected true
alexa_enabled false
google_enabled true
remote_server eu-west-2-2.ui.nabu.casa
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Debian GNU/Linux 11 (bullseye)
update_channel stable
supervisor_version supervisor-2021.12.2
docker_version 20.10.12
disk_total 218.1 GB
disk_used 18.6 GB
healthy true
supported true
supervisor_api ok
version_api ok
installed_addons Z-Wave JS (0.1.52), Mosquitto broker (6.0.1), Terminal & SSH (9.3.0), Samba share (9.5.1), Dutch gas prices (2022.1.2.1), File editor (5.3.3), VLC (0.1.3), MariaDB (2.4.0), Studio Code Server (4.1.0)
Lovelace
dashboards 1
resources 9
views 29
mode storage
Spotify
api_endpoint_reachable ok

image

What is it like?

Fast, reliable, very helpful in the household. Sometimes a bit to much demanding on maintenance, but that’s HA’s nature. A complicated multi-system covering so many topics at once like this can’t be easy as f…k. :slight_smile:

Overall, very happy with it!

Maybe have a look / post here?

There is also this thread:

1 Like

I’ve got a few:

1 Like

Great share of guys as newbie to HA since I’ve got for a couple weeks now and all of the devices are not connected yet. Here are my results:

Lady here, I have 146 just z-wave devices. If you count all my devices, I probably have more than 300. I have a 2400sq ft house - every single door and window has a sensor on it - including interior doors. Also have multi-sensors in most rooms, a thermostat, a few water leak sensors, almost every light in the place (switch), every fan, and a few plugs (washing machine, two window A/Cs and a dehumidifier. A few plugs that are more seasonal (Christmas tree lights and menorah lights). A fishtank, and growlight. Not too hard to have a lot. My z-wave network is super strong because of the mesh. Haven’t updated to the 700-series controller yet, but I haven’t had issues with my 500-series, so no rush to upgrade. I was running on a Pi4 up until about a month ago, and moved to a synologyNAS with docker (zwavejs2mqtt is running on a separate pi) - no slow down at all (better backup control for me).

1 Like

I am just a lightweight- 93 devices.

Lights – 80+
Fans – 3
TVs – 6
Stereo Amps – 2x8 zone = 16 media players
Stereo Inputs – 6 … some running on separate devices, some running on Core machine
Broadlink – 2
Alexa – 4 physical ones which have multiple entities
Phones, Pads, computers – 8
RGB Lighting Controllers and lights – 24

I am sure at least a dozen more

Counting devices is one thing, counting entitles is another. One audio 12x12 is 24 entities.

What is HASP?

i think, it refers to this:

1 Like

I started with home automation in 2014 but only switched to Home Assistant in 2021 and loving it!

I have 190 zigbee and zwave devices, 2 ecobee thermostats, 20 LIFX bulbs, 6 Nest Protect, 15+ Echos, 9+ IP cameras, and lots of other devices tied into HA. It’s fun and addictive… I only automate what makes sense (convenience of eliminating repetitive tasks, or scenarios that always occur in the same way as automations interfering with what you are trying to do are more annoying than not having one in the first place).

Fun to see how it’s grown in just a few short months:

1 Like

https://www.openhasp.com/0.6.3/devices/wireless-tag/

there are 2 dif setups. openhasp, haspone depending on your hardware.

1 Like

HASP is Home Automation Switch Plate. And it is FANTASTIC.
I have four now and planning to install a fifth one later this week.

It is basically a touch screen interface for Home Assistant.

How did you get the domain counts?

make this card:

type: markdown
content: >
  Domain | Count 
    :---|---:
  {% for d in states | groupby('domain') %} {{ d[0].replace('_', ' ') | title }}
  | {{ states[d[0]] | count  }}

  {% endfor %}
title: Domain Counts