462 questions
Advice
1
vote
1
replies
86
views
Matter device not supported (any longer) via Google Home SDK
We are a Swedish company manufacturing a Matter based Water valve (supported in Matter since 1.3) which mostly been working fine in Google Home App as well in our app via the SDK. But recently we can'...
Score of 0
0 answers
111 views
Google Home's fan speed synonyms do not respond depending on the language
I'd like to ask about the Google Home ‘Smart Home FanSpeed Trait Schema’.
After setting up synonyms as shown below, I issued a command in Portuguese, but the speaker responded with something along the ...
Score of 0
0 answers
77 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 ...
Score of 0
1 answer
113 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"...
Score of 0
2 answers
151 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 ...
Score of 1
0 answers
93 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 ...
Score of 0
1 answer
111 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://...
Score of -1
1 answer
173 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 ...
Score of -3
1 answer
928 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 ...
Score of 1
0 answers
82 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 ...
Score of 0
1 answer
151 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 ...
Score of 0
1 answer
229 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 ...
Score of 0
1 answer
134 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 ...
Score of 0
1 answer
122 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 ...
Score of 1
0 answers
84 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 ...