Skip to main content

ForecastedDevice

device_idDevice Id (string)required
parent_collector_idParent Collector Id (string)required
train_windowTrain Window (number)
Default value: 90
sample_sizeSample Size (number)
Default value: 900
time_fieldTime Field (string)required
forecasted_fieldForecasted Field (string)required
training_interval object
anyOf
string

Possible values: Value must match regular expression ^P(T?\d+.*)$

activeActive (boolean)
Default value: true
forecast_typeDeviceForecastType (string)

Possible values: [pv, load, calculated_ucl]

Default value: pv
ForecastedDevice
{
"device_id": "string",
"parent_collector_id": "string",
"train_window": 90,
"sample_size": 900,
"time_field": "string",
"forecasted_field": "string",
"training_interval": "string",
"active": true,
"forecast_type": "pv"
}