| Term | Definition |
|---|---|
| Verification | Process whereby a User's smart meters are verified to confirm they are compatible with Hildebrand's ability to retrieve data from them. |
| Consent | Specific to the Smart Energy Code: formal process to capture permission from the User to retrieve their energy consumption and related data from their smart meters under the Terms and Conditions in place at the time their consent is captured. |
| MPxN | Meter point identifier, every property has a unique MPxN. MPAN identifies electricity meter, MPRN identifies gas meter. |
| SECAS | Smart Energy Code Administrator; regulate Hildebrand's ability to offer the service. |
| DCC | Data Communications Company - manages the smart metering infrastructure in the UK. |
| DCC Inventory | Holds the details of all smart metering devices against a property. |
| Terms and Conditions | Hildebrand's Terms and Conditions - acceptance is required for energy consumer onboarding. Approved by SECAS. Version controlled. |
| User | Individual energy consumer (expected to have a valid smart meter). |
| IHD | In-home display. Provided by an energy supplier to show energy usage. |
| CAD | Consumer Access Device. Connects directly to the meter at a property for real time data, and can also be used for verifications. Some IHDs are combined IHD/CAD devices. |
| PPMID | A Prepayment Meter Interface Device, often integrated with an IHD (see above) for energy tracking and monitoring. |
| EUI | 16-character identifier found on an IHD - sometimes labeled as a GUID or MAC. This is a unique code that can be used for verification. |
{
"valid": true,
"status": "OK"
}{
"valid": false,
"status": "NOK"
}{
"userId": "UUID",
"applicationId": "3e3e5463-afbd-4f7a-b57f-365e886cf914",
"virtualEntity": {
"veId": "4447b17c-ab62-491c-8085-9ac2b6206346"
}
}| Field | Required/Optional | Explanation |
|---|---|---|
| name | optional | Assume that this will not be used. |
| optional | Assume that this will not be used. | |
| username | required | The username is the unique reference in the Glow Platform. This is the foreign key reference. |
| directoryId | required | This field describes the IAM directory that will be used by the 3rd party. Log in to the Developer Portal and use the directory listed under the application definition. |
| postcode | required | This is the postcode that the user submitted along with their IHD/CAD EUI and will be used to identify and verify their meter point. |
| eui | required | The user's IHD/CAD EUI. As prementioned, along with the postcode this will be used to verify and identify the user's meter point. The EUI in this case can be the full or just the last 4 digits of the EUI. |
| tcId | required | The UUID indicating the terms and conditions. Use the /current call to obtain the identifier to include. |
| reference | required | The clear text reference of the terms and conditions |
| data | optional | Any additional data as a JSON object to be stored against the UserId, that is pertinent to them accepting the terms and conditions. |
| accepted | required | The datetime the terms and conditions were accepted. |
[
{
"protocol": {
"protocol": "dcc",
"sensors": [
{
"resourceTypeId": "e3a5db34-6e0c-4221-9653-8d33e27511ba",
"protocolId": "0702:04:00",
"resourceId": "9bb47086-39b1-4cf7-b973-c914759fdd2c"
},
{
"resourceTypeId": "78859e39-611e-4e84-a402-1d4460abcb56",
"protocolId": "0702:04:00",
"resourceId": "9663f171-ba07-499e-9870-4bf2342fae0b"
}
]
},
"parentHardwareId": [
],
"tags": [
"3**************E",
"1***********7"
],
"hardwareIdNames": [
"MPAN",
"EUI"
],
"active": true,
"deviceTypeId": "51d5ac18-4f7d-494d-a6b0-371742222d5c",
"ownerId": "3ff6ca6d-e6a4-47cb-afc8-251177130e69",
"hardwareIds": {
"MPAN": "1***********7",
"EUI": "3**************E"
},
"hardwareId": "3**************E",
"description": "Electricity Smart Meter (DCC sourced)",
"deviceId": "8ce0ab80-b0f1-4bd2-a6cd-49beb0d42517",
"updatedAt": "2020-11-11T18:46:59.804Z",
"createdAt": "2020-11-11T18:46:59.804Z"
},
{
"protocol": {
"protocol": "dcc",
"sensors": [
{
"resourceTypeId": "a6b95f41-771d-4bd2-99f4-93ee43c38f5a",
"protocolId": "0702:04:00",
"resourceId": "19c0f2b4-cea7-4c4e-aba2-76472dc478d8"
},
{
"resourceTypeId": "08ab415f-d851-423f-adf4-c2b1e0529e27",
"protocolId": "0702:04:00",
"resourceId": "be5dfe71-8f53-4a03-ad23-1bde5a63afea"
}
]
},
"parentHardwareId": [
],
"tags": [
"3**************F",
"3********3",
"1***********7"
],
"hardwareIdNames": [
"MPRN",
"MPAN",
"EUI"
],
"active": true,
"deviceTypeId": "81825a67-c205-434f-8c56-6fff5faafcde",
"ownerId": "54091510-4eaa-43d5-b33b-e9fc2f7d576d",
"hardwareIds": {
"MPRN": "3********3",
"MPAN": "1***********7",
"EUI": "30EB5AFFFF325DCF"
},
"hardwareId": "3**************F",
"description": "Gas Meter (DCC sourced)",
"deviceId": "6bf647e2-aeee-4795-8804-c8bf48748dc7",
"updatedAt": "2020-11-11T18:47:14.100Z",
"createdAt": "2020-11-11T18:47:14.100Z"
}
]