Skip to content

Commit

Permalink
Merge pull request #1469 from evgeniya-engel/master
Browse files Browse the repository at this point in the history
hydronic: new fields, abstracts and equipment types
  • Loading branch information
shambergoldstein authored Nov 27, 2024
2 parents ea9bb8d + 557254a commit a16c48f
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 3 deletions.
36 changes: 36 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,42 @@ VSFC:
- speed_frequency_command
- speed_frequency_sensor

FSS4X:
guid: "73a049b2-274c-4dcc-b2ca-4126c2485b51"
description: "Start/stop for four fans."
is_abstract: true
implements:
- OPERATIONAL
uses:
- fan_run_command_1
- fan_run_command_2
- fan_run_command_3
- fan_run_command_4
- fan_run_status_1
- fan_run_status_2
- fan_run_status_3
- fan_run_status_4

FVSC4X:
guid: "10267aa0-4a96-4894-af3c-d44eda0ce31f"
description: "Variable speed control for four fans."
is_abstract: true
implements:
- OPERATIONAL
opt_uses:
- fan_speed_frequency_sensor
uses:
- fan_run_command_1
- fan_run_command_2
- fan_run_command_3
- fan_run_command_4
- fan_run_status_1
- fan_run_status_2
- fan_run_status_3
- fan_run_status_4
- fan_speed_percentage_command


SFVSC:
guid: "ac42c5d1-24d5-4433-b5e5-4ae8843e9ca8"
description: "Variable speed control for supply fans."
Expand Down
16 changes: 16 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/CH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,22 @@ CH_SS_SCHWTC_CHPM_REFSM_IGM_DXSWC_CHWSWISOVM_CHWDPM:
- CHWSWISOVM
- CHWDPM

CH_SS_SCHWTC_CHPM_REFSM_IGM_CHDXSC_CHWSWISOVM_CHWDPM_CWDT:
guid: "1f62d2f7-76e4-455b-b6cc-6689aa47e90d"
description: "Water-cooled chiller."
is_canonical: true
implements:
- CH
- SS
- SCHWTC
- CHPM
- REFSM
- IGM
- CHDXSC
- CHWSWISOVM
- CHWDPM
- CWDT

CH_SS_SCHWTC_DXSWC_IGM_CWDT_CHWRWISOVPM_CWRISOVPM_CHPM_REFSM:
guid: "17092e52-d7cf-4b7e-a353-2f94bdde3844"
description: "Water-cooled chiller."
Expand Down
10 changes: 10 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/CHWS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,16 @@ CHWS_SWTC_WDPC_CLPM_WFRC_BYPVPM:
- WFRC
- BYPVPM

CHWS_SWTC_WDPC_BYPVFRC:
guid: "1eb7c5c6-205b-409e-8e0a-2944e2994434"
description: "Chilled water system with supply temperature, differential pressure and bypass valve flowrate control."
is_canonical: true
implements:
- CHWS
- SWTC
- WDPC
- BYPVFRC

CHWS_SWTC_WDPC_BYPVFRC_CLPM:
guid: "2b835b66-3db9-499e-97f4-1e22540df676"
description: "Chilled water system with supply temperature, differential pressure, bypass valve flowrate control, and cooling thermal monitoring."
Expand Down
12 changes: 12 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/DC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ DC_SS_SWTC:
- SS
- SWTC

DC_SS_FSS4X_FVSC4X_SWTC_WDPM:
guid: "1e1ddaf9-d9e7-46c2-8026-964c183a22c4"
description: "Closed loop sensible cooler with four fans and differential pressure monitoring."
is_canonical: true
implements:
- DC
- SS
- FSS4X
- FVSC4X
- SWTC
- WDPM

DC_SS_SWTC_RWISOVM:
guid: "70aab981-f70d-417f-ac7e-692b24fe5908"
description: "Typical dry-cooler (dry air cooler with isolation valve on the return side)."
Expand Down
12 changes: 9 additions & 3 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@ literals:
- exhaust_fan_speed_percentage_sensor:
fixed_min: 0.0
fixed_max: 100.0
- fan_run_status:
- ON
- OFF
- fan_speed_percentage_command:
fixed_min: 0.0
fixed_max: 100.0
- fan_speed_frequency_sensor:
flexible_min: -0.5
flexible_max: 65
- flowrate_sensor:
flexible_min: -0.000315451
flexible_max: 0.315451
Expand Down Expand Up @@ -1034,6 +1034,12 @@ literals:
- exhaust_air_differential_flowrate_setpoint:
flexible_min: 0.0
flexible_max: 23.59737216
- fan_run_command:
- ON
- OFF
- fan_run_status:
- ON
- OFF
- fan_speed_mode:
- OFF
- LOW
Expand Down

0 comments on commit a16c48f

Please sign in to comment.