somm15 / PyViCare

Python Library to access Viessmann ViCare API
Apache License 2.0
130 stars 84 forks source link

Missing Gas consumption for FuelCell #337

Open borys-kupar opened 7 months ago

borys-kupar commented 7 months ago

This was originally reported in https://github.com/home-assistant/core/issues/103608

It looks like after this change, Vitovalor devices started being detected as FuelCell, which is correct. The issue is that FuelCell doesn't provide Gas consumption statistic values, even though this is available in Viesmann API.

Current workaround: Selecting "gas" type during integration configuration instead of "auto".

CFenner commented 6 months ago

@borys-kupar there are several tests for gas consumption with a VitovalorPT2. Is that the device you own? Maybe there are just some datapoints missing. If not, can you add the API response from your device via a PR into tests/response so that test cases can be extended.

CFenner commented 5 months ago

With https://github.com/home-assistant/core/pull/105461 merged, we should have some gas consumption sensors available from next version onwards. However seems that we just added fuel cell (heating) and total sensor. Sensors for peak load boiler (dhw?) are missing.