Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

I'm having problems having local fulfilment work with a command like 'play [movie] on [my local device]'. Although simple command like 'stop [my device]' are working fine and reliably. The assistant ...
banman's user avatar
  • 23
0 votes
0 answers
75 views

i am trying to create a studio project, to have my app open with google assistant, if i can do it i would like to do the same thing with siri. My objective is to say Ok google open notaio, and thus ...
HydraSail's user avatar
  • 100
-2 votes
1 answer
522 views

I have an own Google Home Action, which now was migrated to the "Google Home Developer Console". There I can't find any option to add testers anymore. Before in the old system, there was an ...
Dubstef's user avatar
  • 101
1 vote
1 answer
410 views

I successfully implemented a custom intent by following the Developer docs https://developer.android.com/develop/devices/assistant/custom-intents The voice command works as expected, launching my app ...
KomalG's user avatar
  • 788
0 votes
1 answer
126 views

Good day to everyone! I have an issue with Google Home Test Suite. I'm testing a OpenClose Gate trait and i'm able to pass successfully these tests: Open the Gate Query after 'Open Gate' Check Report ...
mattedela's user avatar
0 votes
1 answer
126 views

I am developing the Google Home app to work almost the same as my existing thermostat app. Currently, the device list is fetching the thermostat value in real time once every 30 seconds. However, I ...
홍길동's user avatar
0 votes
1 answer
101 views

Is it possible to check the user account linking or action linked status for a specific user at any given time? Example: Something like which Alexa provides enablement-api Purpose: We are implementing ...
blocker's user avatar
  • 13
-1 votes
1 answer
71 views

Currently, my project is deployed separately in Asia, the Americas, and Europe (with isolated user and device data). If all these environments need to support Google Assistant control, it means I ...
yx xiong's user avatar
0 votes
1 answer
81 views

I have a live Google action that is working fine with my prod env with my fulfillment URL, Authorization URL and token URL pointing to my Prod server. I have made some changes on my backend and want ...
Manjunath Rao's user avatar
1 vote
0 answers
115 views

