Google Home - say a value with webrequest

Sharkt22

New member
Sep 7, 2017
1
0
0
Hi!

I want to control my thermostate with GH. Sending a temperature is nog problem with IFTTT and Webhooks. What I would like to see is that GH can also give me the current temperature.
So:
ME: "Hey Google, what's my room temperature"
GH: "It's 20 degrees in your livingroom".

I'v created a Pebble Watch app with JSON that can retrieve the value and display it. But I can't get this to work in GH.
I have tried the API AI tutorial for the Weather tutorial, but it works with sending a city and then getting the weather in return.
I only want the GH to give me the temperature.

Have tried it with IFTTT, but don't know how to have GH respond.

Hope you guys can help me with an example of a webrequest with GH.

Coach
 

gironco

Member
Nov 27, 2018
5
1
0
Hi!

I want to control my thermostate with GH. Sending a temperature is nog problem with IFTTT and Webhooks. What I would like to see is that GH can also give me the current temperature.
So:
ME: "Hey Google, what's my room temperature"
GH: "It's 20 degrees in your livingroom".

I'v created a Pebble Watch app with JSON that can retrieve the value and display it. But I can't get this to work in GH.
I have tried the API AI tutorial for the Weather tutorial, but it works with sending a city and then getting the weather in return.
I only want the GH to give me the temperature.

Have tried it with IFTTT, but don't know how to have GH respond.

Hope you guys can help me with an example of a webrequest with GH.

Coach
Hi, me too control my home with Google Home and I have a RaspberryPI that control stove, light, tv ecc. I use IFTTT too, but with a small python script I control Google Home voice for reply to my question.

I ask "Hey google, what’s the temperature at home?" and Google Home reply immediatly "wait". This is mandatory for the IFTTT system. IFTTT after call a webhook on my raspberryPI and it send a command line like this

./ghome_say "19°". And google home say this text :)

Look at my blog for more details. www dot gioexperience dot com. Sorry but this is my first post in XDA and I cannot post links.

If you want, look for more project on my blog for Google Home interaction with RaspBerry
 
  • Like
Reactions: hkee96