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

Smart Home & Report State: what happens if the current known state is not in sync with the reality?

I implemented a basic Smart Home service by implementing the SYNC, EXECUTE and DISCONNECT actions. In the SYNC action, all devices have willReportState set to false. However, on https://developers.google.com/actions/smarthome/report-state I read…
Andrew Eers
  • 347
  • 2
  • 16
9
votes
2 answers

Smarthome app/action doesnt appear in Google assistant companion app under home control

Problem: I ve a problem for long time, where the smarthome app I created with Actions SDK doesnt show up in the Google Assistant app under home control as a test app. I tried 3 different accounts, looked for being signed in with the same account,…
mehmet
  • 91
  • 3
5
votes
1 answer

Google smart home command for blinds

I would like to control blinds using google smart home action. How can I create commands like "turn/put my blind up/down" ? What device traits should I use? It seems OnOff trait doesn't understand up and down, can I custom it? Thanks!
JCT Developer
  • 81
  • 1
  • 5
4
votes
2 answers

In reportState of the Google SmartHome API, temperatureK & spectrumRgb doesn't seem to work together

I'm trying to make the Google Smart Home API work on Gladys Assistant (it's an open-source home automation software), and I struggle to make Google Integrations tests pass. This is my onSync: onSync { "requestId": "9164924531720238290", …
Pierre-Gilles
  • 85
  • 1
  • 5
4
votes
1 answer

Failed to get device list from HomeGraph: Requested entity was not found

I have implemented Smart home actions as per documentation, i have enabled Home graph api, i got agentUserId from Google Oauth playground, but when i submit agentUserId and service account key in test suite its returns an Error 404 msg: Failed to…
Sai Prasad Goud
  • 199
  • 1
  • 7
3
votes
1 answer

Alternative option of conversational actions for Google Home Nest Mini

I'm very new to google actions and I got one project which is made by using conversational actions. (You can try it in google assistant talk to help me sleep) And as you all know conversational actions will be deprecated soon, and I try a lot for…
3
votes
1 answer

Conversational Actions Sunset 2023: Migrating from conversational actions to Smart Home Actions

Short background story We currently offer a Conversational Action for hundreds of users. We developed this Action in the last three years as a "job" for one of our customers. As we recently found out, we will be affected by the sunset of…
Mr_Robot
  • 53
  • 7
3
votes
2 answers

Google Assistant - Report state returns 200 but Test suite and report state dashboard fails

I'm implementing a media remote device with OnOff and Volume traits. Report state payload looks like this: { "requestId": "947aa603-1bfe-4bff-bac0-a50101da419d", "agentUserId": "13", "payload": { "devices": { …
3
votes
1 answer

How can i implement Percentage controller on Fan in Google home?

I had implemented Fan turn on/off feature with OnOff trait and fan modes('High', 'Medium', 'Low') with Fanspeed trait, now i want to implement percentage controller. Ex: set the fan speed to 50 percent. How can i implement this?
Sai Prasad Goud
  • 199
  • 1
  • 7
3
votes
1 answer

Smart Home Report State real-time in 2 or more devices

I spent many hours trying to update Home Graph in real-time in more than 1 device. Actually this project have 2 devices: 1 washer and 1 lamp. The washer is perfect, real-time update when I make changes direct in database. The lamp is the problem.…
3
votes
2 answers

Smart Home Test Suite for smart home not doing anything with my Google Home

I'm trying to get my smart home action certified but its been stuck in review for ages. I've realised that the documentation says to do the test suite so I'm trying that. I've also sent an email to support but no reply yet. With regards to the test…
HappyXD
  • 61
  • 8
3
votes
1 answer

Google home actions.fulfillment.devices not getting enabled

I am using google smarthome actions for IOT... I updated my action url and account linking details. When i am trying to enable the Test in simulator to deploy my TestAPP to cloud, it fails and it gets me an error "GoogleFulfillment…
3
votes
1 answer

Actions on Google Simulator not working

I follow the actions on Google instruction, just have one action which is the default welcome intent. I always get this error when I type "talk to XXX ". Also, I tried the google smart home action example, I could see my devices on mobile assist APP…
JCT Developer
  • 81
  • 1
  • 5
2
votes
1 answer

Is there any mechanism provided by Matter protocol to add a new kind of Device Type? If so, What is the process and Is there any limitations doing so?

As part of POC I am trying to understand if the Matter protocol allows adding a new Device Type or not as what BLE has like custom services for specific to manufacturers. I have found some details from the specification provided by CSA for Matter in…
2
votes
1 answer

How I can make AWS cognito access token from JWT to opaque symmetric token?

I'm using AWS cognito in google account linking in smart home skills. In documentation of google smart home suite JWT format access token is not recommended. If a JWT format is found, the following warning is displayed: The access token seems to be…
1
2 3
27 28