karbassi / netatmo

A node.js module to hook into the netatmo API.
MIT License
57 stars 46 forks source link

Update to last Thermostat API #41

Open sadmin91 opened 6 years ago

sadmin91 commented 6 years ago

Since March 5th, 2018, Thermostat API has evolved and now supports Valves. With this update Setthermpoint is deprecated -> a new function Setroomthermpoint appears.

Is it possible to include this new function?

Regards

karbassi commented 6 years ago

@sadmin91 Do you happen to have any of the netatmo devices? I can write the code, but I need someone to test to make sure they work.

sadmin91 commented 6 years ago

Yes, I have a thermostat and 3 valves. I can test a modified code with an implementation on node-red.

karbassi commented 6 years ago

@sadmin91 That sounds great. I'll set some time aside to work on this in the next week or so.

lboue commented 5 years ago

👍

luixal commented 5 years ago

Just added a PR that includes getHomesData and getHomeStatus which returns info related to rooms and valves. Tested it on 3 valves, everything seems to be ok :)