-
Notifications
You must be signed in to change notification settings - Fork 38
Data endpoint: battery status
epenet edited this page Dec 29, 2020
·
2 revisions
/commerce/v1/accounts/{account_id}/kamereon/kca/car-adapter/v2/cars/{vin}/battery-status
A sample return is available in the fixtures folder
-
batteryTemperature
is not always present. -
batteryCapacity
appears to always return0
.
-
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)
-
batteryTemperature
appears completely wrong. -
chargingInstantaneousPower
appears completely wrong.