Closed Kali- closed 9 months ago
i'm just looking viessmann doc and they are not explicit, not sure but we may guess from https://documentation.viessmann.com/static/iot/data-points
.modes. like: heating.dhw.operating.modes. fht.operating.modes.
and .programs. heating.circuits.N.operating.programs. ventilation.operating.programs.
temperature raised very much today and my boiler switched to ECO mode (showed on the home display) but the api return "normalEnergySaving" and ofc an error was raised
ValueError: 'normalEnergySaving' is not in list
i think is time to add all heating.circuits.N.operating.programs.* from https://documentation.viessmann.com/static/iot/data-points
My gas boiler have this 2 more state "Off" and "comfort" and this commit prevent crash if i switch to them
Probably an error check and log should be added to prevent crash