I'm developing a Matter device and have a Vendor ID issued by the CSA and validated in Google's Developer console. Also we have a product ID published in the DCL. I'm testing a Matter device on my developer console linked account in the Google Home App (GHA) and getting most of the way through onboarding. It gets stuck forever at "Connecting device to Google Home" and seems to never time-out. After manually exiting, the device sort-of appears in the Google Home App, but it's missing its correct device name and vendor info. It shows up named "bridge" (in my case we are building a bridge/aggregator device).

Testing using a Nest Audio as the Matter controller and Samsung Galaxy S21 phone. Device is built on the Espressif SDK.

screenshot: Connecting device to Google Home

What could be causing this failure?

I've verified the VID and PID and device Type ID (0xe) are correct and match in the DCL, Google console and the advertisement on the device.

1

There are 1 answers

0
Jitu On

I faced the same issue, but it got resolved when I used the latest code from the master branch of the Google Home sample app. I recommend checking out the master branch in Android Studio, running it, and then attempting to add your Matter device.