Hi everyone,
I’m trying to onboard an IKEA BILRESA (E2490) Matter-over-Thread controller, but Home Assistant is not able to see the device at all, even when it is in pairing mode.
I believe my Matter Server / Thread network may not be advertising correctly. I have spent hours troubleshooting and would really appreciate help.
System details
- Home Assistant OS supervised on Debian 12
- Matter Server add-on: 8.1.2
- OpenThread Border Router add-on (core_openthread_border_router)
- SkyConnect in Thread Border Router mode
- Home Assistant Core: 2025.12.5
- Supervisor: 2025.12.3
What works
OTBR is working
docker exec -it addon_core_openthread_border_router ot-ctl state
leader
OTBR has IPv6 prefixes and devices
Everything expected shows up.
mDNS browsing works
Other (random not mine ikea bulb)Matter commissionable devices appear in:
avahi-browse -rt _matterc._udp
The actual problem
My IKEA BILRESA E2490 never appears in _matterc._udp
Even when I put it in pairing/reset mode, nothing new shows.
Example output:
avahi-browse -rt _matterc._udp
(only unrelated devices appear)
No IKEA vendor code (VP=4107+XXXX) ever appears.
The remote only flashes yellow or red, never white, which is supposed to indicate Matter pairing mode.
Matter Server logs indicate networking errors
Repeated errors:
CHIP_ERROR [chip.native.DIS] Failed to advertise records:
OS Error 0x02000065: Network is unreachable
CHIP Error 0x00000046: No endpoint was available to send the message
This repeats every time Matter Server starts.
What I have already tried
- Created a dummy
eth0interface so Matter has a link-local interface - Ensured IPv6 RA acceptance:
sysctl -w net.ipv6.conf.all.accept_ra=2
sysctl -w net.ipv6.conf.default.accept_ra=2
sysctl -w net.ipv6.conf.eth0.accept_ra=2
- Restarted network / Matter Server
- Verified Thread network is up
- Verified Border Router connectivity
- Reset BILRESA multiple times (button next to the batteries)
Despite all of this, Matter Server still reports DNSSD failures and the BILRESA never appears in discovery.
My question(s)
- Is Matter Server failing because my dummy
eth0doesn’t receive valid IPv6 RA? - Should Matter Server be using the real NIC (
enp2s0) instead ofeth0? - Does the IKEA BILRESA require an IKEA Dirigera hub firmware update before it can enter Matter pairing mode?
- Does anyone see anything in the logs indicating a deeper issue with Thread or mDNS?
Any help would be greatly appreciated.