Questions tagged [google-smart-home]

Smart home Actions connect IoT devices to the Google Assistant through the Actions on Google platform. Use this tag for questions related to smart home integrations, account linking, Local Home SDK, and the Home Graph API.

Learn more about the building smart home Actions for the Google Assistant:

420 questions
0
votes
1 answer

Google Assistant/Google Home terminates browser in background during cloud to cloud account linking

I am implementing the authorization code flow for linking a user's account in our app with their Google account (https://developers.home.google.com/cloud-to-cloud/project/authorization). When choosing to add a smart home Action in either the Google…
0
votes
1 answer

Local Fulfilment with multiple devices

I try to create a Google Home Action with Local Fulfilment and with multiple devices that are detected through mDNS. As such, I have a GCloud Fulfillment Function that returns the required sync: response.payload.devices.push({ id:…
user4240580
  • 35
  • 2
  • 3
0
votes
0 answers

Google Smart Home can't recognize "action.devices.commands.TimerStart" command

I'm integrating my sprinkler product with Google Smart Home. Everything works except that the "action.devices.commands.TimerStart" command cannot be recognized by Google smart home. Below is my SYNC response: "body": { "requestId":…
Tomud
  • 1
  • 1
0
votes
1 answer

Assitant Hindi Issue in Google Nest Audio

I am working on google actions in Hindi and English language. In English all utterances working fine on nest audio. But Hindi Utterances are not working fine on nest audio. Let's say. In English : Turn On Bedroom A/C (Working) In Hindi: बेडरूम को…
0
votes
0 answers

Google Smart Home Intent Request For All AC's When Friendly Name is Air Conditioner(Hindi Language)

I have named my Smart AC as Air Conditioner and when i am trying to give Hindi command to start Air Conditioner(एयर कंडीशनर को चालू करो), google process the request and send me the EXECUTE intent request for all smart AC's linked to my account. As…
0
votes
0 answers

Google Assistant does not recognize the command for Smart Home Modes Trait

I implement the Smart Home Modes Trait for Google Smart Home Action,but when I say "Ok, Google, What is the mode on D5s?" to query mode or "Ok, Google,set D5s to smart" to control mode, Google Assistant receives the command but does not send the…
0
votes
1 answer

Google Smart Home Actions Toggle Trait

I am toggling horizontal swing and vertical swing in Hindi language, but assistant is not taking my command and always take me to a web page. English Utterance: Start Horizontal Swing on Bedroom A/C. (working) Hindi Utterance: बैडरूम एसी के…
0
votes
1 answer

action.devices.commands.OpenClose trait in Google Smart Home actions does not work properly

When I give command "Open the device 30 percent", the data received by intent fulfillment is { "command": "action.devices.commands.OpenClose", "params": { "followUpToken":…
Tomud
  • 1
  • 1
0
votes
0 answers

Voice Command for action.devices.traits.Dispense

I have an ESP32 device that weighs my kettle and tells me how many cups of water are in the kettle. I have a rest server that returns the cups, so this will be Cloud-to-cloud. I have used the smart washer codelab as a starting point…
0
votes
1 answer

Error while Google Assistant authenticate with service and send a SYNC request

Hi I am trying to implement an example of below codelab, which explains how to publish a cloud service that manages a virtual smart washing machine, then build a smart home Action and connect it to the google…
0
votes
1 answer

actions on google home app not calling token exchange endpoint

Everything is ok before token exchange. I found that Google Home showed "something went wrong,try again." It seems that the account linking was failed. I checked the official document, but I could not find the point that where is wrong. [enter image…
0
votes
1 answer

Account linking fails on my google smart home service

The service hosted on cloud function was running fine for past 1.5 years and recently started bugging out. The problem was found while signing into my google service through auth0 SPA. After a successful login the app leaves a "Service failed to…
0
votes
1 answer

how to connect eWeLink to google app scripts

I want to connect between a smart power switch app(eWelink for example) to google app scripts. The problem is the API(https://ewelink-api.vercel.app/docs/introduction) uses a library which isn't possible to use in google app scripts. What is the…
0
votes
1 answer

"socket hang up" error occurs when sending ReportState requests - Node.Js

I am using a Node.js client to integrate with Google Smart Home. The following error occurs when the number of requests to Google Smart Home API exceeds 100~150 per minute. FetchError: request to…
0
votes
1 answer

"Error: Internal error encountered" while running RequestSync to Google Homegraph API - Node.js

I am using a Nodejs client to integrate with Google Smart Home. When I request to RequestSync API, it sometimes shows the following error. Error: Internal error encountered. Although I saw the above error, it seems that the SYNC request has been…