Interface FeneconCommercialBattery
-
- All Superinterfaces:
Battery
,OpenemsComponent
,StartStoppable
- All Known Implementing Classes:
FeneconCommercialBatteryImpl
public interface FeneconCommercialBattery extends Battery, StartStoppable, OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FeneconCommercialBattery.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
-
getMaxStartAttemptsChannel
default StateChannel getMaxStartAttemptsChannel()
Gets the Channel forFeneconCommercialBattery.ChannelId.MAX_START_ATTEMPTS
.- Returns:
- the Channel
-
getMaxStartAttempts
default Value<java.lang.Boolean> getMaxStartAttempts()
- Returns:
- the Channel
Value
-
_setMaxStartAttempts
default void _setMaxStartAttempts(java.lang.Boolean value)
Internal method to set the 'nextValue' onFeneconCommercialBattery.ChannelId.MAX_START_ATTEMPTS
Channel.- Parameters:
value
- the next value
-
getMaxStopAttemptsChannel
default StateChannel getMaxStopAttemptsChannel()
Gets the Channel forFeneconCommercialBattery.ChannelId.MAX_STOP_ATTEMPTS
.- Returns:
- the Channel
-
_setMaxStopAttempts
default void _setMaxStopAttempts(java.lang.Boolean value)
Internal method to set the 'nextValue' onFeneconCommercialBattery.ChannelId.MAX_STOP_ATTEMPTS
Channel.- Parameters:
value
- the next value
-
getStartStopTarget
StartStop getStartStopTarget()
Gets the target Start/Stop mode from config or StartStop-Channel.- Returns:
StartStop
-
getMasterStartedChannel
default Channel<java.lang.Boolean> getMasterStartedChannel()
Gets the Channel forFeneconCommercialBattery.ChannelId.RUNNING
.- Returns:
- the Channel
-
getMasterStarted
default Value<java.lang.Boolean> getMasterStarted()
Gets the PowerOn, seeFeneconCommercialBattery.ChannelId.RUNNING
.- Returns:
- the Channel
Value
-
_setMasterBmsStarted
default void _setMasterBmsStarted(java.lang.Boolean value)
Internal method to set the 'nextValue' onFeneconCommercialBattery.ChannelId.RUNNING
Channel.- Parameters:
value
- the next value
-
-