This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
0
votes
2 answers
How do I execute a GoApp Binary on Windows - specifically oauth2l
I have downloaded windows_amd.tgz from Github for the oauth2l project. I then used 7-Zip to extract the tar and used it again to extract a file called oauth2l. This file has no extension but is suppose to be a executable binary that I can run on…

John
- 21
- 7
0
votes
1 answer
How to start a timer with the Actions on Google Timer trait?
I'm currently trying to develop a device that will work with the Google assistant. I've followed the Google codelab to set up firebase with the dummy project.
Now I'd like to implement the Timer trait. I'm currently able to set a timer by voice…

Damien Vignol
- 1
- 2
0
votes
1 answer
Local Execution Google: https request failed
Goal
Ensure security in my request message.
Environment:
Library: Version
node-fetch : 2.6.0
https : natively implemented in node, it seems
node : 12.15.0
Device : Version
Google home nest mini : 2nd generation
Issue
I get a "Failed to…

Jean Rajaona
- 1
- 2
0
votes
1 answer
How do I send a command to Google Home with an ESP8266?
I have been looking for a way to send commands to my google home by pressing a button connected to an ESP8266. What I am trying to do is have my Google home turn off / on my Smart lights by pressing a button rather than saying the command.
I have…

Mr_HaleYa
- 67
- 1
- 1
- 9
0
votes
1 answer
get Google Assistant to always complete same action depending on the speaker?
I'm trying to play a prank on a roommate. We have a Google Nest Mini linked to my Google Assistant in the house, I would like it that anytime this particular person talks to the Google Nest, no matter what the command, it will always just play the…

Tim51092
- 201
- 1
- 6
0
votes
1 answer
Understanding how javascript code is download in a google home device, for local home execution (action on google smart home)
I try to understand how my javascript code that handle local execution bahavior is download in my google home mini. I know I give an url towards a server or a web page here :
Action google interface
And this code is used in my google home to handle…

Jean Rajaona
- 1
- 2
0
votes
1 answer
Google Home Report State for LIGHT issue
When I send the reportState I am getting this error:
{"error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT"}}
For the following request:
{
…

kakopappa
- 5,023
- 5
- 54
- 73
0
votes
1 answer
Google Assistant Action - Implicit Invocation Experience
I am currently developing a Google Assistant Action. I understand Implicit Invocation as Google describes it and from my experience testing my own app, I very much understand that it works as they describe.
Here's what that flow looks like:
User:…

Chasen Bettinger
- 7,194
- 2
- 14
- 30
0
votes
1 answer
Can't get oauth token from google smart home action sync intent in aws lambda
I am using aws lambda function for google smart home action. I used aws api gateway for fulfillment url to reach lambda. I can successfully handle google assistant's intents with below code:-
const {smarthome} = require('actions-on-google');
const…

Rishabh
- 57
- 4
0
votes
1 answer
What needs to be done for an action submission?
I am developing a google smart home action.On the Google Home App, I can set up my test action. I can use the Google Home mini turn on my devices. I used a C++ server as fulfillment (url: https://xxxx.xxx.com/google/smarthome). My server can receive…
0
votes
1 answer
Can I add to voice actions for smart plug so I can do "Turn plug off in 10 mins"
I have a smart plug connected to a water heater, which is configured in android app "Smart Life" and this is connected to Google Home and I only seem to be able to use voice commands:
Turn Water On/Off
Is Water on
So none of the following…

Mike Bounds
- 21
- 3
0
votes
1 answer
Google Nest Hub - Scrolling list response causes default fallback intent to trigger
On Google Nest Hub:
If I attempt to scroll through a long list response while the Dialogflow Agent is still speaking, it triggers the default fallback. If I wait for the Agent to stop speaking, I'm able to scroll up/down on the list with no…

vc-ca
- 1
- 1
0
votes
1 answer
Calling followup intent multiple times
I am working on a estimate tool for google actions where I want the ability for the user to change individual values after they get an initial estimate. Currently I am using follow up intentions to update values and then invoke the estimation…
0
votes
1 answer
BLE Mesh with Google Home and Apple Homekit
I'm currently in a project where we want to build up a BLE Mesh system with up to 100 nodes.
We are struggling to find out, how it is possible to connect the Mesh network to google home or apple homekit. If there is a phone, a connection to google…

Hans
- 21
- 3
0
votes
0 answers
How to allow Google Assistant Action to show information on Chromecast?
I am trying to develop a Google Assistant Action that could show different items on a Chromecast display depending on the user input. The problem is that I am unable to find any documentation that demonstrates if this is possible or if it can be…

HectorBart
- 1
- 1