466 questions
-1
votes
0
answers
55
views
Can't find the right device to add an inverter integration to Google Home
I'm asking myself which device type / trait type should I use to develop an inverter integration regarding the Google Home app. I checked the sensor state trait documentation and it appears that the ...
0
votes
0
answers
28
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
60
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
1
answer
52
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
42
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
63
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
52
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 ...
0
votes
0
answers
49
views
Scripts with multiple automation rules not working properly
I have created several Google Home automation scripts with multiple automation rules, and noticed that some of the rules never work, while others work properly. When I move each rule into its own ...
0
votes
1
answer
78
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 ...
0
votes
1
answer
173
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 ...
0
votes
0
answers
24
views
action.devices.traits.ColorSetting colorTemperatureRange Unable to echo in google home app
sync response
{"payload":{"agentUserId":"cn-C2341","devices":[{"attributes":{"commandOnlyOnOff":false,"queryOnlyOnOff":false,"...
1
vote
0
answers
55
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 ...
1
vote
1
answer
95
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
100
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
111
views
(GoogleHome app) If you press '+' or '-' on the 'thermostat control screen' to adjust the temperature, the temperature is not adjusted by 1 degree
I'm developing a thermostat in the Google Home app (node.js). (using iphone15).The temperature is currently moving only 0.5 degrees Celsius. I want to make it move 1 degree. I looked at Google's help, ...