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_sensor_type_with_ZOC #1470

Merged
merged 3 commits into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ontology/yaml/resources/HVAC/entity_types/SENSOR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
Expand Down