#Hey,
1 messages ยท Page 1 of 1 (latest)
Do I need bluetooth enabled somewhere? Hopefully I don't ๐ฌ
This is what I'm seeing
https://github.com/project-chip/connectedhomeip/pull/28143
No, we use the bluetooth connection on your phone for commissioning and when you add a device shared from another ecosystem, we dont need bluetooth at all
Did you try adding it to Google Home first and from there share it to HA ?
Yeah tried sharing it from Google Home, but that errored out too.
I got an error similar to:
Can't share device
OK, this smells like networking issues. So the IPv6 (mdns) traffic cant correctly travel from device to HA
Make sure that IPv6 is enabled (just set it to automatic) on HAOS
en check any switches between the HA server
sigh. Yes probably. I'm 99% sure it's mdns then.
It's setup for the Home-Assistant container but not the matter-server container.
Container ? Arent you running HAOS then ?
oh nope.
Oops, that is not supported
You may get it working but you may run into mdns issues (as you already figured out)
Yeah nothing outside HAOS is really supported.
But as long as I can get awesome pointers like that I'm all good ๐
Thanks!
We patched the entire HAOS to make sure the traffic passes
I will share some pointers where to look for but you will need a super recent host OS. Maybe you can use bridged networking instead. ?
https://github.com/damacus/home-ops/pull/817
That might fix it ๐
might
No it wont
oh, what am I misunderstanding?
You cant route Matter traffic
It uses Neighbour discovery
So maybe you can just run your container on macvlan ?
is it discovery from matter-server's point of view or home assistant?
(or both)
matter server
ha and matter server communicate only with the websocket via port 5580
but the matter server itself needs full (L2) access to the network
No support for inter vlan routing etc
Amazing.
Thanks @dry sable
https://github.com/damacus/home-ops/pull/818
Addd the hub in less than a second โค๏ธ