node-red-contrib-nest
node-red-contrib-nest copied to clipboard
Node-Red module for Nest thermostats and smoke detectors
Forced to migrate to google and now it doesn't work anymore
There's an issue where if I try to add a second temperature node, it will disappear from the graph! I can initially set it up and it will be visible,...
I have my admin running on http://nodered:1880/adminpath/ and I was not able to generate the access token. I ended up copying the URL it was trying to execute, added my...
I have installed the nodes, all looks good for install and API. But I cannot find any streaming mode flag, the node complains if the "mandatory" ID is missing, yet...
Thanks for programming a nice node-red module! I’ve got everything registered and it is sending data to my thermostat just fine, but only on the initial pass. Every 5 minutes...
I just created HTTP Request -> Nest Request -> HTTP Response, and this flow fails with a No response object debug message. In the NestRequestNode, returning the incoming msg (after...
streaming mode does not parse the data into JSON like the none-streaming mode. Need to fix this datapath to match non-streaming
After some debugging I found out that this node can generate orphaned sockets. On my Raspberry installation so many orphans in 24 hours that the dashboard and editor in node-red...
id is special so don't clobber it. Fixes #9.