I am trying to setup a matter network over thread, with a custom RCP device. My device is based on CC2652.
I am running the the OTBR and matter-server docker images.
All the services are running, the OTBR is up and is detected by HA.
I have send the network credentials from the HA companion app.
When I want to add a Thread device to the network, I see from OTBR logs that the device is detected and informations are sent with mdns
On matter-server side I see the following log
Discovered commissionable Matter node: AsyncServiceInfo(type='_matterc._udp.local.', name='93E2A4FAFCF1DC44._matterc._udp.local.', addresses=[], port=5540, weight=0, priority=0, server='22C8BAFB0E5D0772.local.', properties={b'VP': b'5181+4097', b'DT': b'0', b'SII': b'800', b'SAI': b'800', b'T': b'1', b'D': b'855', b'CM': b'0', b'RI': b'010025CC9C165EA349AB3964E40D71095F67', b'PH': b'36', b'PI': None}, interface_index=None)
But nothing happens after that. Is it normal that addresses field is empty ?
I can ping the device with its IPv6 address from inside the matter-server container.
Any advice of the next thing to test ?
Thanks !