Class PeakShaving

All Implemented Interfaces:
ComponentManagerSupplier, ComponentUtilSupplier, OpenemsApp

Describes a symmetric peak shaving app.
  {
    "appId":"App.PeakShaving.PeakShaving",
    "alias":"Lastspitzenkappung",
    "instanceId": UUID,
    "image": base64,
    "properties":{
      "CTRL_PEAK_SHAVING_ID": "ctrlPeakShaving0",
      "ESS_ID": "ess0",
      "METER_ID":"meter0",
      "PEAK_SHAVING_POWER": 7000,
      "RECHARGE_POWER": 6000
    },
    "appDescriptor": {
        "websiteUrl": AppDescriptor.getWebsiteUrl()
    }
  }