From 6a6ff57f6932c67112e3c1e41c9db722e2e6bfa1 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 14 Sep 2023 14:39:22 +0100 Subject: [PATCH 1/2] return chilled water temp control --- .../yaml/resources/HVAC/entity_types/ABSTRACT.yaml | 12 ++++++++++++ ontology/yaml/resources/HVAC/entity_types/CH.yaml | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml index cf053e0d2..f6e440448 100644 --- a/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml @@ -1119,6 +1119,18 @@ SCHWTC: - chilled_supply_water_temperature_sensor - chilled_supply_water_temperature_setpoint +RCHWTC: + description: "Return chilled water temperature control." + is_abstract: true + implements: + - OPERATIONAL + opt_uses: + - chilled_supply_water_temperature_sensor + - cooling_percentage_command + - cooling_request_count + uses: + - chilled_return_water_temperature_sensor + - chilled_return_water_temperature_setpoint WDPC: guid: "86b2c846-0cc3-4828-8648-88c2082c900e" diff --git a/ontology/yaml/resources/HVAC/entity_types/CH.yaml b/ontology/yaml/resources/HVAC/entity_types/CH.yaml index 5dead7f3a..ca09cb286 100644 --- a/ontology/yaml/resources/HVAC/entity_types/CH.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/CH.yaml @@ -96,6 +96,15 @@ CH_SS_SCHWTC_CWDT: - SCHWTC - CWDT +CH_SS_RCHWTC_CWDT: + description: "Simple water cooled chiller, return water temperature control." + is_canonical: true + implements: + - CH + - SS + - RCHWTC + - CWDT + CH_SS_SCHWTC_CHWSWISOVM: guid: "6b8e395a-94e3-4b25-8eda-0f2472d72332" description: "Simple water cooled chiller." From 9ce012c5a48696c6deaaab534d56c05a5e7a5b73 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 14 Sep 2023 14:47:54 +0100 Subject: [PATCH 2/2] added field --- ontology/yaml/resources/fields/telemetry_fields.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ontology/yaml/resources/fields/telemetry_fields.yaml b/ontology/yaml/resources/fields/telemetry_fields.yaml index 2a84b37f7..bf4b63784 100644 --- a/ontology/yaml/resources/fields/telemetry_fields.yaml +++ b/ontology/yaml/resources/fields/telemetry_fields.yaml @@ -36,6 +36,9 @@ literals: - chilled_supply_water_temperature_setpoint: flexible_min: 255.9259259 flexible_max: 308.1481481 +- chilled_return_water_temperature_setpoint: + flexible_min: 255.9259259 + flexible_max: 308.1481481 - chilled_water_bypass_valve_percentage_command: fixed_min: 0.0 fixed_max: 100.0