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

Google Home - Streaming hls to chromecast

I've implemented smart home service for camera, including SYNC, QUERY, EXECUTE. Execute response is returning adequate hls url. However, casting that stream to Android tv via chromecast results in black screen. Do I need some configuration to be…
0
votes
1 answer

Handling errors in SYNC handler

I am interested in the best practice for handling errors in the Google Action SYNC handler. I see in the docs that I can return an errorCode in the SYNC response, however, none of the documented error codes seem to be compatible with the SYNC…
Caine Nielsen
  • 319
  • 2
  • 14
0
votes
1 answer

What are the utterance for "action.devices.commands.appInstall, action.devices.commands.appSearch" command?

I am developing Google smart home I would like to execute the "action.devices.commands.appInstall or action.devices.commands.appSearch" but I am unable to figure out utterance for these commands. Ex - with the utterance "Launch Yotube on My TV"…
Love Bum
  • 11
  • 2
0
votes
1 answer

Implementing google smart action with custom device trait

I have been trying for a while now to create a kind of "controller" for my windows pc which is integrated with google assistant. I would like to have actions like "Turn off the internet", "Shutdown" or "Open program". However in trying to implement…
0
votes
1 answer

Is there an Android/iOS API for a 3rd party app to control Google Home linked devices?

I'm looking to create a mobile app that controls lights that are connected to a Google Home, is this possible? I'm basically looking for a Google Home equivalent to Apple's HomeKit framework. This is a similar question, but also three years old, so…
Andy Obusek
  • 12,614
  • 4
  • 41
  • 62
0
votes
2 answers

What equipment is supported action.devices.traits.CameraStream base on webRTC?

I have implemented CameraStream base on webRTC. It doesn't work on Chromecast and says "Sorry ,it looks like the cameraName doesn't support streaming to remote screens." But it works fine on Google nest Hub. I'd like to know which equipment is…
0
votes
1 answer

Communicating with Google Home and Google Assistant with the Application We Developed Instead of the Smart Home Device

I work for a company that develops a smart home device. The company is developing an android application for smart home devices it has developed/designed. In addition, he wants to control the smart home devices he has developed with the Google…
0
votes
1 answer

Controlling Smart Home Devices from Android TV

I am working on Google Assistant integration for Smart Devices. Apart from Tablets and Cell phones, I want to control smart home devices via Android TVs. I looked at the Google Docs (https://developers.google.com/assistant/smarthome/overview), I had…
0
votes
1 answer

Google Smart Home "Channel" Trait Limitation

Google smart home "Channel" trait recommends to keep the channel list below 30 to avoid latency. Channel trait Documentation link Is there an upper limit on the channel number list besides the above recommendation?
0
votes
1 answer

CameraStream Trait webrtc

I see on the google home document that google CameraStream webrtc currently supports 1-way (half duplex) communication. When will it support two-way intercom?
0
votes
1 answer

Query request for Modes trait not working

I'm building a smart thermostat connection to Google Home. However, for the automated testing with the Test Suite, I need to add currentModeSettings to the Query request. However, when I add that, the app breaks completely. I couldn't get my SYNC…
Jasper Rosiers
  • 277
  • 2
  • 5
  • 16
0
votes
1 answer

Smart home google action not responding and device is always offline

I created a smart home action using action-on-google and nodeJs, and it works fine. When you say turn on switch off, it sends MQTT request to my server, means that onExecute function works fine but the problem is that google doesn't respond to my…
0
votes
1 answer

Unable to set temperature of AC_UNIT device

i have some trouble in control device from google assistant. I have synced 2 devices to google assistant, only have diffence in ids and names, just like this { "payload":{ "devices":[ { …
0
votes
1 answer

combine custom action and smarthome action with google assistant

I created a custom Google action using @assistant/conversation sdk and a smarthome action using actions-on-google sdk. My question is, how can I combine both and link then with same backend server.
0
votes
1 answer

Unable to link Smart Home Action

I am trying to link my Smart Home action and it is not working for some specific accounts. I have traced out some logs on our server and found that our API is taking longer for some of the accounts which have more number of devices connected than…