Danielhiversen / home_assistant_tibber_data

Display Tibber data sensors.
MIT License
42 stars 13 forks source link

Accumulations wrong after Tibber API update 18.10.2024? #94

Open JanVila opened 1 month ago

JanVila commented 1 month ago

Seems that some of the accumulation calculations are wrong after Tibber updated API on 18th of October. I.e: there was a big drop in accumulated yearly consumption from the tibber data sensor:

image

There is also some calculation error after the drop. I.e: accumulated from tibber data sensor from time of drop to end of October 19 gives approximately 24kW in total image

image

But the data from Tibber pulse last meter consumption shows accumulated in the same period approximately 100kW in total. image

image (I also have another location with low daily/yearly consumption, and that Tibber data sensor actually seems to decrease in yearly total, not accumulate....)

It seems there are som updates on the Tibber API at the same date the drop have occured, and another today:

https://developer.tibber.com/docs/changelog image

I have tried to remove the Tibber data sensor, rebooted my HA system, re-installed the Tibber data sensor again, rebooted my HA system, but the fault(?) is still there. Would be nice if some would look into this issue?

Danielhiversen commented 1 month ago

I think the code needs to be updated after the changes in the API.

h0vding commented 4 days ago

@Danielhiversen Is this something that will be fixed?