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
1
vote
2 answers

How to make Google Smart Home App suggests Smart Home Actions

I have a Google Smart Home action deployed already, and I noticed that when I open the Google Home app, there are some suggestions of apps to link to my Google Home (as shown in the image below), and those integrations are from apps that I have…
1
vote
1 answer

Where do I find my fullfillment URL to the google home action?

I've just been started integrating assistant to smarthome project that i'm working on. And I've initially experimenting the assistant by implementing account linking flow and sync intent. I tested the account linking by testing with the google…
1
vote
1 answer

Contact details are not updated on Google Assistant page

I've updated Contact details on https://console.actions.google.com/ -> Deploy -> Directory information. I can see them there. But I can't see updated info on the Google Assistant page (https://assistant.google.com/ -> explore actions). How this…
1
vote
1 answer

Warning "A category is required" in the Actions Console

I constantly receive a warning "A category is required" in the Actions Console for some Smart Action (Deploy -> Directory information). As I understand category could be set in the Deploy -> Directory information -> Additional Information. But…
FoxDev
  • 11
  • 2
1
vote
1 answer

Deep link to Smart Home Action

I would like to send users from my app directly to my Action in the Google Home app. Do any of you know if this is possible? The only thing I can find is a link to my Action in the Google Assistant app, but this does not really give the user any…
1
vote
1 answer

Can't modify deployed smart home action

our project "XY" is certified and deployed in production. We are migrating our production from bare metal to cloud platform. In the process we are changing DNS and domain. The only changes we are trying to achieve are update fulfillment and linking…
1
vote
1 answer

Problem with the trait channels on Google Smart home action action.devices.traits.Channel

I follow the instructions on the official documentation for the trait channels, my sync JSON is very similar to the example. The attribute section is like this. "availableChannels": [{ "key": "5f0e8de23cd9b23a5198ca6b", "names": ["Fox",…
1
vote
1 answer

Is there a .NET client library for Google Smart Home Action?

I am building an endpoint to fulfill Google Smart Home Actions requests. I need to build this in ASP.NET Core. Is there a library I can use to wrap Google Smart Home Actions request? I am only seeing libraries for Node.js and Java. Google Smart Home…
1
vote
1 answer

I'm getting backend failure error in google smart home while accessing fulfillment URL provided in dialogflow webhook url

I'm getting backend failure error in google smart home while accessing fulfillment URL provided in dialogflow webhook url { textPayload: "SYNC: Request ID 1570058940383905256 failed with code: BACKEND_FAILURE" insertId: "1trptjqgc2uhm9d" …
1
vote
2 answers

Test suite for smart home doesn't pass with one action, but it does with another one with the exact same code

we've developed a smart home action for Google Assistant and our "staging action" passed the test suite for smart home. Now that we wanted to get the "production action" certified, the test suite didn't pass, not a single command worked. The…
ise GmbH
  • 21
  • 4
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
1 answer

Google Smarthome Local Fulfillment SDK onQuery

I am currently implementing a local fulfillment path for my IoT device integration with Google Home. Following this documentation, I can see that the smarthome.App Class lets one define handlers for onIdentify, onReachable and onExecute, but I…
shangl
  • 11
  • 1
1
vote
1 answer

Problem with StatusReport trait in Smart Home Actions

I have a Security System with traits action.devices.traits.ArmDisarm and action.devices.traits.StatusReport and some other sensors: WaterLeak Sensor, Door Sensor ... I report some errors about other devices with StatusReport state. For example: when…
1
vote
2 answers

Service Account flow - 2 Legged Oauth Golang

I want to get the Oauth token from the GCP client credentials. Reference package main import ( "fmt" "io/ioutil" "log" "golang.org/x/oauth2" "golang.org/x/oauth2/google" ) func main() { data, err :=…
Sprite
  • 350
  • 1
  • 5
  • 17
1
vote
1 answer

Problems with TemperatureSetting trait schema and 'auto' mode

I've been developed and got released a Google smart home device using the Thermostat device and ThermostatSetting trait schema. The modes defined are: "off", "on", "heat", "cool", "auto" For some reason, Google Home on both iOS and Android won't…
eeybye
  • 11
  • 2