Questions tagged [google-home]

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

752 questions
1
vote
1 answer

Google mobile service (gms) API call fails from one week to the other

I cloned the google sample app for matter to try out some functionalities. Everything worked as expected until I tried it today. Now when running through android studio on my physical phone I get this error and I can't really put my finger on what…
glades
  • 3,778
  • 1
  • 12
  • 34
1
vote
1 answer

Trigger smart speaker announcement via HTTP request

I have a smart speaker with buit-in Google Assistant which I want to automatically make announcements at specific times. The times are determined by a program I wrote running in the cloud which can send HTTP POST requests at those times (e.g. to…
J-J
  • 219
  • 2
  • 7
1
vote
1 answer

How to get the Matter device abilities list by Google Home Service Mobile SDK?

By Google Home Sample App for Matter, it seems nothing we can know about the device clusters from the device after commissioning. // commission Matter.getCommissioningClient(context) .commissionDevice(commissionDeviceRequest) After…
timyau
  • 812
  • 1
  • 16
  • 27
1
vote
1 answer

Google Nest hub Gen2 is not updating to support Matter 1.0

Sorry if my issue is not relevant, but I hope i can find answers here. I have Google Nest hub Gen2. I've switched on the option "Development program" in Google home app menu to have an ability to get updates for my nest hub, as Matter 1.0 release…
1
vote
1 answer

Unable to complete Google Home Account Linking Process. (Invalid State Parameter. The Link can not be completed.)

I am new to Google Actions. I am building action to access my smart home device from google home/assistance. I have already filled the Account Linking details from my auth server on action console. I have provided the Fulfillment URL on Actions…
1
vote
1 answer

Can Matter/Thread devices be controlled directly from Android app?

I know the official doc says a Google Nest Hub is needed to control Matter device from a "Google Home" like app using Google Home Mobile SDK. Is it possible to control a Matter/Thread device from an Android app without a Google Nest Hub? If not, is…
1
vote
1 answer

Pass command text to 3rd party fulfillment with Google Smart Home? (seeking Conversational Action alternative)

I've been searching high and low for an alternative for my Conversational Action, which is going to be killed by Google in less than a year (please change your mind). I'm currently using DialogFlow and a Firebase function to send this text to our…
1
vote
1 answer

I don't understand how my google action shows up on "Works with Google" search

I have followed below tutorial to build my own home action. https://github.com/actions-on-google/smart-home-nodejs I don't understand well on how this works. Let me explain you all about what I have understood so far and what I have done by…
1
vote
1 answer

SensorState Smoke Sensor Notification

I can't get notifications when smoke detected. What is wrong here? Is there a github example? Followed: https://developers.google.com/assistant/smarthome/develop/notifications#proactive-notification-payload Voice notifications are "on" in my…
1
vote
1 answer

Google Assistant Smart Home : Is Google smart home support custom command for water Heater devices?

I have a number of devices. I want to control it through google smart home. Is it possible to create custom commands ? I want to develop commands like "I want to take a shower". can I custom the trait? Thank you. Is there any support for circulation…
1
vote
1 answer

Can I bound one same device (same id) with two different account(two different agentuserID)?

I'm developing an Action on Google and I have a question about agentUserID. In documentation I see this information to reportstate command: { "requestId": "123ABC", "agentUserId": "user-123", "payload": { "devices": { "states": { …
1
vote
1 answer

Send Google Home data to Splunk

I'm trying to send data generated by a Google Home mesh network to a Splunk instance. I'd especially like to capture which devices are connected to which points throughout the day. This information is available in the app, but does not seem to be…
1
vote
0 answers

AttributeError: 'list' object has no attribute 'device'

I want to make a tts script to my google home i saw a youtube video on it and really wanted to make it but when i executed the code i got this error and i dont know how to fix it AttributeError: 'list' object has no attribute 'device' here is the…
NaWa
  • 11
  • 4
1
vote
1 answer

Google Home/Assistant - How to create "Works With Google" Device that can be added to Google Home "ecosystem"?

I have Google Home with Google Assistant throughout my house. I can control various smart devices as expected, but I have developed a few of my own devices which I would like to add to my existing ecosystem (controlled with NodeMCU controllers and…
1
vote
1 answer

Add Google IOT Device to Google Home as Device

I read around 9 tutorials and 6 similar SO topics similar to what I ask, but none were conclusive or actually depicted what I need. So here goes. I have a raspberry pi setup with a DTH22 sensor to send data to google iot cloud on pub/sub. Data is…
Ovidiu
  • 157
  • 13