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

Charging Status 0.3 (waiting for current charge) but actually charging... Renault Bug #550

Open
slater0013 opened this issue Mar 15, 2022 · 1 comment

Comments

@slater0013
Copy link
Contributor

slater0013 commented Mar 15, 2022

Hello,

More of a Renault bug I suppose, but this morning, a charge session (still runing) flipped to 0.3 Charging Status and is still charging...

Results of command :
renault-api --json http get "/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v2/cars/{vin}/battery-status"

Around 9 AM:
{"data": {"type": "Car", "id": "XXX", "attributes": {"timestamp": "2022-03-15T07:54:13Z", "batteryLevel": 45, "batteryTemperature": 20, "batteryAutonomy": 89, "batteryCapacity": 0, "batteryAvailableEnergy": 11, "plugStatus": 1, "chargingStatus": 1.0, "chargingRemainingTime": 165}}}

chargingStatus is 1.0 (CHARGE_IN_PROGRESS)

A bit after 9 AM:
{"data": {"type": "Car", "id": "XXX", "attributes": {"timestamp": "2022-03-15T08:21:32Z", "batteryLevel": 54, "batteryTemperature": 20, "batteryAutonomy": 107, "batteryCapacity": 0, "batteryAvailableEnergy": 14, "plugStatus": 1, "chargingStatus": 0.3, "chargingRemainingTime": 135}}}

And since... :
{"data": {"type": "Car", "id": "XXX", "attributes": {"timestamp": "2022-03-15T08:47:32Z", "batteryLevel": 63, "batteryTemperature": 20, "batteryAutonomy": 125, "batteryCapacity": 0, "batteryAvailableEnergy": 16, "plugStatus": 1, "chargingStatus": 0.3, "chargingRemainingTime": 110}}}

The battery is charging well, The official application show the "resume charge" button but with no effect clicking on it !

Do you guys have any contact with Renault Dev Team ? Went through the official way... but...

GS

@epenet
Copy link
Collaborator

epenet commented Mar 15, 2022

We don't have any contact with the Renault Dev Team.
If you manage to have a response through other channels, maybe you can ask them to contribute here :)

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