Skip to main content

Fields

batteries : [DERBatteryType]

The battery components.

countOfGenUnitsConnected : Int

The count of generation units connected.

countOfIndividualItems : Int

The count of individual DER items.

generators : [DERGeneratorType]

The generator components.

inverters : [DERInverterType]

The inverter components.

maxDeliverableGenCapacity : Decimal

The maximum deliverable generation capacity (kW).

sumMaxAvailableGenerationCapacity : Decimal

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" }