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
0
votes
1 answer

camera with google nest hub not support webrtc

I plan to implement cameraStream base on webRTC. below is the sync response { "requestId": "3436995274582895851", "payload": { "agentUserId": "9662437", "devices": [ { "id": "1234567", …
0
votes
1 answer

Using conversational action for use cases related to smart home, when smart home action does not have the required device type

I want my smart device to be controlled by Google assistant. I have checked the smart home action guide, but the required device type is not available in smart home action. I need to add customization to my voice commands as well, so smart home…
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
0
votes
1 answer

How to use Google Home local fulfilment on more than 1 hub?

I am having multiple hubs( several ESP8266s with relays) in my home. I am trying to enable local fulfilment on these hubs. Everything is working fine for a single hub but when I use multiple hubs, I am only able to listen to HTTP data on one hub. Is…
0
votes
1 answer

Google Home Certification not linking My app

I Have working on dev app for google home certification its working fine and got the approval and released for production but when in production i am not able to do a account linking with my app. when i checked with certification team they mentioned…
0
votes
3 answers

Google Home shows my smart devices loading for around 10 seconds

I am using Google smarthome washer code to control my ESP8266 with SSR. Everything works fine but every time I open my Google Home app or Home Control in Nest Hub 2, devices are shown loading for around 10 seconds or more. But devices from other…
0
votes
1 answer

Can't test my Google Home Action in Actions Console Simulator

We've been having trouble keeping Wonder available on Google Assistant and Home. We keep resubmitting and then find out there's some bug that gets us taken down. One thing that has made it hard is that we cannot test Wonder in the simulator in the…
0
votes
1 answer

selectChannel command is not working on the Google Assistant

I'm trying to add a select channel trait. what I did was that I followed the docs, 1- Add the ATTRIBUTES to the device I want to apply this feature on, for example, a TV device type 2- I guess we are all done as every other command works with my…
Shalabyer
  • 555
  • 7
  • 23
0
votes
1 answer

Google Test suite camera

It's normal that my camera stream display doesn't support without 100% passing the test suite? enter image description here
0
votes
1 answer

On test suite, Google camera stream is skipped, which is not supported

On test suite, Google camera stream is skipped, which is not supported. I have realized this function, and I can see camera video on my TV. For example, say to Google, "Hi Google, show camera on my bed room TV" Like this My sync is like this { …
0
votes
1 answer

Is there any way to make some mode trait modes queryOnlyModes and others not?

After reviewing the Google Actions API docs, I am seeing that the mode trait supports queryOnlyModes meaning the modes cannot be edited and can only be QUERIED. Setting this on the mode trait makes all modes queryOnlyModes. Our device has multiple…
Caine Nielsen
  • 319
  • 2
  • 14
0
votes
1 answer

RoomHist is not working and "device not in this home" shown

Devices are not allocated to room after SYNC in a specific Google Home app. I confirmed that devices are allocated to rooms in my app on my iphone for the same home, but not allocated to rooms for the person who lives there. We can control the…
0
votes
1 answer

Touch Control Support for AIR_FRESHENER Device Type?

I am hoping to build a Google Smart Home Action that will integrate with our IoT device. After reading the documentation though, I am seeing that air fresheners do not support touch controls. This is an important feature we would like to provide to…
0
votes
1 answer

Google Assistant does not recognize traits name_synonym in italian

I have an issue with the google assistant and my smart home action. I have implemented the sync intent and this is what I get: { "requestId": "15365687660984021903", "payload": { "agentUserId": , …
Andrea
  • 1
0
votes
1 answer

Get answer from local script

I am looking for a way to interact with my Google Home devices as follows: Me: When does the next bus arrive? Assistant: In 5 minutes. My first thought was to scrape such data from the official public transport website from my city. But as I…
user11511091