04-24-2024 01:50 AM
I commission the matter device using goggle play service using following function
after commission success not able to find commissioned device in goggle home app. is there any Method need to call after commission success to register device in google home app, I want to commission matter device in goggle fabric from my app and device can control by using goggle Home app
private fun commissionDevice() { val request: CommissioningRequest = CommissioningRequest.builder().build() Matter.getCommissioningClient(this) .commissionDevice(request) .addOnSuccessListener { result -> commissioningLauncher.launch(IntentSenderRequest.Builder(result).build()) }
}
After commission success matter device should be visible and Controle by using goggle home app
Answered! Go to the Recommended Answer.
04-26-2024 12:56 PM
Hello @Supriya ,
04-26-2024 12:56 PM
Hello @Supriya ,
04-30-2024 02:45 AM
I want to commission the device to google fabric not to android and development fabric and i have use the code to commission to google fabric, and want to control the device from google home app
05-07-2024 10:45 AM
Hello @SupriyaSA ,
Currently commissioning the devices to Google fabric and controlling it through your app is under development. Keep checking our public news letter and documentation for any updates in this regard.
3 weeks ago
Hi all @SupriyaSA
I’m experiencing the same issue where the device commissions successfully using Google Play Services, but it doesn’t appear in the Google Home App. I’ve implemented the commissioning flow exactly as per the guidelines:
After successful commissioning, I was expecting the device to be visible and controllable via the Google Home App. But no luck yet. Do we need to explicitly register it with Google Fabric or is there a missing callback we’re supposed to handle?
On a related note (for folks using smart home devices around outdoor setups), I’ve also set this up in a pool enclosure, and seamless integration with the Home App would be really useful for managing lighting and climate control automatically.
Would appreciate any guidance — especially if someone’s managed to get the device listed in Google Home after Matter commissioning to Google Fabric!
Thanks.