This tag targets question related to programming for Google Home device.
Questions tagged [google-home]
752 questions
0
votes
2 answers
How to set Google home device in “listen mode” with node red
Is there a way to make a node where you can "make" a conversation with google home mini device?
You already can send TTS and it will anounce whatever you type, but is there a way to wait for a response from the end user and receive (his response)…

Diego
- 1
- 1
0
votes
1 answer
How to know when user unlinked google assistant actions?
I would like to handle unlinked user in backend. How can I know when user unlinked the actions in Assistant Directory?
0
votes
1 answer
Google Home. Problem regarding configure a Lock device
Intro:
was created a Google Smart Home project
was configured a proxy server via ngrok to redirect the Google request to my local machine
I develop an IoT project that has the ability to open/close a lock. I need to implement Google integration to…

Damir Magamedov
- 1
- 1
0
votes
1 answer
How to add a default control action to the smart home device that will be visible and clickable in Google Home app?
I created a "Smart home" action that controls my Door device with OpenClose trait. This device was added to the Google Home app and now I can control it using google assistant by voice: "Ok Google, open the door".
How can I add an "Open" control…

OctopusSD
- 90
- 1
- 8
0
votes
1 answer
I am getting error message as " [ArmDisarm] invalid level_name or level_values "
Not able to start my google test suite
strong text

shenbaga
- 9
- 3
0
votes
0 answers
Google Assistant Account Linking via OAuth does not transfer from Speaker to Phone
I am working on an Action on Google for one of our customers.
We are currently trying to transition from pure Google SignIn to Google SignIn + OAuth (Auth Code - docs).
For that we use the OAuth implementation of said customer, which works…

Mr_Robot
- 53
- 7
0
votes
1 answer
Google Home Cast - Different Network
Is it possible to send a broadcast command to a Google mini that is on a different network? Basically, I can access Google Home mini from my laptop, but the mini can't access my laptop because I have a router in the middle - which means my laptop…

Canela
- 160
- 1
- 1
- 11
0
votes
1 answer
I want know Google Home Account Linking detail step (with OAuth)
I followed step this link :
https://developers.google.com/assistant/smarthome/develop/implement-oauth
but there are a few things that I can't understand.
First of all, here's what I've been through.
Account linking add (A) Authorization URL, (B)…

Dave Rogers
- 11
- 1
0
votes
1 answer
Can you trigger workflows and send data without user voice?
Suppose I had a bluetooth low-energy (BLE) device that periodically needed to send sensor data to my server. And I wanted to use a Google Home Hub as a proxy to send this data. Is it possible to send periodic actions or do all actions have to be…

Jebathon
- 4,310
- 14
- 57
- 108
0
votes
1 answer
When the user cancels the associated account in the action of Google home
When the user cancels the associated account in the action of Google home, does it notify our server

TigerLin
- 11
- 5
0
votes
1 answer
Secure joining process using Local Google & Apple HomeKit SDK's
I am working on smart home devices based on the zigbee, z-wave & wifi.
I would like to make my smart home devices compatible with the google local SDK & apple home kit.
For that,
I would like to know how the provisioning is managed by the SDK or APP…

shiv patil
- 99
- 1
- 1
- 6
0
votes
1 answer
Google Homegraph API: can't send status:"ERROR" in reportState
When I send this JSON with reportState() to the Google Homegraph API
{
"requestId":"15cdee88-e804-4352-a2f9-4eace7eb119d",
"agentUserId":"18807",
"payload":{
"devices":{
…

numa
- 1
- 1
0
votes
1 answer
Home Assistant - Request failed Error code 400
I made this function to make it possible to send announcements to my google home mini but im getting error code 400 (Bad Request) nonstop. I tried using multiple approaches to this.
In Home-Assistant, i have setup my Google Home and can play media…

Amenofisch
- 11
- 4
0
votes
1 answer
Changes made in dialog-flow doesn't reflect in google actions's testing simulator
Previously "Auto-preview" option was coming in dialog flow under integration section as shown in this below image , but Google discontinued this option from 14 April 2021.
https://cloud.google.com/dialogflow/docs/release-notes#April_14_2021
It…

Dhaval Shah
- 618
- 6
- 15
0
votes
1 answer
google action project not showing on google home
I want test 'Account Linking' but not showing my project id (ex. [test]exampleProject) on google home app -> Home Control section
First, i set like this:
google home login id is same to action google project id.
already i saw this issue page (…

Dave Rogers
- 11
- 1