Questions tagged [google-home]

This tag targets question related to programming for Google Home device.

752 questions
4
votes
1 answer

Custom Home Screen for Google/Nest Hub

I would like to setup a custom dashboard on the Home Screen of my Nest Hub to display selected stock prices, air quality, COVID stats, or whatever else is of most interest to me and fits on one screen. I haven’t found anything out of the box that…
Alan Ko
  • 155
  • 1
  • 2
  • 5
4
votes
1 answer

Failed to get device list from HomeGraph: Requested entity was not found

I have implemented Smart home actions as per documentation, i have enabled Home graph api, i got agentUserId from Google Oauth playground, but when i submit agentUserId and service account key in test suite its returns an Error 404 msg: Failed to…
Sai Prasad Goud
  • 199
  • 1
  • 7
4
votes
1 answer

On Google Home devices next MediaObject stops playing after one second

I have an action that automatically loops on a collection of shorts audio tracks (each about 30 secs). The action (same action, same code) on Google Assistant app executed on real smartphone works well, but on Google Home devices it has a strange…
GPack
  • 2,494
  • 4
  • 19
  • 50
4
votes
0 answers

Google Actions: in dialogflow stop all mediaObjects

I have a Google Action that plays some pre-recorder stories. I use mediaObject to play them. Something like: conv.ask(new MediaObject({ name: title, url: storia, description: autore, image: new Image({ …
4
votes
1 answer

Actions SDK: Handling unsupported utterance whilst playing media

Question Is it possible to resume the content of a media object once a user has tried to interact with a Google Home device during the playing of that media? The problem Say you have started playing an mp3 file using conv.ask. Your call to conv.ask…
4
votes
0 answers

Google Home - Signin status is CANCELLED when sign in with google home and 'personal results' setting disabled

I am developing account linking and I have a problem with google home in a certain case. I have a DialogFlow intent that calls this code when i say "log in" : export function signIn(app) { app.ask(new SignIn()); } I have another DialogFlow…
4
votes
1 answer

Testing Google Action on Google Home Mini

I have tried testing my Google Action on Dialogflow, Google Actions Console, as well as Google Assistant app on my phone. However, when I try to test it out on my Google Home device, it just gives me a response of "I'm sorry I can't help with that…
lolhaha
  • 109
  • 1
  • 10
4
votes
1 answer

Google home check sign in status before asking the user for sign in

I have been developing actions on google home. When implementing the helper intents to access user's name and email all those stuff implemented sign in helper intent. Now how to check if the user is already signed in without asking for sign…
Ajay
  • 43
  • 4
4
votes
1 answer

Why does "Couldn't update the setting. Check your connection." error appear after a successful Smart Home app link?

This issue appears very similar, or perhaps identical, to what is described in the question here. It refers to an error that we have seen occur after linking our Smart Home Google Assistant app. The OAuth linking is successful, but an error occurs…
4
votes
1 answer

Google home to send card to the Google Home app

I made a small Google Home App and my service returns a response with a SimpleMessage + Card. It works perfectly when running the app in the console.actions.google.com simulator. I get the card all good. But when I test talking to the Google Home,…
Johny19
  • 5,364
  • 14
  • 61
  • 99
4
votes
0 answers

How to include the JWT for a Google Action endpoint?

Our architecture currently has all public access going through Kong. It validates all incoming requests contain a valid JWT. Is there a way to tell Google Action to include the JWT when configuring the webhook fulfillment?
kailoon
  • 2,131
  • 1
  • 18
  • 33
4
votes
2 answers

Force user to relink his/her account

Very simple use case explaining my problem: Given my app asks for a pin for some interactions. Now the user gives me three times a wrong pin. Then, I want to reset his access and force him to re-link his account. I can do this pretty easily in my…
Toni
  • 1,593
  • 1
  • 11
  • 21
4
votes
0 answers

Google Home to Google Sheet Taking Notes with Timestamp

So I want a way to record notes from Google Home with a timestamp. Unfortunately Google Home doesn't provide this so I found a workaround using IFTTT Applet here: https://ifttt.com/applets/DMC8yDAW-log-notes-in-a-google-drive-spreadsheet This gets…
JKL
  • 99
  • 1
  • 1
  • 5
4
votes
1 answer

Deploy an Actions on Google services in .net

I'm wondering if someone already tried to implement the actions sdk in c#. I want to implement a gooogle action service but currently I'm a bit lost how the deployment procedure should be here.
Fabio Lucia
  • 85
  • 1
  • 5
4
votes
0 answers

Google Home integration with cordova App

I want to use Google Home to send messages and receive messages to a web server. Is it possible to use api.ai to send messages to a Cordova App which will then communicate with the web server and then return the message from the web server to the…
1 2
3
50 51