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

Error Response with Google Smart Home (Thermostat)

I am unable to understand the syntax of Json for errors I have tried return { "requestId": self.request_id, "payload": { "commands": [{ "ids": [self.device_id], "status": "OFFLINE", …
0
votes
2 answers

Not Receiving AccessToken on Simulator

My Fulfilment End Point isnt receiving accessToken. Is this normal? Becouse when im on the simulator it doesnt really ask to login to my authorization end point thus, it wont get a access token. My Oauth is working perfectly after tesing with Oauth…
Elo97234c
  • 163
  • 1
  • 4
  • 15
0
votes
2 answers

Actions on Google simulator giving 'APP_NAME not responding' error

I keep getting an error when testing my app on the simulator. It gives: "APP NAME, isn't responding right now, try again soon" What am I doing wrong here? ACTION.JSON { "accountLinking": { "clientId": "", // SENSITIVE INFORMATION BLANK …
Elo97234c
  • 163
  • 1
  • 4
  • 15
0
votes
1 answer

no welcome intent in smart home action, is it normal

{ "actions":[ { "name":"actions.devices", "deviceControl":{ }, "fulfillment":{ "conversationName":"automation" } } ], "conversations":{ …
0
votes
1 answer

Google Home Control custom device types and traits

I'm trying to control an unsupported device type through Smart Home actions on Google. I would need custom commands such as fan speed, away mode, and scheduling. Is there any way to create custom device types and traits using the actions SDK and…
Nelson.b.austin
  • 3,080
  • 6
  • 37
  • 63
0
votes
1 answer

Still cannot find google action using Action SDK on Google Home App

I am developing a Google Smart Home App, and I follow the official development document. Create my project in Google Console 'gactions update --action_project action.json --project {myproject}' Complete the necessary information,including App…
Emilerj
  • 11
  • 4
0
votes
1 answer

Google Home Smart Home integration

Alexa has two kind of Skills: Custom and Smart Home. Smart Home Skills support a predefined API to interact with smart home devices (lights, etc). I can't find anything close to this in the documentation for Google Smart Home. Should I have to…
blanchma
  • 61
  • 3
-1
votes
1 answer

CSA certified products can't be commissoned with Google ecosystem

Our produt already obtained the CSA Matter certification. While can't be paired by customers. My understanding is if the device is certified in the CSA DCL, even not registered in the Google developer console, customer can use the Matter in google…
James
  • 17
  • 1
-1
votes
1 answer

Failed to decode packet: in running virtual controller using google matter

Hi I am following this codelab and trying to build a virtual device and controller. I have followed all steps till step 5. When I open the virtual controller, I try to change the light state to on and I also try to change the level. But there is no…
Leo
  • 436
  • 1
  • 3
  • 14
-1
votes
1 answer

Making an energy recovery ventilator - practical to make it Matter enabled?

I posted something much like this on openhab and home assistant forum too, I will decide what to do based on what I hear... I am trying to produce an open source Energy Recovery Ventilator, and software is not my forte. I frankly find the sheer…
-1
votes
1 answer

How to access home appliances consumption?

I'd like to develop a system similar to Nest Renew in the US, that is a system able to offset electricity consumption to when the electricity grid has enough renewables power. Is it possible to access the total heater/cooling systems energy…
Papotitu
  • 407
  • 1
  • 4
  • 16
-1
votes
1 answer

Google Action Disconnect Issue after several weeks in Google Home

One of our customer using the 'Habitat HomeLink' launched year ago, They have been observing after using for a month thermostat devices disconnects in google home and they have to re-link their devices in order to work again.This keeps happening…
-1
votes
1 answer

Google Action Account Linking token endpoint parameters

I'm new to google action and I tried to connect my express api with google smart home action. All was fine until I got google token request without any parameters. In the documentations it said it will send client_id,client_secret and etc... But…
-1
votes
1 answer

How can I use 'works with google assistant' logo in my products packaging?

My products can be control and report to google. I want to use 'works with google assistant' logo in my products packaging. How can I get the permission to use it? I did not find the certification page.
-1
votes
1 answer

How do we find out the google smart home action data server location?

I am trying to find out the google data server location for Smart Home actions. Could someone pls help me out
1 2 3
27
28