Hello! I'm seeing if it is possible to get the IKEA Bilresa button added to HA with my current setup without having to buy more hardware.
I've got the button added to Alexa as a matter device and it is working fine there. I have tried to add it to HA by using the sharing code from the Alexa app and inputting that into the HA Matter integration, but it just hangs.
I'm running HA in docker, I am running the Matter Server alongside it, they both communicate from what I can see. Both of them are running in the host network mode and HA can see and auto discover my Alexa a a Thread network listed in 'Other Networks' in the Thread integration.
Is it possible to add a matter device from Alexa to HA? Am I missing a step?
Logs in the matter server container when I go to add the button with the share code:
2026-04-06 16:03:56.794 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning on network using Node ID 5.
2026-04-06 16:04:17.648 (Dummy-2) CHIP_ERROR [chip.native.SC] PASESession timed out while waiting for a response from the peer. Expected message type was 33
2026-04-06 16:05:57.503 (Dummy-2) CHIP_ERROR [chip.native.EM] <<5 [E:4906i with Node: <0000000000000000, 0> S:0 M:91124316] (U) Msg Retransmission to 0:0000000000000000 failure (max retries:4)
Thanks for any help in advance!