3,394 questions
0
votes
0
answers
21
views
Add testers in new Google Home Developer Console
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 ...
0
votes
0
answers
10
views
Homegraph API 404 Requested entity was not found
I am using the devices:requestSync API to update the status of devices.
I am passing the agentUserId, but some users are encountering a “404 Requested entity was not found” error.
After investigation, ...
0
votes
0
answers
69
views
Why do I keep getting error while downloading OAuth credentials from google Actions?
I'm trying to register device on actions on google
in order to use google assistant api on TV device.
I followed this instruction here
trying multiple times making new projects on google cloud.
and ...
0
votes
0
answers
31
views
Assistant on Android Go does not support App Actions.what is alternative approach to open app through google assistant in all android Phone?
I'm working on app actions to open my app through Google Assistant. It works fine on all Android phones except Android Go Edition. Additionally, it forces me to open the app with the command, "...
1
vote
1
answer
140
views
Integrating Google Assistant App Actions with Android widgets via custom intents
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 ...
1
vote
1
answer
69
views
Google Home Test Suite: Query after 'Close the Gate' failed catching openPercent:100 instead of openPercent: 0
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 ...
0
votes
1
answer
94
views
How to refresh the status value of the thermostat in real time?
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 ...
0
votes
1
answer
52
views
Check the google smarthome action enabled status for a user?
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 ...
-1
votes
1
answer
58
views
How to link a Google Action to multiple environments
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 ...
0
votes
1
answer
63
views
Google Actions account linking for different Env
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 ...
0
votes
0
answers
67
views
Disallow debit cards from googlepay api popup integration
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 ...
0
votes
1
answer
223
views
Google Play purchases.subscriptionsv2.revoke API is giving me "The subscription is not eligible for prorated refund." error
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 ...
2
votes
4
answers
483
views
Unable to create a project in Google Actions Console
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 ...
0
votes
1
answer
138
views
Trying to write a string to return a value from a device in Google Home Script Editor
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 ...
0
votes
0
answers
329
views
Why is android blocking access to the app specific internal storage folder (and preferences) in release build only?
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'...
0
votes
1
answer
102
views
Google Smart Speaker How To Make Use Custom Intent?
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 ...
0
votes
0
answers
276
views
Question on Chrome's Certificate Revocation Checking
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 ...
4
votes
1
answer
1k
views
Not able to create project in Google actions console
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.....
0
votes
0
answers
79
views
Can I prevent Google Assistant from trying to interpret the contents of a PDF email attachment
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. ...
0
votes
0
answers
451
views
Can’t get Actions on Google Account linking working with AWS Cognito using Google Authentication
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 ...
0
votes
0
answers
47
views
Not able to get the GetGuestNetworkPassword trait work on the router device
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 ...
0
votes
1
answer
44
views
Testing an Action for Google Home post production deploy
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 ...
1
vote
2
answers
1k
views
Trying to authenticate with smtp.gmail.com via XOAUTH2
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 -&...
0
votes
1
answer
489
views
WebAuthn conditional UI doesn't show up on Chrome
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 ...
0
votes
1
answer
151
views
Google Home Smart Home sync failing even though JSON is valid
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 ...
0
votes
1
answer
77
views
Smart Home Set-top Box Volume traits showing error
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 ...
0
votes
1
answer
113
views
Google Action Smart Home Set-top Box sample
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 ...
0
votes
1
answer
67
views
Google actions linking account doesn't fire SYNC event and doesn't close account linking page
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 ...
0
votes
1
answer
69
views
Gactions project getting this Conversational Action has been disabled
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. ...
0
votes
1
answer
87
views
Issues with Google Assistant's Response to 'Turn On All Devices' When 'FAILED' Status is Sent
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 "...
0
votes
1
answer
295
views
Resource has been exhausted Google Home
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/...
0
votes
2
answers
28
views
Google Home oAuth page blank in Beta/Production but works fine in Alpha
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 ...
0
votes
1
answer
154
views
Integration of dialogflow agent with google assistant
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 ...
0
votes
0
answers
68
views
Issue with "Add the 'Save to Drive' button", throwing 404 requested URL not found on server
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 ...
1
vote
1
answer
149
views
Account linking redirect for Google smart home example is failing
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 ...
0
votes
1
answer
32
views
Google Home Kit - How to see data as a developer
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 ...
0
votes
1
answer
89
views
How can I do 'google sign in' in Google Actions Console?
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 ...
1
vote
0
answers
339
views
Access blocked: Assistant CLI’s request is invalid
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 ...
4
votes
2
answers
606
views
App Actions: Displaying a widget in Google Assistant via a dynamic shortcut
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 ...
0
votes
1
answer
132
views
Is this possible to add Google assistant inside the android application?
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 ...
0
votes
1
answer
303
views
App Actions: Fulfillment intent parameter missing entity set reference
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 ...
0
votes
1
answer
80
views
Alternative for Conversational actions
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 ...
3
votes
1
answer
453
views
Google conversational action voice based alternative
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 ...
0
votes
1
answer
135
views
Actions on Google - CLI (gactions) comment not found
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 ...
0
votes
1
answer
87
views
Google Assistant/Google Home terminates browser in background during cloud to cloud account linking
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 ...
0
votes
1
answer
142
views
Local Fulfilment with multiple devices
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:
...
0
votes
0
answers
111
views
Google Assistant does not recognize the command for Smart Home Modes Trait
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 ...
0
votes
0
answers
89
views
Voice Command for action.devices.traits.Dispense
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 ...
1
vote
0
answers
154
views
Integrating google Speech Listener on WearOS app (Samsung Galaxy 4, 5, Google Pixel)
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 ...
5
votes
0
answers
323
views
How to develop a Google Voice app that works with smart devices (Google nest devices) now that Conversational actions will be removed?
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 ...