Skip to content

Commit d3341d3

Browse files
Merge pull request #1539 from ccquigley/master
new fan type for carbon monoxide control
2 parents d874403 + f2eb874 commit d3341d3

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,19 @@ COC:
399399
- high_zone_air_co_concentration_alarm
400400
- failed_zone_air_co_concentration_alarm
401401

402+
COCMAX:
403+
guid: "5d8f0f34-247b-4a2d-bbcf-c0ae84019489"
404+
description: "Multi-zone carbon monoxide control to the maximum zone concentration."
405+
is_abstract: true
406+
implements:
407+
- OPERATIONAL
408+
uses:
409+
- max_zone_air_co_concentration_sensor
410+
- zone_air_co_concentration_setpoint
411+
opt_uses:
412+
- high_zone_air_co_concentration_alarm
413+
- failed_zone_air_co_concentration_alarm
414+
402415
COM:
403416
guid: "bd9a1e2d-0710-4c58-8a56-3890af55f6b3"
404417
description: "Carbon monoxide monitoring."

ontology/yaml/resources/HVAC/entity_types/FAN.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,16 @@ FAN_SS_VSC_COC:
343343
- VSC
344344
- COC
345345

346+
FAN_SS_VSC_COCMAX:
347+
guid: "d7c1b80c-e982-4ce5-9fc4-2bf59d0f9d4e"
348+
description: "Variable speed ventilation fan (for controlling to maximum carbon monoxide concentration)."
349+
is_canonical: true
350+
implements:
351+
- FAN
352+
- SS
353+
- VSC
354+
- COCMAX
355+
346356
FAN_SS_VSC_ETM:
347357
guid: "506ff5b9-c55a-4d4e-8c91-a040871a9b40"
348358
description: "Fan with exhaust air temp sensor."

ontology/yaml/resources/fields/telemetry_fields.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@ literals:
569569
- max_zone_air_co2_concentration_sensor:
570570
flexible_min: 0.00005
571571
flexible_max: 0.005
572+
- max_zone_air_co_concentration_sensor:
573+
flexible_min: 0.00035
574+
flexible_max: 0.0015
572575
- average_zone_air_co2_concentration_sensor:
573576
flexible_min: 0.00005
574577
flexible_max: 0.005

0 commit comments

Comments
 (0)