Energy market API

Introduction

Resource definitions

Eancode

Provides the metadata about the connectionpoint, including a list of channels that are measured for that connectionpoint.

{
  "eanCode": "string",
  "meterSerialNumber": "string",
  "type": "string",
  "connectionType": "string",
  "contractedPower": double,
  "status": "string",
  "channelIds": [
    long
  ]
}

Fields

FieldDescription
eancodethe identifier of the connectionpoint
meterSerialNumberserial number of the physical meter
typeElk or Gas, indicating the thype of energy
connectionTypePAP - primair allocationpunt ,VAP - Virtueel Allocatiepunt, SAP - secondair allocationpunt , OP - Overdrachtspunt , BP Bruto production, TM - telemetrisch
contractedPowerAdministrative contrated power
statusUBD - uit bedrijf, IBD - inbedrijf, VAP is Virtueel Allocatiepunt NULL - not set, SLP - gesloopt, IAL - in aanleg
channelIdslist of id's for the related channels

Channel

is a indentifier ofra particular measurement on the connectionpoint.

{
    "id": 0,
    "description": "string",
    "type": "string",
    "typeOfMetering": "string",
    "interval": 0,
    "ratio": 0,
    "unit": "string",
    "evhiCorrected":	"boolean"
}

Fields

FieldDescription
ididentifier
descriptiondescription of hte channel
typedescribing the type of the channel
type of meteringindicates the source of the readings.
intervalcollection interval usually 15 min for Electra and 60 for Gas
ratioa factor that needs to be used to calculate the final value
unitthe unit of the measurement
evhiCorrectedCorrected for the type of GAS quality. for ELK this is always set to true

Values

{
    "periodStart": "string($date-time)",
    "periodEnd": "string($date-time)",
    "startReading": number,
    "endReading": number,
    "value": number,
    "status": "string",
    "periodEndLocalTime": "string($date-time)",
    "channelId": 0
 }
FieldDescription
periodStartstart of the measurement (from)
periodEndend of the measurement (till not including)
startReadingstart of the Reading
endReadingend of the Reading
valuevalue in this period
statusnull - measured, P - interpolation, T- estimated, R - repaired
periodEndLocalTimelocal time end period
channelIdid of the channel
Previous
Getting started