Interface SoltaroCluster
-
- All Superinterfaces:
Battery
,org.osgi.service.event.EventHandler
,ModbusSlave
,OpenemsComponent
,StartStoppable
- All Known Subinterfaces:
ClusterVersionC
- All Known Implementing Classes:
ClusterVersionB
,ClusterVersionCImpl
public interface SoltaroCluster extends Battery, OpenemsComponent, org.osgi.service.event.EventHandler, ModbusSlave
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SoltaroCluster.ChannelId
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
_setClusterStartStop(ClusterStartStop value)
Internal method to set the 'nextValue' onSoltaroCluster.ChannelId.CLUSTER_START_STOP
Channel.default ClusterStartStop
getClusterStartStop()
Gets theStateChannel
forSoltaroCluster.ChannelId.CLUSTER_START_STOP
.default WriteChannel<ClusterStartStop>
getClusterStartStopChannel()
Gets the Channel forSoltaroCluster.ChannelId.CLUSTER_START_STOP
.default void
setClusterStartStop(ClusterStartStop value)
Writes the value to theSoltaroCluster.ChannelId.CLUSTER_START_STOP
Register.-
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.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
-
-
-
-
Method Detail
-
getClusterStartStopChannel
default WriteChannel<ClusterStartStop> getClusterStartStopChannel()
Gets the Channel forSoltaroCluster.ChannelId.CLUSTER_START_STOP
.- Returns:
- the Channel
-
getClusterStartStop
default ClusterStartStop getClusterStartStop()
Gets theStateChannel
forSoltaroCluster.ChannelId.CLUSTER_START_STOP
.- Returns:
- the Channel
Value
-
_setClusterStartStop
default void _setClusterStartStop(ClusterStartStop value)
Internal method to set the 'nextValue' onSoltaroCluster.ChannelId.CLUSTER_START_STOP
Channel.- Parameters:
value
- the next value
-
setClusterStartStop
default void setClusterStartStop(ClusterStartStop value) throws OpenemsError.OpenemsNamedException
Writes the value to theSoltaroCluster.ChannelId.CLUSTER_START_STOP
Register.- Parameters:
value
- the next value- Throws:
OpenemsError.OpenemsNamedException
- on error
-
-