hacf-fr / renault-api

https://readthedocs.org/projects/renault-api/
MIT License
106 stars 38 forks source link

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

Open slater0013 opened 2 years ago

slater0013 commented 2 years ago

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 commented 2 years ago

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 :)