Class FeneconHome
java.lang.Object
io.openems.edge.core.appmanager.AbstractOpenemsApp<PROPERTY>
io.openems.edge.core.appmanager.AbstractEnumOpenemsApp<FeneconHome.Property>
io.openems.edge.app.integratedsystem.FeneconHome
- All Implemented Interfaces:
OpenemsApp
Describes a FENECON Home energy storage system.
{
"appId":"App.FENECON.Home",
"alias":"FENECON Home",
"instanceId": UUID,
"image": base64,
"properties":{
"SAFETY_COUNTRY":"AUSTRIA",
"RIPPLE_CONTROL_RECEIVER_ACTIV":false,
"MAX_FEED_IN_POWER":5000,
"FEED_IN_SETTING":"PU_ENABLE_CURVE",
"HAS_AC_METER":true,
"HAS_DC_PV1":true,
"DC_PV1_ALIAS":"PV 1",
"HAS_DC_PV2":true,
"DC_PV2_ALIAS":"PV 2",
"HAS_EMERGENCY_RESERVE":true,
"EMERGENCY_RESERVE_ENABLED":true,
"EMERGENCY_RESERVE_SOC":20,
"SHADOW_MANAGEMENT_DISABLED":false
},
"dependencies": [
{
"key": "GRID_OPTIMIZED_CHARGE",
"instanceId": UUID
},
{
"key": "AC_METER",
"instanceId": UUID
},
{
"key": "SELF_CONSUMTION_OPTIMIZATION",
"instanceId": UUID
},
{
"key": "PREPARE_BATTERY_EXTENSION",
"instanceId": UUID
}
],
"appDescriptor": {
"websiteUrl": AppDescriptor.getWebsiteUrl()
}
}
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.openems.edge.core.appmanager.AbstractOpenemsApp
cm, componentContext, componentManager, componentUtil
Fields inherited from interface io.openems.edge.core.appmanager.OpenemsApp
FALLBACK_IMAGE
-
Constructor Summary
ConstructorsConstructorDescriptionFeneconHome
(ComponentManager componentManager, org.osgi.service.component.ComponentContext context, org.osgi.service.cm.ConfigurationAdmin cm, ComponentUtil componentUtil) -
Method Summary
Modifier and TypeMethodDescriptionprotected ThrowingTriFunction<ConfigurationTarget,
EnumMap<FeneconHome.Property, com.google.gson.JsonElement>, Language, AppConfiguration, OpenemsError.OpenemsNamedException> getAppAssistant
(Language language) Gets theAppAssistant
for thisOpenemsApp
.Gets theAppDescriptor
of theOpenemsApp
.Gets theOpenemsAppCardinality
of theOpenemsApp
.Gets theOpenemsAppCategory
of theOpenemsApp
.protected Class<FeneconHome.Property>
Methods inherited from class io.openems.edge.core.appmanager.AbstractEnumOpenemsApp
appPropertyConfigurationFactory, getId, getValueOrDefault, propertyValues
Methods inherited from class io.openems.edge.core.appmanager.AbstractOpenemsApp
assertCheckables, base64OfImage, getAppConfiguration, getAppId, getAppPermissions, getComponentWithFactoryId, getId, getImage, getName, getProperties, getPropertyByName, getTranslation, getTranslationBundle, getValidateBuilder, getValidationErrors, getValidatorConfig, getValueOrDefault, hasProperty, installationValidation, validate
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.core.appmanager.OpenemsApp
getAppConfiguration, getAppId, getAppPermissions, getImage, getName, getProperties, getValidatorConfig, validate
-
Constructor Details
-
FeneconHome
public FeneconHome(ComponentManager componentManager, org.osgi.service.component.ComponentContext context, org.osgi.service.cm.ConfigurationAdmin cm, ComponentUtil componentUtil)
-
-
Method Details
-
getAppDescriptor
Description copied from interface:OpenemsApp
Gets theAppDescriptor
of theOpenemsApp
.- Specified by:
getAppDescriptor
in interfaceOpenemsApp
- Returns:
- the
AppDescriptor
-
appConfigurationFactory
protected ThrowingTriFunction<ConfigurationTarget,EnumMap<FeneconHome.Property, appConfigurationFactory()com.google.gson.JsonElement>, Language, AppConfiguration, OpenemsError.OpenemsNamedException> - Specified by:
appConfigurationFactory
in classAbstractEnumOpenemsApp<FeneconHome.Property>
-
getAppAssistant
Description copied from interface:OpenemsApp
Gets theAppAssistant
for thisOpenemsApp
.- Specified by:
getAppAssistant
in interfaceOpenemsApp
- Parameters:
language
- the language of theAppAssistant
- Returns:
- the AppAssistant
-
getCategories
Description copied from interface:OpenemsApp
Gets theOpenemsAppCategory
of theOpenemsApp
.- Specified by:
getCategories
in interfaceOpenemsApp
- Returns:
- the category's
-
getPropertyClass
- Specified by:
getPropertyClass
in classAbstractEnumOpenemsApp<FeneconHome.Property>
-
getCardinality
Description copied from interface:OpenemsApp
Gets theOpenemsAppCardinality
of theOpenemsApp
.- Specified by:
getCardinality
in interfaceOpenemsApp
- Returns:
- the usage
-