Support TARGET_TEMPERATURE_RANGE for water heater entities #995
-
Current statusWater heater entities expose target_temperature_high and target_temperature_low but those properties are not exposed via the UI. GoalWater heater with the ability to set a range of target temperature should be able to be represented as such:
Related links |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
Link to core PR: home-assistant/core#102960 |
Beta Was this translation helpful? Give feedback.
-
How many of the existing integrations that have a water heater platform in Home Assistant could leverage a target temperature range? We normally want a handful of integrations that can use a feature before we add it in Home Assistant. Please list the integrations that you find. |
Beta Was this translation helpful? Give feedback.
-
i think it will be almost all supported heatpumps, also maybe some additional smart boiler's :) |
Beta Was this translation helpful? Give feedback.
-
There are currently 16 integrations in HA core exposing a water heater entity (including mqtt integration). I don't know how to count custom integrations in the ecosystems, I can only quote the integration I maintain (https://github.com/kamaradclimber/heishamon-homeassistant) which would benefit from it as well. For reference, the feature exists in climate entities (110 core integrations expose a climate entity, 25 benefit from the service because they expose temperature range). |
Beta Was this translation helpful? Give feedback.
-
@kamaradclimber Is there a reason why the temperature range should be a property of the water heater entity itself instead of being exposed as a separate entity, for example a number entity named hysteresis? |
Beta Was this translation helpful? Give feedback.
-
We have discussed this feature, and agreed to sync this up with the climate platform. The implementation can thus go ahead. Please note: This needs frontend changes too. ../Frenck |
Beta Was this translation helpful? Give feedback.
We have discussed this feature, and agreed to sync this up with the climate platform.
The implementation can thus go ahead. Please note: This needs frontend changes too.
../Frenck