schema.nfh.globalSearch schemas…

EnergyResourceMeter

Canonical term page (persistent IRI). Versioned resource URLs are listed below for easy copy/paste.

Canonical IRI

https://schema.beckn.io/EnergyResourceMeter

Developer URLs

EnergyResourceMeter

Typed energy resource schema for metering points. A METER resource anchors all DER sub-resources topologically behind it, carrying the physical installation location, feeder/bus references, and communication technology.

EnergyResourceMeter is one of the seven composable kinds that make up EnergyResource in the ElectricityCredential.

**Canonical IRI:** https://schema.nfh.global/EnergyResourceMeter/v1.0

**CIM alignment:** cim:Meter extends cim:EndDevice (IEC 61968-9)

**Tags:** energy-resource · meter · energy · deg

---

Versions

VersionStatusNotes
v1.0CurrentInitial typed kind for METER resources, extracted from ElectricityCredential/v1.2. Adds communicationTechnology field.

---

Type discriminator

type valueCIM classDescription
METERcim:Meter (IEC 61968-9)Physical metering point (AMR, AMI, electromechanical, etc.)

---

Properties (v1.0)

Common (EnergyResourceCommonAttributes)

PropertyTypeDescription
makestringManufacturer name
modelstringModel number
ratedPowerKwnumber ≥0Nameplate peak power, kW
maxExportKwnumber ≥0Maximum grid export capacity, kW
maxImportKwnumber ≥0Maximum grid import capacity, kW
telemetryProviderstringVendor API / data-source for telemetry
commissioningDatestring (date)ISO 8601 commissioning date
locationobjectPhysical location — {geo: GeoJSONGeometry, address: Address}

Meter-specific

PropertyTypeDescription
meterCapabilityenumElectromechanical · CMRI · AMR · AMI. CIM: AmiBillingReadyKind (IEC 61968-9)
energyDirectionenumForward (default) · Reverse · Bidirectional · Net. CIM: FlowDirectionKind (ESPI NAESB REQ.21)
functionsarrayToU · NetMetering · MaxDemand · LoadControl · TamperDetection · PowerQuality · EventLogging
feederstringFeeder identifier this meter is supplied from
busstringBusbar identifier at the meter's connection point
communicationTechnologyenumPhysical layer: PLC · RF_Mesh · GPRS · NB-IoT · LoRa · ZigBee · Other
applicationProtocolenumApplication layer: DLMS_COSEM · ANSI_C12_18 · IEC_61850 · Modbus · Other

---

Usage

  • **ElectricityCredential/v1.2**: each entry with type: "METER" in customerProfile.energyResources[] conforms to this schema. METER entries anchor consumptionProfiles[] via meterId and serve as parentResources for DER entries.
  • Asset IDs follow the IES DID pattern: did:web:<discom-domain>:assets:meter:<local-id>

For full property tables and worked examples, see v1.0/README.md.