Interface BpEss
- All Superinterfaces:
OpenemsComponent
- All Known Implementing Classes:
BpEssImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault void
_setCommunicationFailed
(boolean value) Internal method to set the 'nextValue' onChannelId#USER_ACCESS_DENIED
Channel.default void
_setExternalControlFault
(boolean value) Internal method to set the 'nextValue' onBpEss.ChannelId.EXTERNAL_CONTROL_FAULT
Channel.default void
_setNoGridMeterDetected
(boolean value) Internal method to set the 'nextValue' onBpEss.ChannelId.NO_GRID_METER_DETECTED
Channel.default void
_setUserPasswordNotChangedWithExternalKacoVersion8
(boolean value) Internal method to set the 'nextValue' onBpEss.ChannelId.EXTERNAL_CONTROL_FAULT_VERSION_8
Channel.default StateChannel
Gets the Channel forBpEss.ChannelId.COMMUNICATION_FAILED
.Gets the Run-Failed State.default StateChannel
Gets the Channel forBpEss.ChannelId.EXTERNAL_CONTROL_FAULT
.default StateChannel
Gets the Channel forBpEss.ChannelId.NO_GRID_METER_DETECTED
.default StateChannel
Gets the Channel forBpEss.ChannelId.EXTERNAL_CONTROL_FAULT_VERSION_8
.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
-
getCommunicationFailedChannel
Gets the Channel forBpEss.ChannelId.COMMUNICATION_FAILED
.- Returns:
- the Channel
-
_setCommunicationFailed
default void _setCommunicationFailed(boolean value) Internal method to set the 'nextValue' onChannelId#USER_ACCESS_DENIED
Channel.- Parameters:
value
- the next value
-
getExternalControlFaultChannel
Gets the Channel forBpEss.ChannelId.EXTERNAL_CONTROL_FAULT
.- Returns:
- the Channel
-
getExternalControlFault
Gets the Run-Failed State. SeeBpEss.ChannelId.EXTERNAL_CONTROL_FAULT
.- Returns:
- the Channel
Value
-
_setExternalControlFault
default void _setExternalControlFault(boolean value) Internal method to set the 'nextValue' onBpEss.ChannelId.EXTERNAL_CONTROL_FAULT
Channel.- Parameters:
value
- the next value
-
getUserPasswordNotChangedWithExternalKacoVersion8
Gets the Channel forBpEss.ChannelId.EXTERNAL_CONTROL_FAULT_VERSION_8
.- Returns:
- the Channel
-
_setUserPasswordNotChangedWithExternalKacoVersion8
default void _setUserPasswordNotChangedWithExternalKacoVersion8(boolean value) Internal method to set the 'nextValue' onBpEss.ChannelId.EXTERNAL_CONTROL_FAULT_VERSION_8
Channel.- Parameters:
value
- the next value
-
getNoGridMeterDetectedChannel
Gets the Channel forBpEss.ChannelId.NO_GRID_METER_DETECTED
.- Returns:
- the Channel
-
_setNoGridMeterDetected
default void _setNoGridMeterDetected(boolean value) Internal method to set the 'nextValue' onBpEss.ChannelId.NO_GRID_METER_DETECTED
Channel.- Parameters:
value
- the next value
-