Enum Class OcppInformations

java.lang.Object
java.lang.Enum<OcppInformations>
io.openems.edge.evcs.ocpp.common.OcppInformations
All Implemented Interfaces:
Serializable, Comparable<OcppInformations>, Constable

public enum OcppInformations extends Enum<OcppInformations>
  • Enum Constant Details

    • CORE_METER_VALUES_CURRENT_EXPORT

      public static final OcppInformations CORE_METER_VALUES_CURRENT_EXPORT
      Instantaneous current flow from EV in mA.
    • CORE_METER_VALUES_CURRENT_IMPORT

      public static final OcppInformations CORE_METER_VALUES_CURRENT_IMPORT
      Instantaneous current flow to EV in mA.
    • CORE_METER_VALUES_CURRENT_OFFERED

      public static final OcppInformations CORE_METER_VALUES_CURRENT_OFFERED
      Maximum current offered to EV in mA.
    • CORE_METER_VALUES_ENERGY_ACTIVE_EXPORT_REGISTER

      public static final OcppInformations CORE_METER_VALUES_ENERGY_ACTIVE_EXPORT_REGISTER
      Numerical value read from the "active electrical energy" (Wh) register of the (most authoritative) electrical meter measuring the total energy exported (to the grid).
    • CORE_METER_VALUES_ENERGY_ACTIVE_IMPORT_REGISTER

      public static final OcppInformations CORE_METER_VALUES_ENERGY_ACTIVE_IMPORT_REGISTER
      Numerical value read from the "active electrical energy" (Wh) register of the (most authoritative) electrical meter measuring the total energy imported (from the grid supply).
    • CORE_METER_VALUES_ENERGY_REACTIVE_EXPORT_REGISTER

      public static final OcppInformations CORE_METER_VALUES_ENERGY_REACTIVE_EXPORT_REGISTER
      Numerical value read from the "reactive electrical energy" (VARh) register of the (most authoritative) electrical meter measuring energy exported (to the grid).
    • CORE_METER_VALUES_ENERGY_REACTIVE_IMPORT_REGISTER

      public static final OcppInformations CORE_METER_VALUES_ENERGY_REACTIVE_IMPORT_REGISTER
      Numerical value read from the "reactive electrical energy" (VARh) register of the (most authoritative) electrical meter measuring energy imported (from the grid supply).
    • CORE_METER_VALUES_ENERGY_ACTIVE_EXPORT_INTERVAL

      public static final OcppInformations CORE_METER_VALUES_ENERGY_ACTIVE_EXPORT_INTERVAL
      Absolute amount of "active electrical energy" (Wh) exported (to the grid) during an associated time "interval", specified by a Metervalues ReadingContext, and applicable interval duration configuration values (in seconds) for "ClockAlignedDataInterval" and "MeterValueSampleInterval".
    • CORE_METER_VALUES_ENERGY_ACTIVE_IMPORT_INTERVAL

      public static final OcppInformations CORE_METER_VALUES_ENERGY_ACTIVE_IMPORT_INTERVAL
      Absolute amount of "active electrical energy" (Wh) imported (from the grid supply) during an associated time "interval", specified by a Metervalues ReadingContext, and applicable interval duration configuration values (in seconds) for "ClockAlignedDataInterval" and "MeterValueSampleInterval".
    • CORE_METER_VALUES_ENERGY_REACTIVE_EXPORT_INTERVAL

      public static final OcppInformations CORE_METER_VALUES_ENERGY_REACTIVE_EXPORT_INTERVAL
      Absolute amount of "reactive electrical energy" (VARh) exported (to the grid) during an associated time "interval", specified by a Metervalues ReadingContext, and applicable interval duration configuration values (in seconds) for "ClockAlignedDataInterval" and "MeterValueSampleInterval".
    • CORE_METER_VALUES_ENERGY_REACTIVE_IMPORT_INTERVAL

      public static final OcppInformations CORE_METER_VALUES_ENERGY_REACTIVE_IMPORT_INTERVAL
      Absolute amount of "reactive electrical energy" (VARh) imported (from the grid supply) during an associated time "interval", specified by a Metervalues ReadingContext, and applicable interval duration configuration values (in seconds) for "ClockAlignedDataInterval" and "MeterValueSampleInterval".
    • CORE_METER_VALUES_FREQUENCY

      public static final OcppInformations CORE_METER_VALUES_FREQUENCY
      Instantaneous reading of powerline frequency. NOTE: OCPP 1.6 does not have a UnitOfMeasure for frequency, the UnitOfMeasure for any SampledValue with measurand: Frequency is Hertz.
    • CORE_METER_VALUES_POWER_ACTIVE_EXPORT

      public static final OcppInformations CORE_METER_VALUES_POWER_ACTIVE_EXPORT
      Instantaneous active power exported by EV. (W)
    • CORE_METER_VALUES_POWER_ACTIVE_IMPORT

      public static final OcppInformations CORE_METER_VALUES_POWER_ACTIVE_IMPORT
      Instantaneous active power imported by EV. (W)
    • CORE_METER_VALUES_POWER_FACTOR

      public static final OcppInformations CORE_METER_VALUES_POWER_FACTOR
      Instantaneous power factor of total energy flow.
    • CORE_METER_VALUES_POWER_OFFERED

      public static final OcppInformations CORE_METER_VALUES_POWER_OFFERED
      Maximum power offered to EV.
    • CORE_METER_VALUES_POWER_REACTIVE_EXPORT

      public static final OcppInformations CORE_METER_VALUES_POWER_REACTIVE_EXPORT
      Instantaneous reactive power exported by EV. (var)
    • CORE_METER_VALUES_POWER_REACTIVE_IMPORT

      public static final OcppInformations CORE_METER_VALUES_POWER_REACTIVE_IMPORT
      Instantaneous reactive power imported by EV. (var)
    • CORE_METER_VALUES_RPM

      public static final OcppInformations CORE_METER_VALUES_RPM
      Fan speed in RPM.
    • CORE_METER_VALUES_SOC

      public static final OcppInformations CORE_METER_VALUES_SOC
      State of charge of charging vehicle in percentage.
    • CORE_METER_VALUES_TEMPERATURE

      public static final OcppInformations CORE_METER_VALUES_TEMPERATURE
      Temperature reading inside Charge Point.
    • CORE_METER_VALUES_VOLTAGE

      public static final OcppInformations CORE_METER_VALUES_VOLTAGE
      Instantaneous AC RMS supply voltage.
  • Method Details

    • values

      public static OcppInformations[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OcppInformations valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getOcppValue

      public String getOcppValue()
    • getChannelId

      public ChannelId getChannelId()