Skip to content

Multiple charging periods per session #9

@robogeek

Description

@robogeek

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions