Skip to content

Commit 2e805b7

Browse files
Merge pull request #1522 from hhunterr71/master
building onboarding addtions
2 parents 7809a3d + 311194b commit 2e805b7

File tree

9 files changed

+131
-0
lines changed

9 files changed

+131
-0
lines changed

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

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,35 @@ BSPC:
535535
implements:
536536
- CONTROL
537537

538+
BSPC4X:
539+
guid: "ceba44bb-d69f-4651-ba9a-b7abdf188996"
540+
description: "Four exhaust fan building static pressure control (as part of a composite device)."
541+
is_abstract: true
542+
opt_uses:
543+
- exhaust_air_damper_percentage_command
544+
- exhaust_fan_run_status_1
545+
- exhaust_fan_run_status_2
546+
- exhaust_fan_run_status_3
547+
- exhaust_fan_run_status_4
548+
- exhaust_fan_speed_percentage_command_1
549+
- exhaust_fan_speed_percentage_command_2
550+
- exhaust_fan_speed_percentage_command_3
551+
- exhaust_fan_speed_percentage_command_4
552+
- failed_exhaust_fan_alarm_1
553+
- failed_exhaust_fan_alarm_2
554+
- failed_exhaust_fan_alarm_3
555+
- failed_exhaust_fan_alarm_4
556+
- high_building_air_static_pressure_alarm
557+
- low_building_air_static_pressure_alarm
558+
uses:
559+
- building_air_static_pressure_sensor
560+
- building_air_static_pressure_setpoint
561+
- exhaust_fan_run_command_1
562+
- exhaust_fan_run_command_2
563+
- exhaust_fan_run_command_3
564+
- exhaust_fan_run_command_4
565+
implements:
566+
- CONTROL
538567

539568
VSC:
540569
guid: "5ac998b4-d72e-40f1-9c8f-c905ec8b5cc6"
@@ -923,6 +952,7 @@ DFSS:
923952
- discharge_fan_lost_power_alarm
924953
- failed_discharge_fan_alarm
925954
- overload_discharge_fan_alarm
955+
- zone_occupancy_status
926956
uses:
927957
- discharge_fan_run_command
928958
- discharge_fan_run_status
@@ -1149,6 +1179,16 @@ RTM:
11491179
uses:
11501180
- return_air_temperature_sensor
11511181

1182+
HATM:
1183+
guid: "6addca4d-030f-4f7f-96c5-ffa710ceb14f"
1184+
description: "Single sensor hot aisle temperature monitoring."
1185+
is_abstract: true
1186+
implements:
1187+
- MONITORING
1188+
opt_uses:
1189+
- failed_hot_aisle_air_temperature_alarm
1190+
uses:
1191+
- hot_aisle_air_temperature_sensor
11521192

11531193
HATM2X:
11541194
guid: "9e1b1915-866a-4a9d-b4e2-cc74071f84b7"
@@ -1163,6 +1203,16 @@ HATM2X:
11631203
- hot_aisle_air_temperature_sensor_1
11641204
- hot_aisle_air_temperature_sensor_2
11651205

1206+
CATM:
1207+
guid: "0051d3b6-b74d-45fb-aaba-827b61145b46"
1208+
description: "Single sensor cold aisle temperature monitoring."
1209+
is_abstract: true
1210+
implements:
1211+
- MONITORING
1212+
opt_uses:
1213+
- failed_cold_aisle_air_temperature_alarm
1214+
uses:
1215+
- cold_aisle_air_temperature_sensor
11661216

11671217
CATM2X:
11681218
guid: "35cd8ffc-f4c5-433e-9c42-b0127ad841da"
@@ -1364,6 +1414,8 @@ SWTC:
13641414
- cooling_request_count
13651415
- heating_request_count
13661416
- return_water_temperature_sensor
1417+
- return_water_temperature_sensor_1
1418+
- return_water_temperature_sensor_2
13671419
- low_return_water_temperature_alarm
13681420
- high_return_water_temperature_alarm
13691421
- run_command
@@ -2495,6 +2547,7 @@ CHWZC:
24952547
- chilled_water_valve_percentage_sensor
24962548
- cooling_thermal_power_capacity
24972549
- discharge_air_temperature_sensor
2550+
- high_discharge_air_temperature_alarm
24982551
- leaving_cooling_coil_temperature_sensor
24992552
- failed_discharge_air_temperature_alarm
25002553
- failed_zone_air_temperature_alarm

ontology/yaml/resources/HVAC/entity_types/AHU.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,6 +2497,24 @@ AHU_BPC_CHWSC_ECONM_EFSS4X_EFVSC4X_FDPM_HWSC_MOAFC_SFSS2X_SFVSC2X_SSPC:
24972497
- SFVSC2X
24982498
- SSPC
24992499

