New Smart charge version 2023-04-01
Released
A new version with breaking changes to smart charging. This version simplifies considerations further.
The
isSmartChargeCapable
,singleUser
,needsSignificantCharge
,wontStopExistingChargingSession
,hasChargeAboveThreshold
andlikelyToGenerateSavings
considerations have been removed from the consideration object in the Vehicle Smart Charging StatusAPI API.Renaming consideration recentlyAtChargingLocation to atChargingLocation in the Vehicle Smart Charging StatusAPI API.
The logic for checking if the vehicle is capable of smart charging and if the user is a single user has been moved to the Update Vehicle Smart Charging PolicyAPI API. If the vehicle is not capable of smart charging or the user is not a single user, smart charging will not be turned on, and a 404 response will be returned.
A new state,
FULLY_CHARGED
, has been introduced. This state will replaceCONSIDERING
when the vehicle does not need to be charged. This can be due to the vehicle having reached its charging limit or the battery being close to 100% charged. The vehicle will transition back intoCONSIDERING
once we detect that the vehicle has been used and needs to be charged.
Pass 2023-04-01
as your version header to use this new version.