This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
0
votes
1 answer
Where can I create a Dialogflow action from the Google Actions Console?
Every tutorial I found online for creating a Google action involved creating a new action in the Google actions console which redirected to a Dialogflow project. More specifically, I followed this video by…

Heisen
- 153
- 1
- 4
0
votes
1 answer
Google Assistant Internal API Endpoint
I am currently working on tool that will send an automated message broadcast to all Google Homes in my home. I want to run this tool on a VPS, but unfortunately the Google Assistant SDK only supports broadcasting to Google Homes on the same Wi-Fi…

DataPools
- 43
- 5
0
votes
1 answer
Scheduling smart home Actions
I can set up scheduled actions by saying "OK google, turn on bedroom in 10 minutes", but how can i cancel this scheduling ?
"OK google, cancel my scheduled actions"
google says "I'm still not getting it, so let's stop for now."
could you please…

Tahir Mehmood
- 89
- 1
- 15
0
votes
1 answer
Remove Actions on Google project from Google Home app Home control page
Some time ago, I made a few test projects on Actions on Google. I later removed these projects by deleting them on Actions on Google and/or on GCP. However, these projects still appear in the Google Home app:
I've tried relinking them (as per…

jasonamri
- 3
- 1
0
votes
1 answer
Google smart home action always failing on command execution
I am developing fanSpeed and colorSetting trait for Google Actions, but whenever I execute command for setting fan speed or setting light colour, it fails. Here is my JSON for sync,query and execute…

Josh Mathews
- 11
- 1
0
votes
1 answer
How can I group device on discovery in Google smart home action?
I have a smart home skill already working fine with google home but when google home discovers devices for first time I want to group appliances into different rooms and relay this info back to google home. I know user can make rooms and assign…

abhishek
- 87
- 1
- 10
0
votes
1 answer
Smart Home Device showing small cog and no commands
I have a node.js script in AWS Lambda which is connected to my Project via API Gateway.
I've got the actions-on-google library included OK and my devices get discovered. However, depending on what I select as the device type, affects whether in…

Gadget-Man
- 35
- 4
0
votes
1 answer
Turn on/off local wifi device with bash script
I have a raspberry pi in my local wifi network. Also I bought smart socket which can be integrated with Alexa or Google Home Assistant. What is a best option to turn the socket on/off from my raspberry?
I thought about installing alexa or google…

standy
- 398
- 1
- 3
- 16
0
votes
1 answer
google home rest call to private device
I've a google home mini device (with google home app then), and I've another device on the same network that I would like to post a simple api rest call to.
Is there any way to do so using google mini/home?
Thanks in advance for your help.

raf
- 1,121
- 3
- 13
- 14
0
votes
0 answers
How identify source from google assistant on dialogflow?
i have 2 sonos speaker. I have done an application on dialogflow where i can say "play muse" to listen my mp3 on them. The sentence is send to a php webserver (with a webhook) and the sound is send to the sonos with the api. But, the only solution i…

Yohann Nizon
- 14
- 5
0
votes
1 answer
Google Action not deploying
I'm trying to get a simple audio stream playing in a Google Action cloud function. It won't deploy as it says there are errors in the code, but it's not saying where. Here's my code (note the alternatives in *** comments - confusing as I'm not sure…

user4893295
- 533
- 6
- 25
0
votes
1 answer
Cloud functions or local server as fulfillment?
Can anyone tell me about the pros and cons of using Google's cloud function as fulfillment over a local server. We have a local server available, but we can't decide which to go for. I am currently creating a smarthome action and no matter what, the…

Nicklas Nielsen
- 21
- 3
0
votes
1 answer
do I need to implement google Transaction API for taxi booking app google action? because no payment flow in google action
I am working on booking ride skill in google action. Our Google Action allows the user to book a seat on a ride. Google action is not responsible for deducting any amount of money to book that seat on the ride. It merely sends a request to the…

Gautam Ajani
- 71
- 1
- 3
0
votes
1 answer
Implementing Google Smart Home Request Sync
I am trying to implement Google Smart Home Request Sync. Is it normal, that I have to say sync devices once I change the name of the device? Is there a way to force it without saying so? Here is my code:
exports.adduser =…

Pier-Luc
- 1
- 1
0
votes
1 answer
How to integrate Django's oAuth backend with google assistant's webhook intents?
I followed the tutorial on auth0 https://auth0.com/docs/quickstart/webapp/django/ and was able to get a webpage that allows for user creation based on auth0 authentication. It uses social_core.backends.oauth with a middle layer that processes some…

Hyperian
- 127
- 3
- 13