Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The user can request data from all to the user assigned plants and their components.

In

Available Calls

Some of the calls can be specified with parameters which allows the user to request specific data.

Description

API Call

Parameters required

Request all assigned plants

GET /administration/plants

Request general data from one plant

GET /administration/plant/{plantId}

Request adress of the plant

GET /administration/plants/{plantId}/address

Get contact of plant

GET /administration/plants/{plantId}/contacts

Get components for one plant

GET /datasource/plant/{plantId}/components/{date}

Get epoch for one plant

GET /datasource/plant/{plantId}/epochrange

Get inverter data for plant

GET /datasource/plant/{plant}/inverters

Get general plant data

GET /visualization/plant/{plantId}

Get data from different channels for one plant

GET /visualization/plant/{plantId}/channels

(tick)

Get the list of available channels for one plant

GET /visualization/plant/{plantId}/channels/list

Get data from different channels for one plant regarding the epoch

GET /visualization/plant/{plantId}/cross-epoch/channels

(tick)

Get data from different channels for one plant over the lifetime

GET /visualization/plant/{plantId}/lifetime

(tick)

Get data from different channels for one plant over one year

GET /visualization/plant/{plantId}/year/{year}

(tick)

Get KPIs for plant

GET /visualization/kpi/{plantId}

Available Parameters

Parameter

Type

Value

dateFrom

single

any Date “YYYY-MM-DD“, “today”

dateTo

single

any Date “YYYY-MM-DD“, “today”

xComponentIds[]

array

“XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX”

mppTrackerIds[]

array

“XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX”

ModuleStringIds[]

array

“XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX”

channelNames[]

array

“ConsUacPhaseOne”

“ConsUacPhaseTwo”

“ConsUacPhaseThree”

“ConsPacPhaseOne”

“ConsPacPhaseTwo”

“ConsPacPhaseThree”

“ConsIacPhaseOne”

“ConsIacPhaseTwo”

“ConsIacPhaseThree”

“ConsQacPhaseOne”

“ConsQacPhaseTwo”

“ConsQacPhaseThree”

“ConsEtotal”

“Temp”

“ProdPdc”

“ProdPac”

“ProdUdc”

“ProdEtotal”

“BattLoad”

“ChargePac”

“DischargePac”

“ConsCosphi”

“ConsEtotalSelfSufficiency”

“ConsFac”

“ConsPac”

“ConsPacCov”

“ConsPacUncov”

“ConsPacRaw”

“EtotalC1”

“EtotalC2”

“EtotalC3”

“ProdPacFeed”

“ProdPacNorm”

“ProdPdcNorm”

“Irradiation”

“Insolation”

“TempAmbient”

“TempModule”

“WindVelocity”

“ProdUac”

“TechAv”

“ChargeEtotal”

“DischargeEtotal”

“ConsEtotalCov”

“ConsEtotalUncov”

“ProdEtotalFeed”

“ProdEtotalNorm”

  • No labels