Skip to content

Data endpoint: battery status

epenet edited this page Dec 29, 2020 · 2 revisions

Base url:

/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v2/cars/{vin}/battery-status

Sample data:

A sample return is available in the fixtures folder

Special notes:

  • batteryTemperature is not always present.
  • batteryCapacity appears to always return 0.

On Zoe40 (model code X101VE)

  • chargingInstantaneousPower gives value in watts.
  • chargingStatus uses only a subset of ChargeStatus enum (NOT_IN_CHARGE = 0.0, CHARGE_IN_PROGRESS = 1.0, CHARGE_ERROR = -1.0)

On Zoe50 (model code X102VE)

  • batteryTemperature appears completely wrong.
  • chargingInstantaneousPower seems to return values in kilowatts, but the values still appear completely wrong.