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

Is it possible to implement custom intents in Google Smart Home?

I successfully created a basic application which turns the lights in a certain room on or off. This uses the built-in intent 'turn everything in living room on/off'. Is it possible to implement custom intents? Let's say I want to implement the…
0
votes
1 answer

Is it possible to retrieve the configured rooms/locations in the fulfillment service?

I have been experimenting with Google Smart Home and the protocol flow looks very clear for me. In summary: action.devices.SYNC - sent by Google Smart Home to fulfillment service to find out the available devices action.devices.EXECUTE - sent by…
Andrew Eers
  • 347
  • 2
  • 16
0
votes
1 answer

Retrieve Google Smart Home events in Dialogflow fulfillment service

I am trying to forward Google Smart Home events to my Dialogflow fulfillment service. I am creating 3 intents with no input or output contexts set, no training phases and with the following…
0
votes
1 answer

Account linking for google actions for smart home fails using authorization code

I setup my /oauth and /token endpoints and start account linking in the client app. The /oauth endpoint is called with the following…
0
votes
1 answer

Smart Home assistant sending wrong data to fulfilment function

I'm creating a smart home integration. I'm up to the testing on device step - attempting to sign in to an account to add the device. https://developers.google.com/actions/smarthome/#syncing_devices I've setup the assistant to retrieve an OAuth…
Blundell
  • 75,855
  • 30
  • 208
  • 233
0
votes
1 answer

how to use error response in google smart home action

according to the google's guide Error responses, I can return an error response when some errors occur in my cloud service.So, I want to try: { "requestId": "13711695294173375391", "payload": { "commands": [ { …
eric zhao
  • 165
  • 3
  • 15
0
votes
1 answer

Detail about google smart home "mode" trait

I have a question about the device.trait "Modes" I create a washer machine with traits Modes and the SYNC.response look like this { "requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf", "payload": { "agentUserId": "1836.15267389", "devices": [ { …
0
votes
1 answer

Modelling Smart Home devices with Google Assistant SDK on a Ubuntu VM - available Device Types?

I am trying to model a smart home environment using Google Assistant SDK on a Ubuntu VM desktop. I would like to model all the Device Types listed in the developer documentation here https://developers.google.com/actions/smarthome/guides/ and…
MKB
  • 73
  • 1
  • 5
0
votes
1 answer

Google Actions Smarthome Oauth role confusion

I am studying the smarthome program belongs to Actions on Google(Official Overview) Figure 1 In the figure, google said that it need oauth2 authentication, but I have a question about what's the role of "Assistant Client App" in this oauth2…
0
votes
1 answer

There was an error communicating with the server. Please try again later. under Pronunciation

I am getting this error message when I clicked the mic icon on the App information Pronunciation: There was an error communicating with the server. Please try again later. And I also cannot save the information, getting the error message: Errors…
user3736228
  • 273
  • 3
  • 18
0
votes
2 answers

Why is there no support for fans int the Smart Home API?

How come there is no fan in the device types? It seems kind of odd considering there is support for vacuums, washers, and dishwashers. One of the main things that smarthome users want to control is their ceiling fan(s). I can tell google…
0
votes
1 answer

action.devices.traits.Modes - anyone implemented this?

i've implemented a Smart Home app on Google, and now want to implement the n-way Modes trait for some switch types. my JSON response seems to mirror that of the example, and discovery works, but i can't interact with the switch using the mode…
Madgeni
  • 65
  • 4
0
votes
1 answer

actions on google - request_sync for manual refresh

i've implemented the request_sync - however i've only got it triggered from an EXEC and a QUERY. How do you implement it for a user manually refreshing their devices in the app?
Madgeni
  • 65
  • 4
0
votes
1 answer

Google Home Account Linking with Azure AD B2C

I'm trying to create an app for Google Home using Actions on Google. The flow is set to authorization code, but just in case, I've enabled implicit flow on the tenant. The endpoints are the ones found in the well-known openid endpoint and I've added…
Gabrio
  • 388
  • 1
  • 4
  • 17
0
votes
1 answer

Google Home Increase/Decrease Temperature Json Issue

my device (named as the bedroom) is set to 26 and it's in cool mode. when I ask my google home "hey google, increase bedroom temperature by 1". JSON I am receiving from google home is posted below. According to this JSON, set the mode to heat and…
Umair
  • 119
  • 13