Questions tagged [google-home]

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

752 questions
0
votes
1 answer

Touch control not changing for REMOTECONTROL in Google Home

I'm using the touch control device type REMOTECONTROL for Google's Smart Home Device. In google Home the touch device gui only displays the "ONOFF" button at the center of the screen. Need help in identifying possible errors I have made. Here is…
0
votes
1 answer

Homegraph concept database schema permissions

I'm trying to make schema for my PostgreSQL database basing on the Homegraph concept, however I'm not really sure about correctness of current schema and whether user should have per-structure access or per-device. I can't find any real-world…
0
votes
1 answer

How to use google homegraph api with my own django cloud?

I am trying to build a smart-home project and I want to use voice commands to control the smart devices in my home and I found out that I have to use homegraph API for it. So is there anyone who can help me , like I want to use my own django based…
0
votes
1 answer

How to send direct command from Google Home to custom smart device without app name?

I try to build my custom IoT device that will be controlled via Google Home device, and serve people with disabilities. The device itself is Tiva C Launchpad, that I program from scratch, meaning I will have a full control on it. In my vision, the…
barak david
  • 146
  • 8
0
votes
1 answer

Intereat Vacuun cleaner Cybovac E31 for home automation

I search a way to control my CybovacE31 with a computer to integrate it into home automation system. I know that it is compatible with google home and Alexa but i don't find the protocol used. Do you have an idea how to do it? Thanks. My vacuum :…
0
votes
1 answer

Homegraph in google smart home skill

I developed a smart home skill for my company, I did it without using HomeGraph as final user don't care about that they just want a couple of easy traits implemented in devices. Is it required to use Homegraph in order to pass Home suit test and…
joliete
  • 3
  • 2
0
votes
1 answer

How to manage service account key json file for smart home

I'm currently building out a Google Home project in NodeJs that has a fulfillment service that uses a downloaded service account key. This key is deployed with my fulfillment service to my firebase function. I'd like to avoid storing the key in an…
0
votes
1 answer

Control my smart home devices when I enter room with my Nest Hub Max

I have a nest hub max which is located in one my rooms. Is it possible for me to trigger an action when it detects I have entered the room? I know that the Nest hub Max can detect if I am nearby or when I am in the room. So far I have only found…
0
votes
1 answer

How to get the Agent User Id if the Scope is not valid? C# Google Home Graph API

I am unable to get the Agent User Id which is necessary to execute any request in the Google Home Graph API. The API is operated by a Service Account, however, the Scope for the Google Home Graph [https://www.googleapis.com/auth/homegraph] is not…
0
votes
0 answers

How to make a Google Home Graph request using a Service Account?

I want to create a Desktop Application which would control Google Home Devices. For the past couple of hours I've been struggling with the Google Homegraph authentication process. I created a Service Account and added the JSON file to the project's…
0
votes
1 answer

Does GVA (Google Voice Assistant) support RTC and Doorbell related fucntionality?

I want to access our doorbell product to Google Voice Assistant, but didn't find the Doorbell type in Google Assistant Doc. https://developers.google.com/assistant/smarthome/guides I wonder whether GVA support RTC and Doorbell related functionality…
0
votes
1 answer

Can't create a simple webhook fulfillment Good Actions Console

I am trying to do a simple google home integration with my home server. My only goal is to have it say "Hey google, turn on pool lights" and "Hey Google, turn off pool lights". Both should be mapped to https://mywebsite.com/fullfillment. Once it…
0
votes
2 answers

Is it possible to send from a server (not via mobile) a message to a Google Home device?

I want to write a web app where if a user presses a certain button, it would cause the google nest in my room to say something. Essentially I want to use an API to send this command to my google nest: "broadcast to bedroom speaker 'button has been…
0
votes
1 answer

Google home integration with dynamo DB

I am creating Google Smart Home action of google home. But I have not idea, how to connect the dynamo DB with smart home action but I can see here using with firebase. When I ran the command with invocation name in google assistant then it is…
0
votes
1 answer

Get a notification when a timer is created by Google Home

Is there any way to get a notification in my application when I set a timer (such as "5 minutes") by voice with Google Home? I wish I could display the countdown time using an ESP microcontroller and a segmented display. Displaying countdown is…
Damn Vegetables
  • 11,484
  • 13
  • 80
  • 135