Climate controllers / thermostats should be possible to add to a ‘Climate Group Helper’ and control them simultaneously.
Use case:
I currently have six radiators with either Danfoss or Fibaro Thermostats controlling them. I often need to adjust them at the same time, to the same temperature target.
It would be really nice to be able to adjust the target temperature with just one action - weather it be manually or via automations in a group helper - just as I can with lights, fans, locks, etc.
Be advised that climate_group is not a standard platform in Home Assistant. It requires the installation of a custom component. For more information, refer to this thread
HACS
Mushroom is available in HACS (Home Assistant Community Store).
Install HACS if you don't have it already
Open HACS in Home Assistant
Go to "Frontend" section
Click button with "+" icon
Search for "Mushroom"
and the yaml code: (But you can use the UI just as easy)
hi, how did you assigned for example “climate.radiator1” and “climate.radiator2” to the “climate.downstairs_radiators” entity? I’m sorry for my possible stupid question, but as a newbie I can’t find a way out for this… Thank you in advance!
So everybody seems to be quite happy with how the custom integration handles it (set all group members to the selected option). It is not ideal for a house-wide groups because you might want have different options there, but the main use is to connect two radiators in one room, which works quite fine.
I also stumbled on it. Couldn’t find another way to combine climate entities. Seems to work fine for now.
Hopefully we’ll get a helper function in the future.
I have put some thought into how to tackle the challenge that @tom_l identifies in which groups of climate entities can be both cooling and heating.
I believe that semantically a radiator thermostat is such a fundamentally different type of device (from e.g. an aircon thermostat) that it should warrant a seperate entity type all together.
If that is not a viable option, a solution that, when climate groups are created, limits functionality of the group/entity to the lowest denominator could work as an alternative. E.g. a thermostat with only heating should then exclusively enable a heating state and disable e.g. cooling.
I’m no dev-dude, so if this is actually doable - I have no idea
Anyone got any other ideas that might give us climate groups?