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

Action on Google with AWS LAMBDA in python

I wrote AWS Lambda function in python for my smart home Alexa skill. I wanted to implement the actions on google on the same lambda. Is there any option to implement the same? I'm not much comfortable using Node JS. Also don't want to change the…
0
votes
1 answer

google local home 1500ms timeout issue

I am working on a Google Home Local Fulfillment project following "Enable local fulfillment for smart home Actions" tutorial on the Google Codelabs. The project is only focus on local control without accessing remote control. I need to run a query…
0
votes
1 answer

Can the cloud functions created in firebase be used in different google developer accounts?

We created google smart home action, and now we have an idea, if we use google developer account A to deploy cloud functions on firebase. Create a google smart home action in google developer account B, then can account A deploy cloud functions on…
0
votes
1 answer

What to do when user choose to unlink

What's the flow when user choose to unlink account from developer's own app/website? I understand that developers should at least send a user-delete reqeust to homegraph api(as mentioned in…
0
votes
1 answer

How can I group device on discovery in Google smart home action?

I have a smart home skill already working fine with google home but when google home discovers devices for first time I want to group appliances into different rooms and relay this info back to google home. I know user can make rooms and assign…
0
votes
1 answer

Utterance reference for Google Smart Home in English and Western Europe languages

I am developing a google smart home action app for interacting with our security systems. This includes also controlling relays for switches, outlets, lights, as well as thermostats for heating or cooling systems and some other peripherals, besides…
Alberto Pastore
  • 193
  • 2
  • 14
0
votes
1 answer

Why does test suite for smart home run out of time

With regards to the test suite, I've entered the userAgentId and the json key correctly and it progresses fine. It's when I start the test where the problem arises. Each utterance is read out to my Google Home. The Google Home wakes up to the "Ok…
0
votes
1 answer

Fulfillment SYNC action.devices.types.GARAGE device only show settings page

I'm trying implementing a action.devices.types.GARAGE device but when I get the SYNC the garage device show up with an gear icon and when I press it it only show the device settings. I implement another devices with action.devices.types.LIGHT,…
Renato
  • 45
  • 5
0
votes
1 answer

How to migrate Google Smart Home Actions project and not delete Firebase instance

I have a Google Actions project which was built using the Smart Home Actions template. I would like to migrate this project in order to have the same functionality exposed in setting up a Custom project, namely the Actions Builder interface. Is it…
0
votes
1 answer

Smart Home Device showing small cog and no commands

I have a node.js script in AWS Lambda which is connected to my Project via API Gateway. I've got the actions-on-google library included OK and my devices get discovered. However, depending on what I select as the device type, affects whether in…
0
votes
1 answer

Turn on/off local wifi device with bash script

I have a raspberry pi in my local wifi network. Also I bought smart socket which can be integrated with Alexa or Google Home Assistant. What is a best option to turn the socket on/off from my raspberry? I thought about installing alexa or google…
standy
  • 398
  • 1
  • 3
  • 16
0
votes
1 answer

action.devices.traits.TransportControl question

Trying to implement the action.devices.commands.mediaClosedCaptioningOn command for the TransportControl trait.. I have included 'CAPTION_CONTROL' in the transportControlSupportedCommands array I send on the SYNC intent for the device, but when I…
Kate6
  • 1
  • 2
0
votes
1 answer

action.devices.traits.MediaState question

The introductory paragraph on the developer page for the MediaState trait implies that the MediaState trait lets you provide Assistant with information about the media item your device is currently playing... The examples it gives suggest it…
Kate6
  • 1
  • 2
0
votes
1 answer

There are no link/unlink buttons related to Smart Action in the Assistant Directory

There are no "Link"/"Unlink" buttons (for linking/unlinking account) related to Smart Action in the Assistant Directory (https://assistant.google.com/ -> explore actions). They appear from time to time, but the behavior looks unstable. Image Could…
Mariia
  • 1
0
votes
1 answer

Google smart home actions for thermostat report state issue

I am developing thermostat ReportState functions, I use Smart Home Report State Dashboard to check the status, It seems report state is OK when I manually set the temperature, I can see the temperature value from dashboard, but I try to use google…