Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new FCU type #1508

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ DX2RC:
description: "Compressor run control on retun side (RC)."
is_abstract: true
opt_uses:
- overload_compressor_alarm_1
- overload_compressor_alarm_2
- compressor_speed_percentage_command
- cooling_percentage_command
- cooling_thermal_power_capacity
Expand Down
11 changes: 11 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/FCU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,17 @@ FCU_DFSS_RHDHC_HT2RC_DX2RC_ZTM:
- DX2RC
- ZTM

FCU_DFSS_RHDHC_HTRC_DX2RC:
guid: "03f029b3-ce64-457b-96fe-e8c64a471730"
description: "Fan coil with return temp and humidity control, dx cooling with two stages, single stage heating, and dehumidication and humidifcation modes."
is_canonical: true
implements:
- FCU
- DFSS
- RHDHC
- HTRC
- DX2RC

FCU_DFSS_CSP_DX4ZC_RTM_CATM2X_HATM2X:
guid: "398c7f4f-a895-4788-a6af-b3a3eaf65acf"
description: "Fan coil with 4-stage compressor, cold and hot aisle temperature monitoring and return temperature monitoring."
Expand Down