Hi There,
I’m am trying to add Eve Contact Sensor to my HA instance runs on a Virtual Box on top of Ubuntu Host.
I tried following setting up matter device
- Add AppleTV to HA
- Enable Matter Server addon (was automatically added)
- Send credentials
- Set preferred Thread Netwok to my existing Network on AppleTV
When I now generate the paring code in HomeKit and add it via the Companion App it will fail. I see the following logs in the Matter-Server protocols:
2025-10-27 23:11:13.502 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 15.
2025-10-27 23:11:46.454 (Dummy-2) CHIP_ERROR [chip.native.EM] <<5 [E:51606i with Node: <0000000000000000, 0> S:0 M:224387758] (U) Msg Retransmission to 0:0000000000000000 failure (max retries:4)
2025-10-27 23:11:53.618 (Dummy-2) CHIP_ERROR [chip.native.SC] PASESession timed out while waiting for a response from the peer. Expected message type was 33
2025-10-27 23:12:23.248 (Dummy-2) CHIP_ERROR [chip.native.EM] <<5 [E:51607i with Node: <0000000000000000, 0> S:0 M:224387759] (U) Msg Retransmission to 0:0000000000000000 failure (max retries:4)
2025-10-27 23:12:35.483 (Dummy-2) CHIP_ERROR [chip.native.SC] PASESession timed out while waiting for a response from the peer. Expected message type was 33
2025-10-27 23:13:08.173 (Dummy-2) CHIP_ERROR [chip.native.EM] <<5 [E:51608i with Node: <0000000000000000, 0> S:0 M:224387760] (U) Msg Retransmission to 0:0000000000000000 failure (max retries:4)
Any idea what is going on?