Connecting Aqara Zigbee Devices with Matter

Hi all, I have an HAOS running on a bare-metal x86_64 box, which is connected to multiple VLANs in my home network. IoT devices are mostly connected to the 107 VLAN. I have an Aqara M2 hub, which is connected to HAOS through Matter, but the Zigbee devices connected to the hub are not showing up in HAOS. I'm seeing logs in the Matter server like the following. Does this have anything to do with my HAOS instance not being able to see the Zigbee devices connected over Matter?

2026-05-19 20:30:46.716 (MainThread) INFO [chip.FabricAdmin] Allocating new controller with CaIndex: 1, FabricId: 0x0000000000000002, NodeId: 0x000000000001B669, CatTags: []
2026-05-19 20:30:46.875 (Dummy-2) CHIP_ERROR [chip.native.DIS] Failed to advertise records: src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000065: Network is unreachable
2026-05-19 20:30:46.878 (Dummy-2) CHIP_ERROR [chip.native.DIS] Failed to advertise records: src/inet/UDPEndPointImplSockets.cpp:417: OS Error 0x02000063: Cannot assign requested address
2026-05-19 20:30:46.883 (Dummy-2) CHIP_ERROR [chip.native.DL] Long dispatch time: 164 ms, for event type 2
2026-05-19 20:30:53.418 (MainThread) INFO [matter_server.server.server] Matter Server successfully initialized.
2026-05-19 20:30:54.027 (MainThread) INFO [matter_server.server.device_controller.mdns] <Node:2> Discovered on mDNS
2026-05-19 20:30:54.028 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Setting-up node...
2026-05-19 20:30:54.411 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Setting up attributes and events subscription.
2026-05-19 20:30:54.545 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription succeeded with report interval [1, 60]
2026-05-19 20:47:46.521 (Dummy-2) CHIP_ERROR [chip.native.EM] <<5 [E:49964r with Node: <0000000000000002, 1> S:8096 M:113890037] (S) Msg Retransmission to 1:0000000000000002 failure (max retries:4)
2026-05-19 20:48:55.842 (Dummy-2) CHIP_ERROR [chip.native.DMG] Subscription Liveness timeout with SubscriptionID = 0x8b8c4c2a, Peer = 01:0000000000000002
2026-05-19 20:48:55.852 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 0
2026-05-19 20:49:26.848 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 20:49:40.843 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 20:49:40.844 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 20:49:40.846 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 1
2026-05-19 20:50:16.437 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 20:50:30.434 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 20:50:30.435 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 20:50:30.438 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 2
2026-05-19 20:50:30.438 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Marked node as unavailable
2026-05-19 20:51:06.565 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 20:51:20.564 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 20:51:20.565 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 20:51:20.567 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 3
2026-05-19 20:51:31.827 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 3.
2026-05-19 20:51:32.009 (Dummy-2) INFO [chip.ChipDeviceCtrl] Established secure session with Device
2026-05-19 20:51:32.693 (Dummy-2) INFO [chip.ChipDeviceCtrl] Commissioning complete
2026-05-19 20:51:32.694 (MainThread) INFO [matter_server.server.device_controller] Commissioned Node ID: 3 vs 3
2026-05-19 20:51:32.694 (MainThread) INFO [matter_server.server.device_controller] Matter commissioning of Node ID 3 successful.
2026-05-19 20:51:32.694 (MainThread) INFO [matter_server.server.device_controller] Interviewing node: 3
2026-05-19 20:51:33.085 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Setting-up node...
2026-05-19 20:51:33.088 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Setting up attributes and events subscription.
2026-05-19 20:51:33.186 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription succeeded with report interval [1, 60]
2026-05-19 20:51:33.187 (MainThread) INFO [matter_server.server.device_controller] Commissioning of Node ID 3 completed.
2026-05-19 20:51:59.905 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Node could not be discovered on the network, returning cached IP's
2026-05-19 20:52:11.188 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 20:52:25.185 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 20:52:25.186 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 20:52:25.189 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 4
2026-05-19 20:53:11.712 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 20:53:25.710 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 20:53:25.711 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 20:53:25.713 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 5
2026-05-19 20:54:25.570 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 20:54:39.566 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 20:54:39.567 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 20:54:39.569 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 6
2026-05-19 20:56:14.739 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 20:56:28.734 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 20:56:28.735 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 20:56:28.737 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 7
2026-05-19 20:58:40.428 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 20:58:54.424 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 20:58:54.425 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 20:58:54.427 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 8
2026-05-19 21:02:12.584 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:02:26.583 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:02:26.584 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:02:26.586 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 9
2026-05-19 21:07:33.031 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:07:47.028 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:07:47.029 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:07:47.031 (MainThread) INFO [matter_server.server.device_controller] <Node:2> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 10
2026-05-19 21:08:43.332 (MainThread) INFO [matter_server.server.device_controller] Removing Node ID 2.
2026-05-19 21:08:43.334 (MainThread) INFO [matter_server.server.device_controller] Node ID 2 successfully removed from Matter server.
2026-05-19 21:09:14.338 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:09:14.850 (Dummy-2) CHIP_ERROR [chip.native.EM] <<5 [E:50012r with Node: <0000000000000003, 1> S:8098 M:241765344] (S) Msg Retransmission to 1:0000000000000003 failure (max retries:4)
2026-05-19 21:09:28.337 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000002]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:09:28.338 (Dummy-2) CHIP_ERROR [chip.native.CTL] Remove Current Fabric Failed : src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:09:28.339 (Dummy-2) WARNING [chip.ChipDeviceCtrl] Failed to unpair device: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:09:28.340 (MainThread) WARNING [matter_server.server.device_controller] Removing current fabric from device failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:10:24.215 (Dummy-2) CHIP_ERROR [chip.native.DMG] Subscription Liveness timeout with SubscriptionID = 0x1a6d83e3, Peer = 01:0000000000000003
2026-05-19 21:10:24.224 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 0
2026-05-19 21:10:55.220 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:11:09.220 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:11:09.221 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:11:09.223 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 1
2026-05-19 21:11:48.405 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:12:02.403 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:12:02.404 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:12:02.406 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 2
2026-05-19 21:12:02.406 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Marked node as unavailable
2026-05-19 21:12:42.439 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:12:56.436 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:12:56.437 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:12:56.439 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 3
2026-05-19 21:13:44.135 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:13:58.114 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:13:58.115 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:13:58.117 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 4
2026-05-19 21:14:25.977 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 4.
2026-05-19 21:14:26.160 (Dummy-2) INFO [chip.ChipDeviceCtrl] Established secure session with Device
2026-05-19 21:14:26.810 (Dummy-2) INFO [chip.ChipDeviceCtrl] Commissioning complete
2026-05-19 21:14:26.810 (MainThread) INFO [matter_server.server.device_controller] Commissioned Node ID: 4 vs 4
2026-05-19 21:14:26.811 (MainThread) INFO [matter_server.server.device_controller] Matter commissioning of Node ID 4 successful.
2026-05-19 21:14:26.811 (MainThread) INFO [matter_server.server.device_controller] Interviewing node: 4
2026-05-19 21:14:27.157 (MainThread) INFO [matter_server.server.device_controller] <Node:4> Setting-up node...
2026-05-19 21:14:27.159 (MainThread) INFO [matter_server.server.device_controller] <Node:4> Setting up attributes and events subscription.
2026-05-19 21:14:27.285 (MainThread) INFO [matter_server.server.device_controller] <Node:4> Subscription succeeded with report interval [1, 60]
2026-05-19 21:14:27.286 (MainThread) INFO [matter_server.server.device_controller] Commissioning of Node ID 4 completed.
2026-05-19 21:14:55.679 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:15:09.675 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:15:09.676 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:15:09.678 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 5
2026-05-19 21:16:18.961 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:16:32.957 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:16:32.958 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:16:32.961 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 6
2026-05-19 21:17:42.205 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:17:56.202 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:17:56.203 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:17:56.205 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 7
2026-05-19 21:19:09.991 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:19:23.989 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:19:23.989 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:19:23.992 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 8
2026-05-19 21:21:43.445 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:21:57.440 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:21:57.440 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:21:57.443 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 9
2026-05-19 21:26:25.649 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:26:39.652 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:26:39.653 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:26:39.655 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 10
2026-05-19 21:35:03.676 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:35:17.681 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:35:17.682 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:35:17.684 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 11
2026-05-19 21:43:14.417 (Dummy-2) CHIP_ERROR [chip.native.DIS] Timeout waiting for mDNS resolution.
2026-05-19 21:43:28.402 (Dummy-2) CHIP_ERROR [chip.native.DIS] OperationalSessionSetup[1:0000000000000003]: operational discovery failed: src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout
2026-05-19 21:43:28.403 (Dummy-2) CHIP_ERROR [chip.native.DMG] Failed to establish CASE for re-subscription with error 'src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:124: CHIP Error 0x00000032: Timeout'
2026-05-19 21:43:28.405 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Subscription failed with CHIP Error 0x00000032: Timeout, resubscription attempt 12
2026-05-19 21:43:28.406 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Node considered offline, shutdown subscription
2026-05-20 01:20:07.753 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Node could not be discovered on the network, returning cached IP's
2026-05-20 01:20:07.758 (MainThread) INFO [matter_server.server.device_controller] <Node:3> Node could not be discovered on the network, returning cached IP's

No, i have Aqara HM2 & Aqara HE1 Hubs In Homeassistant’s Default Matter Integration, With all it’s Zigbee Devices visible/supported

NOTE:Only “drawback” is I had to “discontinue” The Alarm Panel i used from M2, as it’s not Supported in the Matter Integration, can’t even use the Siren :frowning:
Ohh, and Air-pressure on the Temp/Humid-Devices & Illuminance on the Motion-sensors is also “absent” now… ( Not that i recall they’ve ever been Supported in HA, as i’ve not using these features )

Maybe it's the type of devices connected that matters? I currently have an Aqara human presence detector T1 and an Aqara VRF Lite device, and neither appears in Home Assistant. I also have another Aqara Zigbee thermostat device en route, so if that one appears once installed, then it would be the devices that are unsupported.

Yes i think so, However in Any Of the Integrations for Aqara Devices, there is a “shortage” of support for certain Features, depending upon Device/Integration
Homekit integration( Homekit Device ) Would be your best Choice (Thou after past years Changes of that Integration, i felt the need to choose Matter Integration ) , ZHA might come next … Matter is way down on the Ladder :laughing: