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

Proactive notification for thermostat in google smart home

We are trying to implement temperature monitoring system with our devices. The goal is to have an alert when the temperature exceeds/goes below the set points. I can see that we can set the temperature limits with the thermostattemperaturesetrange…
swaroop katta
  • 609
  • 4
  • 7
0
votes
1 answer

Are there APIs to automate google smart home action integration?

I am looking for ways to automate smart home action integration using APIs or CLIs, so that it will not be required to visit Google actions console to configure the integration. I have tried out gactions CLI, but pushing manifest for smart home…
0
votes
1 answer

Adding Support Play Music In my google-assistant project

Right now I am building a project smart home with google-voice-assistant API. I have registered the Device Model in my project in console.actions.google and have implemented it in my device program and working fine. But when I tried requesting "Play…
0
votes
1 answer

Google nest connect to device

I am looking to access the nest thermostat at my home. I believe this can be accessed by an API, to start with I would just like to return some data about the device. How would I go about doing this? I did look into Google device access API. This…
Robbo_UK
  • 11,351
  • 25
  • 81
  • 117
0
votes
0 answers

Google home local fulfillment returns port unreachable on UDP scan response

I followed the implementation of google home local fulfillment from https://github.com/actions-on-google/smart-home-local. No change has been made, stock version of git implementation. Discovery is set to UDP scan. While Google home sends out…
0
votes
2 answers

Google Smart Home Action OAuth 2.0 Server

I'm working on creating a smart home action for Google Assistant that will integrate with my REST API server, but I'm having trouble with the OAuth 2.0 step, detailed in this guide Apparently, there are two endpoints needed: An authorization…
MattR
  • 127
  • 2
  • 11
0
votes
1 answer

Does Smarthome action project support the mutual TLS (mTLS) for Intent fulfillment?

The document of Smarthome action doesn't provide any information about implementing the mutual TLS (mTLS) for smarthome intent fulfillment but I did found that the Dialogflow action project is now supports it (ref). Just wondering if I can apply it…
0
votes
1 answer

Google smart home action : where to trigger a requestSync?

I created a smart home action and I have to implement the requestSync feature for certification. But I don't understand from where to call it : from my backend fulfillment ? or from elsewhere ?. In the documentation, I saw : You must trigger a SYNC…
Ju-liette
  • 3
  • 2
0
votes
1 answer

The multiple target temperature control for TemperatureControl Trait

The refrigerator has multiple compartments(eg:fridge room \freezer room),but we can only control temperature for one chamber when used the "TemperatureControl Trait", So how do we choose the Trait to control the temperature of different compartments…
0
votes
2 answers

Google smart home mode traits are not displaying in ui

I am trying to display the custom modes in my google home app. But the mode are not displaying. Below are the traits which are used in the sync intent. { "response": { "requestId": "3824625397483970421", "payload": { "agentUserId":…
JN_newbie
  • 5,492
  • 14
  • 59
  • 97
0
votes
1 answer

Smart Home TemperatureSetting Trait and 'auto' mode

I am working on implementing Google smart home support for our thermostat using Thermostat device and TemperatureSetting Trait. This thermostat should support 'off', 'heat' and 'auto' modes. The SYNC looks like this: { "id":…
Pizla
  • 1
  • 2
0
votes
3 answers

homegraph.devices.reportStateAndNotification does not trigger google home app to update the state

I am playing around with the nodejs packages googleapis and actions-on-google. I am stuck reporting the state, which changed without googles note, so that google keeps in sync! Sadly this does not work. I am using this method:…
slaesh
  • 16,659
  • 6
  • 50
  • 52
0
votes
1 answer

Issue for updating device name in homegraph from sync message

My fullfillment system is responced when sync intent is received. If I change device name using our system, and then it will be responsed new device name to homgraph through sync message. I responce new device name to use below name field("name":…
minkiyo
  • 21
  • 2
0
votes
3 answers

How do display a volume control for an Action in the Google Home app

I am developing a Smart Home Action and have managed to get my soundbar-like device to link in the Google Home app, where I can control its volume using voice commands. I do not see a volume control in the app though, like I do for other…
Robin McCorkell
  • 744
  • 6
  • 22
0
votes
1 answer

Test Suite for Smart Home don't execute action

I am trying to execute Test Suite to certify, but I receive an error when executing the action. I can't find anything in the Google Cloud log. Everything works fine using Google Assistant on my phone and Nest. enter image description here