Skip to content

Commit

Permalink
fixed coulomb conversion, added PLPM
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-hereworks committed Jul 25, 2023
1 parent cdbac1b commit 98b27c8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions ontology/yaml/resources/ELECTRICAL/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,25 @@ PPWM:
guid: "aab62bba-a92f-47bf-bf14-dcb8e61ac7a8"
description: "Phase power monitoring"
is_abstract: true
opt_uses:
- phase1_power_sensor
- phase2_power_sensor
- phase3_power_sensor
uses:
- phase1_apparent_power_sensor
- phase2_apparent_power_sensor
- phase3_apparent_power_sensor
- line_frequency_sensor

PLPM:
description: "Phase level power monitoring"
is_abstract: true
opt_uses:
- phase1_apparent_power_sensor
- phase2_apparent_power_sensor
- phase3_apparent_power_sensor
- line_frequency_sensor
uses:
- phase1_power_sensor
- phase2_power_sensor
- phase3_power_sensor

BATM:
guid: "445a7a7f-9da2-4b56-99cd-9890cdf6fea1"
description: "Battery typically used with UPS"
Expand Down
4 changes: 2 additions & 2 deletions ontology/yaml/resources/ELECTRICAL/entity_types/UPS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ UPS_SS_UPSBM:
- SS
- UPSBM

UPS_PPWM_OM_BATM:
UPS_PLPM_OM_BATM:
description: "UPS with battery and power monitoring."
is_canonical: true
implements:
- UPS
- PPWM
- PLPM
- OM
- BATM
2 changes: 1 addition & 1 deletion ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@ literals:

- electriccharge_sensor:
fixed_min: 0.0
flexible_max: 10000.0
flexible_max: 27777.77778

- purge_command:
- ON
Expand Down

0 comments on commit 98b27c8

Please sign in to comment.