I’m struggling to work out how my heat pump & underfloor heating is working and I’m busy gathering data to help. I’d like to know how many UFH zones, if any, are on and to be able to graph this against the power drawn by the heat pump. My first problem is in creating an entitiy that summarises the states of all 12 UFH zones. Is this possible?
The entities are all like climate.[zone]_neo, and they have all come from HomeKit Controller - Home Assistant linked to a Heatmiser Neohub. They all have these attributes
hvac_modes:
- heat_cool
min_temp: 5
max_temp: 35
current_temperature: 19.5
temperature: 19
hvac_action: idle
friendly_name: Bathroom 1st floor Neo
supported_features: 1
I had in mind an entity that has a count of the number of climate entities which are in the state: “heating” (and could ideally also have the average temperature). I had assumed I could create a helper to do this, but I can’t work out how.