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

Linter #1366

Merged
merged 4 commits into from
Jun 19, 2024
Merged

Linter #1366

Show file tree
Hide file tree
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
80 changes: 42 additions & 38 deletions ontology/yaml/resources/HVAC/entity_types/FCU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,48 @@ FCU_DFSS_RHDHC_HT2RC_DX2RC_ZTM:
- DX2RC
- ZTM

FCU_DSP_DFVSC_DTM_RTM:
is_canonical: true
guid: "ff0b58c2-8446-47f9-913d-068fd3b43ae7"
description: "Hybrid variable refrigerant flow unit with discharge and return air temperature monitoring, zone cooling and heating setpoints, discharge fan speed command"
implements:
- FCU
- DSP
- DFVSC
- DTM
- RTM

FCU_DFSS_DFSMC_HWRC:
is_canonical: true
guid: "1388eea8-a039-4b33-8613-24ae9de719dd"
description: "Warm air curtain with return air temperature control."
implements:
- FCU
- DFSS
- DFSMC
- HWRC

FCU_DFVSC_RTM_CO2M_HWZTC_CHWZTC:
is_canonical: true
guid: "6f6fd049-576c-4f0a-894d-a6433575b8dd"
description: "Fan coil unit with zone temperature control, heating water and chilled water valve monitoring."
implements:
- FCU
- DFVSC
- RTM
- CO2M
- HWZTC
- CHWZTC

FCU_DFMSC_CHWZTC:
is_canonical: true
guid: "2b7cde44-9553-405b-b186-0fdf126a9a8c"
description: "Fan coil unit with chilled water valve monitoring on zone side (ZTC) and discharge fan multi-speed control."
implements:
- FCU
- DFMSC
- CHWZTC

###################################
### Existing Non-standard Types ###
###################################
Expand Down Expand Up @@ -1943,41 +1985,3 @@ FCU_RTC_RHDHS_DTM_DFSS:
- water_leak_alarm
- fire_alarm
- schedule_run_command

FCU_DSP_DFVSC_DTM_RTM:
guid: "ff0b58c2-8446-47f9-913d-068fd3b43ae7"
description: "Hybrid variable refrigerant flow unit with discharge and return air temperature monitoring, zone cooling and heating setpoints, discharge fan speed command"
implements:
- FCU
- DSP
- DFVSC
- DTM
- RTM

FCU_DFSS_DFSMC_HWRC:
guid: "1388eea8-a039-4b33-8613-24ae9de719dd"
description: "Warm air curtain with return air temperature control."
implements:
- FCU
- DFSS
- DFSMC
- HWRC

FCU_DFVSC_RTM_CO2M_HWZTC_CHWZTC:
guid: "6f6fd049-576c-4f0a-894d-a6433575b8dd"
description: "Fan coil unit with zone temperature control, heating water and chilled water valve monitoring."
implements:
- FCU
- DFVSC
- RTM
- CO2M
- HWZTC
- CHWZTC

FCU_DFMSC_CHWZTC:
guid: "2b7cde44-9553-405b-b186-0fdf126a9a8c"
description: "Fan coil unit with Chilled water valve monitoring on zone side (ZTC) and discharge fan multi-speed control."
implements:
- FCU
- DFMSC
- CHWZTC
2 changes: 1 addition & 1 deletion ontology/yaml/resources/fields/telemetry_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ literals:
flexible_max: 308.1481481
- condensing_water_sump_temperature_sensor:
flexible_min: 255.9259259
flexible_max: 308.1481481
flexible_max: 308.1481481
- condensing_water_flowrate_sensor:
flexible_min: -0.000315451
flexible_max: 0.315451
Expand Down
2 changes: 1 addition & 1 deletion ontology/yaml/resources/subfields/subfields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ measurement_descriptor:
dewpoint: "The thermodynamic point at which water condenses from standing air."
differential: "Measured difference between two reference points (e.g. differential_water_pressure)"
down: "The direction of a spatial movement, opposite of up."
dynamic: "Describing a system which is instable or constantly changing (e.g. supply_air_dynamic_pressure_sensor)."
dynamic: "Describing a system which is instable or constantly changing (e.g. supply_air_dynamic_pressure_sensor)."
efficiency: "The ratio of required input to actual output. "
end: "Indicates a final part of something, especially a period of time."
extent: "The range over which something has spread."
Expand Down
Loading