Hi all
I recently got into the rpi and pimatic stuff. Now I missed having my tado connected to pimatic.
So I made my first plugin. this is my first try on Coffeescript/node.js, although I had some experience with java /C++
Could someone take a peek at the code, I am not entirely sure I am using promises in the right way.
I have one problem, when changing the config of plugin via the web interface , I need the init to run again to retry a login to the tado api. Is there any listener for that?
Plugin can be found here:
https://github.com/TH1485/pimatic-tado
Currently supports humidity and temperature sensors for all zones, zones can be found with the discover functionality of the web interface
Thanks