Skip to main content

DER Dispatch

Work in Progress

This documentation represents early work in progress and is expected to change.

DER Dispatch DTOs are used by the following service API:

Table of Contents

Dispatch Configuration

{
"Algorithm": int, //enum
"SegmentType": int, //enum
"Enabled": bool,
"Rules": [
{
"Id": guid,
"Devices": [
{
"Type": int, //enum
"IncreaseP": true,
"DecreaseP": false,
"Multiple": "Equal"
}
]
}
]
}

Algorithm Enum

ValueDescription
0Solar Smoothing
1Peak Shaving
2Peak Shifting
3Volt/Var
4CVR
5Frequency

SegmentType Enum

ValueDescription
0Substation
1Feeder
2Region
3Section

Type Enum (Device Type)

ValueDescription
0ESS
1PV
2Generator
3Controllable Load