Class BoschBpts5HybridPv
- java.lang.Object
-
- io.openems.edge.common.component.AbstractOpenemsComponent
-
- io.openems.edge.bosch.bpts5hybrid.pv.BoschBpts5HybridPv
-
- All Implemented Interfaces:
OpenemsComponent
,EssDcCharger
public class BoschBpts5HybridPv extends AbstractOpenemsComponent implements EssDcCharger, OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BoschBpts5HybridPv.ChannelId
-
Constructor Summary
Constructors Constructor Description BoschBpts5HybridPv()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext context, io.openems.edge.bosch.bpts5hybrid.pv.Config config)
protected void
deactivate()
Handles @Deactivate of implementations.java.lang.String
debugLog()
Gets some output that is suitable for a continuous Debug log.-
Methods inherited from class io.openems.edge.common.component.AbstractOpenemsComponent
_channel, activate, activate, addChannel, addChannels, addChannels, alias, channels, getComponentContext, id, isEnabled, logDebug, logError, logInfo, logWarn, modified, removeChannel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.openems.edge.ess.dccharger.api.EssDcCharger
_setActualEnergy, _setActualEnergy, _setActualPower, _setActualPower, _setCurrent, _setCurrent, _setMaxActualPower, _setMaxActualPower, _setVoltage, _setVoltage, getActualEnergy, getActualEnergyChannel, getActualPower, getActualPowerChannel, getCurrent, getCurrentChannel, getMaxActualPower, getMaxActualPowerChannel, getVoltage, getVoltageChannel
-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext context, io.openems.edge.bosch.bpts5hybrid.pv.Config config) throws OpenemsError.OpenemsNamedException, org.osgi.service.cm.ConfigurationException, java.io.IOException
- Throws:
OpenemsError.OpenemsNamedException
org.osgi.service.cm.ConfigurationException
java.io.IOException
-
deactivate
protected void deactivate()
Description copied from class:AbstractOpenemsComponent
Handles @Deactivate of implementations. Prints log output.- Overrides:
deactivate
in classAbstractOpenemsComponent
-
debugLog
public java.lang.String debugLog()
Description copied from interface:OpenemsComponent
Gets some output that is suitable for a continuous Debug log. Returns 'null' by default which causes no output.- Specified by:
debugLog
in interfaceOpenemsComponent
- Returns:
- the debug log output
-
-