Questions tagged [google-home]

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

752 questions
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

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

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

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

Can I create something to run a google home command when I get a certain phone notification?

I am a volunteer firefighter and we have a mobile app that alerts us when we get an emergency call. Is there a way for me to turn on a light that is controlled via google home when my phone receives that notification? If so, how do I accomplish…
Ratthew
  • 9
  • 1
0
votes
1 answer

What kind of software/app is the Google Nest Hub or Amazon Echo Show interface and what is it made with?

I know that The Google Nest Hub is running on Fuchsia OS and The Amazon Echo Show on Fire OS but what I want to know is what app they are running on there. Like what did they use to create the interface that you can naviagte through with touch?…
MaxCodes
  • 82
  • 10
0
votes
1 answer

Arabic custom actions with google assistant?

I want to create arabic custom actions with google assistant but when I try to change language settings from english to arabic in the developer action console I can't find Arabic, and the users will then be able to interact with your actions in the…
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

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

Internal error encountered when report state

I am trying the TV device type and I am getting "Internal error encountered" when sending the response to Google. When I homegraph.devices.reportStateAndNotification with following payload { "requestId":"f7549700-aedf-433f-b558-53804c19b7b6", …
kakopappa
  • 5,023
  • 5
  • 54
  • 73
0
votes
0 answers

Ignore Google Smart Home intents during a dialogflow agent conversation?

I've built an agent in Dialogflow and I've deployed a test version to Google Home. When I'm talking to my agent on the Google Home, if I ask it "what's the news today" or any sort of intent that isn't included in my agent but can be asked outside of…
0
votes
1 answer

Custom google home action should always reconnect to get it working

i have a custom google home action implemented as described in the documentation (Oauth2 setup, sync, execute, etc... setup) and all works as expected on my Google home app and my google home physical devices. Now, every now and then i need to…
Verthosa
  • 1,671
  • 1
  • 15
  • 37