Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Network] No Fabric and Devices Offline #32

Closed
kramttocs opened this issue Oct 29, 2024 · 21 comments
Closed

[Network] No Fabric and Devices Offline #32

kramttocs opened this issue Oct 29, 2024 · 21 comments

Comments

@kramttocs
Copy link

This may very well be something on my network side but looking for some direction.

QR Code shows Commissioned banner but Fabrics shows ?
Added to a new Google Home via a Nest Audio.

Not seeing anything that stands out in the Add On logs.

Worth noting the same happened with your previous add on so again, I fully expect this to be on my end.

@leonardpitzu
Copy link

Same for me... no errors in logs or anything. Network is from unify, hub is a LG smart tv. Pairing done through LG Thinq.

@t0bst4r
Copy link
Owner

t0bst4r commented Oct 30, 2024

@kramttocs
Do you also have a unify network? I have seen larger discussions in the old repo about that. I’ll look them up and try to extract a solution 😂

@t0bst4r t0bst4r changed the title No Fabric and Devices Offline [Network] No Fabric and Devices Offline Oct 30, 2024
@t0bst4r t0bst4r added the question Further information is requested label Oct 30, 2024
@kramttocs
Copy link
Author

Hey @t0bst4r - no, I have an Asus setup with several AIMesh nodes.
I did a lot of reading yesteday and messing with router configs but no luck.
I came across the unifi stuff though so that might help @leonardpitzu

Some links:
https://community.home-assistant.io/t/configuration-unifi-for-matter/671315
t0bst4r/matterbridge-home-assistant#176
Luligu/matterbridge#92

@kramttocs
Copy link
Author

I just deleted my home and started over. I did notice that Google Home would automatically find the matter device but never connect. I then switched my phone wireless to my 2.4ghz and it did the whole generate/adding very quickly.
My nest speaker is on my 5ghz though yesterday I purposely connected it to 2.4 when I created a new home then.

The Fabrics in the bridge still shows a ? though hovering over it gives me an adminVendorID value. Any idea why it's '?' ?

@kramttocs
Copy link
Author

Also...

The fact that it can find it automatically is interesting.
I know nothing about Matter beyond what I googled yesterday (mDNS and such) but the fact that it can find it automatically makes me think that all that (meaning my router) is ok.

Since the HA Matter Hub is acting like a central point and hardwired to the router, I wouldn't think there will be the complications there could be if there were a 100 different actual Matter devices connected to wifi themselves.

Don't really have any good questions beyond 'why does it not work?' :) but just wondering if there are some key things to how this Matter Hub is presenting itself that might give some clues I can follow.

@leonardpitzu
Copy link

In my case the TV and HA are both wired, connected to a Unifi Cloud Gateway Max. I can do the pairing and all goes well until the last step (at least this is how it’s depicted in the LG Thinq app). The last step called “connection” fails and errors out with a “decide already connected” message. The bridge appears as commissioned. No devices are visible in the Lg Thinq app.

@kramttocs
Copy link
Author

Oh, that's a different issue than mine

@heatiell
Copy link

heatiell commented Oct 31, 2024

Hello,
I don't know if it's the issue you encountered but just to let you know in case you don't, Matter with Google Home require to have ipv6 configured. I had the same issue with the previous addons and once ipv6 was configured, it worked. I don't know about LG thinq but it could be something similar

@leonardpitzu
Copy link

I already have IPv6 and it works ok. mDNS as well.

@kramttocs
Copy link
Author

Mine should also be working as the HA console shows an IPv6 address and the fact that Google home can find the matter hub and add the devices (just all offline) but is there another way to validate?

That's what would be helpful - to know what GH is looking for and a way to test that this hub is providing it or the network is allowing it.

@heatiell
Copy link

heatiell commented Oct 31, 2024

@kramttocs Seeing ipv6 on HA doesn't mean your network is configured properly to route ipv6. I'm not that good about ipv6 protocol and I just setup it recently. But I had also an ipv6 showing in HA, but my netwrok was not properly configured to route ipv6, so I add to configure it.
Other thing, Google home can connect to the matter hub without ipv6 properly configured. But it's after that the issue come. I experienced the exact same behavior as you. And others also with other matter hub like matterbridge for example. So I suggest you to validate your ipv6 config directly on your router if you can.
If all is good with ipv6, I don't have any other clue on what can happen

@kramttocs
Copy link
Author

Thanks @heatiell I bet you are right. My ISP doesn't support ipv6 from what I can tell (I know nothing about ipv6) so not sure what settings to put there in the router.
https://www.asus.com/support/faq/113990/

@heatiell
Copy link

@kramttocs Well, after some learning. I realize I was wrong about my own configuration. Just to be sure, to you have VLAN setup ?

@kramttocs
Copy link
Author

@heatiell No, my setup is pretty simple. Separate 2.4/5ghz and then the AiMesh nodes are the only things unique (if you can call them that) that I can think of. Appreciate the help.

@heatiell
Copy link

So I tried to reproduce your issue but I didn't success even with changing some parameters on my router. But I miss something I think as should be able to break my own Matter hub but I didn't succeed, and I am missing clues at this stage about what config should work on not. Finally, I'm not so sure your issue is related to IPV6 as your device are on a same LAN/Subnet, so IPV6 should just work

@kramttocs
Copy link
Author

Again, I appreciate you doing that. That about sums up what I keep finding also: it should just work :)

@kramttocs
Copy link
Author

Well, I don't understand it but it started working.
The only changes I had made recently were these: https://www.asus.com/support/faq/1042475/
Then on the IPv6 page of the router I had set it to Tunnel 6to4 and saved with the defaults.
I have since undone all of those changes and it's still working.
Don't know that it will continue but it's something.

The web ui for the matter hub still shows ? for the Fabric though fwiw

@t0bst4r
Copy link
Owner

t0bst4r commented Oct 31, 2024

ok. that is very strange.
the question mark is my fault. i only configured icons for google, apple and alexa by simply checking if the fabric label includes their brand names.

what exactly does it say when hovering the question mark? and what brand / icon should it have?

@kramttocs
Copy link
Author

{D783B406-B6EF-49C7-98C1-F2868504CAC2}

This is using Google Home on my Android with a Nest Audio as the device (I will add more speakers/displays later but just testing this one right now).

t0bst4r added a commit that referenced this issue Oct 31, 2024
t0bst4r added a commit that referenced this issue Oct 31, 2024
@t0bst4r
Copy link
Owner

t0bst4r commented Nov 1, 2024

In the meantime i added a mapping to fix that vendor id to be mapped to google. Can this issue be closed then?

@t0bst4r t0bst4r added waiting for feedback and removed question Further information is requested labels Nov 1, 2024
@kramttocs
Copy link
Author

@t0bst4r Yes, thanks for adding that. It can be closed.
Thanks @heatiell for looking at this also.

@t0bst4r t0bst4r closed this as completed Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants