Mismatch between actual and reported energy usage timing #522
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
For your energy dashboard you can better use the yearly energy consumption, the daily increments at the moment the new value is received, which could be outside of the block due to the polling and how daikin reports this, see https://developer.cloud.daikineurope.com/docs/84e709f1-9d33-47e1-a93c-7f5cb8b8f12b/supported_features/supported_features_climatecontrol#doc-heading-energy-consumption-data |
Beta Was this translation helpful? Give feedback.
-
|
The daikin provided energy consumption is only updated in steps of 1 and HA assigns the increment to the time where it receives the increment, this could be an hour or even 2 earlier, Daikin says |
Beta Was this translation helpful? Give feedback.
-
|
I've ran into the same issue. I'm aware that a separate power meter is the best option for reading data of my Daikin heatpump, but I'm also looking into using a combination of utility, derivative and integration sensor in Home assistant to compute the smoothed power consumption over time. I'm not sure if that will help the energy dashboard though. |
Beta Was this translation helpful? Give feedback.
-
|
I needed a similar view that is in daikin onecta app. So with SQL addon few template sensors. Also fixes the time issue on data reporting. So between 4 and 6 Max value is assigned to 02:00. Tested 1h splitting of data rows, but 2h is nicer. final query 2h.sql
|
Beta Was this translation helpful? Give feedback.






The daikin provided energy consumption is only updated in steps of 1 and HA assigns the increment to the time where it receives the increment, this could be an hour or even 2 earlier, Daikin says
Consumption data is expected to be updated every 2 hours, randomized from the startup time of the Daikin device. This means that, for example, data d[0] will be available between 02:00 & 04:00., so the energy usage for 00:00-02:00 is updated in HA somewhere between 02:00-04:00