Interface BatteryBoxC130
-
- All Superinterfaces:
Battery
,OpenemsComponent
,StartStoppable
- All Known Implementing Classes:
BatteryBoxC130Impl
public interface BatteryBoxC130 extends Battery, OpenemsComponent, StartStoppable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BatteryBoxC130.ChannelId
-
Method Summary
-
Methods inherited from interface io.openems.edge.battery.api.Battery
_setCapacity, _setCapacity, _setChargeMaxCurrent, _setChargeMaxCurrent, _setChargeMaxVoltage, _setChargeMaxVoltage, _setCurrent, _setCurrent, _setDischargeMaxCurrent, _setDischargeMaxCurrent, _setDischargeMinVoltage, _setDischargeMinVoltage, _setMaxCellTemperature, _setMaxCellTemperature, _setMaxCellVoltage, _setMaxCellVoltage, _setMinCellTemperature, _setMinCellTemperature, _setMinCellVoltage, _setMinCellVoltage, _setSoc, _setSoc, _setSoh, _setSoh, _setVoltage, _setVoltage, getCapacity, getCapacityChannel, getChargeMaxCurrent, getChargeMaxCurrentChannel, getChargeMaxVoltage, getChargeMaxVoltageChannel, getCurrent, getCurrentChannel, getDischargeMaxCurrent, getDischargeMaxCurrentChannel, getDischargeMinVoltage, getDischargeMinVoltageChannel, getMaxCellTemperature, getMaxCellTemperatureChannel, getMaxCellVoltage, getMaxCellVoltageChannel, getMinCellTemperature, getMinCellTemperatureChannel, getMinCellVoltage, getMinCellVoltageChannel, getSoc, getSocChannel, getSoh, getSohChannel, getVoltage, getVoltageChannel
-
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
-
-
-
-
Method Detail
-
getPowerCircuitControlChannel
default WriteChannel<PowerCircuitControl> getPowerCircuitControlChannel()
Gets the Channel forBatteryBoxC130.ChannelId.POWER_CIRCUIT_CONTROL
.- Returns:
- the Channel
-
getPowerCircuitControl
default PowerCircuitControl getPowerCircuitControl()
Gets the PreChargeControl, seeBatteryBoxC130.ChannelId.POWER_CIRCUIT_CONTROL
.- Returns:
- the Channel
Value
-
_setPowerCircuitControl
default void _setPowerCircuitControl(PowerCircuitControl value)
Internal method to set the 'nextValue' onBatteryBoxC130.ChannelId.POWER_CIRCUIT_CONTROL
Channel.- Parameters:
value
- the next value
-
setPowerCircuitControl
default void setPowerCircuitControl(PowerCircuitControl value) throws OpenemsError.OpenemsNamedException
Writes the value to theBatteryBoxC130.ChannelId.POWER_CIRCUIT_CONTROL
Register.- Parameters:
value
- the next value- Throws:
OpenemsError.OpenemsNamedException
- on error
-
getMaxStartAttemptsChannel
default StateChannel getMaxStartAttemptsChannel()
Gets the Channel forBatteryBoxC130.ChannelId.MAX_START_ATTEMPTS
.- Returns:
- the Channel
-
getMaxStartAttempts
default Value<java.lang.Boolean> getMaxStartAttempts()
Gets theStateChannel
forBatteryBoxC130.ChannelId.MAX_START_ATTEMPTS
.- Returns:
- the Channel
Value
-
_setMaxStartAttempts
default void _setMaxStartAttempts(java.lang.Boolean value)
Internal method to set the 'nextValue' onBatteryBoxC130.ChannelId.MAX_START_ATTEMPTS
Channel.- Parameters:
value
- the next value
-
getMaxStopAttemptsChannel
default StateChannel getMaxStopAttemptsChannel()
Gets the Channel forBatteryBoxC130.ChannelId.MAX_STOP_ATTEMPTS
.- Returns:
- the Channel
-
getMaxStopAttempts
default Value<java.lang.Boolean> getMaxStopAttempts()
Gets theStateChannel
forBatteryBoxC130.ChannelId.MAX_STOP_ATTEMPTS
.- Returns:
- the Channel
Value
-
_setMaxStopAttempts
default void _setMaxStopAttempts(java.lang.Boolean value)
Internal method to set the 'nextValue' onBatteryBoxC130.ChannelId.MAX_STOP_ATTEMPTS
Channel.- Parameters:
value
- the next value
-
-