This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
4
votes
3 answers
How to end the conversation with API.AI
Is there a way to end Google Home's conversation with the server using API.AI?
I am assuming that somehow I need to access expect_user_response and set it to false.
I also see with the actions SDK you can use 'assistant.tell()', but that does not…

SysCoder
- 715
- 7
- 18
4
votes
1 answer
Account Linking on Actions on Google
I'm developing an action on Google that requires the user to login with my services. I was able to code the linking account (from Implementing Account Linking )
That works fine; I'm able to do the entire flow to authenticate the user using the…

BeNeXuS
- 497
- 5
- 11
3
votes
1 answer
Alternative option of conversational actions for Google Home Nest Mini
I'm very new to google actions and I got one project which is made by using conversational actions. (You can try it in google assistant talk to help me sleep)
And as you all know conversational actions will be deprecated soon, and I try a lot for…

Pavan Nagadiya
- 652
- 4
- 10
3
votes
0 answers
Problems playing, pausing & resuming on Google Assistant (Actions on Google) with live streaming Audio/MP3s using Actions Builder?
This is my first post on StackOverflow (long-time lurker, first-time poster), so go easy on me. ^__^;
For those having trouble in implementing play/pause/resume functionality with a STATIC mp3 I’m assuming the process is the same, so hopefully,…

DownloadDave
- 31
- 2
3
votes
2 answers
Google Assistant - Report state returns 200 but Test suite and report state dashboard fails
I'm implementing a media remote device with OnOff and Volume traits.
Report state payload looks like this:
{
"requestId": "947aa603-1bfe-4bff-bac0-a50101da419d",
"agentUserId": "13",
"payload": {
"devices": {
…

Anders Constantin
- 31
- 1
3
votes
0 answers
Raspberry Pi as UPNP Device on Google Home
I would like to use a Raspberry Pi with NodeJS as an upnp device, which will be recognized by a standard Google Home device search action. Where can I find any documentation on how a google home discovers devices with upnp?
If there is an ready to…

Jens Scheible
- 31
- 3
3
votes
2 answers
Error 400: invalid_scope Some requested scopes cannot be shown: [https://www.googleapis.com/auth/homegraph]
So I'm trying to use the Home Graph API by calling the API endpoint
https://homegraph.googleapis.com/v1/devices:requestSync
It is a HTTP POST request and it needs an ACCESS_TOKEN and service account key.
Getting the service account key is easily…

Swati
- 33
- 1
- 5
3
votes
1 answer
How can i implement Percentage controller on Fan in Google home?
I had implemented Fan turn on/off feature with OnOff trait and fan modes('High', 'Medium', 'Low') with Fanspeed trait, now i want to implement percentage controller. Ex: set the fan speed to 50 percent. How can i implement this?

Sai Prasad Goud
- 199
- 1
- 7
3
votes
1 answer
Smart Home Report State real-time in 2 or more devices
I spent many hours trying to update Home Graph in real-time in more than 1 device.
Actually this project have 2 devices: 1 washer and 1 lamp.
The washer is perfect, real-time update when I make changes direct in database.
The lamp is the problem.…

Renann Antunes
- 31
- 3
3
votes
1 answer
How to spell word to google assistant before sending it to dialogflow
Don't know if it's the good place to ask that question but i'm making my own action for google assistant. Users need to spell some word with letters and numbers (like RJ34343KR).
In dialogflow side, all is okay, i defined a regexp entity and it…

godo57
- 508
- 2
- 24
3
votes
3 answers
Google dialogflow IP addresses
I am building a Google Home application with DialogFlow.
Fulfillment is done via Webhook that points to my virtual machine
In the VM the 443 port is open and certificates are configured.
However now I would like to change the VM firewall to allow…

Ester Gonzalez De Langarica
- 450
- 2
- 18
3
votes
2 answers
Can we play multiple audio files using dialog fulfillment webhook in google assistant
I want to play around 20 audios with media response, one after another.
This link says, we can't send multiple simple response in google assistant. What about media response?

Muhammad Naufil
- 2,420
- 2
- 17
- 48
3
votes
1 answer
Dialogflow account linking - google home
I'm having slight issues using dialogflow and the SignIn helper with google home, in the simulator it works all fine with account linking including the google home simulator, but when I reset and attempt to link it again with my physical google home…

Pon Pon
- 57
- 5
3
votes
1 answer
Google home actions.fulfillment.devices not getting enabled
I am using google smarthome actions for IOT... I updated my action url and account linking details. When i am trying to enable the Test in simulator to deploy my TestAPP to cloud, it fails and it gets me an error "GoogleFulfillment…

Juliano Maas
- 51
- 4
3
votes
1 answer
Triggering the fulfillment webhook asynchronously from an intent?
I have some intents that need to trigger the fulfillment webhook and don't care about the response. The webhook takes longer than the timeout to respond so I'd like the intent to simply respond with "Thanks for chatting" and then close the…

Chad
- 1,818
- 2
- 15
- 23