Enum Class HybridManagedSymmetricBatteryInverter.ChannelId
java.lang.Object
java.lang.Enum<HybridManagedSymmetricBatteryInverter.ChannelId>
io.openems.edge.batteryinverter.api.HybridManagedSymmetricBatteryInverter.ChannelId
- All Implemented Interfaces:
ChannelId
,Serializable
,Comparable<HybridManagedSymmetricBatteryInverter.ChannelId>
,Constable
- Enclosing interface:
- HybridManagedSymmetricBatteryInverter
public static enum HybridManagedSymmetricBatteryInverter.ChannelId
extends Enum<HybridManagedSymmetricBatteryInverter.ChannelId>
implements ChannelId
-
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
-
Enum Constant Details
-
DC_DISCHARGE_POWER
DC Discharge Power.- Interface: HybridManagedSymmetricBatteryInverter
- Type: Integer
- Unit: W
- Range: negative values for Charge; positive for Discharge
- This is the
io.openems.edge.ess.api.SymmetricBatteryInverter.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.
-