Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracking a charge session #34

Open
robfitzgerald opened this issue Aug 2, 2021 · 0 comments
Open

tracking a charge session #34

robfitzgerald opened this issue Aug 2, 2021 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@robfitzgerald
Copy link
Collaborator

robfitzgerald commented Aug 2, 2021

create new ReportTypes for CHARGE_PLUG_IN_EVENT, CHARGE_PLUG_OUT_EVENT, and CHARGE_SESSION_EVENT.

create reports from

  • CHARGE_PLUG_IN_EVENT: DispatchStation. _enter_default_terminal_state (line 100)
  • CHARGE_PLUG_OUT_EVENT: ChargingBase/ChargingStation exit and _enter_default_terminal_state methods
  • CHARGE_SESSION_EVENT: created in the EventfulHandler by watching for for plug in events, storing them, and then watching for the corresponding plug out event plug out events. creates a new event from them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant