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
| Field | Description |
|---|---|
| eancode | the identifier of the connectionpoint |
| meterSerialNumber | serial number of the physical meter |
| type | Elk or Gas, indicating the thype of energy |
| connectionType | PAP - primair allocationpunt ,VAP - Virtueel Allocatiepunt, SAP - secondair allocationpunt , OP - Overdrachtspunt , BP Bruto production, TM - telemetrisch |
| contractedPower | Administrative contrated power |
| status | UBD - uit bedrijf, IBD - inbedrijf, VAP is Virtueel Allocatiepunt NULL - not set, SLP - gesloopt, IAL - in aanleg |
| channelIds | list 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
| Field | Description |
|---|---|
| id | identifier |
| description | description of hte channel |
| type | describing the type of the channel |
| type of metering | indicates the source of the readings. |
| interval | collection interval usually 15 min for Electra and 60 for Gas |
| ratio | a factor that needs to be used to calculate the final value |
| unit | the unit of the measurement |
| evhiCorrected | Corrected 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
}
| Field | Description |
|---|---|
| periodStart | start of the measurement (from) |
| periodEnd | end of the measurement (till not including) |
| startReading | start of the Reading |
| endReading | end of the Reading |
| value | value in this period |
| status | null - measured, P - interpolation, T- estimated, R - repaired |
| periodEndLocalTime | local time end period |
| channelId | id of the channel |