Open CFenner opened 3 months ago
@ignazhabibi there are three values with the ability to change them: hysteresis, hysteresis switch on value and hysteresis switch off value. What would you need to see / control?
In my case (Vitocal 250-A) I can see and change switchOn and switchOff value in ViGuide. Most important to me is switchOn which means only start water heating when current value is „5“ K below. However, someone else may also need the other values, I don‘t know.
Another feature request: Change operating mode (off, eco, comfort) of the water heater. With this the whole feature set would be available.
heating.dhw.operating.modes.active
Shows the current active operating mode of the DHW and provides a command to change the operating mode
@ignazhabibi Would you mind testing this in the HA integration?
https://github.com/home-assistant/core/pull/124294
I added three entities: switchOn, switchOff and hysteresis If we don't need hysteresis and the other ones are enough I would like to remove it.
Of course I will help testing
You can use https://gist.github.com/bdraco/43f8043cb04b9838383fd71353e99b18 to test the PR:
curl -o- -L https://gist.githubusercontent.com/bdraco/43f8043cb04b9838383fd71353e99b18/raw/core_integration_pr | bash /dev/stdin -d vicare -p 124294
switchOn and switchOff work as expected. When changing switchOn it also changes the pure hysteresis value. So in my installation this seems to be identical and the pure hysteresis value can be removed.
I guess that other installations (not E3) only have hysteresis and no dedicated switchOn and switchOff values. But I can't test this.
Done, maybe you can give your 👍 on the PR.
Expose
https://github.com/home-assistant/core/issues/123569#issuecomment-2291167861
fyi @ignazhabibi