I am working on googlepay api integration as a payment wallet option for our payment page. My requirement is such that we should only allow credit cards for selection in popup window.( only want to ...
Bhimrao Gadge's user avatar
0 votes
1 answer
386 views

I'm implementing a new refund feature using the purchases.subscriptionsv2.revoke API instead of the purchases.subscription.revoke I was using before. I'm trying to use the 'Prorate refunds' feature in ...
Bryan Kim's user avatar
2 votes
2 answers
745 views

I am unable to create a new project in the Google Actions Console After creating the project it seems like it was succesfull, until I get an error: "Something went wrong when creating your ...
Jay Head's user avatar
0 votes
1 answer
232 views

I have been trying to figure this out for most of today and not getting anywhere fast... Would appreciate it if anyone could help and get me on the right track. I want to switch on my intake fan for ...
Alf Tupper's user avatar
0 votes
0 answers
507 views

I have a problem with the release build of my app. The app specific internal storage folder is somehow blocked for reading files (ie. files written by the app are not showing there). My app saves user'...
Motion Pro's user avatar
0 votes
1 answer
140 views

I aim to trigger a request to Cloud Functions upon receiving a specific intent command from Google's smart speaker and have it processed by calling an external API. My plan was to develop this using ...
ParkHyeong's user avatar
0 votes
0 answers
373 views

I would like to understand how Chrome checks for certificate revocation status when validating SSL certificates. Could someone please explain what method Chrome uses to verify whether a certificate ...
bruce lee's user avatar
3 votes
1 answer
2k views

I want to integrate home assistant with google home. Therefore i have to create an actions smart home project in the google actions console. But it just wont let me create a project. Tried everything.....
Playaccount's user avatar
0 votes
0 answers
87 views

Business sends out thousands of Utility bills as attachments to emails. Recently GMail with Google assistant has been reading the attachment and attempts to summarize the contents of the attachment. ...
mnewnham's user avatar
0 votes
0 answers
686 views

I have configured AWS Cognito Authentication using Google as an Identity provider and am trying to get this to work as an OAuth Client for Account linking in Google Actions. I have set up a User Pool ...
CodeRunner's user avatar
0 votes
0 answers
47 views

I'm currently working on integrating my FritzBox router with the Google Smart Home App. I've successfully connected various local devices, such as my computer as a Gameconsole, to the app using an API ...
Jerome's user avatar
  • 1
0 votes
1 answer
48 views

We've effectively rolled out a production release on Google Home and subsequently generated a new test release. Unfortunately, we're facing an issue where the test version isn't visible in both the ...
euphoria3k's user avatar
1 vote
2 answers
2k views

I'm using PHPMailer to authenticate via XOAUTH2 with smtp.gmail.com in order to send an email. However, I'm getting an authentication error with an inadequate response: 2023-11-17 06:32:29 SERVER -&...
muz the axe's user avatar
0 votes
1 answer
654 views

This is my first post on StackOverflow so I apologise in advance if I cannot make myself very clear or if my post is missing some informations. I am trying to implement a full passkey login experience ...
Rodrigue2g's user avatar
0 votes
1 answer
184 views

I am creating a Google Home smart home action. When I do the sync query, I get an error "No compatible devices were found in your curiousfly account. I have checked the documentation and tested ...
Vignesh A K's user avatar
0 votes
1 answer
86 views

I have implement Smart Home Actions for Set-top Box Documentation. Here I have trying to add action.devices.traits.Volume but getting below error this is my cloud function code 'use strict'; const ...
Ramesh S's user avatar
  • 661
0 votes
1 answer
132 views

I am trying to Integrate smart home devices (Set-top Box) with Google Assistant. So that I refer this link Smart Home Set-top Box Guide. Here I am planning to create cloud function with basic intent ...
Ramesh S's user avatar
  • 661
0 votes
1 answer
73 views

It has now been almost 10 hours that I've been struggling with Google Assistant's API, because Google has decided to deprecate conversations on its assistant, making any information search very ...
Frompline's user avatar
0 votes
1 answer
96 views

I am trying to push my sdk to google action console with this comment >gactions push, I am getting below error. Pushing files in the project "test-projects-396206" to Actions Console. ...
Ramesh S's user avatar
  • 661
0 votes
1 answer
98 views

I'm encountering an issue with Google Assistant when I request to "turn on all devices." Even when I send a "FAILED" status for some devices, Google Assistant responds with "...
user22507871's user avatar
0 votes
1 answer
479 views

From time to time I am seeing homegraph.devices.requestSync throws Resource has been exhausted (e.g. check quota). Error: Resource has been exhausted (e.g. check quota). at Gaxios._request (/xxx/...
kakopappa's user avatar
  • 5,125
0 votes
2 answers
35 views

We have created a Google Home Action and it works perfectly in Alpha. It passes all the tests and the oauth works. However when we try and release to production the have been rejected the past 4 times ...
DrZaphod's user avatar
  • 511
0 votes
1 answer
207 views

enter image description hereAs from 12 June conversational google actions are depreciated so I cant integrate my Dialogflow agent with assistant there is any other way to integrate Dialogflow agent ...
Shubham Salokhe's user avatar
0 votes
0 answers
70 views

We have integrated Add the "Save to Drive" button in our code, It works perfectly for most of the cases. But in one case it is throwing error 404, requested URL not found on server, Can you ...
Rahul Sharma's user avatar
1 vote
1 answer
175 views

I'm following the guide for building a basic smarthome device as per: https://developers.home.google.com/codelabs/smarthome-washer However, the fakeauth/login is failing. When I select the "Link ...
Aswin B's user avatar
  • 11
0 votes
1 answer
51 views

We have an app and a product that can be connected to Google Nest/Home Kit. I want to see how many users have connected our devices to Google Home, how many commands are being executed on a daily ...
Dim13's user avatar
  • 1
0 votes
1 answer
100 views

How can I do 'google sign in' in Google Action Console? When I created a project in 'actions console', I selected Smart Home and created a project. I want to use 'Google Sign In' because the OAuth ...
김규창's user avatar
1 vote
0 answers
369 views

This Questions already asked but that is not solve my issue. I created a project under Google Action Console and made a test action package for custom app. I want to try uploading the action package I ...
Ramesh S's user avatar
  • 661
4 votes
2 answers
703 views

My question is relatively simple considering the options shown in the official documentation and code labs but i've been struggling to make it work. I want to trigger a widget to be shown in Google ...
AsafK's user avatar
  • 2,495
0 votes
1 answer
144 views

we want to understand how to integrate Google assistant inside android application to listen the voice to navigate to other screen or to do the search on the same activity We want to integrate the ...
dilli's user avatar
  • 1
0 votes
1 answer
344 views

Im implementing a Google Assistant integration logic for my app for the first time. The implementation is showing a widget inside GA with some in-app data. When tested locally using the Android Studio ...
AsafK's user avatar
  • 2,495
0 votes
1 answer
101 views

Currently we have actions, which are built with Conversational Fulfillment type and Dialog Flow as fulfillment tool. Thereby allowing the users to communicate with our service using Google assistant ...
Kavya V J's user avatar
3 votes
1 answer
532 views

With the conversational actions being sunsetted, I am looking for alternatives for an application I was hoping to build. It was a simple project in which you asked your assistant (home or android) a ...
user3517818's user avatar
0 votes
1 answer
139 views

This questions maybe already asked but that is not solve my issue. I'm trying to deploy my gactions script in google cloud function. So for that I have installed the gactions CLI in Ubuntu 20.04 ...
Ramesh S's user avatar
  • 661
0 votes
1 answer
97 views

I am implementing the authorization code flow for linking a user's account in our app with their Google account (https://developers.home.google.com/cloud-to-cloud/project/authorization). When choosing ...
tombottles's user avatar
0 votes
1 answer
157 views

I try to create a Google Home Action with Local Fulfilment and with multiple devices that are detected through mDNS. As such, I have a GCloud Fulfillment Function that returns the required sync: ...
user4240580's user avatar
0 votes
0 answers
124 views

I implement the Smart Home Modes Trait for Google Smart Home Action,but when I say "Ok, Google, What is the mode on D5s?" to query mode or "Ok, Google,set D5s to smart" to control ...
hxy's user avatar
  • 33
0 votes
0 answers
94 views

I have an ESP32 device that weighs my kettle and tells me how many cups of water are in the kettle. I have a rest server that returns the cups, so this will be Cloud-to-cloud. I have used the smart ...
MKneisel's user avatar
1 vote
0 answers
170 views

We developed an app that needs to work on all smartwatches with wearOS. The app is installed on Ticwatch and it works perfectly well. In the same app, with the same wearOS version, we are facing an ...
Yael Amitay's user avatar
5 votes
0 answers
378 views

I am currently developing an updated version of a voice app that it was previously developed with Google Actions console as a conversational app. However, when started to create a new project for this ...
Daniel Linares's user avatar
6 votes
1 answer
1k views

We have recently upgraded our apps so they are in line with Android 12 (API level 31) and built with Flutter version 2.8.1. Google recently approved our apps, yet when we 'Update' the app, the ...
Greg Price's user avatar

1
2 3 4 5
68