0

when I run the Google smart home demo, I have a problem at 25.Find your app in the list of providers. The result is that I can’t find my APP in Home control use the Google Pixel device.
I am sure that: 1、I use the same google account to create the project in web and login in google home App on Google Pixel, and I launch the test in 30 mins which mean that the test shouldn’t be expired. 2、I have done the command "gactions test --action_package PACKAGE_NAME --project PROJECT_ID"

Could you any body gave me some suggestions? I have sticked it for more than two weeks.

enter image description here

sandyJoshi
  • 733
  • 9
  • 20
Joyce Qi
  • 197
  • 1
  • 3

1 Answers1

0

The Google smart home demo you mentioned is to help you build web service to process Google smart home requests. After building web service and host it on some public URL, you have to specify this URL in your action.json.

Also you need to build your OAuth 2.0 server and specify it in project setting in AoG console.

Then after executing"gactions test --action_package PACKAGE_NAME --project PROJECT_ID", you shold see your app [test]YOUR_APP_NAME in the add devices section.

Please check if you miss any part above and your gactions command runs without error messages.

Good luck~

Chris Wang
  • 155
  • 11