Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing charging entrys #1439

Open
AikenPandora opened this issue Jan 6, 2025 · 2 comments
Open

Missing charging entrys #1439

AikenPandora opened this issue Jan 6, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@AikenPandora
Copy link

Describe the bug
Sometimes charging sessions aren‘t displayed in charging history, only in timeline. These charging sessions are mostly small, but if they happen enough there is a considerable amount of charging which gets ignored.
This bug also effects the preconditioning bug in a good way, so that these sessions aren‘t noted in the history tab.

This only appears with FleetAPI.

To Reproduce
Charge, mostly small sessions under 5 minutes.
Best to deactivate the combining of charging, since you miss them otherwise.

Expected behavior
Show all charging sessions also in the charging history.

Screenshots
Charging history:
IMG_4619
Timelineplugin: (to note, first row is a preconditioning)
IMG_4622
IMG_4626

The second row is a charge with about 0,4kwh. This could be relevant for people with PV or in winter when the car is charging sometimes small charges because of the cold weather.

** Teslalogger Type **
Raspberry Pi4 / Docker / earlier Versions first 1.55 till newest Version 1.62.8

Additional context
Not high urgency, seems to really be mostly shorter charging sessions, so maybe some data for the end of the charging session is missing in shorter charging sessions. Last known cases were all less then 3 minutes.

@AikenPandora AikenPandora added the bug Something isn't working label Jan 6, 2025
@bassmaster187
Copy link
Owner

The main difference is this where clause:

where $__timeFilter(chargingstate.StartDate) and chargingstate.EndChargingID - chargingstate.StartChargingID > 2

So it seems like you need at least 3 charging points to get listed.

if you have a paid subscription, the frequency is 60 seconds for AC charging and without subscription the frequency is 180 seconds. So you need at least 3 minutes of charging with subscription and 9 minutes without.

To calculate some fields, I need at least 2 charging points

@StKargy
Copy link

StKargy commented Jan 13, 2025

I have had a similar issue today. Charged the car with 230V/8A for about 100 minutes today, but the charging doesn't apear anywhere. Car status is just shown as "online", charging graph only shows increasing cell temperature, but nothing else.

Could this happen, because last time it did anything with the car was also just a little charging session, 4 days ago and nothing else since then?

Kind regards,
Steffen.

Car status during charging:
grafik

Power consumption (from my inverter, shows the charging time):
grafik

Timeline:
grafik

Charging:
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants