ElectricityMeterType
An electricity meter is a collection of registers which store readings. Eco7 meters are an example of a meter with multiple registers (for day and night).
Fields
Energy consumption recorded by the meter.
Arguments
The units of consumption for a smart meter.
The type of fuel this meter uses.
Returns if the meter has and allows half hourly readings.
Returns if the meter is ready for top up.
Returns if the meter is an RTS meter.
Returns if the meter is a traditional prepay meter.
This lets us get around the fact that we already use the field id as a primary key. We will migrate the id field over to be this id eventually.
Whether this meter requires a final change of tenancy (COT) reading.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"activeFrom": "1977-10-28",
"activeTo": "1977-01-29",
"certificationDate": "1984-08-29",
"certifiedUntil": "2016-11-26",
"consumption": ConsumptionConnection,
"consumptionUnits": "huge-husband-partner-do-account",
"createdAt": "1999-12-01T09:01:49.050786+00:00",
"currentRating": 65,
"exportMeters": ElectricityMeterTypeConnection,
"fuelType": "throw-turn-us-police-difficult",
"hasAndAllowsHhReadings": true,
"id": "52008119",
"importMeter": ElectricityMeterType,
"installationDate": "1998-01-05",
"isDigital": true,
"isReadyForTopup": true,
"isRts": true,
"isTradPrepay": true,
"lastInspectionDate": "1997-02-03",
"location": "different-include-night-trade-truth",
"makeAndType": "every-position-answer-author-memory",
"meterPoint": ElectricityMeterPointType,
"meterType": "CHECK",
"nodeId": "59484750",
"prepayLedgers": PrepayLedgersType,
"readings": ElectricityMeterReadingConnectionTypeConnection,
"registers": [ElectricityMeterRegisterType],
"requiresAccess": true,
"requiresCotFinalReading": true,
"retrievalMethod": "city-she-third-find-realize",
"serialNumber": "support-he-red-say-organization",
"smartDevices": [SmartMeterDeviceType],
"smartExportElectricityMeter": SmartMeterDeviceType,
"smartImportElectricityMeter": SmartMeterDeviceType,
"updatedAt": "2018-06-14T04:32:57.120143+00:00"
}