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
1 answer

Can I bound one same device (same id) with two different account(two different agentuserID)?

I'm developing an Action on Google and I have a question about agentUserID. In documentation I see this information to reportstate command: { "requestId": "123ABC", "agentUserId": "user-123", "payload": { "devices": { "states": { …
1
vote
2 answers

Documentation for Matter Standard? ... Github project exists, but no overview

The Matter standard will important for the connected home. So, I want to understand the technical details. A relatively active Github project is here: https://github.com/project-chip/connectedhomeip but where is the summary document/standard to…
1
vote
1 answer

"Error querying agent backend. State: URL_TIMEOUT, reason: TIMEOUT_DNSLOOKUP"

Since 1.5-2 my google smarthome action was working absolutely fine with device sync, state query and all relevant actions. Since last 2 months I am getting following error, although I haven't changed anything: 0: { action: { actionType:…
Sajal Jain
  • 11
  • 1
1
vote
1 answer

Failure events behavoir for DISCONNECT Intent

I'm implementing a Handler for the DISCONNECT Intent, and by reading the online documentation https://developers.google.com/assistant/smarthome/reference/intent/disconnect, I see that it is no such response format and it is not a reference in case…
1
vote
2 answers

Report state to GOOGLE, The request is missing a valid API key

When I test to report smart home devices state to google, I get the following error: "error": { "code": 403, "message": "The request is missing a valid API key.", "status": "PERMISSION_DENIED"} I follow this guide…
east
  • 11
  • 1
1
vote
1 answer

How to add a custom device into google Home

I've created a smart device with esp32 using adafruit IO and integrated it with google assistant using IFTTT. This way I can control the device using custom voice controls from google assistant or access the adafruit IO panel and toggle the…
Antonio
  • 23
  • 2
  • 6
1
vote
1 answer

Smart Life + IFTTT + Google Assistant trigger via Webhooks

Problem I bought these LED's lights off Amazon that you setup with Smart Life, which has Google/Alexa/IFTTT integration. Which is great but when I go to IFTTT and I try to setup a webhooks to trigger the lights turning on IFTTT says the devices are…
HuXu7
  • 317
  • 3
  • 13
1
vote
2 answers

Is it possible to add custom voice commands to my home network of google home/minis?

I would like to write custom voice commands that can be used on any of the google listening devices in my home network (home/minis) and then return a specific response for those commands using the same google voice as all the default…
Thranor
  • 393
  • 1
  • 4
  • 13
1
vote
1 answer

Google Assistant Smart Home may return error 500 when doing Request Sync

I am doing Request Sync for my users because I implemented a new device type. For some users it succeeds, but for some users I got errors with status 500 as a response of Request Sync like below. { "error": { "code": 500, "message":…
Takahiro
  • 21
  • 2
1
vote
1 answer

What means `Unrecognized error code: COMMAND_FAILED` in Google Smart Home action?

I have built an google smart home action with local fulfilment. It works but sometimes I see the error messages like in example below. How to fix it? Which part of the google action is throwing this error? { "insertId": "************", …
1
vote
1 answer

Created smart home activity (google home) with OAuth2 (which works) but can't Link it in the "Home" app

Introduction I've been trying to build a Google Home, Smart Home Activity that integrates with Azure AD. I've been able to correctly sign in so the ClientId/endpoints/scopes must be correct. When I try to connect to the Smart Home skill using the…
Devedse
  • 1,801
  • 1
  • 19
  • 33
1
vote
1 answer

Google Smart Home: Fullfill action.devices.commands.GetCameraStream asynchronously

I am implementing google smart home actions for my device. The device is a camera with the action.devices.traits.CameraStream. I want to know what is the best way to respond to the action.devices.commands.GetCameraStream command…
chenyuy
  • 11
  • 1
1
vote
1 answer

Control Google Home with Raspberry Pi

I have a Google Nest and a Raspberry Pi. I would like to be able to send commands from the Raspberry to the Google Nest. I have done some research and I have found ways to control the rpi with the Google Nest but not the other way around. Any clue…
1
vote
1 answer

iot-smart-home-cloud (gcp project) I can run commands in flutter app. But I can't run Voice(AOG) smarthome commands

I've been trying to finish the project below for four months. It will serve as the basis for a new project of mine that will use Android things/Firestore and raspberry pi 3 in the back-end (and not cloud iot…
1
vote
1 answer

smarthome test suite fails to execute

I am trying to run the Google Smarthome automated tests on my service. I test retrieves my service's devices and traits correctly. However, when I start the test nothing happens. No timeouts, no errors, nothing. In my web browser developer's view…
gambitx28
  • 151
  • 1
  • 9