-
Notifications
You must be signed in to change notification settings - Fork 83
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-statusA sample return is available in the fixtures folder
-
batteryTemperatureis not always present. -
batteryCapacityappears to always return0.
-
chargingInstantaneousPowergives value in watts. -
chargingStatususes only a subset of ChargeStatus enum (NOT_IN_CHARGE = 0.0, CHARGE_IN_PROGRESS = 1.0, CHARGE_ERROR = -1.0)
-
batteryTemperatureappears completely wrong. -
chargingInstantaneousPowerseems to return values in kilowatts, but the values still appear completely wrong.