Replies: 2 comments 3 replies
-
Update: I tested this by stopping the container and running:
When I start the matterhub container and try to resolve the host name I get
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Docker is configured for IPv6 The router is issuing the host with a valid IPv6 address fd81:b82:c83:1::20 |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I managed to determine that my matter devices are showing on my RPi's eth0 interface announcing themselves via mdns "_matter._tcp".
I can also see that my RPi is listening on IPv6 on port 5540 which I am pretty certain is my "home-assistant-matter-hub" container.
However, I while I can see my "home-assistant-matter-hub" container is listening on IPv4 and IPv6 port 5540, it does not appear to be announcing itself on mDNS on IPv6
What can I do to fix this? is this a bug? Can I "mannualy announce via mDNS" the HAMH IPv6 address?
Beta Was this translation helpful? Give feedback.
All reactions