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

Smart Home Test Suite Not Sending Execute Requests For StartStop Test Case

I am developing a Smart Home Action for Google Home, and I am trying to use the Test Suite to test the handling of EXECUTE intents sent to my fulfilment URI in the backend. I have successfully linked a test account and can populate the test cases…
JHalson
  • 23
  • 4
2
votes
1 answer

Matter Devices are showing offline in Google Home APP after commissioning the device

I created and added a matter device with test VID and PID in the google developer console in order to commission the device with Google Home App (GHA). I was able to commission the matter device successfully with GHA. Post commissioning process, the…
2
votes
1 answer

How to use an android device as a matter sensor?

I have an android device running a custom ROM and self-developed apps. Android version: 8.1 (API level 27) There is a temperature and humidity sensor built into the android device. Now I want to feed the sensor data into my smart home system using…
Kian
  • 31
  • 3
2
votes
1 answer

Can an Android app present itself as a (virtual) Matter device?

Is it possible to create an Android app that presents itself as a Matter device? e.g. a thermometer. Any sample code?
mjs
  • 63,493
  • 27
  • 91
  • 122
2
votes
1 answer

Google smart home test suit fail

when I tested "Query after xxxxx" case in smart home test suite, I got below error. Actually, I already implemented Report state and Query. I don't know why it is and what it's means. //State 'online' is in queried states but not in reported states:…
minkiyo
  • 21
  • 2
2
votes
1 answer

Error getting Home Graph: sync error: 403: Please make sure you have resourcemanager.projects.get permission in Google Smart Home Action Test Suite

I have completed all the procedures in the development process of the Google Smart Home action including Invocation, Actions, and Account linking. However when I try to test the same, If I go to test suit and log in with my developer mail id and…
2
votes
1 answer

Google Home App does not show fan speed and temperature settings for AC unit

I'm trying to add an AC Unit to Google Home via Google Smart Actions. I have the action configured and successfully linked my app server to the Google Home App. I have been using the following guide from Google to develop my app…
2
votes
1 answer

How to execute TestNetworkSpeed command for NetworkControl device trait using Google Actions?

I want to execute the TestNetworkSpeed command which is a part of NetworkControl device trait. Example in the documentation is the following: Examples What's the Wi-Fi speed? For action.devices.SYNC intent we return the following mocked output: { …
jm18457
  • 443
  • 1
  • 7
  • 19
2
votes
1 answer

Does Google Assistant handle any translations for synonyms/values given in a specific language?

I am curious as to how Google Assistant handles synonyms/values given in a specific language within a trait. E.g.: { "availableFanSpeeds": { "speeds": [{ "speed_name": "S1", "speed_values": [{ "speed_synonym": ["low", "speed 1", ... ], …
2
votes
1 answer

Google Nest Hub can't play HLS,But the HLS URL does work in HTML

1.We are debugging our smart home camera stream using Google Nest Hub. 2.We have access to device sync and passed the validator.This is our Device Sync response: { "payload": { "agentUserId": "b4ad4e18-ab90-4b0e-bc02-264da5bb6469", …
gejiayu
  • 21
  • 1
2
votes
1 answer

google smart home actions implement offline response issue

I implement google smart home actions for plug device, I can control on/off plug with no problems, but about implement response offline status for Execute and Query, it seems google assistant never get status, it always said "OK, turn on/off plug",…
2
votes
1 answer

Test Suite for Actions on Google Smart Home Error

I'm implementing a Smart Home action, and while running tests on the Test Suite, I got the following error message during a brightness trait test: Starting test... Utterance (1/1): Ok Google. Set the Dimmer brightness to 75 percent . . . . . . . .…
2
votes
1 answer

How do I setup and deploy a local execution app for Google smart home action?

I am implementing the local execution functionality for my google smart home action. I am following the steps in this link: https://developers.google.com/actions/smarthome/develop/local I have already configured the scanning data in the console, and…
2
votes
1 answer

Request Sync always returns 404 : "Error: Requested entity was not found."

I'm having a hard time implementing requestSync. It always returns "error": { "code": 404, "message": "Requested entity was not found.", "status": "NOT_FOUND" } I use Node.js/Express for the backend. The linking/unlinking with the…
Matija Martic
  • 252
  • 1
  • 3
  • 11
2
votes
1 answer

Google action. UI is not updated when report state change

I am trying to build a custom google action. When my device is changing state (for example the user is turning the light on).I am updating the graph database to let the device know that a change happened. The ReportState call works correctly (I…
1
2
3
27 28