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

New FCU #1215

Merged
merged 10 commits into from
Dec 20, 2023
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 @@ -19,6 +19,17 @@
# This file defines fan-coil unit types. Valid types must include a fan and a coil of some type.
# They must also include some control scheme (e.g. ZTC, DSP, etc.).

FCU_RTM_DFVSC2X_CHWZTC_HWZTC_DTM:
description: "FCU in a trench, with heating and cooling valves, and two fans."
is_canonical: true
implements:
- FCU
- RTM
- DFVSC2X
- CHWZTC
- HWZTC
- DTM

FCU_DFSS_CSP_CHWDC:
guid: "e0270205-c4be-4c74-9c54-a79afd332a9c"
description: "Typical chilled water FCU with cooling-only (discharge control)."
Expand Down
Loading