OCPP alias catalog
Maps OCPP 1.6 measurand names onto the ModDef semantic tuple model (spec
§24), so ModDef stays compatible with OCPP terminology without adopting it
as the core namespace. Import as moddef:stdlib:ocpp-aliases:1.0.0 and
resolve OCPP names to measurands.
Synced from moddef/stdlib. 21 aliases.
| OCPP name | Base quantity | Qualifiers |
|---|---|---|
Energy.Active.Import.Register | energy_active | IMPORT · REGISTER |
Energy.Active.Export.Register | energy_active | EXPORT · REGISTER |
Energy.Reactive.Import.Register | energy_reactive | IMPORT · REGISTER |
Energy.Reactive.Export.Register | energy_reactive | EXPORT · REGISTER |
Power.Active.Import | active_power | IMPORT |
Power.Active.Export | active_power | EXPORT |
Power.Reactive.Import | reactive_power | IMPORT |
Power.Reactive.Export | reactive_power | EXPORT |
Power.Factor | power_factor | none |
Voltage.L1-N | voltage | L1_N |
Voltage.L2-N | voltage | L2_N |
Voltage.L3-N | voltage | L3_N |
Voltage.L1-L2 | voltage | L1_L2 |
Voltage.L2-L3 | voltage | L2_L3 |
Voltage.L3-L1 | voltage | L3_L1 |
Current.Import.L1 | current | IMPORT · L1 |
Current.Import.L2 | current | IMPORT · L2 |
Current.Import.L3 | current | IMPORT · L3 |
Frequency | frequency | none |
SoC | state_of_charge | none |
Temperature | temperature | none |