This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
1
vote
1 answer
Testing the Google Smart Home Action
I have developed and released Smart Home Action,
Now I need to test it because I will modify that Action.
It will be a test with Actions on Google Project with released actions,
If I enable test,
Is it okay to understand that the following is…

gaku
- 11
- 1
1
vote
0 answers
Send a text command to google home using a google spreadsheet
I would like to send at a given time (from cell in google sheet) a text command to my Google assistant (on google home) to play music or do another action.
I tried this tutorial and I'm now able to send email at a given…

Manref
- 21
- 2
1
vote
1 answer
Can't find node/web sub directories for Google Local Execution after build
We're building the google home local execution support, based on the sample project (https://github.com/actions-on-google/smart-home-local).
According to the guide, when we run the npm run build, there should be two sub directories web and node…

trench
- 11
- 1
1
vote
0 answers
Unable to access Google Home Mini after Wifi password change
I had to change my Wifi password on account of security issues. Two of my Google Home Mini devices are now unable to access the wifi, and I'm unable to set the changed password on these two devices through the Google Home app.
Short of resetting the…

user1994911
- 63
- 8
1
vote
1 answer
Google Home report state request is working but not showing expected result?
I'm integrating google assistant with my application. The problem is when I send a report state request to assistant while inside a device screen in google home application, I get a 200 OK response with the requestId I'm sending, but the device…

Poorna
- 72
- 8
1
vote
0 answers
Scrolling on Google Home Nest device stops the speaking response
When a longer response appears on a Nest Google Home device (i.e., one that spans more than a single frame), and a user scrolls through the message:
The action stops speaking at the moment the scrolling begins, rather than continue reading the rest…
1
vote
1 answer
Possibility to create a log file of activities on a Google Home?
I am currently working on this project where I need some kind of log file that stores all of the activities that a user has invoked on a Google Home device. Anyone who has an idea how to do this? I doubt if it is possible since Google is kind of…

Edevont
- 73
- 6
1
vote
1 answer
"Requested entity was not found." error in google actions when sending first Report Sate
According to the documentation Report State request should be send right after
QUERY or EXECUTE request. However, when I do so I get the exception:
{
"error": {
"code": 404,
"message": "Requested entity was not found.",
"status":…

Dmitriy Dumanskiy
- 11,657
- 9
- 37
- 57
1
vote
1 answer
Google Assistant Smart Home : agentUserId definition may be incorrect
As per Google Assistant documentation for Smart Home, the agentUserId used in action.devices.QUERY is defined to 'Reflects the unique (and immutable) user ID on the agent's platform. The string is opaque to Google, so if there's an immutable form vs…

Zac
- 162
- 2
- 10
1
vote
0 answers
How to read saved wifi passowrd without root[su] access
I need to read saved wifi password for one of application.
I know that it is not possible directly due to security issues, but by rooting the android mobile device, It might because.[I don't want this solution].
But Google Home android application…

Shanmugapriyan
- 953
- 1
- 10
- 28
1
vote
0 answers
How to share Scenes between users - not all devices are visible
My test action adds a number of devices including lights, fans and scenes which I'd like to make available to all users in the Structure/Home. However, the type of device seems to change how/when it is shared and I can't find any documentation on…

Thomas Boby
- 778
- 8
- 22
1
vote
1 answer
Trigger Google Home listening with pysical button maybe via network from a Raspberry Pi/Ardruino/etc
I need to trigger the google asistant on my google home (mini) by using a physical button.
I was thinking it may would work by using a Pi or something like that and then pingin it via some api or by creating a addon for the assistan ( i forgot what…

user9206769
- 11
- 1
1
vote
1 answer
Having several GoogleResponses in a row without user input or interaction
I am working on a cooking recipe app for google home and I need a way to string several GoogleResponses (SimpleResponse etc..) together without requiring user interaction between them.
I have searched for other answers pertaining to this, and while…

vulpinus
- 79
- 1
- 7
1
vote
0 answers
google home layout control works but no voice command
I am developing an integration with the goole assistant for my home automation, I use node red to handle api calls in the webhook and the flow is handling well the calls SYNC, QUERY and EXECUTE when using the graphical interface of the google home…

Caio Lima Viana
- 11
- 1
1
vote
1 answer
Google Actions Simulator MalformedResponse Media response is not supported on this device
I have been testing my app on the google actions simulator, mainly using the 'Smart Display' surface.
Until this morning it was working fine but then suddenly I started getting this error:
MalformedResponse…

vulpinus
- 79
- 1
- 7