Class CombinedHeatAndPower

All Implemented Interfaces:
ComponentManagerSupplier, ComponentUtilSupplier, OpenemsApp

Describes a App for a Heating Element.
  {
    "appId":"App.Heat.CHP",
    "alias":"Blockheizkraftwerk (BHKW)",
    "instanceId": UUID,
    "image": base64,
    "properties":{
        "CTRL_CHP_SOC_ID": "ctrlChpSoc0",
        "OUTPUT_CHANNEL": "io0/Relay1"
    },
    "dependencies": [
        {
                "key": "RELAY",
                "instanceId": UUID
        }
    ],
    "appDescriptor": {
        "websiteUrl": AppDescriptor.getWebsiteUrl()
    }
  }