Get EV Charging Events API

This API fetches and delivers EV charging events to a customer's data lake/business system. It can be used for the following use cases:

  • Distribution system planning. A list of charging events including kW peak, time, and kWh will help distribution system planners create better models and proactively upgrade or defer upgrades down to the secondary of distribution transformers, as required.

  • EV programs. Knowledge of EV charging loads will help EV program groups target appropriate customers and design better rates for EV programs, optimizing marketing O&M and participation in programs.

  • Data scientists. Forecasting loads and creating models of EV charging behavior may be performed by data scientists in utilities for distribution system planning and EV program impacts.

  • Controls. Use of the real-time EV charging events to inform transformer protection, VVO, DERMS, or other applications.

Parameters

Table 21 

Name

Description

Operators

Required

Type

Format

Default

Range

Origination

StartEventDate

Start date being queried as Min(EventDate)

Greater than or equal to

No

Datetime

YYYY-MM-DDTHH:MM:SSZ

2020-01-01T00:00:00.0Z

(Current UTC Date) to (Current UTC Date - 13 months)

Edge app

EndEventDate

End date being queried as Max(EventDate)

Less than or equal to

No

Datetime

YYYY-MM-DDTHH:MM:SSZ

9999-12-31T00:00:00.0Z

(Current UTC Date) to (Current UTC Date - 13 months)

Edge app

StartReceivedDatetime

Min ReceivedTime data

Greater than or equal to

No

Datetime

YYYY-MM-DDTHH:MM:SSZ

2020-01-01T00:00:00.0Z

(Current UTC Date) to (Current UTC Date - 13 months)

App Platform

EndReceivedDatetime

Max ReceivedTime data

Less than or equal to

No

Datetime

YYYY-MM-DDTHH:MM:SSZ

9999-12-31T00:00:00.0Z

(Current UTC Date) to (Current UTC Date - 13 months)

App Platform

EntityType

Servicepoint, Meter, ESN, Transformer, premises, None

Equals

No

String

N/A

N/A

N/A

CIS

MDMS

GIS

EntityId

Dependent on EntityType

In list

No

String

N/A

N/A

N/A

CIS

MDMS

GIS

Data values

Table 22 

Name

Description

Type

Units

Range

Format

Nullable

Origination

ReceivedTime

When the data was received by the App Platform

Datetime

N/A

N/A

YYYY-MM-DDTHH:MM:SSZ

No

App Platform

ServicePointId

Service Point ID as of EventDate

String

N/A

N/A

N/A

No

CIS

MDMS

GIS

MeterId

Meter ID as of EventDate

String

N/A

N/A

N/A

No

CIS

MDMS

GIS

MeterNumber

Meter Number as of EventDate

String

N/A

N/A

N/A

Yes

CIS

MDMS

GIS

ElectronicSerialNumber

Electronic Serial Number

String

N/A

N/A

N/A

No

CIS

MDMS

GIS

TransformerId

Transformer ID as of EventDate

String

N/A

N/A

N/A

Yes

CIS

MDMS

GIS

PremiseId

Premise ID as of EventDate

String

N/A

N/A

N/A

Yes

CIS

MDMS

GIS

ChargeStartTime

Start datetime of EV charging event

Datetime

N/A

N/A

YYYY-MM-DDTHH:MM:SSZ

No

Edge app

ChargeEndTime

End datetime of EV charging event

Datetime

N/A

N/A

YYYY-MM-DDTHH:MM:SSZ

No

Edge app

ChargeW

W of EV charging event

Real

W

>0

N.NN

Yes

Edge app

ChargeDuration

Duration of the charge in hours

Integer

Hours

>0

N

Yes

Edge app

ChargeEnergy

Wh of EV charging event

Real

Watt-hours

>0

N.NN

Yes

Edge app