Open geduxas opened 1 year ago
Thanks for having taken the time to describe this. As I understand the main idea is to allow users to control min and max temperatures.
Thanks for having taken the time to describe this. As I understand the main idea is to allow users to control min and max temperatures.
Main idea to proper use of water heater component, also to maximise control of it. and maybe mimic some possibilities from remote controller. Now we don't have easy way to force DHW, To enable/disable heating booster (resistor) and proper control of economy. Lowering boiler temperature will not make it economy like for now. You should control delta for reheating of boiler. bigger delta is, rearer it will reheat, and gives more economy. So i sugest to leave min/max setpoint for user will. and use eco/normal/power modes to control delta of reheat. Also somehow enable possibility to enable/disable electric heater, and by push of button force reheat it.. for last two option's i am missing button for that.
Also for historical graphs, climate control cold draw seperate graph when it was heating/idling.. i see it's not implementent for now in water_heater... miss that to..
And that part for installed DHW, i think it could be nice to have feature, to show less options in drop down, for users who don't have DHW.
I'll try to add necessary features to the water heater entity in HA (starting with https://github.com/home-assistant/core/pull/102960)
I had pushed PR to Igor repository by adding ability enable external heater for DHW. After that we will have SetDHWHeater https://github.com/IgorYbema/HeishaMon/pull/129
Is your feature request related to a problem? Please describe. Improve DHW heating control logic. Now it's little bit chaotic
Describe the solution you'd like DHW temperature set point should be tied to available to set. and not to mode settings. I think mode stings should suggest preferred set point, but change it's reheat temperature.
Describe alternatives you've considered Now in DHW i can set temperature ranges, acording to it's working mode. And all modes are almost same, only with min/max heating values. And there is not possibility to change reheat value in easy way.
Additional context Here is topic need for DHW
*SetDHWHeater not implemented jet, but i will work around for it :)
For operating mode I suggest to use valid states from water heater entity, and by changing reheat range.
Yes, it will not work ideally, in most cases it will allow to use DHW in more desired way. In some way of implementation's and additional buttons i think HVAC climate component would do better for that.. but in another way i think we need to expand water heater component in home assistant too.