Google Nest

Post your questions and help other users.

Moderator: Martin

Post Reply
Wibbly
Posts: 418
Joined: 17 Mar 2014 09:02

Google Nest

Post by Wibbly » 03 Dec 2018 19:38

Anyone used AM to control their Google Nest? If so, what did you do/can you share some flows?

mattd_nf
Posts: 16
Joined: 21 Dec 2016 15:51

Re: Google Nest

Post by mattd_nf » 04 Dec 2018 13:18

I use a combination of IFTTT and Automatic to control my Nest thermostat and my Wemo light switches. On the IFTTT side, do the following:

1) Install IFTTT on your phone
2) Connect IFTTT to your Nest account
3) Create a Webhooks account - This will give you a custom key that you will need to use in Automagic
4) Create an Applet where:
- "this" is a Webhooks "Receive a web request" trigger with a meaningful event name (e.g. set_thermostat) - you will need to use this key in your Automagic flow
- "that" is a Nest Thermostat "Set Temperature" action; select your device from the dropdown and set the temperature to "Value1" using the "Add Ingredient" button (Value1 will be passed from Automagic)

On the Automagic side, I've created a quick flow which will prompt you for the target temperature and then send the value to IFTTT to change your Nest Thermostat's temperature.

You can download my flow from http://automagic4android.com/flow.php?i ... 75357319d6

You will need to edit the first action in the flow to set-up your key (makerKey) and trigger (makerTrigger) with the values from IFTTT.

Let me know if you have any questions.

-- Matt

Wibbly
Posts: 418
Joined: 17 Mar 2014 09:02

Re: Google Nest

Post by Wibbly » 04 Dec 2018 14:14

This restricts me to the triggers and actions available between IFTTT and Nest, right? The Nest API seems much more flexible, as would intents into the Next app on the phone. For example... Setting Home/Away status, setting at ETA (this one seems to be in the API)...

mattd_nf
Posts: 16
Joined: 21 Dec 2016 15:51

Re: Google Nest

Post by mattd_nf » 04 Dec 2018 14:29

Yes, this would only work if IFTTT supports the command you are trying to send.

Post Reply