Questions tagged [google-home]

This tag targets question related to programming for Google Home device.

752 questions
0
votes
1 answer

is there any way to invoke google home or voice assistant automatically using scheduled database input or using a google action?

I want to set a reminder using google calendar and want to trigger the google home without invoking google home using voice. Is it possible to integrate with a database for scheduling tasks or using a google action?
Sanjani Gunathilaka
  • 229
  • 1
  • 3
  • 11
0
votes
1 answer

Google Actions Smart Home Air Conditioning Unit Can Not Temperature Setting

My google actions SYNC response is.. { "requestId": "ff36a3cc-ec34-11e6-b1a0-64510650abcf", "payload": { "agentUserId": "1836.15267389", "devices": [ { "id": "3", "type": "action.devices.types.AC_UNIT", …
CW Yu
  • 11
  • 2
0
votes
1 answer

Google Smart Home - Devices lost connection with server

I've created actions on google and I set URL as webhook on my server in nodejs. I use auth0 to authorization and after it, I can do a query on my webook like onSync, onQuery etc. After a few days, my devices lost connection with my server. When the…
0
votes
1 answer

Can I use a single device to control other devices in the Home Graph?

I would like to build a Smart Home device that can be setup to control other devices in the Home Graph. What's the cleanest way to do this? For instance, if a press on an Amazon Dash Button created a data flow: Dash Button sends MQTT -> Server IoT…
0
votes
1 answer

Allow users to select any option on Google Home device

I am developing an AoG / Google Assistant app which will provide feature to list some items and user can select any one item to know more about it. I am using List to show the items and an intent with actions_intent_OPTION will listen for user…
Deepak Dixit
  • 1,510
  • 15
  • 24
0
votes
1 answer

Google Home/Assistant - Can I enable interaction with a device during and as part of a Google Assistant Smart Speaker conversation?

I suppose what I'm really asking is second screening using Google Assistant via Home Speaker. Is it possible to build an action that enables the system to send visual elements (not sure what to call them) to the user's phone while they are still…
0
votes
1 answer

Change Google Home LED lights

Google Home and Google Home Mini's use LED lights at the top of the device to indicate what the device is doing. Most of the time it is used by the system to indicate state of the device or actions.…
Jordi
  • 3,041
  • 5
  • 17
  • 36
0
votes
1 answer

How to invoke my application on google home simulator without dialog flow integration?

I want to invoke my application from google home simulator but without integration of dialogflow is that possible? i provided fulfillment url in Actions Console but it does not invoke my app and shows me an error. You cannot use standard Google…
virgo
  • 61
  • 1
  • 6
0
votes
1 answer

Xamarin integration with smart lights?

I am trying to see if there is any way to interact with smart lights using Xamarin, I found one way to use philips' APi but I want to see what I had in mind is possible. Is it possible to connect to a google home thats already connected to smart…
0
votes
1 answer

How do I know what commands would trigger my device

I'm programming vacuum cleaner with a mop feature. Currently, I set my device type to 'action.devices.types.VACUUM' and it responds to "clean" command. I would like to "mop" to the trigger list, but it seems the device type must be changed then. Is…
Andrew Matiuk
  • 924
  • 1
  • 7
  • 21
0
votes
1 answer

How do I authenticate Google Home Users with Firebase Auth UI?

I want to set up actions on the google home console so the user can fetch data about their account from the google home. Currently, I have a mobile app that uses the Firebase Auth to authenticate my users by having them sign in (via email/password,…
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
2 answers

Account Linking with google assistant with auth0

I have integrate auth0 to authenticate user in my google assistant application using https://auth0.auth0.com/ Account Linking is working fine. I have received one access token after account linking in assistant in request like below : { …
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

Google Assitant App not storing user information

So I have been following this documentation provided by Google: https://developers.google.com/actions/identity/user-info Recently, the request.userId was deprecated so Google. So I turned to this documentation which specifies use the…