Added heating.circuits.N.operating.modes.cooling#747
Conversation
Added heating.circuits.N.operating.modes.cooling to the PyViCareHeating Device and setup testing
|
This can already be retrieved with |
|
By getActiveMode(), I receive dhwAndHeatingCooling or heating, but not if in this moment it operates in cooling. getActiveMode() -> heating.circuits.N.operating.modes.active getCoolingActive() -> heating.circuits.N.operating.modes.cooling So it can be the case, that if the operation mode is set to dhwAndHeatingCooling, cooling is on or off. Therefore it does not provide the same information. I want to use this value to open the zone valves. |
|
Ok, then would it make sense to expose heating as well? |
|
In general yes - not for my use case but it make sense |
|
So this works for some setups but not all. Might be worth naming it after what it actually reads (the configured cooling mode) rather than "active", and documenting the scope. Background in #746. |
Added heating.circuits.N.operating.modes.cooling
to the PyViCareHeating Device and setup testing