Frankkkkk / python-daikin-altherma

Interfaces with Daikin Altherma heat pumps via LAN adapter BRP069A61/BRP069A62
11 stars 1 forks source link

Power tank energy consumption #3

Open ondrej337 opened 1 year ago

ondrej337 commented 1 year ago

@property
def tank_consumption(self) -> dict:
""" Returns the tank energy consumption in kWh per [D]ay, [W]eek, [M]onth """
return self._requestValueHP("2/Consumption/la", "m2m:rsp/pc/m2m:cin/con")