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

How to get logo about google assistant?

I develop smart home actions for smart device, actions not published and lunch yet. but action is workable. How about using Works with Google Assistant logo? Can I use this logo for my device prototype DM? or my action need to submit and lunched,…
0
votes
1 answer

Additional invocation phrases disappear from Actions Console

I am trying to add Additional invocation phrases on the Directory Information tab for a Smart Action on the Actions Console. After filling phrases in and pressing the Save button I receive a notification "Assistant app information saved…
FoxDev
  • 11
  • 2
0
votes
1 answer

Cloud functions or local server as fulfillment?

Can anyone tell me about the pros and cons of using Google's cloud function as fulfillment over a local server. We have a local server available, but we can't decide which to go for. I am currently creating a smarthome action and no matter what, the…
0
votes
1 answer

Mismatch between HomeGraph Query Response and Query Response from Cloud service[FireStore] - Google Smart Home

I am new to Smart Home world and I am trying my hand to implement smart home solution with Google App Engine and Firestore for my cloud service. I have successfully integrated my devices and Smart home solution and able to update the device state…
0
votes
2 answers

iot-smart-home-cloud (gcp project) registered devices not appear in the flutter app and in Angular/web

I have this issue open on github for 10 days: https://github.com/GoogleCloudPlatform/iot-smart-home-cloud/issues/20 I can see the devices registered in the firestore(look photo below), but they do not appear on the mobile screen or in the…
0
votes
1 answer

Implementing Google Smart Home Request Sync

I am trying to implement Google Smart Home Request Sync. Is it normal, that I have to say sync devices once I change the name of the device? Is there a way to force it without saying so? Here is my code: exports.adduser =…
Pier-Luc
  • 1
  • 1
0
votes
1 answer

google home action sync does not work with valid json response

I used google's json validator and it says my json is valid, but for some reason google home control still gives me "couldn't update settings, check your connection". If I intentionally throw an error (like invalid variable) in my server, google…
Hyperian
  • 127
  • 3
  • 13
0
votes
1 answer

Is it possible to use dispenseXXX error codes with Cook trait?

Could you please clarify if it's possible to use the following error codes with Cook trait: dispenseAmountRemainingExceeded: doesn't have enough to do that; dispenseFractionalAmountNotSupported: can't…
Mariia
  • 1
0
votes
1 answer

How to use the same traits for different item

we have a smart tub with a pump and a blower. I need to be able to say: turn the pump/blower on/off (using the same trait) but google refuse us to have more than one id Is there a way to to it without more than 1 id ?
Pier-Luc
  • 1
  • 1
0
votes
1 answer

google smart home actions for thermostat about temperature unit

I am developing smart home action for thermostat, some questions as below: 1.For TemperatureSetting device trait, some informations as below link: https://developers.google.com/assistant/smarthome/traits/temperaturesetting =>Note 2: Temperatures can…
0
votes
1 answer

Devices created with smart-home-java sample always offline

I have created a couple of devices using the https://github.com/actions-on-google/smart-home-java sample project. I have also successfully linked my account and see these devices in my Google Home app. I am also able to click on a "On" or "Off"…
dvim
  • 2,223
  • 1
  • 17
  • 17
0
votes
1 answer

Logo customization for Google Smart Home Action under development

I have a Smart Home Action under development (marked with "[test]"). It appears under the list of Google Smart Home Action in my Google Home App. However, the icon is the generic cloud icon even though I uploaded my custom logo in the Action…
WuTang805
  • 17
  • 3
0
votes
1 answer

Intent handler failed with error: Buffer is not defined

I have built a Google Smart Home Action using the Local Fulfillment SDK as outlined in the following articles: https://developers.google.com/assistant/smarthome/develop/local https://github.com/actions-on-google/create-local-home-app I am using…
0
votes
1 answer

google smart home action device type icon issue

I am trying to implement dimmer switch, devices type I use as below: action.devices.types.SWITCH" it include two devices traits as below: action.devices.traits.Brightness action.devices.traits.OnOff But in google home App, the icon shows a Bulb…
0
votes
1 answer

good smart home actions for dimmer switch

I want to develop smart home actions for dimmer product, What device traits type I need to use, I know it need OnOff traits, but what about the power level control, it need to set 0-100%, what trait I need to use?