- I currently have 57 matter devices connected to my Home Assistant Green most of them via SONOFF ZBDongle-E flashed with the most recent Thread firmware, only very few Wifi-devices
- Most of the Thread devices are Nanoleaf Essentials downlights flashed with the latest firmware 4.1.3 - they have not been paired via the Nanoleaf app but directly from within Home Assistant
- I also have a second SONOFF Zigbee Gateway, ZBDongle-E flashed with the latest Zigbee firmware running Zigbee2MQTT with more than 100 devices connected on a different channel
The Matter devices become unavailable at exactly the same 4 times each day (central european summer time):
- 05:35
- 11:35
- 17:35
- 23:35
Most times the devices became avaiIable again after some minutes to hours, so that I haven’t noticed until digging deeper. Sometimes however the devices didn’t come back until I restarted the Matter Server Add-On manually. My family and I have lived with this situation for almost a year and we have been fed up.
So a few days ago I’ve created an automation that counts the unavailable devices and restarts the Matter Add-On above a threshold of 5 devices being offline for more than 5 minutes.
Because of this I noticed that this happens exactly at the same times each day, because now I have the helper variable history with the counts.
Plus the problem is drastically less dramatic now: The devices are only unavailable for 6 to 30 minutes (it takes a while until all are back following a restart of the add-on) and I know when. Additionally my light automations put the light in the correct state when becoming available.
My Zigbee network on the same hardware is absolutely stable. After a restart, devices become available within seconds. There is never any issue with device availability - the covered area is exactly the same. I’ve even moved all my Aqara switches and bulbs from Thread to Zigbee and they’ve never had any issues since.
I recommend everyone to stay away from Matter on Home Assistant for now.
With the automation described above my hope is coming back that this can be solved.
Any ideas?
This has been an issue since the beginning of using Home Assistant almost a year ago - through all versions. Everything is updated and the Sonoff sticks have the latest firmware.
Here’s a graph of the helper I’ve created counting unavailable Matter devices over time (it’s maxing out at 57 which is the amount of Matter devices that are in my network and this includes devices from Nanoleaf and Eve on Thread, plus Tapo on Wifi:
Here’s an example of the error messages I’m seeing in the logs of the Matter Add-On when the devices are unavailable:
2025-10-02 11:37:00.533 (Dummy-2) CHIP_ERROR [chip.native.EM] <<5 [E:5919i with Node: <000000000000005A, 1> S:21294 M:179480598] (S) Msg Retransmission to 1:000000000000005A failure (max retries:4)
2025-10-02 11:37:03.581 (Dummy-2) CHIP_ERROR [chip.native.DMG] Subscription Liveness timeout with SubscriptionID = 0x84c91fb8, Peer = 01:000000000000002C
2025-10-02 11:37:03.588 (MainThread) INFO [matter_server.server.device_controller] <Node:44> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 0
2025-10-02 11:37:03.833 (Dummy-2) CHIP_ERROR [chip.native.EM] <<5 [E:5923i with Node: <0000000000000000, 0> S:0 M:238866805] (U) Msg Retransmission to 0:0000000000000000 failure (max retries:4)


