automatikas / Node-red-Nest-thermostat

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

Strange behaviour in groups #7

Closed caspervetje closed 2 years ago

caspervetje commented 3 years ago

EDITED: It seems to work, don't know what I did wrong. No issue though. I like the UI very much and want to use it for smart thermostatic valves. The issue I find is, that if I want to add multiple thermostats then on one tab they all end-up in one group on the dashboard. I can assign the second one to a different group but it will automatically add the second one to the first group in the same tab. The second one also doesn't work as it should. I'm not a genius in programming, I wonder if something in the code uses global variables causing things to be overwritten in the secont instance, and also causing the location to be in the same group on the dashboard. I hope this makes sense and is a bit understandable.