Skip to content

Commit

Permalink
Merge pull request #1443 from Ciaran-Oflannagain/VAV_entity_type_Here…
Browse files Browse the repository at this point in the history
…works_18.10.24

Vav entity type hereworks 18.10.24
  • Loading branch information
shambergoldstein authored Oct 25, 2024
2 parents 7286b0e + 4f360ee commit 0784e64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ CO2C:
opt_uses:
- high_zone_air_co2_concentration_alarm
- failed_zone_air_co2_concentration_alarm
- zone_air_co2_deadband_concentration_setpoint


CO2CMAX:
Expand Down
10 changes: 10 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/VAV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ VAV_SD_HLSAFS:
- SD
- HLSAFS

VAV_SD_HLSAFS_CO2C:
guid: "d9619dab-e8e8-4703-9d80-16eaad50a75e"
description: "Single duct VAV with CO2 concentration control."
is_canonical: true
implements:
- VAV
- SD
- HLSAFS
- CO2C

VAV_SD_CSP_HLSAFS:
guid: "ea3a576a-08af-40b2-ae0b-59451e0b88a4"
description: "Simple cooling only VAV with occupancy."
Expand Down
3 changes: 3 additions & 0 deletions ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@ literals:
- zone_air_co2_concentration_setpoint:
flexible_min: 0.00005
flexible_max: 0.005
- zone_air_co2_deadband_concentration_setpoint:
flexible_min: 0.00005
flexible_max: 0.005
- max_zone_air_co2_concentration_sensor:
flexible_min: 0.00005
flexible_max: 0.005
Expand Down

0 comments on commit 0784e64

Please sign in to comment.