From 9db6ec930b6819cb6569dcec4e773bb3deac0c52 Mon Sep 17 00:00:00 2001 From: kellyhw Date: Tue, 26 Nov 2024 11:54:29 +0000 Subject: [PATCH 1/2] new_sensor_type_with_ZOC --- .../resources/HVAC/entity_types/SENSOR.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml b/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml index 98b0d0d7a..ca3eb0bea 100644 --- a/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml @@ -34,6 +34,24 @@ SENSOR_ZTM_ZHM_CO2M_VOCM_PMDM_SPLM_ZAQIM_ZSPM_ZWVDM: uses: - illuminance_sensor + SENSOR_ZTM_ZHM_CO2M_VOCM_PMDM_SPLM_ZAQIM_ZSPM_ZOC: + guid: "e9bc10ea-cfe6-4f90-9860-0f81a9672dd2" + description: "Indoor Air Quality sensor with temperature, humidity, CO2, VOC, PM 1, 2.5, 4, 10, illuminance, air pressure, sound monitoring and occupant counter." + is_canonical: true + implements: + - /SENSOR + - ZTM + - ZHM + - CO2M + - VOCM + - PMDM + - SPLM + - ZAQIM + - ZSPM + - ZOC + uses: + - illuminance_sensor + SENSOR_ZTM_ZHM_CO2M: guid: "bacb5335-16de-46d3-9d8f-da503ea38f8a" description: "Zone air property sensor (humidity, temperature, CO2 level)." From e60153b037dc313162f55e5d8caf11626e3773b2 Mon Sep 17 00:00:00 2001 From: kellyhw Date: Wed, 27 Nov 2024 15:10:10 +0000 Subject: [PATCH 2/2] fixed --- ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml b/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml index ca3eb0bea..8cf1befd6 100644 --- a/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml +++ b/ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml @@ -34,7 +34,7 @@ SENSOR_ZTM_ZHM_CO2M_VOCM_PMDM_SPLM_ZAQIM_ZSPM_ZWVDM: uses: - illuminance_sensor - SENSOR_ZTM_ZHM_CO2M_VOCM_PMDM_SPLM_ZAQIM_ZSPM_ZOC: +SENSOR_ZTM_ZHM_CO2M_VOCM_PMDM_SPLM_ZAQIM_ZSPM_ZOC: guid: "e9bc10ea-cfe6-4f90-9860-0f81a9672dd2" description: "Indoor Air Quality sensor with temperature, humidity, CO2, VOC, PM 1, 2.5, 4, 10, illuminance, air pressure, sound monitoring and occupant counter." is_canonical: true