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

looks like tesla have changed battery data #161

Open
doubledrat opened this issue Mar 22, 2024 · 1 comment
Open

looks like tesla have changed battery data #161

doubledrat opened this issue Mar 22, 2024 · 1 comment

Comments

@doubledrat
Copy link

as of last night, it seems that tesla is not returning the following battery data (in the UK anyway)

total_pack_energy
energy_left

I've tested the new fleet API response, and the information is not in there either

sigh

there is "nameplate_energy" and "percent_charged", so you can sort of calculate the missing information from there, but total_pack_energy was never the same as nameplate_energy

@timhawker
Copy link

timhawker commented Mar 25, 2024

Yep the change is the same here in New Zealand. Looks like I can no longer calculate battery SoH.

I used to do this, which no longer works:

total_pack_energy = battery['total_pack_energy']
nameplate_energy = battery['nameplate_energy']
pack_soh = (100 / nameplate_energy) * total_pack_energy

If anyone is able to find an API command to get total pack energy, please do share.

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

No branches or pull requests

2 participants