I am using the HACS climate group addon. I have one group set up and working fine. I need to create another group but i do not know how to code the config for multiple groups of thermostats. If someone could help me with the code id much appreciate it. Here is what is there now in my code that is working:
climate:
- platform: climate_group
name: 'Caney Event Center HVAC'
temperature_unit: F # optional: C / F [default: C]
decimal_accuracy_to_half: True # optional: True / False [default: False]
unique_id: NONE # optional: any UUID [default: None]
entities:
- climate.event_center_ac_1
- climate.event_center_ac_2
- climate.event_center_ac_3
- climate.event_center_ac_4
climate:
- platform: climate_group
name: 'Caney Event Center HVAC'
temperature_unit: F # optional: C / F [default: C]
decimal_accuracy_to_half: True # optional: True / False [default: False]
unique_id: NONE # optional: any UUID [default: None]
entities:
- climate.event_center_ac_1
- climate.event_center_ac_2
- climate.event_center_ac_3
- climate.event_center_ac_4
- platform: climate_group
name: 'Caney Event Center HVAC 2'
temperature_unit: F # optional: C / F [default: C]
decimal_accuracy_to_half: True # optional: True / False [default: False]
unique_id: NONE # optional: any UUID [default: None]
entities:
- climate.event_center_ac_1
- climate.event_center_ac_2
- climate.event_center_ac_3
- climate.event_center_ac_4
yeah sorry just the name is the one that need to change i was thinking on friendly name when i paste it
Hello, i tried your code, saved it, restarted, and it does not show the second group anywhere in the thermostat card options. i do see the first group in the list. Am i still missing something?
Of curse will not work you need to change it to your needs i just show you how to format multiples climate goup
The issue was the UUID has to be different than all set to NONE. Thanks.