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

Get registered devices Google Homegraph

Is it possible to receive a list with all registered devices, homes and rooms from a Google account with a google actions? Basically I want to create an action which allows to send notifications to a specific google home device. I know that this…
0
votes
1 answer

Smart Home & Touch Controls: visual cards never update after successful Execute commands

According to the documentation, visual assistants and the Google Home app display graphical interfaces for certain traits without any development work. https://developers.google.com/actions/smarthome/create#touch-controls However, I have implemented…
0
votes
1 answer

Google Action SmartHome - Publishing a release returns unknown error

I created a SmartHome project with all information provided (all checks are OK in project overview). When I go to Deploy > Release and click on Submit Production then Submit for review an error occured: Conversation fulfillment ... has invalid API…
jootl
  • 699
  • 2
  • 8
  • 16
0
votes
1 answer

Error adding supported language on my action on google

In my smart home action on google I selected all Locations like explained here: https://developers.google.com/actions/localization/publishing but I can't add any language in my project settings like explained here…
ims
  • 135
  • 3
  • 10
0
votes
2 answers

Smart home device integration with Google home and Alexa

I am trying to integrate smart home devices with Google home and Alexa but I am facing following issue. Communication between Google Home/Alexa and our device cloud server is HTTP. Communication between smart home device and our device cloud server…
Pradip Shenolkar
  • 818
  • 1
  • 14
  • 34
0
votes
1 answer

Can't enable my smart home test application in googe home

I have a problem with unlocking the test smart home application on the account mobilus.assistant@gmail.com. Id of my project is: mobilus-d9412. After correct linking account with the oAuth2 service in the google home application, the message appears…
0
votes
1 answer

Query regarding ColorSetting trait in Google Device Actions

I am not able to query google assistant about "what color is my light", the documentation at the following web page says that ColorSetting trait has the ability for a light to asked about what color it is set to but I am not able to accomplish it.…
0
votes
1 answer

Visual interface for TemperatureControl trait, google device actions

I have a water heater whose temperature I have to control and view from my Google Home App. The TempratureControl trait in google device actions enables the utilization of google assistant voice interface for the following things : Setting…
0
votes
1 answer

Google Smart Home Agent responded Empty JSON

I've hosted my fulfillment on AWS Lambda and when I test my Google Smart Home project and I try to EXEC a command StackDriver always logs: "Agent responded empty JSON" and Google Assistant says that my device is not available. But running project…
ims
  • 135
  • 3
  • 10
0
votes
1 answer

AWS API Gateway header for request in Authorizer

I am using AWS API Gateway for Communicating with Action on Google Console to AWS Lambda. In this scenario I am making a post call and I want to find the user in this call. I came to know that this is sent in the header. So I did the Following…
0
votes
1 answer

How does Action on Google Smart Home API works Asynchronously?

I recently developed a project on Amazon Alexa for Smart Home Skill API and We developed using Async Method. In Alexa there are Event Gateway to make post call Asynchronously and deffered response to keep event gateway open. I know that Action on…
Sharvin26
  • 2,741
  • 2
  • 9
  • 15
0
votes
1 answer

Action on Google Smart Home using AWS lambda in Python

I wrote a smart home skill for Alexa using AWS lambda and Python. That's working all good. Now I have moved on to Action on Google and I want to build the Skill on AWS lambda I used AWS API Gateway created a post call and gave the URL in the…
Sharvin26
  • 2,741
  • 2
  • 9
  • 15
0
votes
1 answer

Error in Implementation of Report State for Google Home

As suggested in codelabs sample code I am implementing report state as follows: function reportState(devid, actionVal) { console.log('INSIDE REPORT STATE'); if (!app.jwt) { console.warn('Service account key is not configured'); …
Sanu
  • 3
  • 3
0
votes
1 answer

Google Smart Home and Alexa Smart Home

I have to develop the same app for Google Smart Home and Alexa Smart Home, is there something like https://www.jovo.tech/ for skills and actions to build the same app for both platform?
ims
  • 135
  • 3
  • 10
0
votes
1 answer

Differences between smart-home-nodejs and actions-on-google-nodejs

What's the different between smart-home-nodejs (https://github.com/actions-on-google/smart-home-nodejs) and actions-on-google-nodejs (https://github.com/actions-on-google/actions-on-google-nodejs) handlers for Smart Home intents? Which method should…
ims
  • 135
  • 3
  • 10