Questions tagged [google-home]

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

752 questions
0
votes
0 answers

Interacting with Home Device Without Assistant or Sender App

What SDK/API is intended for interacting with Home devices without Assistant? I'm very new to developing for google home/assistant, and I fall within the hobbyist category. I do have experience with node, and I've been exploring the possibility of…
Marcatectura
  • 1,721
  • 5
  • 30
  • 49
0
votes
1 answer

Google Smart home report state error 403

I'm reporting states for devices using http post with a jwt generated using service account. Below is the payload for jwt { "iss": "", "scope": "https://www.googleapis.com/auth/homegraph", "aud":…
0
votes
1 answer

Building a cast action for google home

I want to know please if it is possible to build a cast app for google home which casts content from an app to Chromecast using Google home. For example, "Ok google, play XXXAudio/videoContent from XXXApp on the TV." This means that I want to cast a…
0
votes
1 answer

Taking user input and searching through Firebase Database

I am currently doing a project using DialogFlow and Firebase Database. My main concern, and I have been trying to figure it out for a long time is, how do I take a user input and search through the Firebase database for it? As you can see in the…
0
votes
2 answers

how to develop an app for Google home?

I want to develop a music player for Google home, I can't seem to find any resources about that. Please note that I'm not trying to build a mere action on Google Assistant. I want to build a music player that streams audio, etc. just like when you…
m0etaz
  • 953
  • 1
  • 8
  • 21
0
votes
1 answer

Is it possible to implement Hands free call using Dialogflow for Google Home

I have some requirement to develop a Hands free call using Dialog-flow with/without using third party apps.Is it possible to implement business services using custom skill for Hands free calls from Google Home.Whether this kind of permission is…
Abhilash G
  • 109
  • 1
  • 11
0
votes
0 answers

How to make Alexa/Google home read a whole text file using nodeJs?

I have the following code which helps me extract the text from a text_file line by line: const fs = require('fs'); const readline = require('readline'); const rl = readline.createInterface({ input: fs.createReadStream('./rooms.txt') }); // Each…
AG_HIHI
  • 1,705
  • 5
  • 27
  • 69
0
votes
1 answer

Remove Invocation Requirement for Alpha Released Google Home Action

Can a private, alpha released, action remove the need to use the phrase "talk to [my app]" in invocation? For example, is it possible to invoke the action by saying: "Ok Google, tell me my agenda." Automatically invoking the private action. In…
Tim Creasman
  • 137
  • 2
  • 8
0
votes
0 answers

Can't enter settings menus on 'Google Home' purchased in USA

I'm Canadian and was recently gifted a Google Home, from an American. It works great with standard tasks like music, reminders, etc, and I've been playing with customization ITTT, which so far works fine, including features like SMS and…
0
votes
1 answer

How to detect punctuation in Google Home or Assistant

Is there a way to know to detect punctuation such as periods and commas in the audio taken by Google Home or Assistant? The output text is one long sentence instead of sentences separated by periods. I am thinking it can be found in the action…
0
votes
1 answer

Action on Google Trivia in italian language

I create a quiz with template Trivia. I created the English and French version. But if I add Italian I do not see in the Action section the possibility of choosing Italian. How you do it? thanks enter image description here
0
votes
1 answer

TRANSACTION_REQUIREMENTS_CHECK not working

Since 2 weeks I trying to figure out how the Transaction Requirement Check is working. I copy pasted exactely the same exemple you have provided in the documentation which is this one : app.intent('verify_transaction_requirements', (conv) => { …
Freezer freezer
  • 120
  • 1
  • 3
  • 13
0
votes
1 answer

How do I dump custom data to google home?

was wondering if I can dump a set of data I have to google home and have the Google home retrieve those on demand.
0
votes
1 answer

Retrieving email with Google Sign In for Google Home

so I've beentrying to retrieve the email associated with the current user using the google home. Documentation is kind of hard to find on the subject and from what I could gather, I should be able to use the SignIn class from actions-on-google. So…
0
votes
1 answer

Google Home actions Sync payload issue

Below is the payload generated for SYNC intent. When tested in smart home validator it parses the json without any issue. Sync Response Payload: { "payload": { "agentUserId": "myhome", "devices": [ { …
Pradeep
  • 135
  • 2
  • 7