I have two Warmup 6iE's with entity names of climate.conservatory and climate.workshop. Both are intergrated into HA and work well.
I recently tried the following automation:
action: climate.set_hvac_mode
metadata: {}
data:
hvac_mode: "off"
target:
entity_id: climate.conservatory
It works and changes the HVAC state of the conservatory BUT it also changes the state of the workshop as well.
Any thoughts? Mike
I have two Warmup 6iE's with entity names of climate.conservatory and climate.workshop. Both are intergrated into HA and work well.
I recently tried the following automation:
action: climate.set_hvac_mode
metadata: {}
data:
hvac_mode: "off"
target:
entity_id: climate.conservatory
It works and changes the HVAC state of the conservatory BUT it also changes the state of the workshop as well.
Any thoughts? Mike