简体   繁体   English

在家庭控制中找不到Google智能应用

[英]can't find google smart app in home control

when I run the Google smart home demo , I have a problem at 25.Find your app in the list of providers. 当我运行Google智能家居演示时 ,我在25.Find your app in the list of providers.遇到问题。在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. 结果是我无法在Home control中找到使用Google Pixel设备的APP。
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. 我确定:1,我使用相同的google帐户在网络中创建项目,然后在Google Pixel上登录google home应用,并且我在30分钟内启动了测试,这意味着该测试不应过期。 2、I have done the command "gactions test --action_package PACKAGE_NAME --project PROJECT_ID" 2,我已经完成命令“ 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. 我已经坚持了两个多星期。

在此处输入图片说明

The Google smart home demo you mentioned is to help you build web service to process Google smart home requests. 您提到的Google智能家居演示旨在帮助您构建Web服务来处理Google智能家居请求。 After building web service and host it on some public URL, you have to specify this URL in your action.json. 构建Web服务并将其托管在某个公共URL上之后,您必须在action.json中指定此URL。

Also you need to build your OAuth 2.0 server and specify it in project setting in AoG console. 另外,您需要构建OAuth 2.0服务器,并在AoG控制台的项目设置中指定它。

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. 然后,在执行“ gactions test --action_package PACKAGE_NAME --project PROJECT_ID”后,您会在添加设备部分看到您的应用[test] YOUR_APP_NAME。

Please check if you miss any part above and your gactions command runs without error messages. 请检查是否错过了上述任何内容,并且您的gactions命令运行时没有错误消息。

Good luck~ 祝你好运

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM