Enum Class ManagedSymmetricEss.ChannelId

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

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

    • ALLOWED_CHARGE_POWER

      public static final ManagedSymmetricEss.ChannelId ALLOWED_CHARGE_POWER
      Holds the currently maximum allowed charge power. This value is commonly defined by current battery limitations.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: W
      • Range: zero or negative value
    • ALLOWED_DISCHARGE_POWER

      public static final ManagedSymmetricEss.ChannelId ALLOWED_DISCHARGE_POWER
      Holds the currently maximum allowed discharge power. This value is commonly defined by current battery limitations.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: W
      • Range: zero or positive value
    • SET_ACTIVE_POWER_EQUALS

      public static final ManagedSymmetricEss.ChannelId SET_ACTIVE_POWER_EQUALS
      Sets a fixed Active Power.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: W
      • Range: negative values for Charge; positive for Discharge
    • SET_ACTIVE_POWER_EQUALS_WITH_PID

      public static final ManagedSymmetricEss.ChannelId SET_ACTIVE_POWER_EQUALS_WITH_PID
      Applies the PID filter and then sets a fixed Active Power.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: W
      • Range: negative values for Charge; positive for Discharge
    • SET_REACTIVE_POWER_EQUALS

      public static final ManagedSymmetricEss.ChannelId SET_REACTIVE_POWER_EQUALS
      Sets a fixed Reactive Power.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: var
      • Range: negative values for Charge; positive for Discharge
    • SET_ACTIVE_POWER_LESS_OR_EQUALS

      public static final ManagedSymmetricEss.ChannelId SET_ACTIVE_POWER_LESS_OR_EQUALS
      Sets a fixed maximum Active Power.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: W
      • Range: negative values for Charge; positive for Discharge
    • SET_ACTIVE_POWER_GREATER_OR_EQUALS

      public static final ManagedSymmetricEss.ChannelId SET_ACTIVE_POWER_GREATER_OR_EQUALS
      Sets a fixed minimum Active Power.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: W
      • Range: negative values for Charge; positive for Discharge
    • SET_REACTIVE_POWER_LESS_OR_EQUALS

      public static final ManagedSymmetricEss.ChannelId SET_REACTIVE_POWER_LESS_OR_EQUALS
      Sets a fixed maximum Reactive Power.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: var
      • Range: negative values for Charge; positive for Discharge
    • SET_REACTIVE_POWER_GREATER_OR_EQUALS

      public static final ManagedSymmetricEss.ChannelId SET_REACTIVE_POWER_GREATER_OR_EQUALS
      Sets a fixed minimum Reactive Power.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: var
      • Range: negative values for Charge; positive for Discharge
    • DEBUG_SET_ACTIVE_POWER

      public static final ManagedSymmetricEss.ChannelId DEBUG_SET_ACTIVE_POWER
      Holds settings of Active Power for debugging.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: W
      • Range: negative values for Charge; positive for Discharge
      • Implementation Note: value is automatically written by Power just before it calls the onWriteListener (which writes the value to the Ess)
    • DEBUG_SET_REACTIVE_POWER

      public static final ManagedSymmetricEss.ChannelId DEBUG_SET_REACTIVE_POWER
      Holds settings of Reactive Power for debugging.
      • Interface: Managed Symmetric Ess
      • Type: Integer
      • Unit: var
      • Range: negative values for Charge; positive for Discharge
      • Implementation Note: value is automatically written by Power just just before it calls the onWriteListener (which writes the value to the Ess)
    • APPLY_POWER_FAILED

      public static final ManagedSymmetricEss.ChannelId APPLY_POWER_FAILED
      StateChannel is set when calling applyPower() failed.
  • Method Details

    • values

      public static ManagedSymmetricEss.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 ManagedSymmetricEss.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