Class GridOptimizedCharge

All Implemented Interfaces:
ComponentManagerSupplier, ComponentUtilSupplier, OpenemsApp

public class GridOptimizedCharge extends AbstractEnumOpenemsApp<GridOptimizedCharge.Property> implements OpenemsApp
Describes a App for a Grid Optimized Charge.
  {
    "appId":"App.PvSelfConsumption.GridOptimizedCharge",
    "alias":"Netzdienliche Beladung",
    "instanceId": UUID,
    "image": base64,
    "properties":{
        "SELL_TO_GRID_LIMIT_ENABLED": true,
        "CTRL_GRID_OPTIMIZED_CHARGE_ID": "ctrlGridOptimizedCharge0",
        "MAXIMUM_SELL_TO_GRID_POWER": 10000
    },
    "appDescriptor": {
        "websiteUrl": AppDescriptor.getWebsiteUrl()
    }
  }