Open borys-kupar opened 1 year 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.
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.
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".