Nest Thermostat - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Nest Thermostat (/showthread.php?tid=203) |
Nest Thermostat - Erwin van der Zwart - 25.01.2016 Hi, Does anyone tried to link LM to Google's Nest thermostat? If yes, can you post scripting to connect to the (online/cloud) API? Thanks! BR, Erwin van der Zwart RE: Nest Thermostat - admin - 26.01.2016 First, you need to get auth token, after that it's pretty simple with HTTP requests. Nest docs: https://developer.nest.com/documentation/cloud/rest-quick-guide/ Here's a short code sample: Code: function request() RE: Nest Thermostat - Erwin van der Zwart - 29.01.2016 Hi, Thanks for the info, i have a fully working connection with the REST APIĀ (read and write) Going to add Firebase now to bypass the API call maximum (: BR, Erwin |