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

Internal error encountered when report state

I am trying the TV device type and I am getting "Internal error encountered" when sending the response to Google. When I homegraph.devices.reportStateAndNotification with following payload { "requestId":"f7549700-aedf-433f-b558-53804c19b7b6", …
kakopappa
  • 5,023
  • 5
  • 54
  • 73
0
votes
1 answer

Why is Google Assistant responding that it is "unable to reach" my app while the controls work in Google Home app?

For just a handful of users, Google Assistant responds to them with "Unable to reach myApp" when they attempt to control a device. However, the Google Home app shows that all of the devices are online, in their proper state, and can be controlled by…
Brett Comardelle
  • 322
  • 2
  • 11
0
votes
1 answer

Is it requirement to implement networkSpeedTestInProgress error for Google Assistant Action traits NetworkControl?

In the documentation for NetworkControl command action.devices.commands.TestNetworkSpeed we can return an error networkSpeedTestInProgress. Are we required to return this error to pass the certification? Examples: #1 Without Implementing…
jm18457
  • 443
  • 1
  • 7
  • 19
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…
0
votes
1 answer

Smart home report state SYNC new device | Requested entity was not found. [404]

I've implemented the HomeGraph API with the help of the package Google.Apis.HomeGraphService.v1 (1.50.0.2260) It seems to work fine as well, the ReportStateAndNotification function works fine on the query, execute, and some sync requests. But when I…
Rick
  • 109
  • 13
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
2 answers

Is Google Home integration supports arm Night mode

I want to integrate my security system with Google smart home. Right now it supports away and stay mode. Will it support arm night mode also?
shenbaga
  • 9
  • 3
0
votes
1 answer

Devices with the same commands

Using the Execute intent, Is it possible to execute more than one command at the same time? For example: Ok Google, turn on the lights and turn off the switch { "requestId": "6894439706274654516", "inputs": [ { "intent":…
0
votes
1 answer

Create Google voice command without IFTTT

I'm trying to create my own application that uses the Google Assistant device and is able to control my home devices like turn on/off light, lock door, feed cat etc. I read a lot about Google smart home and this is kind of what I'm looking for but…
Lukas
  • 1
  • 2
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

google assistant saying "sorry, it looks like the camera doesn't support streaming to remote screens"

I am trying to integrate my camera with google assistant for streaming, after syncing, and I requested google assistant "play hall camera on office TV" so I can get execute command to my webhook, but I am not receiving any execute request.it's…
Govind Singh
  • 15,282
  • 14
  • 72
  • 106
0
votes
1 answer

Action traits.Channel getting the wrong channel on smart home

I've programmed a smart home device using the Television Device type. Everything is working perfectly except getting one of the channels by name (action.devices.commands.selectChannel). My sync payload is (a segment of course): { …
0
votes
1 answer

google Local home local SDK Device Discovery

Is there any Local Home SDK Sample that support BT BLE for Device Discovery? I know there has a SDK that support Device Discovery UDP, mDNS, or UPnP. I can not find the SDK can supprot BT BLE for DeviceDiscovery Does anyone have idea? Thanks!!
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

How to sync requests after deploying WebHook with your own server

How to sync requests after deploying WebHook with your own server
noah zhou
  • 1
  • 1