That is actually very similar to what I reported when I first started using Homey.
At that time, all my Matter-over-Thread devices were commissioned to Apple Home first and then added to Homey using Multi-Admin.
I personally avoid the word “shared”, because Multi-Admin does not really mean that one controller shares the device with another. The device is commissioned into an additional Matter fabric and receives another set of credentials. It then communicates independently with both controllers in parallel.
And I saw exactly the same symptom: devices became unavailable in Homey while they were still perfectly reachable in Apple Home.
At the time I was advised that it would be better to commission the devices directly with Homey first. My understanding of Thread was much more limited then, and I assumed this somehow meant using a different Thread network, so I eventually migrated everything to Homey.
Now I am doing almost the reverse and gradually commissioning the devices with Home Assistant and adding Homey through Multi-Admin. The important difference is that I now know that the Thread network itself remains the same.
For me, this gives us a useful way to separate possible causes:
- If the same Matter-over-Thread device fails at the same time in both HA and Homey, the Thread network or the device itself becomes a much stronger suspect.
- If it remains fully responsive in HA while Homey loses it, that points much more strongly towards Homey’s Matter/Thread handling.
- If Matter-over-Wi-Fi devices show the same Homey-only failures, then the Matter stack becomes a stronger suspect than Thread itself.
- And if Thread really is the problem, HA gives us considerably more topology, routing and link-quality information to investigate it.
That is actually the main reason I am doing this migration step by step rather than simply switching everything over at once: it gives us a period where the same devices and the same Thread network can be observed through two independent Matter controllers.
Edit
One very useful tool in Home Assistant is its automatic timeline/logbook, which records state changes and actions without requiring the user to build complex logging manually. That alone makes debugging much easier.
HA also has a simple “Write to log” action in the visual automation editor. This makes it very easy to add additional information to the timeline when needed. For example, when motion is detected, I can also write the current luminance value to the log at exactly that moment.
So even without creating a dedicated diagnostic system, it is quite easy to build up a useful history of what happened, when it happened, and under which conditions.
This is really missing in Homey. It’s a fundamental debugging tool.











