Questions tagged [google-home]

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

752 questions
0
votes
1 answer

Error Response with Google Smart Home (Thermostat)

I am unable to understand the syntax of Json for errors I have tried return { "requestId": self.request_id, "payload": { "commands": [{ "ids": [self.device_id], "status": "OFFLINE", …
0
votes
1 answer

How to set up Greek Language for Google Assistant SDK on a Raspberry Pi

I have google assistant in a raspberry pi and i want to make an app that will understand my language (Greek), anyone that have an idea on how to make it? Thanks
0
votes
2 answers

Not Receiving AccessToken on Simulator

My Fulfilment End Point isnt receiving accessToken. Is this normal? Becouse when im on the simulator it doesnt really ask to login to my authorization end point thus, it wont get a access token. My Oauth is working perfectly after tesing with Oauth…
Elo97234c
  • 163
  • 1
  • 4
  • 15
0
votes
2 answers

How to change language in Actions in google web simulator?

I have created an agent in French in API.AI. After that when I go to the web simulator the other langugaes are greyed out. Even the things I typed in french are pronounced in english.Does any one know what is the root cause for this ?
Nirojan Selvanathan
  • 10,066
  • 5
  • 61
  • 82
0
votes
2 answers

Actions on Google simulator giving 'APP_NAME not responding' error

I keep getting an error when testing my app on the simulator. It gives: "APP NAME, isn't responding right now, try again soon" What am I doing wrong here? ACTION.JSON { "accountLinking": { "clientId": "", // SENSITIVE INFORMATION BLANK …
Elo97234c
  • 163
  • 1
  • 4
  • 15
0
votes
1 answer

no welcome intent in smart home action, is it normal

{ "actions":[ { "name":"actions.devices", "deviceControl":{ }, "fulfillment":{ "conversationName":"automation" } } ], "conversations":{ …
0
votes
1 answer

Google Home Control custom device types and traits

I'm trying to control an unsupported device type through Smart Home actions on Google. I would need custom commands such as fan speed, away mode, and scheduling. Is there any way to create custom device types and traits using the actions SDK and…
Nelson.b.austin
  • 3,080
  • 6
  • 37
  • 63
0
votes
1 answer

How to get parameters in a word for Chatbot(API.ai)

Hello im working on a chatbot which will give flight status. My bot is working fine if user inputs SU 1234, bot understands "SU" airline code and "1234" is the number. but if the user doesn't give space like "SU1234" bot cannot identify parameters…
user899263
0
votes
2 answers

Google home integration

I would love some advise on how to make voice commands given to my Google home device be executed through my Mqtt server and my Node Red installation. My mqtt broker and my node red is on a local raspberry pi placed safely behind my firewall. I…
0
votes
1 answer

open custom app from google assistant on smartPhone

Here's the problem, i'm developing an google assistant app where i should show a list to the user and when he press on item from the list i should open another app. i was able to create list using the following…
0
votes
1 answer

Google Home - how to detect user name

How to detect username/email associated with google account from Google home? i would like to use this name/email in greetings. for example, If user say, "OK google, Good Morning" expecting below reply from Google home, "Good Morning user , how I…
0
votes
1 answer

Pick up session later again

is there a possibility to preserve a session with Actions on Google? I would like that users can leave the the current session, do something in between for a some minutes / an hour and then start with the next invocation exactly where they have been…
0
votes
4 answers

Why can't i do any development with Google Home in the UK?

Does anyone know if this is a general UK issue with attempting to get a Google action up and running (in test mode) using a UK variant of Google Home? The issue appears to be that if it is a UK device it does not have access to a lot of actions.…
Steve
  • 557
  • 5
  • 17
0
votes
1 answer

Is it possible to keep an a custom Google Actions app (Built into Google Assistant SDK) active all the time?

I am building a Google Assistant application but would like to restrict the app from ever exiting. Meaning I just want the experience to be my app. This isn't a public facing app, its personal and on a custom device, like a Raspberry Pi.
0
votes
0 answers

API.ai Google Home Web Simulator error: "Bot isn't responding now. Try again soon." Error: Failed to parse SDKResponse from http_response

I restored an agent (working agent), using Restore from Zip option in API.ai. I tested the agent in API.ai and it worked successfully. But when I try to integrate it with Google Home, and test it with the Google Home Web Simulator, I get the…
Pythoncoder
  • 69
  • 1
  • 7