Skip to content

Commit

Permalink
Merge pull request #1343 from shambergoldstein/ATS-additions
Browse files Browse the repository at this point in the history
ATS Additions
  • Loading branch information
shambergoldstein authored Jun 4, 2024
2 parents dc08902 + bece489 commit bfdb6b8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ontology/yaml/resources/ELECTRICAL/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,12 @@ SRC2:
- source2_phase3_phase1_over_voltage_status
- source2_over_voltage_status
- source2_lost_power_alarm

SPM:
guid: "ff13347e-e823-4adc-a2e4-c02cbae45a84"
description: "ATS switch position monitoring."
is_abstract: true
uses:
- switch_position_status
- line_power_status
- emergency_power_status
10 changes: 10 additions & 0 deletions ontology/yaml/resources/ELECTRICAL/entity_types/ATS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ ATS_SRC1_SRC2:
opt_uses:
- generator_status
- fire_alarm

ATS_SPM:
guid: "7d1b371e-cdbe-439d-9a35-f5ace7f6dcbb"
description: "Automatic transfer switch with switch position monitoring."
is_canonical: true
implements:
- ATS
- SPM
opt_uses:
- fire_alarm
11 changes: 10 additions & 1 deletion ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3591,4 +3591,13 @@ literals:
flexible_max: 44.704
- south_wind_linearvelocity_sensor:
flexible_min: 0.0
flexible_max: 44.704
flexible_max: 44.704
- switch_position_status:
- NORMAL
- EMERGENCY
- line_power_status:
- PRESENT
- ABSENT
- emergency_power_status:
- PRESENT
- ABSENT
1 change: 1 addition & 0 deletions ontology/yaml/resources/states/states.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ BATTERY: "Operation mode or input power is via Battery"
SYNCHRONOUS: "Mode of operation of inverter where inverter operation is in line with the bypass voltage and frequency"
ASYNCHRONOUS: "Mode of operation of inverter where either the bypass supply fails or the inverter is not in line bypass voltage and frequency"
SOFTSTART: "Mode of operation of rectifier where the input power supply is gradually turned on to avoid overloading"
EMERGENCY: "Power source or mode of operation in critical situations when the primary power source or typical mode of operation fails."

## LIGHTING
FADING: "An operation mode of a lighting dimmer: dimming speed based on a duration to dim from minimum to maximum."
Expand Down

0 comments on commit bfdb6b8

Please sign in to comment.