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: G_SOURCE_FUNC while running chef.py

When we run ./chef.py -zbr -d rootnode_dimmablelight_bCwGYSDpoe -t linux we get G_SOURCE_FUNC error , how can we solve this? We installed Docker on Ubuntu 18.04 We downloaded Docker image We run…
0
votes
1 answer

How to control Google Home Accessories From Different Android App

Fetch and control Home app accessories from Different Android App Scenario - Create TestApp Fetch Google Home Accessories(Devices) Control(On/Off a bulb) from TestApp Can we achieve this scenario with or without cloud support?
0
votes
1 answer

Fetch Matter-Enabled commissioned devices from Google Smart Home app

How we can fetch the list of Matter Enabled Devices in a different Android application from Google Smart Home Application? Expected usecase- Pair Nest Hub in the Google Home app Commission matter device(Name: MatterTestDevice) Create android…
0
votes
1 answer

How can I do 'google sign in' in Google Actions Console?

How can I do 'google sign in' in Google Action Console? When I created a project in 'actions console', I selected Smart Home and created a project. I want to use 'Google Sign In' because the OAuth process is complicated, but when I enter 'account…
0
votes
1 answer

what is the cause of google nest hub's answer sdp info don't appear after received the camera's offer sdp response

The issue is reproduced 100% of the time. we can stream from the same camera in the camera's own app. we have checked the camera's offer sdp response, that's OK. the SupportedStreamProtocols is webRTC. detailed issue: the request: "Intent:…
alexcrazy
  • 11
  • 1
0
votes
1 answer

Is possible to create an action for google home that take the data from a camera and use these data to process images like object recognition?

I need to know if it's possible to create an action for google home that allows you to take the video streaming data of a camera. I would like to be able to use this data to apply algorithms that can modify or capture data from images such as object…
Marco
  • 1
0
votes
1 answer

Google conversational action voice based alternative

With the conversational actions being sunsetted, I am looking for alternatives for an application I was hoping to build. It was a simple project in which you asked your assistant (home or android) a question and then it would send that question as…
0
votes
2 answers

Matter test with Google Nest Hub 2nd

I am testing Google Nest Hub 2nd Gen and Wi-Fi only Matter device. My Android phone and Google Nest Hub 2nd Gen are connected. However, the Google Home App doesn't find the Wi-Fi only Matter device. Does Google Nest Hub 2nd Gen support matter over…
Live Kim
  • 11
  • 2
0
votes
1 answer

Google Home App does not show any information about sensor state

I am trying to add Water Leak Sensor as SENSOR device to Google Smart Home. I have been using the following guide from Google to develop my app server: https://developers.home.google.com/cloud-to-cloud/guides/sensor In response to Google's…
0
votes
1 answer

How to have matter modules and services in android emulator

I have selected pixel 6 in as android emulator. It doesn't contain matter modules and services. (Verifying from steps in https://developers.home.google.com/matter/verify-services). How can I have matter modules and services in android…
Leo
  • 436
  • 1
  • 3
  • 14
0
votes
1 answer

CommissioningClient.API is not available on this device

On running the code provided in code lab in https://developers.home.google.com/codelabs/matter-sample-app#1 I have tried to run it on physical android phone (with compatible android version and google play services version) as well as pixel 6…
Leo
  • 436
  • 1
  • 3
  • 14
0
votes
1 answer

Will Custom intents declared in the app using Android capability elements available for users to access from Google devices using google assistant?

Since the conversational actions are going to be deprecated, need to find an alternative. When checked in the google documents it was found that app actions and smart home actions would be better alternatives. But it is unclear if the Custom intents…
0
votes
1 answer

Error getting Home Graph: TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))

I was trying to use Home Graph Viewer Tools, entered my project-id (100% right id) but they returned the error: Error getting Home Graph: TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) Please help! Thanks! Error…
0
votes
1 answer

How to get the current time from the CSA Matter SDK on espressif ESP32

My understanding of the CSA Matter (aka project CHIP) spec (11.16) seems to indicate that nodes on the Matter fabric will sync the current time using the TimeSync cluster service. If true, it seems like there should be a way to use Matter to get the…
emmby
  • 99,783
  • 65
  • 191
  • 249
0
votes
1 answer

Hub requirement for building matter virtual or physical device

The code lab at (https://developers.home.google.com/codelabs/matter-device-virtual?hl=en#0) lists the requirement for "a hub, which is any Google Nest device that supports Matter, such as the Nest Hub (2nd generation)". At this page:…
Leo
  • 436
  • 1
  • 3
  • 14