My Setup:
Home Assistant Docker Container on a Pi5
Matter Server in a Docker Container on the same Pi
Home Assistant companion app on iOS
So I was able to get Home Assistant and the Matter Server running but when trying to add a new device, the App doesn’t seem to work.
(The device I want to connect will arrive on Saturday, but that behavior doesn’t seem right in any case)
In the Matter Server log I can’t see anything after the server has finished starting.
The only interesting this is this:
matter-server | 2025-05-07 17:40:12.673 (Dummy-2) CHIP_ERROR [chip.native.DIS] Failed to advertise records: src/inet/UDPEndPointImplSockets.cpp:421: OS Error 0x02000065: Network is unreachable
matter-server | 2025-05-07 17:40:12.674 (Dummy-2) CHIP_ERROR [chip.native.DIS] Failed to advertise records: src/inet/UDPEndPointImplSockets.cpp:421: OS Error 0x02000065: Network is unreachable
But a quick search indicates, that it shouldn’t be a problem, as it’s just an unconnected network interface on the host.
I don’t have a Thread Border Router or intent on getting one in the near future, as the Matter devices I bought should just work fine over wifi.