Package io.openems.edge.evcs.cluster
Interface EvcsCluster
- All Superinterfaces:
OpenemsComponent
- All Known Implementing Classes:
EvcsClusterImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault void
_setEvcsBlockedChargePower
(int value) Internal method to set the 'nextValue' onEvcsCluster.ChannelId.EVCS_BLOCKED_CHARGE_POWER
Channel.default void
Internal method to set the 'nextValue' onEvcsCluster.ChannelId.EVCS_BLOCKED_CHARGE_POWER
Channel.default void
Internal method to set the 'nextValue' onEvcsCluster.ChannelId.EVCS_CLUSTER_STATUS
Channel.Gets the Charge Power in [W].default IntegerReadChannel
Gets the Channel forEvcsCluster.ChannelId.EVCS_BLOCKED_CHARGE_POWER
.default EvcsClusterStatus
Gets the Status of the EVCS charging station.default Channel<EvcsClusterStatus>
Gets the Channel forEvcsCluster.ChannelId.EVCS_CLUSTER_STATUS
.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
-
Method Details
-
getEvcsClusterStatusChannel
Gets the Channel forEvcsCluster.ChannelId.EVCS_CLUSTER_STATUS
.- Returns:
- the Channel
-
getEvcsClusterStatus
Gets the Status of the EVCS charging station. SeeEvcsCluster.ChannelId.EVCS_CLUSTER_STATUS
.- Returns:
- the Channel
Value
-
_setEvcsClusterStatus
Internal method to set the 'nextValue' onEvcsCluster.ChannelId.EVCS_CLUSTER_STATUS
Channel.- Parameters:
value
- the next value
-
getEvcsBlockedChargePowerChannel
Gets the Channel forEvcsCluster.ChannelId.EVCS_BLOCKED_CHARGE_POWER
.- Returns:
- the Channel
-
getEvcsBlockedChargePower
Gets the Charge Power in [W]. SeeEvcsCluster.ChannelId.EVCS_BLOCKED_CHARGE_POWER
.- Returns:
- the Channel
Value
-
_setEvcsBlockedChargePower
Internal method to set the 'nextValue' onEvcsCluster.ChannelId.EVCS_BLOCKED_CHARGE_POWER
Channel.- Parameters:
value
- the next value
-
_setEvcsBlockedChargePower
default void _setEvcsBlockedChargePower(int value) Internal method to set the 'nextValue' onEvcsCluster.ChannelId.EVCS_BLOCKED_CHARGE_POWER
Channel.- Parameters:
value
- the next value
-