Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

[Issue]: How to display energy consumption with BRP069A61 #194

Closed
marzlberger opened this issue Nov 23, 2023 · 36 comments
Closed

[Issue]: How to display energy consumption with BRP069A61 #194

marzlberger opened this issue Nov 23, 2023 · 36 comments

Comments

@marzlberger
Copy link

marzlberger commented Nov 23, 2023

The integration is running fine, but I do have some questions about the handling and display of information:

Energy consumption

In the diagnostic file the is a section about the consumptionData for heating and water.

Example:

         "consumptionData": {
            "ref": "#consumptionData",
            "settable": false,
            "value": {
              "electrical": {
                "heating": {
                  "d": [
                    0,
                    0,
                    0,
                    0,
                    1,

How do I access those values fro the frontend, there are no sensors available.

grafik

daikin_residential_altherma.json.txt

Target temperature

Instead of using the Daikin build in scheduler. Is there a way of setting the targetTemperature or temperatureControl for both via the automation?

@jwillemsen
Copy link
Collaborator

Very likely same as #165

@marzlberger
Copy link
Author

I have already upgrade/installed version 2.8.2, should that have fixed that?

@jwillemsen
Copy link
Collaborator

No, #165 is still open, haven't found time to look at this in detail

@marzlberger
Copy link
Author

Alright, do want me to send you a sponsor payment to do that? :)

@jwillemsen
Copy link
Collaborator

Sponsoring will always help to raise the priority of an issue at my side @marzlberger. Can you also run HA with the debug log enabled for this integration, see https://github.com/speleolontra/daikin_residential_altherma/blob/master/readme.md and attach the log here?

@marzlberger
Copy link
Author

marzlberger commented Nov 23, 2023

Here we go, i only stripped the authentication and token lines.
For sponsorship pls send my payment details.

2023-11-23 13:51:18.248 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Initialing Daikin Residential API...
2023-11-23 13:51:18.258 INFO (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Daikin Residential API initialized.
2023-11-23 13:51:18.259 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-23 13:51:32.284 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 401
2023-11-23 13:51:32.297 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] TOKEN EXPIRED: will refresh it (401)
2023-11-23 13:51:37.276 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] refreshAccessToken response code: 200
2023-11-23 13:51:37.279 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] TokenSet refreshed.
2023-11-23 13:51:37.280 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-23 13:51:38.398 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-11-23 13:51:38.413 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-23 13:51:41.192 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-11-23 13:51:41.212 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Initialized Daikin Residential Device 'Altherma' (id)
2023-11-23 13:51:41.212 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:41.216 INFO (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Found device 'Altherma' with gateway model 'BRP069A61'
2023-11-23 13:51:56.218 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Leaving Water Temperature'
2023-11-23 13:51:56.219 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'leavingWaterOffset'
2023-11-23 13:51:56.220 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'roomTemperature'
2023-11-23 13:51:56.220 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Tank Temperature'
2023-11-23 13:51:56.221 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Outside Temperature'
2023-11-23 13:51:56.222 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports d cooling energy consumption
2023-11-23 13:51:56.222 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports d heating energy consumption
2023-11-23 13:51:56.223 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device NOT supports d tank energy consumption
2023-11-23 13:51:56.223 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports w cooling energy consumption
2023-11-23 13:51:56.223 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports w heating energy consumption
2023-11-23 13:51:56.224 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device NOT supports w tank energy consumption
2023-11-23 13:51:56.226 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports m cooling energy consumption
2023-11-23 13:51:56.227 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports m heating energy consumption
2023-11-23 13:51:56.227 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device NOT supports m tank energy consumption
2023-11-23 13:51:56.228 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Operation Mode'
2023-11-23 13:51:56.229 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Setpoint Mode'
2023-11-23 13:51:56.230 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank Setpoint Mode'
2023-11-23 13:51:56.231 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Control Mode'
2023-11-23 13:51:56.232 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is Holiday Mode Active'
2023-11-23 13:51:56.232 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Emergency State'
2023-11-23 13:51:56.233 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Error State'
2023-11-23 13:51:56.233 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Installer State'
2023-11-23 13:51:56.234 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Warning State'
2023-11-23 13:51:56.235 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Error Code'
2023-11-23 13:51:56.236 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'wifi_strength'
2023-11-23 13:51:56.236 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'wifi_strength'
2023-11-23 13:51:56.237 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'local_ssid'
2023-11-23 13:51:56.237 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Mac Address'
2023-11-23 13:51:56.238 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Serial Number'
2023-11-23 13:51:56.238 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank heatupMode'
2023-11-23 13:51:56.239 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Tank operationMode'
2023-11-23 13:51:56.239 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is Holiday Mode Active'
2023-11-23 13:51:56.239 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Emergency State'
2023-11-23 13:51:56.240 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Error State'
2023-11-23 13:51:56.240 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Installer State'
2023-11-23 13:51:56.241 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Warning State'
2023-11-23 13:51:56.241 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is Powerful Mode Active'
2023-11-23 13:51:56.242 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank Error Code'
2023-11-23 13:51:56.249 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'Altherma' has a tank management point, adding Water Heater
2023-11-23 13:51:56.250 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] Initializing Daiking Altherma HotWaterTank...
2023-11-23 13:51:56.252 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Tank temperature is settable
2023-11-23 13:51:56.254 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.255 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.256 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.256 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.260 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.261 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.261 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.261 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.265 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.266 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.266 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.266 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.271 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.271 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.272 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.272 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.278 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.279 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.279 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.280 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.283 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.284 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.284 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.285 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.288 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.289 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.289 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.290 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.293 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.296 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.296 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.297 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.303 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.304 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.304 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.304 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.308 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.308 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.309 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.309 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.311 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.312 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.312 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.313 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.316 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.322 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.323 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.324 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.328 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.329 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.329 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.329 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.332 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.333 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.334 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.334 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.336 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.337 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.337 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.338 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.340 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.341 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.341 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.342 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.345 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.346 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.346 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.347 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.349 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.350 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.354 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.354 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.357 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.358 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.359 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.360 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.363 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.363 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.364 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.364 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.369 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.369 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.369 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.370 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.374 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.374 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.375 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.376 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.379 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.380 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.380 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.380 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.384 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.384 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.385 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.385 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.392 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Initializing Daiking Altherma...
2023-11-23 13:51:56.393 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support features 1 for controlMode leavingWaterTemperature
2023-11-23 13:51:56.394 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode eco: False
2023-11-23 13:51:56.394 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode away: False
2023-11-23 13:51:56.395 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode comfort: False
2023-11-23 13:51:56.408 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-11-23 13:51:56.409 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-23 13:51:56.416 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:56.417 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:56.417 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:56.418 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:51:56.420 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-11-23 13:51:56.421 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-11-23 13:51:56.422 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-11-23 13:51:56.430 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-11-23 13:51:56.431 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-11-23 13:51:56.431 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-11-23 13:51:56.432 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '28'
2023-11-23 13:51:56.433 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-11-23 13:51:57.580 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-11-23 13:51:57.601 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-11-23 13:51:57.601 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-11-23 13:51:57.602 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-11-23 13:51:57.602 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-11-23 13:52:26.418 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-11-23 13:52:26.419 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-23 13:52:27.087 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-11-23 13:52:56.427 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-11-23 13:52:56.429 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-23 13:52:56.494 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-11-23 13:52:56.496 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-11-23 13:52:56.497 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-11-23 13:52:56.498 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '28'
2023-11-23 13:52:56.498 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-11-23 13:52:57.041 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-11-23 13:53:26.438 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-11-23 13:53:26.440 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-23 13:53:27.776 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-11-23 13:53:56.420 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-11-23 13:53:56.421 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-23 13:53:56.495 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-11-23 13:53:56.496 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-11-23 13:53:56.497 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-11-23 13:53:56.498 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '28'
2023-11-23 13:53:56.499 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-11-23 13:53:57.169 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200

@jwillemsen
Copy link
Collaborator

Github sponsors is the easiest way to sponsor anyone on github, see my profile

@jwillemsen
Copy link
Collaborator

Looks the data structure is slightly different for your device. The pre processing done by this integration makes it hard to determine what is exactly the problem. I think I will reimplement the energy values as proposed with #86, will try to find some time for this next week, I will update this PR when there is something to test

@jwillemsen
Copy link
Collaborator

I started with some initial rework for the energy consumption, see https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-energyconsumption2. Did make some initial changes but looks the sensor settings are not correct yet, need todo some more work, but maybe you can give the branch a try to see if you see new sensors for the energy consumption. If not, send me the log

@jwillemsen
Copy link
Collaborator

I have made a branch with the reworked tank support and some logging related to consumption data, can you checkout #198 on your system and rerun with debug enable (see readme) and attach the log here, with the logging I can see what is now different in your device

@jwillemsen
Copy link
Collaborator

jwillemsen commented Nov 29, 2023

As reference, for my Altherma 3 I get the following log, first the availability of consumption data cooling/heating for the heat pump and after that the consumption data of the hot water tank

2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period d
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period w
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period m
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period d
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period w
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period m
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period d
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period w
2023-11-29 11:06:25.605 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period m

@marzlberger
Copy link
Author

Amazing, I will give it a try and get back to you soon. Thx

@marzlberger
Copy link
Author

Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:359
Integration: Sensor ([documentation](https://www.home-assistant.io/integrations/sensor), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+sensor%22))
First occurred: 22:58:42 (1 occurrences)
Last logged: 22:58:42
Error while setting up daikin_residential_altherma platform for sensor

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_setup_platform
    await asyncio.shield(task)
  File "/config/custom_components/daikin_residential_altherma/sensor.py", line 105, in async_setup_entry
    periodName = SENSOR_PERIODS[period]
                 ~~~~~~~~~~~~~~^^^^^^^^
KeyError: 'k'

@marzlberger
Copy link
Author

marzlberger commented Nov 29, 2023

2023-11-29 23:18:47.009 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-11-29 23:18:47.010 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-11-29 23:18:47.010 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST HEADERS: {'user-agent': 'Daikin/1.6.1.4681 CFNetwork/1209 Darwin/20.2.0', 'x-api-key': 'xxx', 'Authorization': 'Bearer xxx', 'Content-Type': 'application/json'}
2023-11-29 23:18:47.627 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-11-29 23:18:47.632 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-11-29 23:18:47.641 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-11-29 23:18:47.642 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-11-29 23:18:47.643 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '40'
2023-11-29 23:18:47.644 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-11-29 23:18:47.952 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-11-29 23:18:47.952 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-11-29 23:18:47.953 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-11-29 23:18:47.954 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-11-29 23:18:47.954 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current_temperature '45.0'
2023-11-29 23:18:47.955 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank target_temperature '40.0'
2023-11-29 23:18:47.955 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump

@jwillemsen
Copy link
Collaborator

I have removed the logging of the period name, can you update and rerun, the logging from the last commit is not the correct one, I need the part at startup where all sensors are created, there it should log what consumptionData is there

@jwillemsen
Copy link
Collaborator

@marzlberger Can you retest, I need an updated log to know which direction I have to move with the code

@marzlberger
Copy link
Author

I'll do it asap. maybe tomorrow.

@marzlberger
Copy link
Author

Here is the latest log file after a fresh restart, I only removed the token information.

2023-12-05 22:54:49.029 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Initialing Daikin Residential API...
2023-12-05 22:54:49.037 INFO (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Daikin Residential API initialized.
2023-12-05 22:54:49.038 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-05 22:54:54.446 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 401
2023-12-05 22:54:54.457 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] TOKEN EXPIRED: will refresh it (401)
2023-12-05 22:55:00.283 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] refreshAccessToken response code: 200
2023-12-05 22:55:00.286 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] TokenSet refreshed.
2023-12-05 22:55:00.287 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-05 22:55:01.447 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-05 22:55:01.463 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-05 22:55:14.597 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-05 22:55:14.606 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Initialized Daikin Residential Device 'Altherma' (id XXX)
2023-12-05 22:55:14.607 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:14.608 INFO (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Found device 'Altherma' with gateway model 'BRP069A61'
2023-12-05 22:55:20.967 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Leaving Water Temperature'
2023-12-05 22:55:20.968 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'leavingWaterOffset'
2023-12-05 22:55:20.968 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'roomTemperature'
2023-12-05 22:55:20.969 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Tank Temperature'
2023-12-05 22:55:20.970 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Outside Temperature'
2023-12-05 22:55:20.971 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports d cooling energy consumption
2023-12-05 22:55:20.971 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports d heating energy consumption
2023-12-05 22:55:20.972 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports w cooling energy consumption
2023-12-05 22:55:20.975 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports w heating energy consumption
2023-12-05 22:55:20.976 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports m cooling energy consumption
2023-12-05 22:55:20.976 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports m heating energy consumption
2023-12-05 22:55:20.977 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Operation Mode'
2023-12-05 22:55:20.978 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Setpoint Mode'
2023-12-05 22:55:20.978 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank Setpoint Mode'
2023-12-05 22:55:20.979 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Control Mode'
2023-12-05 22:55:20.980 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is Holiday Mode Active'
2023-12-05 22:55:20.981 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Emergency State'
2023-12-05 22:55:20.981 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Error State'
2023-12-05 22:55:20.982 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Installer State'
2023-12-05 22:55:20.982 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Warning State'
2023-12-05 22:55:20.983 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Error Code'
2023-12-05 22:55:20.984 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'wifi_strength'
2023-12-05 22:55:20.984 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'wifi_strength'
2023-12-05 22:55:20.985 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'local_ssid'
2023-12-05 22:55:20.985 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Mac Address'
2023-12-05 22:55:20.986 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Serial Number'
2023-12-05 22:55:20.986 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank heatupMode'
2023-12-05 22:55:20.987 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Tank operationMode'
2023-12-05 22:55:20.987 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is Holiday Mode Active'
2023-12-05 22:55:20.988 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Emergency State'
2023-12-05 22:55:20.988 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Error State'
2023-12-05 22:55:20.988 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Installer State'
2023-12-05 22:55:20.989 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Warning State'
2023-12-05 22:55:20.989 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is Powerful Mode Active'
2023-12-05 22:55:20.990 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank Error Code'
2023-12-05 22:55:21.212 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.213 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.213 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.214 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.221 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.222 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.222 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.223 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.227 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.228 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.228 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.229 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.233 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.234 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.234 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.235 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.240 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.243 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.244 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.245 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.251 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.252 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.253 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.253 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.259 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.260 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.260 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.261 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.269 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.270 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.270 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.273 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.278 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.279 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.280 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.280 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.284 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.285 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.285 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.286 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.290 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.291 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.291 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.292 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.298 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.299 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.299 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.300 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.304 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.305 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.305 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.305 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.310 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.311 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.311 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.311 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.316 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.317 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.324 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.324 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.327 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.328 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.328 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.329 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.334 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.334 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.335 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.338 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.342 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.343 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.343 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.344 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.348 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.349 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.349 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.350 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.355 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.356 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.357 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.357 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.361 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.363 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.364 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.365 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.369 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.370 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.371 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.371 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.375 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.376 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.376 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.377 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:21.382 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:21.382 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:21.383 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:21.383 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:22.730 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Initializing Daiking Altherma...
2023-12-05 22:55:22.732 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support features 1 for controlMode leavingWaterTemperature
2023-12-05 22:55:22.732 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode eco: False
2023-12-05 22:55:22.733 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode away: False
2023-12-05 22:55:22.733 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode comfort: False
2023-12-05 22:55:26.799 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'gateway' has not a tank management point, ignoring as water heater
2023-12-05 22:55:26.800 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'climateControl' has not a tank management point, ignoring as water heater
2023-12-05 22:55:26.800 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] Initializing Daiking Altherma HotWaterTank...
2023-12-05 22:55:26.801 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Tank supports energy consumption
2023-12-05 22:55:26.801 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Daily Heat Tank Energy Consumption'
2023-12-05 22:55:26.802 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Weekly Heat Tank Energy Consumption'
2023-12-05 22:55:26.802 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Yearly Heat Tank Energy Consumption'
2023-12-05 22:55:26.803 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'indoorUnitHydro' has not a tank management point, ignoring as water heater
2023-12-05 22:55:26.803 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'outdoorUnit' has not a tank management point, ignoring as water heater
2023-12-05 22:55:26.803 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'userInterface' has not a tank management point, ignoring as water heater
2023-12-05 22:55:26.868 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-05 22:55:26.868 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-05 22:55:26.943 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:26.943 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:26.944 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:26.945 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:26.946 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-12-05 22:55:26.947 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-12-05 22:55:26.948 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-12-05 22:55:26.951 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-12-05 22:55:26.952 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-12-05 22:55:26.953 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-12-05 22:55:26.954 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-05 22:55:26.954 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current_temperature '46.0'
2023-12-05 22:55:26.955 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank target_temperature '40.0'
2023-12-05 22:55:26.956 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-05 22:55:26.959 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:26.959 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:26.960 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:26.960 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:26.965 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:26.965 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:26.966 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:26.967 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:26.971 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:26.974 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:26.975 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:26.975 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:27.094 ERROR (MainThread) [homeassistant.components.water_heater] Error adding entities for domain water_heater with platform daikin_residential_altherma
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 507, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 752, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1023, in add_to_platform_finish
    self.async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 743, in async_write_ha_state
    self._async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 843, in _async_write_ha_state
    state, attr = self._async_generate_attributes()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 784, in _async_generate_attributes
    state = self._stringify_state(available)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 749, in _stringify_state
    if (state := self.state) is None:
                 ^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/sensor.py", line 429, in state
    return round(self._device.energy_consumption(ATTR_ENERGY_CONSUMPTION_TANK, "heating", self._period), 3)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/daikin_base.py", line 226, in energy_consumption
    energy_data = [
                  ^
TypeError: 'NoneType' object is not iterable
2023-12-05 22:55:27.214 ERROR (MainThread) [homeassistant.components.water_heater] Error while setting up daikin_residential_altherma platform for water_heater
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 367, in _async_setup_platform
    await asyncio.gather(*pending)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 507, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 752, in _async_add_entity
    await entity.add_to_platform_finish()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1023, in add_to_platform_finish
    self.async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 743, in async_write_ha_state
    self._async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 843, in _async_write_ha_state
    state, attr = self._async_generate_attributes()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 784, in _async_generate_attributes
    state = self._stringify_state(available)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 749, in _stringify_state
    if (state := self.state) is None:
                 ^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/sensor.py", line 429, in state
    return round(self._device.energy_consumption(ATTR_ENERGY_CONSUMPTION_TANK, "heating", self._period), 3)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/daikin_base.py", line 226, in energy_consumption
    energy_data = [
                  ^
TypeError: 'NoneType' object is not iterable
2023-12-05 22:55:27.585 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-05 22:55:27.616 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-05 22:55:27.617 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-05 22:55:27.617 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-05 22:55:27.618 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-05 22:55:27.621 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-12-05 22:55:27.622 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-12-05 22:55:27.623 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-12-05 22:55:27.625 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-12-05 22:55:27.626 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-12-05 22:55:27.627 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-12-05 22:55:27.628 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '35'
2023-12-05 22:55:27.629 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-12-05 22:55:33.063 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1153, in _async_registry_updated
    self.async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 743, in async_write_ha_state
    self._async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 843, in _async_write_ha_state
    state, attr = self._async_generate_attributes()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 784, in _async_generate_attributes
    state = self._stringify_state(available)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 749, in _stringify_state
    if (state := self.state) is None:
                 ^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/sensor.py", line 429, in state
    return round(self._device.energy_consumption(ATTR_ENERGY_CONSUMPTION_TANK, "heating", self._period), 3)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/daikin_base.py", line 226, in energy_consumption
    energy_data = [
                  ^
TypeError: 'NoneType' object is not iterable
2023-12-05 22:55:33.172 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1153, in _async_registry_updated
    self.async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 743, in async_write_ha_state
    self._async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 843, in _async_write_ha_state
    state, attr = self._async_generate_attributes()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 784, in _async_generate_attributes
    state = self._stringify_state(available)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 749, in _stringify_state
    if (state := self.state) is None:
                 ^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/sensor.py", line 429, in state
    return round(self._device.energy_consumption(ATTR_ENERGY_CONSUMPTION_TANK, "heating", self._period), 3)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/daikin_base.py", line 226, in energy_consumption
    energy_data = [
                  ^
TypeError: 'NoneType' object is not iterable
2023-12-05 22:55:33.253 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1153, in _async_registry_updated
    self.async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 743, in async_write_ha_state
    self._async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 843, in _async_write_ha_state
    state, attr = self._async_generate_attributes()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 784, in _async_generate_attributes
    state = self._stringify_state(available)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 749, in _stringify_state
    if (state := self.state) is None:
                 ^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/sensor.py", line 429, in state
    return round(self._device.energy_consumption(ATTR_ENERGY_CONSUMPTION_TANK, "heating", self._period), 3)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/daikin_residential_altherma/daikin_base.py", line 226, in energy_consumption
    energy_data = [
                  ^
TypeError: 'NoneType' object is not iterable
2023-12-05 22:55:52.284 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-05 22:55:52.286 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-05 22:56:02.615 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-05 22:56:22.221 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-05 22:56:22.222 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-05 22:56:23.044 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-05 22:56:27.098 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-05 22:56:27.099 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices

@jwillemsen
Copy link
Collaborator

@marzlberger Is this with the code of the pull request, I don't see provides consumptionData in your log at all

@marzlberger
Copy link
Author

@jwillemsen
Copy link
Collaborator

Ok, that doesn't have the logging, can you try https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-consumptiondatalogging

@marzlberger
Copy link
Author

ok, sorry, i'll do it now

@marzlberger
Copy link
Author

2023-12-06 08:47:38.348 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Initialing Daikin Residential API...
2023-12-06 08:47:38.375 INFO (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Daikin Residential API initialized.
2023-12-06 08:47:38.375 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:47:39.895 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 401
2023-12-06 08:47:39.906 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] TOKEN EXPIRED: will refresh it (401)
2023-12-06 08:47:45.500 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] refreshAccessToken response code: 200
2023-12-06 08:47:45.518 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] TokenSet refreshed.
2023-12-06 08:47:45.519 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:47:47.318 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:47:47.342 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:47:48.399 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:47:48.404 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Initialized Daikin Residential Device 'Altherma' (id )
2023-12-06 08:47:48.411 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:48.412 INFO (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Found device 'Altherma' with gateway model 'BRP069A61'
2023-12-06 08:47:58.342 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-06 08:47:58.343 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-06 08:47:58.343 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating
2023-12-06 08:47:58.343 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period d
2023-12-06 08:47:58.344 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period w
2023-12-06 08:47:58.344 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period m
2023-12-06 08:47:58.344 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling
2023-12-06 08:47:58.344 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period d
2023-12-06 08:47:58.345 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period w
2023-12-06 08:47:58.345 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period m
2023-12-06 08:47:58.346 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl unit
2023-12-06 08:47:58.346 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl unit supports period k
2023-12-06 08:47:58.346 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl unit supports period W
2023-12-06 08:47:58.347 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl unit supports period h
2023-12-06 08:47:58.347 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-06 08:47:58.347 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-06 08:47:58.349 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating
2023-12-06 08:47:58.350 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period d
2023-12-06 08:47:58.351 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period w
2023-12-06 08:47:58.351 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period m
2023-12-06 08:47:58.351 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank unit
2023-12-06 08:47:58.352 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank unit supports period k
2023-12-06 08:47:58.352 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank unit supports period W
2023-12-06 08:47:58.353 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank unit supports period h
2023-12-06 08:47:58.353 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Leaving Water Temperature'
2023-12-06 08:47:58.354 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'leavingWaterOffset'
2023-12-06 08:47:58.354 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'roomTemperature'
2023-12-06 08:47:58.355 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Tank Temperature'
2023-12-06 08:47:58.355 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Outside Temperature'
2023-12-06 08:47:58.356 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports d cooling energy consumption
2023-12-06 08:47:58.357 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports d heating energy consumption
2023-12-06 08:47:58.358 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device NOT supports d tank energy consumption
2023-12-06 08:47:58.358 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports w cooling energy consumption
2023-12-06 08:47:58.358 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports w heating energy consumption
2023-12-06 08:47:58.359 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device NOT supports w tank energy consumption
2023-12-06 08:47:58.359 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports m cooling energy consumption
2023-12-06 08:47:58.360 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports m heating energy consumption
2023-12-06 08:47:58.360 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device NOT supports m tank energy consumption
2023-12-06 08:47:58.361 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Operation Mode'
2023-12-06 08:47:58.361 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Setpoint Mode'
2023-12-06 08:47:58.362 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank Setpoint Mode'
2023-12-06 08:47:58.362 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Control Mode'
2023-12-06 08:47:58.362 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is Holiday Mode Active'
2023-12-06 08:47:58.363 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Emergency State'
2023-12-06 08:47:58.363 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Error State'
2023-12-06 08:47:58.363 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Installer State'
2023-12-06 08:47:58.364 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Warning State'
2023-12-06 08:47:58.364 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Error Code'
2023-12-06 08:47:58.365 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'wifi_strength'
2023-12-06 08:47:58.365 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'wifi_strength'
2023-12-06 08:47:58.366 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'local_ssid'
2023-12-06 08:47:58.366 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Mac Address'
2023-12-06 08:47:58.367 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Serial Number'
2023-12-06 08:47:58.367 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank heatupMode'
2023-12-06 08:47:58.368 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Tank operationMode'
2023-12-06 08:47:58.368 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is Holiday Mode Active'
2023-12-06 08:47:58.368 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Emergency State'
2023-12-06 08:47:58.369 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Error State'
2023-12-06 08:47:58.369 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Installer State'
2023-12-06 08:47:58.370 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Warning State'
2023-12-06 08:47:58.370 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is Powerful Mode Active'
2023-12-06 08:47:58.370 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank Error Code'
2023-12-06 08:47:58.375 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Initializing Daiking Altherma...
2023-12-06 08:47:58.376 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support features 1 for controlMode leavingWaterTemperature
2023-12-06 08:47:58.376 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode eco: False
2023-12-06 08:47:58.377 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode comfort: False
2023-12-06 08:47:58.377 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode away: False
2023-12-06 08:47:58.381 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'gateway' has not a tank management point, ignoring as water heater
2023-12-06 08:47:58.382 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'climateControl' has not a tank management point, ignoring as water heater
2023-12-06 08:47:58.382 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] Initializing Daiking Altherma HotWaterTank...
2023-12-06 08:47:58.383 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'indoorUnitHydro' has not a tank management point, ignoring as water heater
2023-12-06 08:47:58.383 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'outdoorUnit' has not a tank management point, ignoring as water heater
2023-12-06 08:47:58.383 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'userInterface' has not a tank management point, ignoring as water heater
2023-12-06 08:47:58.385 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.385 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.386 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.386 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.389 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.390 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.390 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.391 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.394 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.395 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.395 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.395 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.400 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.401 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.401 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.402 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.405 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.405 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.406 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.406 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.409 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.410 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.410 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.410 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.413 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.414 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.414 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.415 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.418 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.418 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.419 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.419 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.424 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.424 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.425 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.425 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.429 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.429 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.430 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.430 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.433 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.433 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.434 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.434 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.436 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.438 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.438 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.438 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.441 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.442 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.442 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.442 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.456 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.457 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.457 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.458 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.459 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.460 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.460 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.461 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.463 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.463 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.464 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.464 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.467 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.468 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.468 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.468 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.473 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.473 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.474 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.475 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.478 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.479 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.479 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.480 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.483 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.484 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.485 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.485 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.488 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.489 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.490 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.490 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.493 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.494 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.496 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.497 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.501 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.503 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.503 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.504 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.509 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.510 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.511 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.512 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.523 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:47:58.524 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:47:58.544 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:58.544 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:58.545 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:58.559 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:58.560 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-12-06 08:47:58.562 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-12-06 08:47:58.563 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-12-06 08:47:58.567 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-12-06 08:47:58.567 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-12-06 08:47:58.568 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-12-06 08:47:58.568 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:47:58.569 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current_temperature '45.0'
2023-12-06 08:47:58.570 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank target_temperature '40.0'
2023-12-06 08:47:58.570 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:47:59.697 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:47:59.744 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-06 08:47:59.745 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-06 08:47:59.745 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-06 08:47:59.746 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-06 08:47:59.747 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-12-06 08:47:59.748 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-12-06 08:47:59.749 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-12-06 08:47:59.750 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-12-06 08:47:59.751 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-12-06 08:47:59.751 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-12-06 08:47:59.752 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '35'
2023-12-06 08:47:59.753 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-12-06 08:48:28.585 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:48:28.586 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:48:29.256 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:48:58.587 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:48:58.587 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:48:58.625 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-12-06 08:48:58.625 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-12-06 08:48:58.626 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-12-06 08:48:58.626 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:48:58.627 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current_temperature '45.0'
2023-12-06 08:48:58.627 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank target_temperature '40.0'
2023-12-06 08:48:58.628 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:48:59.143 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:49:00.214 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-12-06 08:49:00.215 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-12-06 08:49:00.216 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-12-06 08:49:00.217 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '35'
2023-12-06 08:49:00.218 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-12-06 08:49:28.594 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:49:28.595 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:49:29.211 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:49:58.590 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:49:58.591 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:49:58.639 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-12-06 08:49:58.640 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-12-06 08:49:58.644 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-12-06 08:49:58.645 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:49:58.646 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current_temperature '45.0'
2023-12-06 08:49:58.647 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank target_temperature '40.0'
2023-12-06 08:49:58.648 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:49:59.121 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:50:00.216 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-12-06 08:50:00.218 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-12-06 08:50:00.219 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-12-06 08:50:00.221 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '35'
2023-12-06 08:50:00.227 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-12-06 08:50:28.592 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:50:28.593 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:50:29.190 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:50:58.598 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:50:58.599 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:50:58.632 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-12-06 08:50:58.633 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-12-06 08:50:58.634 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-12-06 08:50:58.635 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:50:58.635 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current_temperature '45.0'
2023-12-06 08:50:58.636 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank target_temperature '40.0'
2023-12-06 08:50:58.636 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:50:59.059 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:51:00.217 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-12-06 08:51:00.218 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-12-06 08:51:00.219 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-12-06 08:51:00.220 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '35'
2023-12-06 08:51:00.220 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'
2023-12-06 08:51:28.606 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:51:28.607 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:51:29.066 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:51:58.601 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] API UPDATE
2023-12-06 08:51:58.601 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-06 08:51:58.633 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank minimum_temperature '30.0'
2023-12-06 08:51:58.634 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank maximum temperature '60.0'
2023-12-06 08:51:58.635 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank supports modes ['off', 'heat_pump', 'performance']
2023-12-06 08:51:58.636 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:51:58.636 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current_temperature '45.0'
2023-12-06 08:51:58.636 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank target_temperature '40.0'
2023-12-06 08:51:58.637 DEBUG (MainThread) [custom_components.daikin_residential_altherma.water_heater] Device 'Altherma' hot water tank current mode heat_pump
2023-12-06 08:51:59.124 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-06 08:52:00.219 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' min temperature '-10.0'
2023-12-06 08:52:00.219 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' max temperature '10.0'
2023-12-06 08:52:00.220 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' step temperature '1.0'
2023-12-06 08:52:00.221 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' current temperature '35'
2023-12-06 08:52:00.222 DEBUG (MainThread) [custom_components.daikin_residential_altherma.climate] Device 'Altherma' target temperature '0.0'

@jwillemsen
Copy link
Collaborator

Thanks, looks the new code does find the correct data, now I have to rewrite the energy sensor completely, first on my todo list

2023-12-06 08:47:58.342 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-06 08:47:58.343 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-06 08:47:58.343 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating
2023-12-06 08:47:58.343 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period d
2023-12-06 08:47:58.344 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period w
2023-12-06 08:47:58.344 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating supports period m
2023-12-06 08:47:58.344 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling
2023-12-06 08:47:58.344 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period d
2023-12-06 08:47:58.345 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period w
2023-12-06 08:47:58.345 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling supports period m
2023-12-06 08:47:58.346 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl unit
2023-12-06 08:47:58.346 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl unit supports period k
2023-12-06 08:47:58.346 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl unit supports period W
2023-12-06 08:47:58.347 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl unit supports period h
2023-12-06 08:47:58.347 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-06 08:47:58.347 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-06 08:47:58.349 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating
2023-12-06 08:47:58.350 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period d
2023-12-06 08:47:58.351 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period w
2023-12-06 08:47:58.351 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating supports period m
2023-12-06 08:47:58.351 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank unit
2023-12-06 08:47:58.352 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank unit supports period k
2023-12-06 08:47:58.352 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank unit supports period W
2023-12-06 08:47:58.353 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank unit supports period h

@jwillemsen
Copy link
Collaborator

@marzlberger Could you retest with my latest changes from https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-consumptiondatalogging? I have refactored the EnergySensor, very interested if this works now on your system, please also attach an updated log

@marzlberger
Copy link
Author

2023-12-07 23:43:16.913 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Initialing Daikin Residential API...
2023-12-07 23:43:16.918 INFO (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Daikin Residential API initialized.
2023-12-07 23:43:16.921 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-07 23:43:21.988 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 401
2023-12-07 23:43:21.994 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] TOKEN EXPIRED: will refresh it (401)
2023-12-07 23:43:26.876 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] refreshAccessToken response code: 200
2023-12-07 23:43:26.886 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] TokenSet refreshed.
2023-12-07 23:43:26.886 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-07 23:43:28.102 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-07 23:43:28.118 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER REQUEST URL: https://api.prod.unicloud.edc.dknadmin.be/v1/gateway-devices
2023-12-07 23:43:44.849 DEBUG (MainThread) [custom_components.daikin_residential_altherma.daikin_api] BEARER RESPONSE CODE: 200
2023-12-07 23:43:44.853 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Initialized Daikin Residential Device 'Altherma' (id XXX)
2023-12-07 23:43:44.854 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:44.854 INFO (MainThread) [custom_components.daikin_residential_altherma.daikin_api] Found device 'Altherma' with gateway model 'BRP069A61'
2023-12-07 23:43:54.555 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.556 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.556 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl heating
2023-12-07 23:43:54.556 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:1' provides mode climateControl heating supports period d
2023-12-07 23:43:54.557 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma climateControl heating Daily
2023-12-07 23:43:54.557 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '1'  Altherma supports sensor 'Altherma Climatecontrol Heating Daily Energy Consumption'
2023-12-07 23:43:54.557 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:1' provides mode climateControl heating supports period w
2023-12-07 23:43:54.558 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma climateControl heating Weekly
2023-12-07 23:43:54.558 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '1'  Altherma supports sensor 'Altherma Climatecontrol Heating Weekly Energy Consumption'
2023-12-07 23:43:54.558 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:1' provides mode climateControl heating supports period m
2023-12-07 23:43:54.559 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma climateControl heating Yearly
2023-12-07 23:43:54.562 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '1'  Altherma supports sensor 'Altherma Climatecontrol Heating Yearly Energy Consumption'
2023-12-07 23:43:54.562 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode climateControl cooling
2023-12-07 23:43:54.563 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:1' provides mode climateControl cooling supports period d
2023-12-07 23:43:54.563 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma climateControl cooling Daily
2023-12-07 23:43:54.564 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '1'  Altherma supports sensor 'Altherma Climatecontrol Cooling Daily Energy Consumption'
2023-12-07 23:43:54.564 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:1' provides mode climateControl cooling supports period w
2023-12-07 23:43:54.564 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma climateControl cooling Weekly
2023-12-07 23:43:54.565 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '1'  Altherma supports sensor 'Altherma Climatecontrol Cooling Weekly Energy Consumption'
2023-12-07 23:43:54.565 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:1' provides mode climateControl cooling supports period m
2023-12-07 23:43:54.566 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma climateControl cooling Yearly
2023-12-07 23:43:54.566 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '1'  Altherma supports sensor 'Altherma Climatecontrol Cooling Yearly Energy Consumption'
2023-12-07 23:43:54.566 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Ignoring consumption data unit, not a supported operation_mode
2023-12-07 23:43:54.570 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.570 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.571 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides mode domesticHotWaterTank heating
2023-12-07 23:43:54.571 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:2' provides mode domesticHotWaterTank heating supports period d
2023-12-07 23:43:54.572 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma domesticHotWaterTank heating Daily
2023-12-07 23:43:54.572 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '2'  Altherma supports sensor 'Altherma Domestichotwatertank Heating Daily Energy Consumption'
2023-12-07 23:43:54.573 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:2' provides mode domesticHotWaterTank heating supports period w
2023-12-07 23:43:54.573 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma domesticHotWaterTank heating Weekly
2023-12-07 23:43:54.573 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '2'  Altherma supports sensor 'Altherma Domestichotwatertank Heating Weekly Energy Consumption'
2023-12-07 23:43:54.574 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma:2' provides mode domesticHotWaterTank heating supports period m
2023-12-07 23:43:54.574 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Proposing sensor Altherma domesticHotWaterTank heating Yearly
2023-12-07 23:43:54.575 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device '2'  Altherma supports sensor 'Altherma Domestichotwatertank Heating Yearly Energy Consumption'
2023-12-07 23:43:54.575 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Ignoring consumption data unit, not a supported operation_mode
2023-12-07 23:43:54.576 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Leaving Water Temperature'
2023-12-07 23:43:54.576 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'leavingWaterOffset'
2023-12-07 23:43:54.576 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'roomTemperature'
2023-12-07 23:43:54.577 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Tank Temperature'
2023-12-07 23:43:54.577 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Outside Temperature'
2023-12-07 23:43:54.578 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Operation Mode'
2023-12-07 23:43:54.578 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Setpoint Mode'
2023-12-07 23:43:54.578 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank Setpoint Mode'
2023-12-07 23:43:54.579 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Control Mode'
2023-12-07 23:43:54.579 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is Holiday Mode Active'
2023-12-07 23:43:54.580 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Emergency State'
2023-12-07 23:43:54.583 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Error State'
2023-12-07 23:43:54.583 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Installer State'
2023-12-07 23:43:54.584 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info is In Warning State'
2023-12-07 23:43:54.584 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Error Code'
2023-12-07 23:43:54.584 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'wifi_strength'
2023-12-07 23:43:54.585 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'wifi_strength'
2023-12-07 23:43:54.585 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' NOT supports 'local_ssid'
2023-12-07 23:43:54.586 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Mac Address'
2023-12-07 23:43:54.586 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Serial Number'
2023-12-07 23:43:54.586 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank heatupMode'
2023-12-07 23:43:54.587 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Tank operationMode'
2023-12-07 23:43:54.589 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is Holiday Mode Active'
2023-12-07 23:43:54.589 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Emergency State'
2023-12-07 23:43:54.590 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Error State'
2023-12-07 23:43:54.590 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Installer State'
2023-12-07 23:43:54.591 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is In Warning State'
2023-12-07 23:43:54.591 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank is Powerful Mode Active'
2023-12-07 23:43:54.592 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' supports sensor 'Altherma Info Tank Error Code'
2023-12-07 23:43:54.598 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Initializing Daiking Altherma...
2023-12-07 23:43:54.598 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support features 1 for controlMode leavingWaterTemperature
2023-12-07 23:43:54.599 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode comfort: False
2023-12-07 23:43:54.599 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode eco: False
2023-12-07 23:43:54.600 INFO (MainThread) [custom_components.daikin_residential_altherma.climate] Support_preset_mode away: False
2023-12-07 23:43:54.605 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'gateway' has not a tank management point, ignoring as water heater
2023-12-07 23:43:54.606 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'climateControl' has not a tank management point, ignoring as water heater
2023-12-07 23:43:54.606 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] Initializing Daiking Altherma HotWaterTank...
2023-12-07 23:43:54.613 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'indoorUnitHydro' has not a tank management point, ignoring as water heater
2023-12-07 23:43:54.614 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'outdoorUnit' has not a tank management point, ignoring as water heater
2023-12-07 23:43:54.614 INFO (MainThread) [custom_components.daikin_residential_altherma.water_heater] 'userInterface' has not a tank management point, ignoring as water heater
2023-12-07 23:43:54.616 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.617 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.617 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.617 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.620 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.620 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.621 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode climateControl heating
2023-12-07 23:43:54.623 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.623 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.625 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.625 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.627 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.628 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.628 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode climateControl heating
2023-12-07 23:43:54.632 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.633 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.633 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.634 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.635 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.636 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.648 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode climateControl heating
2023-12-07 23:43:54.650 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.650 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.651 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.651 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.653 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.653 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.654 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode climateControl cooling
2023-12-07 23:43:54.655 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.656 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.656 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.656 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.659 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.659 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.660 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode climateControl cooling
2023-12-07 23:43:54.661 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.662 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.662 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.663 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.665 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.665 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.666 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode climateControl cooling
2023-12-07 23:43:54.667 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.668 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.668 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.669 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.670 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.671 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.671 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode domesticHotWaterTank heating
2023-12-07 23:43:54.673 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.673 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.674 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.674 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.677 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.678 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.679 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode domesticHotWaterTank heating
2023-12-07 23:43:54.680 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.681 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.681 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.682 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.684 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides consumptionData
2023-12-07 23:43:54.684 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' provides electrical
2023-12-07 23:43:54.684 INFO (MainThread) [custom_components.daikin_residential_altherma.sensor] Device 'Altherma' has energy value for mode domesticHotWaterTank heating
2023-12-07 23:43:54.686 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.687 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.687 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.688 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.691 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.691 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.692 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.692 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.696 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.697 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.697 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.697 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.702 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.703 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.703 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.703 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.707 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.707 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.708 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.708 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.711 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.712 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.712 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.712 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.715 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.716 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.717 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.717 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.720 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.720 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.720 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.721 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.726 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.726 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.727 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.727 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.730 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.730 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.731 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.731 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.734 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.735 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.735 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.736 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.738 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.739 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.740 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.740 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.743 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.743 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.744 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.744 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.749 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.750 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.750 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.750 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.752 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.753 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.753 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.753 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.755 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.756 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.757 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.757 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.760 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.760 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.761 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.761 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.764 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.765 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.765 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.766 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.770 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.771 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.771 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.772 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.775 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.776 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.776 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.776 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.779 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.781 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.782 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.782 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.786 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.786 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.786 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.787 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.789 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.790 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.790 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.791 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'
2023-12-07 23:43:54.796 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-macAddress-'
2023-12-07 23:43:54.796 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-modelInfo-'
2023-12-07 23:43:54.797 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'gateway-firmwareVersion-'
2023-12-07 23:43:54.797 INFO (MainThread) [custom_components.daikin_residential_altherma.device] Device 'Altherma' get the current value of: 'climateControl-name-'

@jwillemsen
Copy link
Collaborator

It looks you deleted your comment with the incorrect consumption data. Can you attach the device diagnostics and some screen dumps of the onecta app so that I can compare the energy values and try to find where the calculation is incorrect?

@marzlberger
Copy link
Author

yes, because it is actually wrong daikin data, even in the ONECTA App.

@jwillemsen
Copy link
Collaborator

Ok, thanks for the update, so in HA you get the same invalid data as in the onecta app. Please contact daikin for the invalid data. Let me further cleanup the code and refactor all other sensors, I have some ideas to simplify the code further.

@jwillemsen
Copy link
Collaborator

Can you maybe also try https://github.com/jwillemsen/daikin_residential_altherma/tree/jwi-allsensorsupdate, I have refactored all read only sensors and provide these now back to the user, including all non-altherma daikin devices

@jwillemsen
Copy link
Collaborator

#205 has now support for this, still working on cleanup and adding support for regular Daikin AC units, could you test this in a second HA setup?

@jwillemsen
Copy link
Collaborator

Can you retest with #205, this refactors all code and resolves your issue.

Be aware that all entity IDs have changed, so check your automations and energy dashboard!

@marzlberger
Copy link
Author

Thanks, I will retest it tomorrow.

@jwillemsen
Copy link
Collaborator

See https://github.com/jwillemsen/daikin_residential_altherma/releases/tag/v3.0.0 for a release including the necessary changes for this issue

@jwillemsen
Copy link
Collaborator

@marzlberger Have you already tested, when it works please close this issue.

@marzlberger
Copy link
Author

Hi sorry, it took me a while. The test ist done and so far its working well.
Case closed and many thanks for your hard work on this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants