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

ahu with heat wheel #1131

Merged
merged 17 commits into from
Nov 1, 2023
Merged
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
28 changes: 28 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6864,6 +6864,33 @@ VSMC:
- high_speed_status
- schedule_run_command

SDM2X:
description: "Supply air damper monitoring, dual status fields."
is_abstract: true
opt_uses:
- low_supply_air_static_pressure_alarm
uses:
- supply_air_damper_command
- supply_air_damper_status_1
- supply_air_damper_status_2

EDM2X:
description: "Exhaust air damper monitoring, dual status fields."
is_abstract: true
opt_uses:
- low_exhaust_air_static_pressure_alarm
uses:
- exhaust_air_damper_command
- exhaust_air_damper_status_1
- exhaust_air_damper_status_2

ACO2C:
description: "Average Co2 control."
is_abstract: true
uses:
- average_zone_air_co2_concentration_sensor
- average_zone_air_co2_concentration_setpoint

ZOC:
guid: "822b78b6-1eb4-4d4b-9f4e-089ef57011aa"
description: "Occupancy counter monitoring"
Expand Down Expand Up @@ -6904,3 +6931,4 @@ PMDM:
implements:
- MONITORING


16 changes: 16 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/DOAS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,19 @@ DOAS_CHWDC_EFSS_EFVSC_EFDPM_PHRUD_HWDC_DFSS_DFVSC_DSPM_DFDPM:
- DSPM
- DFDPM

DOAS_SFVSC_EFVSC_HTWHLSTC_CHWVM_HWVM_SFM_FDPSM_ACO2C_SDM2X_EDM2X:
description: "Multi-zone chilled water and heating water DOAS with heat wheel, supply, exhaust fan speed control"
is_canonical: true
implements:
- DOAS
- SFVSC
- EFVSC
- HTWHLSTC
- CHWVM
- HWVM
- SFM
- FDPSM
- ACO2C
- SDM2X
- EDM2X

9 changes: 9 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3134,6 +3134,9 @@ literals:
- low_supply_air_static_pressure_alarm:
- ACTIVE
- INACTIVE
- low_exhaust_air_static_pressure_alarm:
- ACTIVE
- INACTIVE
- low_supply_air_temperature_alarm:
- ACTIVE
- INACTIVE
Expand Down Expand Up @@ -3209,6 +3212,11 @@ literals:
- ACTIVE
- INACTIVE


- average_zone_air_co2_concentration_setpoint:
flexible_min: 0.00005
flexible_max: 0.005

- soundpressurelevel_sensor:
fixed_min: -60
flexible_max: 200
Expand All @@ -3229,3 +3237,4 @@ literals:
- ACTIVE
- INACTIVE


Loading