I use garmin connection and related integration to record my daily steps data to hass.
Both garmin connection and integration has big update delay, which makes the correct daily data updated to the next day
You can see the data updated in 01:04. So the statistics-graph card can’t identify the date, which make mistakes like this:
I also use apexcharts-card and use the options like “offset” but it works strange. If i do not do anything, it loos like:
After I add “offset: -6h”, it change like this:
It’s still incorrect and I can’t make it correct by adjust the offset option
Also, I tried to changed the entity state_class from total to total_increasing and it didn’t work either.
So, is there any way to solute this problem?