Results 92 comments of Pawel

Yes, you can. It is simple update https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/blob/583d79a6c65617df0cce95c3cf9df8bb354efa8f/custom_components/bosch/sensor/statistic_helper.py#L28-L45 If old entity id is `sensor.recording_ractualchpower` then you need to update it. ```sql UPDATE statistics_meta SET statistic_id = 'recording:recording_ractualchpowerexternal', source = 'recording',...

read https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/wiki/New-API-support

can you translate error from last screen?

pass uuid for import data look here:

Let me know if it works for you with the newest version.

can you somehow turn on heating for at least 15 minutes? :) I think unknown is because of no heating during last month.

You can't rename it because those are not entities, those are entries in statistics table.

I assume you don't see heating water in water heater entity attributes? If no, I need more scans unfortunately. 2 scans for each function would be ideal. For hot water,...

so my thoughts about those scans: - hot water on/off -> water_heater - if `dhwOperationState` is off then show operation mode of heater as off (not eco as read by...