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

Difference between ACChargingEnergyIn and DCChargingEnergyIn #255

Open
dirkbonhomme opened this issue Dec 4, 2024 · 2 comments
Open

Difference between ACChargingEnergyIn and DCChargingEnergyIn #255

dirkbonhomme opened this issue Dec 4, 2024 · 2 comments

Comments

@dirkbonhomme
Copy link

I am currently charging my car with an AC charger. These are the latest values:

ACChargingEnergyIn: 16.24488913095765
DCChargingEnergyIn: 15.659999649971724

Does anyone know the exact meaning of both values? My guess is that ACChargingEnergyIn is the energy that is entering the car's charger and DCChargingEnergyIn is the energy that is eventually entering the battery?

Even so, how can I detect whether the car is AC or DC charging?

@dirkbonhomme dirkbonhomme changed the title Difference betwee ACChargingEnergyIn and DCChargingEnergyIn Difference between ACChargingEnergyIn and DCChargingEnergyIn Dec 4, 2024
@davidsl4
Copy link

davidsl4 commented Dec 5, 2024

I’m no expert, but it seems like you might be onto something. If the ACChargingEnergyIn shows the energy from the charger and the DCChargingEnergyIn reflects the energy actually added to the battery, then I guess you could compare those values. Note it's possible that during DC charging, ACChargingEnergyIn could also drop to zero. There's nothing that trial and error won't answer, so I would advise exploring both options.

And I came across another field that could be useful: FastChargerPresent.

@rawmean
Copy link

rawmean commented Dec 30, 2024

I think the first one is supposed to be the energy added during AC charging (eg, home charging) and the 2nd one is the energy added during supercharging (which is DC charging).

the problem is that the ACChargingEnergyIn value does not match what the Tesla app reports under "charging stats"

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

No branches or pull requests

4 participants