-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Reading the Session data collection, isn't there a possibility of multiple periods of charging per session?
The specification says a charging session begins when the cord is plugged in, and ends when the plug is removed. It is possible to turn the charging station on and off multiple times between those two points in time. This is alluded to in the discussion of the charging_duration
field.
This suggests there should be a field containing an array of
charge_start
charge_end
duration
Maybe some other fields like energy_kwh
, peak_kw
, fee_charged
, and energy_fee
could be in this array.
Then, existing fields would be an aggregation of the values in the detailed array.
Metadata
Metadata
Assignees
Labels
No labels