Table of Contents |
---|
...
Monat (pro Tag)
Um Summenwerte für einzelne Tage innerhalb eines Monats abfragen zu können, nutzen Sie diesen API Call.
Code Block | ||
---|---|---|
| ||
GET {{baseURL}}/api/v1/{portal}/visualization/plant/{plantId}/year/{year}/month/{month}?channelNames[]=ProdEtotal |
...
Variable | Wert/Beispiel |
---|---|
{portal} | sds (Subdomain von Ihrem Portal, hier: sds.enerest.world |
{plantId} | UUID einer Anlage |
{year} | …, 2021, 2022, 2023 |
{month} | 01, 02, 03, …, 11, 12 |
Jahr (pro Monat)
Code Block | ||
---|---|---|
| ||
GET /visualization/plant/{plantId}/year/{year}?channelNames[]=ProdEtotal |
Variable | Wert/Beispiel |
---|---|
{portal} | sds (Subdomain von Ihrem Portal, hier: sds.enerest.world |
{plantId} | UUID einer Anlage |
{year} | …, 2021, 2022, 2023 |
Gesamt (pro Jahr)
Code Block | ||
---|---|---|
| ||
GET /visualization/plant/{plantId}/lifetime?channelNames[]=ProdEtotal |
Variable | Wert/Beispiel |
---|---|
{portal} | sds (Subdomain von Ihrem Portal, hier: sds.enerest.world |
{plantId} | UUID einer Anlage |