oischinger / ha_vicare

Inofficial Home Assistant custom component for Viessmann ViCare API
61 stars 34 forks source link

Add attribute for DomesticHotWaterPump state #46

Closed paradix closed 2 years ago

paradix commented 3 years ago

The Viessmann API returns a value for the DomesticHotWaterPump status. Would it be possible to add this an attribute for use withing HA?

oischinger commented 3 years ago

Sure, seems PyVicare exposes getDomesticHotWaterPumpActive already. I'll try to add it. Right now there's however a larger refactoring ongoing (https://github.com/oischinger/ha_vicare/pull/43) which we need to be integrated before we can add new features.

oischinger commented 2 years ago

It's now part of this custom component and soon HA core