DEREnergySummaryType
Fields
The battery components.
The count of generation units connected.
The count of individual DER items.
The generator components.
The inverter components.
The maximum deliverable generation capacity (kW).
The sum of maximum available generation capacity across all generators (kW).
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"batteries": [DERBatteryType],
"countOfGenUnitsConnected": 34,
"countOfIndividualItems": 9,
"generators": [DERGeneratorType],
"inverters": [DERInverterType],
"maxDeliverableGenCapacity": "1.0",
"sumMaxAvailableGenerationCapacity": "1.0"
}