Nest integration docs

I'd like to automate the Nest presence features, but I'd need parameters for

setNestEta

and how to handle presence: should I be using away/present on the Thermostat Device or it's better to use the Presence Device (guess the latter).
Thanks!

I would suggest the presence device, but either work.

setNestEta requires a time (and the time can be updated regularly). Today the command is on the thermostat device, but it should get moved to the presence device.

so it looks like:

setNestEta("EricTst", "2018-01-27T01:02:00.000Z", "2018-01-27T02:15:00.000Z")

the fields are label (needs to stay the same for this "trip", eta_begin, eta_end)

1 Like