This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
1
vote
2 answers
Install or connect Google Home to a third party "Action"
I am developing an action using "Google Action". I have deployed the action as given in the deployment documentation.
Now I want other users to integrate or connect their Google Home device to this action. How can I do that?

Vaibhav
- 2,073
- 4
- 23
- 26
1
vote
1 answer
Get data from a Google Sheet within a Google Home Action?
Developing a small action for my Google Home with Api.ai.
I would like to pull specific data from a Google sheet or some sort of spreadsheet database (Google Sheets seemed like the easiest since it is Google made.) For read back within my Home…

Spencer Wilhelm
- 11
- 2
1
vote
1 answer
Ho to get API.AI params in HttpServletRequest?
I am building an Action. My back end is deployed on heroku an duses Java/Spring Boot. I am tying to print all request parameters but I can't see the requuest param set by API.AI
"result": {
"source": "agent",
"resolvedQuery": "Weather in…

Sai
- 2,089
- 3
- 19
- 30
1
vote
3 answers
Playing short wav files in Google Home
I would like to play a short sound for a more amusing output. If I understand the documentation correctly it should be possible with a reply in api.ai of something like this SSML:
Okay here we go:
0
votes
0 answers
google HomeGraphService reportStateAndNotification
I try to implement StateReporting with the HomeGraphService api for my google action.
For this I followed the google state-report documentation.
The issue is that the reportStateAndNotification function seems to do nothing.
It just returns an empty…

shalama
- 1,133
- 1
- 11
- 25
0
votes
2 answers
Google Home Customization Feasibility
My company is experiencing a difficult selection for our smart home solution. The reqiurement is as following:
We will build our own voice assitant with a drip-off pad(Like Amazon Echo Show 10/Goolge Nest Hub) hardware, with Android OS in it
we…

Fred Guo
- 31
- 3
0
votes
1 answer
Resource has been exhausted Google Home
From time to time I am seeing homegraph.devices.requestSync throws
Resource has been exhausted (e.g. check quota).
Error: Resource has been exhausted (e.g. check quota).
at Gaxios._request (/xxx/node_modules/gaxios/build/src/gaxios.js:129:23)
…

kakopappa
- 5,023
- 5
- 54
- 73
0
votes
0 answers
Temperature Sensor issue in Google Home Automation via YAML Script Editor
I'm trying to set up automation via the script editor, a new Google feature. My goal is for the script to turn off the AC when the temperature, as detected by a sensor on my balcony, exceeds a certain value and the balcony door is open.
Here's the…

Vasya
- 1
- 1
0
votes
2 answers
Google Home oAuth page blank in Beta/Production but works fine in Alpha
We have created a Google Home Action and it works perfectly in Alpha. It passes all the tests and the oauth works.
However when we try and release to production the have been rejected the past 4 times because the "oAuth page is blank".
I've now…

DrZaphod
- 502
- 1
- 5
- 18
0
votes
0 answers
Integrating ChatGPT and Google Assistant on Google Home devices using n8n
I hope this is sufficient detail, but feel free to let me know if more information would help. This is a "Can I accomplish this and if so, how?" question.
What I want to happen: I say, "Hey Google, ask GPT " then Google sends the query to my n8n…
0
votes
1 answer
Google Assistant - Air conditioner name bug
I have AC and device name is TRIAL AC. When I try to change ac mode to off mode, it's successfully changing and google sends request for thermostatMode:off .
When I change device name without AC as TRIAL, I'm trying same command "set TRIAL to off"…

Mustafa Ozbek
- 1
- 1
0
votes
1 answer
WebRTC with Google Home Camera
I am trying to get the Google Home Camera working with WebRTC.
GetCameraStream…

kakopappa
- 5,023
- 5
- 54
- 73
0
votes
1 answer
Can an open thread border router (like raspberry pi + nrf52840) communicate with Google Home app?
I have successfully setup an open thread border router using a raspberry pi with nrf52840 USB dongle.
I have also implemented a light-bulb device using an nrf52840DK.
I am able to commission and control the light-bulb device using the chip-tool on…

George Pentes
- 1
- 1
0
votes
1 answer
How to get connected device list of Google home
I was reading your details and hoping that you may help me in my issue.
I have a google home at my home and some of the wifi bulbs & smoke sensor is connected to this, please note that i have not built these devices, i just bought them from market…

Ajay Rathi
- 1
- 2
0
votes
0 answers
ThreadNetworkClient.removeCredentials() cannot clear credential
I am developing an app to store and clear Thread Network Credentials by implementing Thread Network SDK for Android.
App will check if there's any preferred credential when the app is launched up.
Preferred credential can be retrieved, but it has an…

cangcimen
- 1
- 1