giuseppeg88 / node-red-contrib-thermostat-scheduler

The Ultimate Node-RED Thermostat for Home Assistant - A NEST style thermostat with: temperature week scheduler, countdown and manual mode
GNU General Public License v3.0
66 stars 28 forks source link

Multiple istances #7

Open gionni2010 opened 3 years ago

gionni2010 commented 3 years ago

Hello, how to do if i want to control two or more climate entities? It seems that we can't just import a second flow and point it to the right entity. What i'm missing?

townsmcp commented 3 years ago

Change the group name to create its own page?

gionni2010 commented 3 years ago

Sorry I'm new to node red, can you explain?

Essavant commented 3 years ago

If there is any way to better explain the process, it would be appreciated. Changing the group names seems to change them for all instances

chargedneutrino commented 3 years ago

Hi all, first of all thank you Giuseppe for your work, it is exactly what I was looking for. 👍 I would also like to be able to control 2 (or more) thermostats, for example for day/night areas of the house. Besides needing 2 different group names for the graphical interface, I believe 2 schedules are needed too, as right now only one global schedule is used. I have made the needed changes locally, in my nodered, but everytime there is an update to the flow on github (for example adding the manual control option in v3.2, which is much appreciated), I need to reimplement all my changes locally. It would be greatly appreciated if this functionality would be available "out of the box". I would be more than happy to contribute, if needed.

Thank you

lucacamarda commented 2 years ago

Hi all, first of all thank you Giuseppe for your work, it is exactly what I was looking for. 👍 I would also like to be able to control 2 (or more) thermostats, for example for day/night areas of the house. Besides needing 2 different group names for the graphical interface, I believe 2 schedules are needed too, as right now only one global schedule is used. I have made the needed changes locally, in my nodered, but everytime there is an update to the flow on github (for example adding the manual control option in v3.2, which is much appreciated), I need to reimplement all my changes locally. It would be greatly appreciated if this functionality would be available "out of the box". I would be more than happy to contribute, if needed.

Thank you

how you have resolve the global timing

Jerichaus commented 1 year ago

Hi

I would also like to be able to control 2 (or more) thermostats, for example for day/night areas of the house.

Has anyone solved it ?

Thank you