EnergyEvseTrait.EvNotDetected

interface EnergyEvseTrait.EvNotDetected


Notification that the electric vehicle has been removed from the EVSE.

Summary

Public properties

UInt?

The total duration of the session, from when the electric vehicle was plugged in until it was unplugged.

Long?

The total amount of energy transferred from the EVSE to the electric vehicle during the session.

Long?

The total amount of energy transferred from the electric vehicle to the EVSE during the session.

UInt?

The current value of the sessionId attribute.

EnergyEvseTrait.StateEnum?

The value of the state attribute prior to the electric vehicle not being detected.

Public properties

sessionDuration

val sessionDurationUInt?

The total duration of the session, from when the electric vehicle was plugged in until it was unplugged.

sessionEnergyCharged

val sessionEnergyChargedLong?

The total amount of energy transferred from the EVSE to the electric vehicle during the session. This value is always a positive number.

sessionEnergyDischarged

val sessionEnergyDischargedLong?

The total amount of energy transferred from the electric vehicle to the EVSE during the session. This value is always a positive number.

sessionId

val sessionIdUInt?

The current value of the sessionId attribute.

state

val stateEnergyEvseTrait.StateEnum?

The value of the state attribute prior to the electric vehicle not being detected.