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

Google Smart Home Action disconnects ~monthly

I've developed a Google Smart Home action and it is live on the Google Assistant and Google Home app. Account Linking, Device Creation, and Device Control seem to all be working fine. The one complaint we receive is that sometimes, after around a…
0
votes
1 answer

Positive Scenario Usage of StatusReport google home trait

In Google documentation, they explained how to use "statusReport" trait for query intent when there is an error or exception occurred for a device. I'm facing issue while using it for success status without any exception. I tried sending the…
0
votes
1 answer

Utterance "What is the temperature in the room" always reports device is off

I have a device as "Heater" to support the utterance "what is the temperature in the room?", and my instance returns following JSON object of device status to Home Service: {'devices': {'': {'online': True, 'on': True,…
Fei Deng
  • 3
  • 1
0
votes
1 answer

Google's smart home third party background calls home graph error

I'm doing test suite.Refer to the test suite flow chart picture. Developer cloud can receive instructions sent by Google assistant. But when I do reportstate to homegraph, I get this exception. I don't know why? I refer to this website…
0
votes
1 answer

Google Home not getting a valid assistant response when executing actions for bulbs

I have integrated google assistant into my own app. When executing an action for a LIGHT device type, such as turning it on/off, I get an assistant response like "OK, Sorry, I can't reach the Bulb right now. Please try again" but the execution…
Poorna
  • 72
  • 8
0
votes
1 answer

Allow users to set up your device and to link with Google Home app

I develop an smart home on google. I want to be able to allow users to set up your device and to link with Google Home app in my android app. Are there any turial or exemple that help me with that ? Thanks
0
votes
1 answer

What URL should I use for Google Home local execution app

I'm trying the sample project for google home local execution https://github.com/actions-on-google/smart-home-local Is the URL README file correct? In Develop > Actions > On device testing set the development URL to…
0
votes
1 answer

Is there an auto trigger of SYNC request with some frequency?

It seems that there are the following options to trigger SYNC request: account linking manual call by user via sync device phrase via requestSync Is there an auto trigger of SYNC request with some frequency?
Mariia
  • 1
0
votes
1 answer

Google Cloud Platform Logger

I have repeated warnings about occurred errors, but I can find any data about the error reasons and why they occur and how I can fix them. The codes are: DEADLINE_EXCEEDED, BACKEND_FAILURE, OPEN_AUTH_FAILURE About some of them like BACKEND_FAILURE…
0
votes
1 answer

Google Smart Home Action not visible in Home Control section

I made some changes to Authorization URL and Token URL in Accounting Linking. After that when I enable Test l, the action with [test] prefix didn't appear under Home Control section in Google Home app. The app is logged in with the same account as…
0
votes
1 answer

Customization of existing smart errors

We have customized error messages that do not match well with the list of errors described on https://developers.google.com/assistant/smarthome/reference/errors-exceptions. Is it possible to add additional errors to Smart Home or customize existing…
Mariia
  • 1
0
votes
1 answer

What the difference between error and blocking exception for target device?

Could you please provide more details about errors and exceptions: What the difference between error and blocking exception for target device? What intent and what kind of response should we use in each case? Could you provide the examples? Should…
Mariia
  • 1
0
votes
1 answer

There are no graphic controls for action creation in routines (only text field to type command)

To create any routine, user needs to enter full command in the text field. Is it possible to add additional graphic controls that can help user in creating a routine? For example, to provide possibility to select any commands from predefined list,…
Mariia
  • 1
0
votes
1 answer

What are the rules for building user phrases and Google responses (OnOff and Cook traits)?

Current documentation doesn't fully describe the rules for how a user can build the phrases to trigger any operation and possible answers. Could you please provide the following: for "action.devices.traits.OnOff" trait: the full set of phrases…
Mariia
  • 1
0
votes
1 answer

Google Smart Home - TemperatureSetting Temperature Range not working

I made a google Smart Home able to control a water heater pump with google smarthome touch control. What it need to control is desired temperature and mode (on off). I was not able to make that work with the "heater" device so instead I use the…