Interface GenericManagedEss
-
- All Superinterfaces:
ManagedSymmetricEss
,ModbusSlave
,OpenemsComponent
,StartStoppable
,SymmetricEss
- All Known Subinterfaces:
GenericManagedSymmetricEss
,GenericOffGridEss
- All Known Implementing Classes:
AbstractGenericManagedEss
,GenericManagedSymmetricEssImpl
,GenericOffGridEssImpl
public interface GenericManagedEss extends ManagedSymmetricEss, StartStoppable, ModbusSlave
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GenericManagedEss.ChannelId
-
Field Summary
Fields Modifier and Type Field Description static double
EFFICIENCY_FACTOR
Efficiency factor to calculate AC Charge/Discharge limits from DC.static int
RETRY_COMMAND_MAX_ATTEMPTS
Retry x attempts for set-command.static int
RETRY_COMMAND_SECONDS
Retry set-command after x Seconds, e.g.
-
Method Summary
-
Methods inherited from interface io.openems.edge.ess.api.ManagedSymmetricEss
_setAllowedChargePower, _setAllowedChargePower, _setAllowedDischargePower, _setAllowedDischargePower, _setApplyPowerFailed, _setDebugSetActivePower, _setDebugSetActivePower, _setDebugSetReactivePower, _setDebugSetReactivePower, addPowerConstraint, addPowerConstraintAndValidate, applyPower, createPowerConstraint, getAllowedChargePower, getAllowedChargePowerChannel, getAllowedDischargePower, getAllowedDischargePowerChannel, getApplyPowerFailed, getApplyPowerFailedChannel, getDebugSetActivePower, getDebugSetActivePowerChannel, getDebugSetReactivePower, getDebugSetReactivePowerChannel, getPower, getPowerPrecision, getSetActivePowerEqualsChannel, getSetActivePowerEqualsWithPidChannel, getSetActivePowerGreaterOrEqualsChannel, getSetActivePowerLessOrEqualsChannel, getSetReactivePowerEqualsChannel, getSetReactivePowerGreaterOrEqualsChannel, getSetReactivePowerLessOrEqualsChannel, getStaticConstraints, isManaged, setActivePowerEquals, setActivePowerEqualsWithPid, setActivePowerGreaterOrEquals, setActivePowerLessOrEquals, setReactivePowerEquals, setReactivePowerGreaterOrEquals, setReactivePowerLessOrEquals
-
Methods inherited from interface io.openems.edge.common.modbusslave.ModbusSlave
getModbusSlaveTable
-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, debugLog, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
Methods inherited from interface io.openems.edge.common.startstop.StartStoppable
_setStartStop, getStartStop, getStartStopChannel, isStarted, isStopped, setStartStop, start, stop
-
Methods inherited from interface io.openems.edge.ess.api.SymmetricEss
_setActiveChargeEnergy, _setActiveChargeEnergy, _setActiveDischargeEnergy, _setActiveDischargeEnergy, _setActivePower, _setActivePower, _setCapacity, _setCapacity, _setGridMode, _setMaxApparentPower, _setMaxApparentPower, _setMaxCellTemperature, _setMaxCellTemperature, _setMaxCellVoltage, _setMaxCellVoltage, _setMinCellTemperature, _setMinCellTemperature, _setMinCellVoltage, _setMinCellVoltage, _setReactivePower, _setReactivePower, _setSoc, _setSoc, getActiveChargeEnergy, getActiveChargeEnergyChannel, getActiveDischargeEnergy, getActiveDischargeEnergyChannel, getActivePower, getActivePowerChannel, getCapacity, getCapacityChannel, getGridMode, getGridModeChannel, getMaxApparentPower, getMaxApparentPowerChannel, getMaxCellTemperature, getMaxCellTemperatureChannel, getMaxCellVoltage, getMaxCellVoltageChannel, getMinCellTemperature, getMinCellTemperatureChannel, getMinCellVoltage, getMinCellVoltageChannel, getReactivePower, getReactivePowerChannel, getSoc, getSocChannel
-
-
-
-
Field Detail
-
EFFICIENCY_FACTOR
static final double EFFICIENCY_FACTOR
Efficiency factor to calculate AC Charge/Discharge limits from DC. Used atChannelManager
.- See Also:
- Constant Field Values
-
RETRY_COMMAND_SECONDS
static final int RETRY_COMMAND_SECONDS
Retry set-command after x Seconds, e.g. for starting battery or battery-inverter.- See Also:
- Constant Field Values
-
RETRY_COMMAND_MAX_ATTEMPTS
static final int RETRY_COMMAND_MAX_ATTEMPTS
Retry x attempts for set-command.- See Also:
- Constant Field Values
-
-
Method Detail
-
getStartStopTarget
StartStop getStartStopTarget()
Gets the target Start/Stop mode from config or StartStop-Channel.- Returns:
StartStop
-
getMaxBatteryStartAttemptsFaultChannel
default StateChannel getMaxBatteryStartAttemptsFaultChannel()
Gets the Channel forGenericManagedEss.ChannelId.MAX_BATTERY_START_ATTEMPTS_FAULT
.- Returns:
- the Channel
-
getMaxBatteryStartAttemptsFault
default Value<java.lang.Boolean> getMaxBatteryStartAttemptsFault()
- Returns:
- the Channel
Value
-
_setMaxBatteryStartAttemptsFault
default void _setMaxBatteryStartAttemptsFault(boolean value)
Internal method to set the 'nextValue' onGenericManagedEss.ChannelId.MAX_BATTERY_START_ATTEMPTS_FAULT
Channel.- Parameters:
value
- the next value
-
getMaxBatteryStopAttemptsFaultChannel
default StateChannel getMaxBatteryStopAttemptsFaultChannel()
Gets the Channel forGenericManagedEss.ChannelId.MAX_BATTERY_STOP_ATTEMPTS_FAULT
.- Returns:
- the Channel
-
getMaxBatteryStopAttemptsFault
default Value<java.lang.Boolean> getMaxBatteryStopAttemptsFault()
- Returns:
- the Channel
Value
-
_setMaxBatteryStopAttemptsFault
default void _setMaxBatteryStopAttemptsFault(boolean value)
Internal method to set the 'nextValue' onGenericManagedEss.ChannelId.MAX_BATTERY_STOP_ATTEMPTS_FAULT
Channel.- Parameters:
value
- the next value
-
getMaxBatteryInverterStartAttemptsFaultChannel
default StateChannel getMaxBatteryInverterStartAttemptsFaultChannel()
Gets the Channel forGenericManagedEss.ChannelId.MAX_BATTERY_INVERTER_START_ATTEMPTS_FAULT
.- Returns:
- the Channel
-
getMaxBatteryInverterStartAttemptsFault
default Value<java.lang.Boolean> getMaxBatteryInverterStartAttemptsFault()
- Returns:
- the Channel
Value
-
_setMaxBatteryInverterStartAttemptsFault
default void _setMaxBatteryInverterStartAttemptsFault(boolean value)
Internal method to set the 'nextValue' onGenericManagedEss.ChannelId.MAX_BATTERY_INVERTER_START_ATTEMPTS_FAULT
Channel.- Parameters:
value
- the next value
-
getMaxBatteryInverterStopAttemptsFaultChannel
default StateChannel getMaxBatteryInverterStopAttemptsFaultChannel()
Gets the Channel forGenericManagedEss.ChannelId.MAX_BATTERY_INVERTER_STOP_ATTEMPTS_FAULT
.- Returns:
- the Channel
-
getMaxBatteryInverterStopAttemptsFault
default Value<java.lang.Boolean> getMaxBatteryInverterStopAttemptsFault()
- Returns:
- the Channel
Value
-
_setMaxBatteryInverterStopAttemptsFault
default void _setMaxBatteryInverterStopAttemptsFault(boolean value)
Internal method to set the 'nextValue' onGenericManagedEss.ChannelId.MAX_BATTERY_INVERTER_STOP_ATTEMPTS_FAULT
Channel.- Parameters:
value
- the next value
-
-