Questions tagged [google-home]

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

752 questions
0
votes
0 answers

How to integrate Google Assistant with a custom bluetooth-only device?

I want to develop my own bluetooth device similar to "C by GE" light bulbs which use bluetooth protocol and don't require any hub. How does Assistant's discovery and fulfillment work in this case? Since there's no wi-fi in the device, there is no…
extesy
  • 93
  • 1
  • 5
0
votes
1 answer

Getting google home weather unit setting in the custom actions fulfillment code

We are creating a custom google action. The fulfillment code is in python. We need google home weather unit in the code. How to get the google home weather unit setting in the python code?
user_626
  • 3
  • 1
0
votes
1 answer

Correct uri for DeleteAgentUser (Google Homegraph)

I'm trying to use the DeleteAgentUser of Homegraph to unlink a user with Google. I already implemented the ReportState and the correct uri for this is: https://homegraph.googleapis.com/v1/devices:reportStateAndNotification. So I thought the…
0
votes
1 answer

How to implement a doorbell for Google Home?

How to implement a doorbell for Google Home? I'd like to have notification about pressing button. I have a few questoins: What kind of devise I need to implement? I don't see in the documentation a corresponding type. Nearest is a switch, but I'm…
tse
  • 5,769
  • 6
  • 38
  • 58
0
votes
1 answer

Retrieving userdata directly after user completes acount linking on their phone

I'm building an application using Accountlinking for a Google Home speaker using the Actions On Google SDK. I am using the Oauth feature which allows a user to sign-in into an account on their phone by sending them a link with a login window. When…
Jordi
  • 3,041
  • 5
  • 17
  • 36
0
votes
1 answer

How to target multiple commands using one EXECUTE intent in google home api

I want to know how to give multiple commands in "action.devices.EXECUTE" intent. This is to create an api to control fanspeed through google assistance. I have tried the below code as request from postman, wanted to know whether this is in proper…
0
votes
1 answer

AoG Report State Dashboard state changed, but state in Google home APP didn't change

I follow the google doc step by step. And now in Report State Dashboard the state of my device will change immediately when I turn on/off my device. But the state of device dose not change in Google Home APP. as you can see in dashboard it display…
eric zhao
  • 165
  • 3
  • 15
0
votes
0 answers

Send custom audio response to Google Home for actions-on-google-app and to Alexa with skill-kit-app

I'm currently building voice-based apps using dialog-flow and Alexa skill kit. Usually, we return the text result from webhook to Alexa or Home, which will read the text result. Now I have a requirement where first I'll generate the audio…
Ein2012
  • 1,103
  • 1
  • 13
  • 33
0
votes
0 answers

Can i trigger a Google Assistant action on a Google Home from a server / raspberry pi?

I recently created a custom Google Assistant action that helps me manage my personal tasks. I also have a raspberry pi that can cast voice messages to my Google Home speaker. It basically notifies me when it's time to do a specific task. The action…
0
votes
1 answer

Invocation fails only in simulator of smart home actions on Google

I followed Google's example and create a smart home action and add a table lamp device to the smart home server. With "turn on the table lamp", invocation only fails in simulator. It does respond to the assistant on my phone and shows a brightness…
Chiu
  • 350
  • 4
  • 14
0
votes
0 answers

Is there a possibility to create a "sticky" notification on the Google Home Hub?

EDIT: To give a better example of the expected result. I couldn't find a better place to ask this question. Is there a way to create a card on the home screen? I am not talking about the BasicCard or any of the other responses that can be found on…
0
votes
1 answer

How to change the location of Card title on Google Home Smart Display

I have created a Google Home Action for google assistant. In some cases it shows the card on Smart displays. The card title is displayed on the top left corner. My client for whom I am developing this app asked me to show the title on the bottom of…
0
votes
1 answer

Implement Broadcast feature

I am trying to implement Broadcast feature of google in my Voice app. The device i am using is google home mini. I don't want to use google's broadcast feature, I want to send real time messages through broadcast. How can I achieve this? I am trying…
Nafsss
  • 103
  • 2
  • 9
0
votes
1 answer

Is it possible to send progressive response in google_home?

In alexa custom skill, it is possible send an intermediate response before sending the final response. For example, we can send "Please wait, I am looking for the rental car .." if it takes time to search for the rental car. Is it possible to send…
user_626
  • 3
  • 1
0
votes
1 answer

Actions on Google- Can we use Custom voice for Google Home?

I want my google assistance app to read response using custom user voice. I'm using webhook to send responses to user queries. Currently, I'm sending text responses. I have built a custom voice model using (https://lyrebird.ai/). When my webhook is…
Ein2012
  • 1,103
  • 1
  • 13
  • 33