Package io.openems.edge.goodwe.ess
Interface GoodWeEss
-
- All Superinterfaces:
GoodWe
,OpenemsComponent
,SymmetricEss
- All Known Implementing Classes:
GoodWeEssImpl
public interface GoodWeEss extends GoodWe, SymmetricEss, OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
GoodWeEss.ChannelId
-
Method Summary
-
Methods inherited from interface io.openems.edge.goodwe.common.GoodWe
_setBmsChargeMaxCurrent, _setBmsChargeMaxVoltage, _setBmsDischargeMaxCurrent, _setBmsDischargeMinVoltage, _setMaxAcExport, _setMaxAcImport, addCharger, getBmsChargeMaxCurrent, getBmsChargeMaxCurrentChannel, getBmsChargeMaxVoltage, getBmsChargeMaxVoltageChannel, getBmsDischargeMaxCurrent, getBmsDischargeMaxCurrentChannel, getBmsDischargeMinVoltage, getBmsDischargeMinVoltageChannel, getGoodweType, getGoodweTypeChannel, getMaxAcExport, getMaxAcExportChannel, getMaxAcImport, getMaxAcImportChannel, getWbmsChargeMaxCurrent, getWbmsChargeMaxCurrentChannel, getWbmsDischargeMaxCurrent, getWbmsDischargeMaxCurrentChannel, getWbmsVoltage, getWbmsVoltageChannel, removeCharger, setBmsChargeMaxCurrent, setBmsChargeMaxVoltage, setBmsDischargeMaxCurrent, setBmsDischargeMinVoltage
-
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.ess.api.SymmetricEss
_setActiveChargeEnergy, _setActiveChargeEnergy, _setActiveDischargeEnergy, _setActiveDischargeEnergy, _setActivePower, _setActivePower, _setCapacity, _setCapacity, _setGridMode, _setMaxApparentPower, _setMaxApparentPower, _setMaxCellTemperature, _setMaxCellTemperature, _setMaxCellVoltage, _setMaxCellVoltage, _setMinCellTemperature, _setMinCellTemperature, _setMinCellVoltage, _setMinCellVoltage, _setReactivePower, _setReactivePower, _setSoc, _setSoc, getActiveChargeEnergy, getActiveChargeEnergyChannel, getActiveDischargeEnergy, getActiveDischargeEnergyChannel, getActivePower, getActivePowerChannel, getCapacity, getCapacityChannel, getGridMode, getGridModeChannel, getMaxApparentPower, getMaxApparentPowerChannel, getMaxCellTemperature, getMaxCellTemperatureChannel, getMaxCellVoltage, getMaxCellVoltageChannel, getMinCellTemperature, getMinCellTemperatureChannel, getMinCellVoltage, getMinCellVoltageChannel, getReactivePower, getReactivePowerChannel, getSoc, getSocChannel
-
-