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

How to group types.SHUTTER like types.LIGHT

I'm developing Smart Home actions for controling roller shutter devices through google home/assistant. I have shutters in all rooms of my house, and can have several shutters in the same room. Individual control of each of my shutters works…
Dams31
  • 1
0
votes
1 answer

How does Google Home organize a "multi-function" device?

How does Google Home organize devices like a 3 gang light switch? Does it treat it like 3 different devices? Another example will be an IR emitter, like a universal remote control that is able to control A/C, DVD, TV... I ask this because the…
0
votes
1 answer

Report expired access token

I'm working to implement Google Actions, and I've came into this problem. After successful authentication (Account Linking with OAuth) everything works fine, all of the intents (SYNC,QUERY ec...) are working. During the test fase I've restarted…
0
votes
1 answer

Is Request Sync feature required for Actions approval process

We developed a Google Smart Home action and want to send it for the approval process. For the last three months, Google changes testing criteria and published an automated test for verifying your action before submit…
0
votes
1 answer

Why does the smarthome testsuite fail?

I was trying to run the smart home test suite for my test TV device. Traits onOff works fine with Google Home and Google Assistant. But if i run the test suite for the same device. Followed the instructions given in the…
0
votes
1 answer

Google Smart Home Action when multiple google users uses the same account

We implemented a Smart Home Action for our cloud solution which allows us to control our thermostats. Also, the Report State feature was implemented, but we have trouble in the next case: Case: UserA which is signed in to Google Home app with…
0
votes
1 answer

Error with token exchange requests in Google Smart home

I´m following this Google documentation to make account linking with oauth. In the token exchange requests item, I am receiving the JSON below, as expected: { "client_id" : "*****", "client_secret" : "*****", "code" :…
victor
  • 75
  • 1
  • 7
0
votes
1 answer

Google Smart Home Actions add device '[test] ACTION is linked' to immediate 'Something went wrong. Try again'

I am creating a new Google smart home Action, and step one is to create an OAuth 2.0 server for account linking. https://developers.google.com/actions/identity/oauth2?oauth=code&hl=ko&refresh=1 I have follow all of the steps on the Google…
0
votes
1 answer

Smart Home Action Setting "mode" for thermostat doesn't reflect in UI

I have a smart home action with Thermostats. The available modes are 'on' 'off' 'heat' 'cool'. Heat and cool work fine. It's just the on/off modes that aren't working properly. When I select the "Off" mode, it continues to show the UI as if its…
HappyXD
  • 61
  • 8
0
votes
1 answer

HttpListener in C# didn't get all of the queries from Google Actions Server, how to solve it?

I'm creating a smart home server and I want to support Google Smart Home actions. The server app is written in C# using HttpListener and I'm using Mono 5.18 (5.20 version have problems with httpcfg) to run it on Debian 10 server. The server app is…
0
votes
1 answer

AoG Report State Dashboard state changed, but state in Google home APP didn't change

I follow the google doc step by step. And now in Report State Dashboard the state of my device will change immediately when I turn on/off my device. But the state of device dose not change in Google Home APP. as you can see in dashboard it display…
eric zhao
  • 165
  • 3
  • 15
0
votes
1 answer

Google HomeGraph API: PERMISSION_DENIED error

I am making a smart home app using Actions On Google. I currently have a Firebase cloud function that calls the HomeGraph API with a Request Sync request. Here's the contents of the function: const {smarthome} = require('actions-on-google'); const…
yummypasta
  • 1,398
  • 2
  • 17
  • 36
0
votes
1 answer

Dialogflow - Play media response mp3 file from a dynamic URL

I want to play an mp3 file in Dialogflow media response, but the file URL is extracted from an XML file that changes. This can be solved by adding a script to my server that will update a static file link. How can I set in Dialogflow in a media…
0
votes
1 answer

Dialogflow - Can't save response with only media content

I want to set up a response which plays an mp3 file in response to invocation. The only way I managed to get this to work is of I add a simple response and suggestion_chips. When I try to save only the media content I get an error "Errors in…
BenB
  • 2,747
  • 3
  • 29
  • 54
0
votes
1 answer

Set Lights from google action

I created an action which sends notifications to other smart home devices. It is a conversational action, i.e. i did not choose 'Smart Home Control' when creating the action. Now I want to control smart home lights, which are connected to the google…