Enum Class ManagedEvcs.ChannelId

java.lang.Object
java.lang.Enum<ManagedEvcs.ChannelId>
io.openems.edge.evcs.api.ManagedEvcs.ChannelId
All Implemented Interfaces:
ChannelId, Serializable, Comparable<ManagedEvcs.ChannelId>, Constable
Enclosing interface:
ManagedEvcs

public static enum ManagedEvcs.ChannelId extends Enum<ManagedEvcs.ChannelId> implements ChannelId
  • Enum Constant Details

    • POWER_PRECISION

      public static final ManagedEvcs.ChannelId POWER_PRECISION
      Gets the smallest power steps that can be set (given in W).

      Example:

      • KEBA-series allows setting of milli Ampere. It should return 0.23 W (0.001A * 230V).
      • Hardy Barth allows setting in Ampere. It should return 230 W (1A * 230V).

      • Interface: ManagedEvcs
      • Writable
      • Type: Integer
      • Unit: W
    • SET_CHARGE_POWER_LIMIT

      public static final ManagedEvcs.ChannelId SET_CHARGE_POWER_LIMIT
      Sets the charge power limit of the EVCS in [W].

      Actual charge power depends on

      • whether the electric vehicle is connected at all and ready for charging
      • hardware limit of the charging station
      • limit of electric vehicle
      • limit of power line
      • ...

      Function:

      • Write Value should be sent to the EVCS and cleared afterwards
      • Read value should contain the currently valid loading target that was sent
      • Interface: ManagedEvcs
      • Writable
      • Type: Integer
      • Unit: W
    • SET_CHARGE_POWER_LIMIT_WITH_FILTER

      public static final ManagedEvcs.ChannelId SET_CHARGE_POWER_LIMIT_WITH_FILTER
      Applies the configured filter in
      invalid reference
      EvcsPowerComponent
      and sets a the charge power limit.

      The Filter is not used, when the limit is lower or equals the last limit.

      • Interface: ManagedEvcs
      • Writable
      • Type: Integer
      • Unit: W
    • IS_CLUSTERED

      public static final ManagedEvcs.ChannelId IS_CLUSTERED
      Is true if the EVCS is in a EVCS-Cluster.
      • Interface: ManagedEvcs
      • Readable
      • Type: Boolean
    • CHARGE_MODE

      public static final ManagedEvcs.ChannelId CHARGE_MODE
      Which mode is used to set a charge power.

      Set internally by a controller. Used to prioritize between several evcs.

      • Interface: ManagedEvcs
      • Readable
      • Type: ChargeMode
    • SET_DISPLAY_TEXT

      public static final ManagedEvcs.ChannelId SET_DISPLAY_TEXT
      Sets a Text that is shown on the display of the EVCS.

      Be aware that the EVCS might not have a display or the text might be restricted.

      • Interface: ManagedEvcs
      • Writable
      • Type: String
    • SET_CHARGE_POWER_REQUEST

      public static final ManagedEvcs.ChannelId SET_CHARGE_POWER_REQUEST
      Sets a request for a charge power. The limit is not directly activated by this call.
      • Interface: ManagedEvcs
      • Writable
      • Type: Integer
      • Unit: W
    • SET_ENERGY_LIMIT

      public static final ManagedEvcs.ChannelId SET_ENERGY_LIMIT
      Sets the energy limit for the current or next session in [Wh].
      • Interface: ManagedEvcs
      • Writable
      • Type: Integer
      • Unit: Wh
    • CHARGE_STATE

      public static final ManagedEvcs.ChannelId CHARGE_STATE
      Charge Status.

      The Charge Status of the EVCS charging station. This is set by the ManagedEvcs.

  • Method Details

    • values

      public static ManagedEvcs.ChannelId[] 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 ManagedEvcs.ChannelId 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
    • doc

      public Doc doc()
      Description copied from interface: ChannelId
      Gets the Channel Doc for this ChannelId.
      Specified by:
      doc in interface ChannelId
      Returns:
      the Channel-Doc