Questions tagged [google-home]

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

752 questions
0
votes
0 answers

is there support for a home battery on google home. Enable triggers for starting devices when home battery is full

i want to develop a smart home application linking my home battery (coupled to solar panels) to Google Home. This would allow for efficient use of the solar energy by activating certain devices or routines when the home battery is full and energy…
kdd
  • 656
  • 5
  • 7
0
votes
1 answer

Pass a google assistant command from Flutter app

I have a garage door connected to a SONOFF. The sonoff is triggering a relay so when the door is closed, it is opening and when the door is open it is closing it. Now this can be triggered with google assistant either by sayng (google activate…
0
votes
1 answer

Is possible to create an action for google home that take the data from a camera and use these data to process images like object recognition?

I need to know if it's possible to create an action for google home that allows you to take the video streaming data of a camera. I would like to be able to use this data to apply algorithms that can modify or capture data from images such as object…
Marco
  • 1
0
votes
1 answer

What API does Spotify, YouTube music, Apple Music use to integrate with Google Home?

What API do apps like Spotify, YouTube Music and Apple music use to handle user intents such as "Ok Google, Play music" - which trigger the selected music service. The Conversational Actions API mention "Media Responses", however this API is being…
Ben Butterworth
  • 22,056
  • 10
  • 114
  • 167
0
votes
1 answer

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 to add a smart home Action in either the Google…
0
votes
0 answers

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 washer codelab as a starting point…
0
votes
1 answer

Error while Google Assistant authenticate with service and send a SYNC request

Hi I am trying to implement an example of below codelab, which explains how to publish a cloud service that manages a virtual smart washing machine, then build a smart home Action and connect it to the google…
0
votes
0 answers

Google Smarthome local fulfillment hub ReachableDevicesRequest does not work anymore

A few days ago google smart home local fulfillment stop working. Even with correct response to ReachableDevicesRequest request, Gooogle does not trigger local execution or query. I also reverted back to example…
0
votes
1 answer

Is there a way to disable the seeking bar of the google home app when casting?

When casting, google home app takes the session and acts as a controller. I need to disable or block or hide the seeking bar, so the user can't seek from google home app Element to disable in google home UI Is it possible to do this from the…
0
votes
1 answer

Any idea if/when temperature sensors will be accessible via Nest Thermostat API?

I know they are not accessible now. Nest can clearly see this data. I have 2 additional sensors (thermostat 1st floor, 1 sensor basement, 1 sensor 2nd floor) and want to log/measure and potentially even control based of those and the Nest app is…
0
votes
0 answers

Google home local fulfillment returns port unreachable on UDP scan response

I followed the implementation of google home local fulfillment from https://github.com/actions-on-google/smart-home-local. No change has been made, stock version of git implementation. Discovery is set to UDP scan. While Google home sends out…
0
votes
1 answer

My Goole Home Action unlock the lock successfully, but test suite failed, what's wrong?

My action used to work fine, this problem started from about two months ago, the users complaiming the lock is unlocked successfully, but Google Assist reponse him with not responding. Then I try run the test suite, the test suite failed too for a…
0
votes
1 answer

Custom Commands for Router Device type in Google Home Control Action

I am using the device type as a Router in order to control my home Router through the Google Home app. I wish to control my router in other ways than what is available in the device traits provided by Google. For example, I want to implement "Hey…
0
votes
1 answer

Voice outout on a Google Nest mini using ESP32

I am trying to output as a voice message inputted text. I am using Google Nest Mini and ESP32. The code displayed below works as intended. It uses ghn.notify() to pass a message to the voice assistant and it says it out loud. #include…
0
votes
1 answer

action url google home

I wonder if there is a way that you can tell google home something when calling an action URL. Is there any information on how this can be relaized? So far I have not been able to find anything unfortunately. Greetings xs
xsus
  • 25
  • 4