Package io.openems.edge.ess.api
Enum Class HybridEss.ChannelId
- All Implemented Interfaces:
ChannelId
,Serializable
,Comparable<HybridEss.ChannelId>
,Constable
- Enclosing interface:
- HybridEss
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDC Charge Energy.DC Discharge Energy.DC Discharge Power. -
Method Summary
Modifier and TypeMethodDescriptiondoc()
Gets the Channel Doc for this ChannelId.static HybridEss.ChannelId
Returns the enum constant of this class with the specified name.static HybridEss.ChannelId[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DC_DISCHARGE_POWER
DC Discharge Power.- Interface: HybridEss
- Type: Integer
- Unit: W
- Range: negative values for Charge; positive for Discharge
- This is the
SymmetricEss.ChannelId.ACTIVE_POWER
minusEssDcCharger.ChannelId.ACTUAL_POWER
, i.e. the power that is actually charged to or discharged from the battery.
-
DC_CHARGE_ENERGY
DC Charge Energy.- Interface: HybridEss
- Type: Long
- Unit: Wh
-
DC_DISCHARGE_ENERGY
DC Discharge Energy.- Interface: HybridEss
- Type: Long
- Unit: Wh
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
doc
Description copied from interface:ChannelId
Gets the Channel Doc for this ChannelId.
-