CFenner / PyViCare

Python Library to access Viessmann ViCare API
Apache License 2.0
2 stars 1 forks source link

New Datapoint does not show up in HA #44

Closed tpulatha closed 1 month ago

tpulatha commented 2 months ago

Hi,

I have a Vitovalor PT2 Fuelcell/boiler/hot water cylinder combination which I have connected to Home Assistant since quite a while. Unfortunately, It seems to be missing quite some datapoints. For example heating.dhw.sensors.temperature.hotWaterStorage.bottom

When checking the debuglogs, I do see the information

            "deviceId": "0",
            "feature": "heating.dhw.sensors.temperature.hotWaterStorage.bottom",
            "gatewayId": "################",
            "isEnabled": true,
            "isReady": true,
            "properties": {
              "status": {
                "type": "string",
                "value": "connected"
              },
              "value": {
                "type": "number",
                "unit": "celsius",
                "value": 50.6
              }
            },

I already deleted and readded the device in the integration. Any other idea? Of course latest HA version 2024.9.2. Thanks!

tpulatha commented 1 month ago

Answered in https://github.com/openviess/PyViCare/issues/402

Thx