Does anyone use or can provide a real life example of using water_heater integration in HA, with some standards platforms?
I have a simple setup, a switch to control heater and temperature sensor to provide water temp. and I need to configure this as water heater.
When I’m trying to use generic_thermostat platform inside the water_heater, it not passes yaml check and comes with an error: " Platform error water_heater.generic_thermostat - No module named ‘homeassistant.components.generic_thermostat.water_heater’ "
I know, it can be done inside climate integration with generic_thermostat , but water heater not really belongs there…
and do “check configuration” in developers tools, it says:
"Platform error water_heater.generic_thermostat - No module named ‘homeassistant.components.generic_thermostat.water_heater’ "
so, something is wrong.
I’ve also found a custom component which I think use this integration. It is Generic Water Heater , but either it’s bug in it, or authors intentions are different than mine. In this custom component, when is on and heats the water, when water temp reach the right temp, it’s turning of the switch and also turning off heating mode, so is not starting heating when water temp falls again. You need to manually turn heating mode on again. So it’s useless for me.
@Jires96 have you solved this issue? I have absolutely the same situation. I have a smart kettle with local tuya integration. It provides a switch and temp sensor only so I would like to create water_heater “device” from this entities.
But from this documentation Water Heater - Home Assistant it’s absolutely unclear how to do it