automatikas / Node-red-Nest-thermostat

Node-red dashboard Nest thermostat ui_template
GNU General Public License v3.0
30 stars 17 forks source link

Not an issue, but nice to have #6

Closed nonix closed 2 years ago

nonix commented 3 years ago

Hi, thank you for porting this work to NR.

Would it be possible to swap the ambient temp with target temp?

The idea is to see at first glance the current (ambient) temp in the middle of NEST while the set point is just a number on dial (currently the ambient).

My HTML/JS skills are not at best ;-)

Thank you, N.

elperepat commented 2 years ago

I want the same. I'll give it a try.

elperepat commented 2 years ago

See my pull request. I implemented it.

elperepat commented 2 years ago

To improve code visibility on github and to ease with diff, you should maybe use a separate file to put the code of the template node.

The diff tool from github would be able to spot the differences. I updated my pull request accordingly.