schema.nfh.globalSearch schemas…

EnergyResourceGenerator

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

Canonical IRI

https://schema.beckn.io/EnergyResourceGenerator

Developer URLs

EnergyResourceGenerator

Typed energy resource schema for generation DERs: solar PV, wind, hydro, biogas, CHP, and fuel cell assets.

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

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

**CIM alignment:** cim:GeneratingUnit and subtypes — PhotovoltaicUnit, WindGeneratingUnit, HydroGeneratingUnit, ThermalGeneratingUnit (IEC 61970-301/302)

**Tags:** energy-resource · generation · der · solar · wind · energy · deg

---

Versions

VersionStatusNotes
v1.0CurrentInitial typed kind for generation DERs, extracted from ElectricityCredential/v1.2. Adds nominalPowerKw and efficiency fields. SOLAR deprecated in favour of SOLAR_PV.

---

Type discriminators

type valueCIM classNotes
SOLAR_PVcim:PhotovoltaicUnitPreferred; replaces deprecated SOLAR
SOLARcim:PhotovoltaicUnit**Deprecated** — use SOLAR_PV
WINDcim:WindGeneratingUnit
HYDROcim:HydroGeneratingUnit
BIOGAScim:ThermalGeneratingUnit
CHPcim:ThermalGeneratingUnitCombined heat and power
FUEL_CELLIEC 62933-2 fuel cell unit

---

Properties (v1.0)

Common (EnergyResourceCommonAttributes)

PropertyTypeDescription
makestringManufacturer name
modelstringModel number
ratedPowerKwnumber ≥0Nameplate peak power, kW. CIM: GeneratingUnit.maxOperatingP
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}

Generator-specific

PropertyTypeCIM alignmentDescription
nominalPowerKwnumber ≥0GeneratingUnit.nominalPNominal output power, kW (DC STC for solar PV)
efficiencynumber 0–100Conversion efficiency, % (most relevant for FUEL_CELL, CHP)

---

Usage

  • **ElectricityCredential/v1.2**: entries with generator type values in customerProfile.energyResources[] conform to this schema. Generator DERs reference their parent METER via parentResources[].
  • Asset IDs follow the IES DID pattern: did:web:<discom-domain>:assets:<class>:<local-id> (e.g. did:web:bescom.karnataka.gov.in:assets:solar:SOL-001)

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