462 questions
0
votes
0
answers
25
views
cloud-to-cloud test suite fail on Online/Offline
I'm creating cloud-to-cloud integration for AC-UNIT. In test section I ran manual test suite, and failed on the online\offline test.
The test suite does not pause before it checks my device state, so ...
0
votes
1
answer
92
views
"this device does not support this action" for modes
I am seeing "this device does not support this action" in the Google Home app when the modes are in Portuguese (pt-BR).
This is the QUERY response:
{"status":200,"headers"...
0
votes
2
answers
128
views
Google Home - Can't create test plan with thermostat
Description
I'm trying to create a test plan in the test suite for my google home project that supports outlets, lights and thermostats.
When I include the thermostat to my test plan, I get a generic ...
0
votes
0
answers
120
views
How to one device delete in 'google home app'?
As a developer, I'm asking situation regarding the Google Home app. I can already control multiple boilers in my own app. In my own app, when one of the user's multiple boilers is deleted, only one ...
1
vote
0
answers
78
views
How to Maintain Connectivity with a Matter Device After App Data is Cleared or Reinstalled?
I successfully commissioned and paired a Matter device using CHIPTool.apk from the Matter GitHub repository. Here is the issue I encountered and my question:
Commissioning and pairing worked ...
0
votes
1
answer
98
views
I called the ReportStateAndNotification rpc function and kept getting the error "Request contains an invalid argument."
I want to report the device status to Google Home Graph via RPC communication. In the program, I use @grpc/grpc-js library and refer to the data structure agreed in Google official document (https://...
0
votes
0
answers
80
views
QUERY and EXECUTE not called on Local Home SDK
I am trying to build a simple local fulfillment application that bridges commands to my cloud-to-cloud SDK application on the same network (to reduce latency). For this, I wrote a simple UDP listener ...
-1
votes
1
answer
136
views
OAUTH2 using google apps script for linking
I'm trying to get my google home action re-certified. In the original (approved) and new (rejected) the linking url is a google apps script.
They're rejecting my update because I must show a signin ...
-2
votes
1
answer
602
views
Add testers in new Google Home Developer Console
I have an own Google Home Action, which now was migrated to the "Google Home Developer Console". There I can't find any option to add testers anymore. Before in the old system, there was an ...
1
vote
0
answers
77
views
google-smart-home ewelink sonoff trvzb cinteol
I have a sonoff advanced gateway and trvzb set-up. eWelink set-up and linked with Google home. As member of beta, I have the scripting in running. Here is the glitch: I expect to use the state heating ...
0
votes
1
answer
130
views
Google Home Test Suite: Query after 'Close the Gate' failed catching openPercent:100 instead of openPercent: 0
Good day to everyone!
I have an issue with Google Home Test Suite.
I'm testing a OpenClose Gate trait and i'm able to pass successfully these tests:
Open the Gate
Query after 'Open Gate'
Check Report ...
0
votes
1
answer
182
views
How could I get my IPC streaming to google home APP?
I’m trying to develop a google smart home action for camera streaming based on web-rtc.
After configuring in the Google Home App, the device tag appears in the device list.
However, when I click the ...
0
votes
1
answer
129
views
How to refresh the status value of the thermostat in real time?
I am developing the Google Home app to work almost the same as my existing thermostat app. Currently, the device list is fetching the thermostat value in real time once every 30 seconds. However, I ...
0
votes
1
answer
108
views
Check the google smarthome action enabled status for a user?
Is it possible to check the user account linking or action linked status for a specific user at any given time?
Example: Something like which Alexa provides enablement-api
Purpose: We are implementing ...
1
vote
0
answers
67
views
I would like to use ShareDeviceRequest for the first commissioning, is this a valid use case?
My app is a companion app for a matter device, however the app itself is NOT a commissioner app.
The app will set the device in commissioning mode and then, for a better user experience, my app should ...