charging: add charging source-of-record module (com.tesla.proto.charging.v1) - #20
Merged
Conversation
Model Tesla's EV charge-session energy metering and per-session billing schema (Energy, StemInfo, StemEventInfo, ChargeSessionTimeSeries, StemUi, StemBilling) as a new proto/charging source-of-record module, published in lockstep with the rest of tesla-protocol.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent
proto/charging/source-of-record module modellingcom.tesla.proto.charging.v1: Tesla's EV charge-session energy metering / billing schema (Energy,StemInfo,StemEventInfo,ChargeSessionTimeSeries,StemUi,StemBilling- 31 fields total). No imports, no enums, a clean self-contained tree./api/1/dx/charging/{history,sessions}) return JSON, not protobuf. It's published anyway because it describes the vehicle-charging product domain itself, based on our own observations and contributions from the community. Documented as a named exception inPROVENANCE.md.buf.yaml(proto/charging),scripts/generate.sh(GROUPS_LIST), README layout,PROVENANCE.mdsource-of-record table.StemBilling(with nestedStemInfo/StemEventInfo/ChargeSessionTimeSeries) in both TypeScript and Python.buf lintis clean; nobuf breakingconcern (net-new module, no wire compatibility to preserve).