openviess/PyViCare

Missing Gas consumption for FuelCell

Opened this issue · 2 comments

This was originally reported in home-assistant/core#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".

@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.

With home-assistant/core#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.