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

"secret code" for failed charges? #1257

Open
jumpjack opened this issue Jul 9, 2024 · 0 comments
Open

"secret code" for failed charges? #1257

jumpjack opened this issue Jul 9, 2024 · 0 comments

Comments

@jumpjack
Copy link

jumpjack commented Jul 9, 2024

I think I found a "secret code" which means "charge failed due to overheating", because today it happened 5 times in a row, while outside temperature is 35° although sun has set, and temperature has been around 40°C whole day: it's when "chargeEndBatteryLevel" value is = 11, and "chargeEnergyRecovered" is < 0:

                {
                    "chargeStartDate": "2024-07-09T18:06:55Z",
                    "chargeEndDate": "2024-07-09T18:07:33Z",
                    "chargeEndStatus": "ok",
                    "chargeStartBatteryLevel": 26,
                    "chargeEndBatteryLevel": 11,
                    "chargeEnergyRecovered": -9.2,
                    "chargeDuration": 0
                },
                {
                    "chargeStartDate": "2024-07-09T18:55:27Z",
                    "chargeEndDate": "2024-07-09T18:56:05Z",
                    "chargeEndStatus": "ok",
                    "chargeStartBatteryLevel": 26,
                    "chargeEndBatteryLevel": 11,
                    "chargeEnergyRecovered": -9.15,
                    "chargeDuration": 0
                },
                {
                    "chargeStartDate": "2024-07-09T17:34:35Z",
                    "chargeEndDate": "2024-07-09T17:35:13Z",
                    "chargeEndStatus": "ok",
                    "chargeStartBatteryLevel": 25,
                    "chargeEndBatteryLevel": 10,
                    "chargeEnergyRecovered": -9.2,
                    "chargeDuration": 0
                },
                {
                    "chargeStartDate": "2024-07-09T18:23:05Z",
                    "chargeEndDate": "2024-07-09T18:23:43Z",
                    "chargeEndStatus": "ok",
                    "chargeStartBatteryLevel": 26,
                    "chargeEndBatteryLevel": 11,
                    "chargeEnergyRecovered": -9.2,
                    "chargeDuration": 0
                },
                {
                    "chargeStartDate": "2024-07-09T17:50:45Z",
                    "chargeEndDate": "2024-07-09T17:51:23Z",
                    "chargeEndStatus": "ok",
                    "chargeStartBatteryLevel": 25,
                    "chargeEndBatteryLevel": 11,
                    "chargeEnergyRecovered": -9.2,
                    "chargeDuration": 0
                }
            ]

Note that "chargeEndStatus" is always "ok", but "chargeEndBatteryLevel" is almost always 11, just once it's 10, but start level is 25 or 26! And "chargeDuration" is always 0.

Internal temperature returned by car is 46°C!

@jumpjack jumpjack changed the title "secret code" for failelld charges? "secret code" for failed charges? Dec 17, 2024
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

1 participant