2500+
AHU_SFSS2X_SFVSC2X_EFSS4X_EFVSC4X_ECON_CHWSC_MOAFC_BSPC4X_SSPC_SARC_FDPM:
2501+
guid: "3606d81f-628c-4785-aac5-95c7c6a586ed"
2502+
description: "Multi-zone AHU."
2503+
is_canonical: true
2504+
implements:
2505+
- AHU
2506+
- SFSS2X
2507+
- SFVSC2X
2508+
- EFSS4X
2509+
- EFVSC4X
2510+
- ECON
2511+
- CHWSC
2512+
- MOAFC
2513+
- BSPC4X
2514+
- SSPC
2515+
- SARC
2516+
- FDPM
2517+
25002518
AHU_BSPC_CO2M_DX4SC_ECON_EFSS_EFVSC_FDPM4X_HTSC_MOAFC_OAFC_SFSS_SFVSC_SSPC:
25012519
guid: "3bd06ead-f794-4bd3-8388-f1d2a6dc3868"
25022520
description: "Multi-zone AHU."

ontology/yaml/resources/HVAC/entity_types/DHWT.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ DHWT_HWTTC:
8383
- DHWT
8484
- HWTTC
8585

86+
DHWT_SS_HWTTC:
87+
guid: "13bbe03f-e01e-43f5-8232-6950ada48055"
88+
description: "Domestic hot water tank."
89+
is_canonical: true
90+
implements:
91+
- DHWT
92+
- SS
93+
- HWTTC
94+
8695
DHWT_PHWTTC:
8796
guid: "1bf4aee2-1f3b-462a-9ccd-12eac4494eb3"
8897
description: "Preheating domestic hot water tank."

ontology/yaml/resources/HVAC/entity_types/DWST.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
DWST_SWTC:
16+
guid: "5f4e3653-79ab-4017-96fd-92167ae1594c"
17+
description: "Domestic water system with supply water temperature control."
18+
implements:
19+
- DWST
20+
- SWTC
1521

1622
DWST_CWDT_SWTC_CPC:
1723
guid: "0357108f-fddd-46e6-a532-e8550f8bbe54"

ontology/yaml/resources/HVAC/entity_types/FCU.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,16 @@ FCU_DFSS_CHWDC_CSP_RTM_DXZC:
16201620
- filter_alarm
16211621
- run_mode
16221622

1623+
FCU_DFSS_CHWDC_ZTM:
1624+
guid: "79e8f113-e1e0-4dfd-9eb1-d773f0788b9b"
1625+
description: "FCU with cooling-only chilled water discharge air temperature control, and zone temperature monitoring."
1626+
is_canonical: true
1627+
implements:
1628+
- FCU
1629+
- DFSS
1630+
- CHWDC
1631+
- ZTM
1632+
16231633
FCU_SS_HTRC_DTM_ZTM:
16241634
guid: "3d9b6b87-0770-4ae6-9bfc-8f729341ccac"
16251635
description: "FCU with return temperature control, discharge temperature monitoring, zone temperature monitorning and start/stop control."

ontology/yaml/resources/HVAC/entity_types/GENERALTYPES.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ FCU:
4646
is_abstract: true
4747
opt_uses:
4848
- return_air_temperature_sensor
49+
- low_return_air_temperature_alarm
50+
- high_return_air_temperature_alarm
51+
- failed_return_air_temperature_alarm
4952
- return_air_relative_humidity_sensor
5053
- discharge_air_temperature_sensor
5154
- failed_communication_alarm

ontology/yaml/resources/HVAC/entity_types/HUM.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
### Canonical Types ###
1717
########################
1818

19+
HUM_RHHC:
20+
guid: "44f8269a-c7ad-4405-9c93-5312a1c69b65"
21+
description: "Standard humidifier."
22+
implements:
23+
- HUM
24+
- RHHC
1925

2026
###################################
2127
### Existing Non-standard Types ###

ontology/yaml/resources/HVAC/entity_types/HX.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ HX_CHWDT_PRWDT:
4949
- CHWDT
5050
- PRWDT
5151

52+
HX_CHWDT_PSWTC_PSWISOVPM:
53+
guid: "c15c5667-344f-45df-a0ed-4d21c2558c4a"
54+
description: 'Chilled/process water heat exchanger with isolation.'
55+
is_canonical: true
56+
implements:
57+
- HX
58+
- CHWDT
59+
- PSWTC
60+
- PSWISOVPM
61+
5262
HX_CHWDT_CHWRWISOVM:
5363
guid: "fb065fab-e208-4bad-b5fc-a373d8e91566"
5464
description: 'Chilled water heat exchanger with isolation.'

ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,22 @@ SENSOR_PCM:
257257
- /SENSOR
258258
- PCM
259259

260+
SENSOR_HATM:
261+
guid: "a0c88aaf-6125-4eb5-9197-d7ef411ea169"
262+
description: "Cold aisle temperature matter monitoring."
263+
is_canonical: true
264+
implements:
265+
- /SENSOR
266+
- HATM
267+
268+
SENSOR_CATM:
269+
guid: "17eaa9a0-6657-44c0-b495-4fefd243eac9"
270+
description: "Cold aisle temperature matter monitoring."
271+
is_canonical: true
272+
implements:
273+
- /SENSOR
274+
- CATM
275+
260276
SENSOR_ZTM_ZHM_CO2M_PMM_HCHO:
261277
guid: "9e1b054e-3ae8-4c8c-9393-ba2c855dc8b6"
262278
description: "Sensor with zone temperature, humidity, CO2, HCHO and particulate matter monitoring"

0 commit comments

Comments
 (0)