I’ve started with Home Assistant and a Sky Connect on ZHA. I added and added stuff, so I came to a total of 140 devices (routers and battery sensors)! My Zigbee network became unstable but I couldn’t find out why (with so many routers).
Someone asked if I had a lot of metering plugs, and I did. I looked at the diagnostics and I my channel (20) is quite busy: 76 dB. Metering plugs do sens a lot of information and apparently congest the network.
I took the advise to split my Zigbee network. I ordered a SONOFF Zigbee 3.0 USB Dongle Plus. The setup will be: Wifi channel 1, Zigbee Lights/sensors channel 20 and Zigbee metering channel 25. Both Zigbee networks are well placed inside my (three story) house.
But, the big question is: what is the best way to “migrate”… or multiple questions are:
Will try to install the Sonoff with Z2M; what will I add to this coordinator? Metering plugs or lights and sensors? What will benefit more from Z2M?
Want to keep Sky Connect on ZHA so I do not have to migrate devices. Good idea?
Can I add them and rename them back to their old ID’s? (So I do not have to edit my dashboards and automations; that will be a massive thing)
Splitting networks is fine, but people normally do it when they have some problem devices that won’t work with ZHA. A Skyconnect should be able to support 200+ devices. It can only connect directly to a limited number of them (I think 32) but most connections will be through routers, so that should not be a problem.
Bear in mind that two networks may well be less robust that one big one, since they will each have fewer routers.
On the channels, if you download diagnostics (overflow menu on the ZHA integration page) towards the end of the file you’ll get something like this:
Well, my Zigbee channel is a lot noisier than yours, but it seems quite solid (touch wood).
Have you tried a few more routers? The idea is to blanket the house with connections - even if you have them spread evenly, they may not be doing that.
My wifi is on channel 1. I do not have much surrounding networks from neighbors.
My network has 141 devices. There are 45 end devices. And 95 routers around the house. Quick count. I have an old house without any (steel)concrete.
ChatGPT couldn’t get a count of the metering plugs.
{% set zigbee_devices = integration_entities('zha') %}
{% set metering_entities = zigbee_devices | select('search', 'power|energy|vermogen') | list %}
{{ metering_entities | count }}
Results in 49. But those aren’t all metering plugs.