462 questions
0
votes
0
answers
70
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 ...
0
votes
0
answers
36
views
Matter Media Input Cluster: Google Home "Device Unavailable" when selecting inputs on Speaker Device Type
I am implementing the Media Input Cluster (0x0507) on a Matter device with the Speaker (0x0022) Device Type. While the input list is correctly discovered and displayed in the Google Home app, ...
0
votes
0
answers
69
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
108
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
144
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 ...
1
vote
0
answers
86
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
108
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://...
-1
votes
1
answer
161
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 ...
-3
votes
1
answer
823
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
80
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
142
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
209
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
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 ...
0
votes
1
answer
117
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
77
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 ...