4get9
March 4, 2026, 2:32pm
1
Hello,
My installation is starting to work, a big thank you to everyone who helped me by the way!
I’m starting a small thread here because I think it will interest people
I have some IKEA Matter devices (TIMMERFLOTTE, …) that I managed to integrate into Gladys. However I’m encountering a difficulty: they stop being updated after a while.
Over these few weeks of testing, I’ve had the chance to redo the steps to integrate the devices into my setup, AND each time I noticed data refresh issues.
Searching online it seems to be the same problem for Home Assistant or others.
IKEA issue? Integration issue? We don’t really know yet I think
So I’m posting this topic to make sure people who ask the question on Google end up here and not on a HA forum.
And let’s try to work together to find a solution (well, the issue is simply due to an integration problem)
3 Likes
4get9
March 4, 2026, 2:34pm
2
First point: I found this:
ouvert 08:36PM - 13 Dec 25 UTC
integration: matter
### The problem
I've connected IKEA MYGGSPRAY motion detector both through the … IKEA Dirigera hub then shared to Home Assistant, and directly to Home Assistant, and every 30 minutes of idle time, Home Assistant loses connection with the device:
```
2025-12-13 14:31:49.936 (Dummy-2) CHIP_ERROR [chip.native.DMG] Subscription Liveness timeout with SubscriptionID = 0xcf7b37b7, Peer = 01:0000000000000006
```
it claims it reconnects successfully:
```
2025-12-13 14:31:49.937 (MainThread) INFO [matter_server.server.device_controller] <Node:6> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 0
2025-12-13 14:32:00.687 (MainThread) INFO [matter_server.server.device_controller] <Node:6> Re-Subscription succeeded
```
However, no new signals are received from the device to Home Assistant -- no new updates on the motion detector or on the light sensor that is in the package with it. The Dirigera hub and it's related app do continue to pick up updates from the motion detector (it does not appear to expose the light sensor). I've also checked it paired to Google Home, and Google Home also continues to receive updates after Home Assistant stops receiving updates.
After 30 minutes, again, HA reports another failure and reconnect:
```
2025-12-13 15:02:44.965 (Dummy-2) CHIP_ERROR [chip.native.DMG] Subscription Liveness timeout with SubscriptionID = 0xeddbfa6b, Peer = 01:0000000000000006
2025-12-13 15:02:44.967 (MainThread) INFO [matter_server.server.device_controller] <Node:6> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 0
2025-12-13 15:02:59.803 (MainThread) INFO [matter_server.server.device_controller] <Node:6> Re-Subscription succeeded
```
but Home Assistant is still not receiving any signal from the motion detector. It still reports correctly to both Dirigera and Google Home.
Restarting the Home Assistant Matter Server successfully reconnects to the device and resumes receiving signals, until it becomes idle for 30 minutes.
Worth noting, that when the device was initially commissioned, it does state that it has what appears to be a half-hour reporting time:
```
2025-12-13 13:41:35.851 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning using Node ID 6 and IP fdaa:35c9:32bf:1:70c8:3c2b:a3cd:d49d.
2025-12-13 13:41:36.967 (Dummy-2) INFO [chip.ChipDeviceCtrl] Established secure session with Device
2025-12-13 13:41:44.720 (Dummy-2) INFO [chip.ChipDeviceCtrl] Commissioning complete
2025-12-13 13:41:44.720 (MainThread) INFO [matter_server.server.device_controller] Matter commissioning of Node ID 6 successful.
2025-12-13 13:41:44.720 (MainThread) INFO [matter_server.server.device_controller] Interviewing node: 6
2025-12-13 13:41:49.658 (MainThread) INFO [matter_server.server.device_controller] <Node:6> Setting-up node...
2025-12-13 13:41:49.660 (MainThread) INFO [matter_server.server.device_controller] <Node:6> Setting up attributes and events subscription.
2025-12-13 13:41:54.625 (MainThread) INFO [matter_server.server.device_controller] <Node:6> Subscription succeeded with report interval [0, 1800]
2025-12-13 13:41:54.626 (MainThread) INFO [matter_server.server.device_controller] Commissioning of Node ID 6 completed.
2025-12-13 13:42:58.070 (MainThread) INFO [matter_server.server.device_controller] <Node:6> No new update found.
```
### What version of Home Assistant Core has the issue?
core-2025.12.3
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
Matter
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/matter/
### Diagnostics information
_No response_
### Example YAML snippet
```yaml
```
### Anything in the logs that might be useful for us?
```txt
```
### Additional information
_No response_
I can check the dedicated logs to see what’s happening with my temperature sensor that’s stuck (I have two temp+humidity sensors, and only one of the temperature sensors appears to not respond at all). But I’d need guidance to find those logs.
1 Like
Great initiative.
For info, I had started talking about my struggles with the IKEA Matter gear here:
We could merge the thread; I’ll let the admins decide.
1 Like
I think we could instead separate your topic into a thread dedicated to the Aqara M100 so it’s clearer for anyone searching, on the forum or on Google I’ll do that!
1 Like