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

More than one Thermostat possible? How? #20

Open cablesky opened 2 years ago

cablesky commented 2 years ago

Hi! How is it possible to control more than one thermostat with it? The instructions say: "Modify the Properties Server (ex: Home Assistant) and Entity Id (ex: climate.termostato) of the following nodes:"

I named my thermostats like this: thermostat.eg.wz, or thermostat.og.bad.

Do I then have to enter "thermostat." in the Entity Field?

Thank you in advance for the help!

Mateiuc commented 2 years ago

Hi! How is it possible to control more than one thermostat with it? The instructions say: "Modify the Properties Server (ex: Home Assistant) and Entity Id (ex: climate.termostato) of the following nodes:"

I named my thermostats like this: thermostat.eg.wz, or thermostat.og.bad.

Do I then have to enter "thermostat." in the Entity Field?

Thank you in advance for the help!

hi, i have some problem...i don't know how to change from "context.global.timing" to flow... thanks

Jerrysvensson commented 2 years ago

I'm also interested in what to change for a secondary thermostat

Mateiuc commented 2 years ago

I'm also interested in what to change for a secondary thermostat

https://flows.nodered.org/flow/65f411e9e37745a4bbeef5926d052c97/in/c8156f6276976bfb518d1e60442e01e2

Ri-De-Ru commented 2 years ago

I'm also interested in what to change for a secondary thermostat

https://flows.nodered.org/flow/65f411e9e37745a4bbeef5926d052c97/in/c8156f6276976bfb518d1e60442e01e2

Running multiple Thermostat instances is possible with a little tweak. Just replace all the 'global' context usage with 'flow' context usage and replace all the 'context.global' for 'flow.set'.