Questions tagged [google-smart-home]

Smart home Actions connect IoT devices to the Google Assistant through the Actions on Google platform. Use this tag for questions related to smart home integrations, account linking, Local Home SDK, and the Home Graph API.

Learn more about the building smart home Actions for the Google Assistant:

420 questions
1
vote
2 answers

Use Amazon alexa or Google home compatible hardware without alexa/Google home

There are plenty of devices available, which are promoted with the phrase "compatible with alexa/google home", e.g. LightBulb or Smart socket My question is: Is it somehow possible to use and control these devices without using alexa or Google home?…
klues
  • 847
  • 12
  • 21
1
vote
4 answers

Google Home and FHEM?

I don't really like having to use IFTTT etc to control my smarthome. Everything is connected using fhem, and I don't want to change anything at that. But the Google Home / Google Assistant can't really control fhem. Only using IFTTT, external…
1
vote
2 answers

"Okay Google, turn on the garage door"

Obviously, one does not "turn on or off" a door; one opens or closes it. Any suggestions on how to handle smart home devices using the Actions on Google Smart Home Provider and for which there are no existing device traits that make it natural to…
eparis
  • 11
  • 3
1
vote
1 answer

Smart home app return error after Google Actions Account Linking Flow

I am developing a Google Smart Home App, and I used my developing account to link to the Smart Home App. And Everything is ok before token exchange. I found that Google Assitant showed "something went wrong,try again." It seems that the account…
1
vote
1 answer

Actions on Google - smart home - how to make Google Home response properly when smart home device is offline?

My smart home app can control my smart home devices already. However, I can't make Google Home to say like "your device is offline" when the smart home device is offline. Google Home always says "ok, turning device_name on.". According to the…
1
vote
1 answer

Google Actions Home control sync response not accepted

For the following Google Assistant Home automation sync request, my backend responses for certain accounts works. But some accounts it fails and I have no clue whatsoever. { "requestId": "XXXXXXXXXXXX", "inputs": [{ "intent":…
Gopinath
  • 12,981
  • 6
  • 36
  • 50
1
vote
1 answer

How to share smart home app to other users before it published?

I am developing a smart home app and want to share it to another Google account before it published. I follow the steps in https://developers.google.com/actions/smarthome/testing-deploying#sharing_your_project Add a new member xxx@gmail.com and role…
Chris Wang
  • 155
  • 11
0
votes
0 answers

google HomeGraphService reportStateAndNotification

I try to implement StateReporting with the HomeGraphService api for my google action. For this I followed the google state-report documentation. The issue is that the reportStateAndNotification function seems to do nothing. It just returns an empty…
shalama
  • 1,133
  • 1
  • 11
  • 25
0
votes
0 answers

Problem in performing toggle functionality

I have one device of type "Fan" . While testing the toggle trait by using the synonym "Fan power, spin" . we found that google home is not producing accurate results. After checking the google cloud function logs, we came to know it is performing…
0
votes
2 answers

Google Home Customization Feasibility

My company is experiencing a difficult selection for our smart home solution. The reqiurement is as following: We will build our own voice assitant with a drip-off pad(Like Amazon Echo Show 10/Goolge Nest Hub) hardware, with Android OS in it we…
Fred Guo
  • 31
  • 3
0
votes
0 answers

Temperature Sensor issue in Google Home Automation via YAML Script Editor

I'm trying to set up automation via the script editor, a new Google feature. My goal is for the script to turn off the AC when the temperature, as detected by a sensor on my balcony, exceeds a certain value and the balcony door is open. Here's the…
Vasya
  • 1
  • 1
0
votes
1 answer

How to setup nodejs server for Google Smart Home Action?

So I tried to setup my own Google Action, so when I use the Google Assistant and ask for the specific Action, a request should get send to the URL i specified as the fulfillment URL where my Node.js Server runs. const express =…
0
votes
1 answer

Google Assistant - Air conditioner name bug

I have AC and device name is TRIAL AC. When I try to change ac mode to off mode, it's successfully changing and google sends request for thermostatMode:off . When I change device name without AC as TRIAL, I'm trying same command "set TRIAL to off"…
0
votes
1 answer

WebRTC with Google Home Camera

I am trying to get the Google Home Camera working with WebRTC. GetCameraStream…
kakopappa
  • 5,023
  • 5
  • 54
  • 73
0
votes
1 answer

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 this service to Google" button that appears (as part…
Aswin B
  • 1
  • 1