Bridges go offline / fail to pair across VLANs after enabling native HA Matter Server & OTBR #388
BorjaIglesias
started this conversation in
General
Replies: 1 comment
-
|
Enabling OTBR adds a Thread interface (wpan0) with a non-routable fd:: address. Without a pinned interface, matterhub advertises on all of them, so Google Home can grab the wrong address and the devices go offline. Pin it to your LAN interface and restart: (use your actual LAN interface name). That keeps the advertisement on the routable fd10:: only.
Next alpha warns you about this in the log too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've been successfully using matterhub to expose my Home Assistant entities to Google Home. However, I recently enabled the official Matter Server and Open Thread Border Router (OTBR) add-ons in HA to connect native Matter over Thread devices directly. Since then, my matterhub integration has broken.
Environment:
Symptoms:
Troubleshooting:
Is it possible that matterhub gets confused by the new OTBR interfaces and starts broadcasting its Link-Local address (fe80::) or the Thread subnet address via mDNS, instead of the routable ULA (fd10::) of the main host? Since fe80:: is not routable across VLANs, Google Home would fail to connect after the initial handshake.
Is this a known issue when running native OTBR alongside matterhub in a segmented network?
Is there a workaround to force matterhub to bind to a specific network interface or explicitly advertise the routable ULA address instead of picking the default/wrong one?
Any insights would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions