Skip to content

Commit

Permalink
Changing as per recent comments
Browse files Browse the repository at this point in the history
i. Added SFVSC4X optional points as suggested.
ii. Changed SFSS to SFSS4X
iii. Changed SFVSC to SFVSC4X
iv. Removed SF4FM
  • Loading branch information
darshanjain12 committed Oct 15, 2024
1 parent cca0e52 commit f671230
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 36 deletions.
48 changes: 16 additions & 32 deletions ontology/yaml/resources/HVAC/entity_types/ABSTRACT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4810,10 +4810,22 @@ SFVSC4X:
- supply_fan_current_sensor_2
- supply_fan_current_sensor_3
- supply_fan_current_sensor_4
- supply_fan_voltage_sensor_1
- supply_fan_voltage_sensor_2
- supply_fan_voltage_sensor_3
- supply_fan_voltage_sensor_4
- supply_fan_power_sensor_1
- supply_fan_power_sensor_2
- supply_fan_power_sensor_3
- supply_fan_power_sensor_4
- supply_fan_energy_accumulator_1
- supply_fan_energy_accumulator_2
- supply_fan_energy_accumulator_3
- supply_fan_energy_accumulator_4
- supply_fan_run_time_accumulator_1
- supply_fan_run_time_accumulator_2
- supply_fan_run_time_accumulator_3
- supply_fan_run_time_accumulator_4
- supply_fan_speed_frequency_sensor_1
- supply_fan_speed_frequency_sensor_2
- supply_fan_speed_frequency_sensor_3
Expand All @@ -4822,6 +4834,10 @@ SFVSC4X:
- supply_fan_speed_percentage_sensor_2
- supply_fan_speed_percentage_sensor_3
- supply_fan_speed_percentage_sensor_4
- supply_fan_rotationalvelocity_sensor_1
- supply_fan_rotationalvelocity_sensor_2
- supply_fan_rotationalvelocity_sensor_3
- supply_fan_rotationalvelocity_sensor_4
uses:
- supply_fan_run_command_1
- supply_fan_run_command_2
Expand Down Expand Up @@ -8457,38 +8473,6 @@ DTPM:
implements:
- MONITOR

SF4M:
guid: "463a36e9-778f-4df4-b513-1b5a9cd60eb3"
description: "Four EC Fan parameter Monitoring."
is_abstract: true
uses:
- supply_fan_energy_accumulator_1
- supply_fan_power_sensor_1
- supply_fan_voltage_sensor_1
- supply_fan_current_sensor_1
- supply_fan_rotationalvelocity_sensor_1
- supply_fan_run_time_accumulator_1
- supply_fan_energy_accumulator_2
- supply_fan_power_sensor_2
- supply_fan_voltage_sensor_2
- supply_fan_current_sensor_2
- supply_fan_rotationalvelocity_sensor_2
- supply_fan_run_time_accumulator_2
- supply_fan_energy_accumulator_3
- supply_fan_power_sensor_3
- supply_fan_voltage_sensor_3
- supply_fan_current_sensor_3
- supply_fan_rotationalvelocity_sensor_3
- supply_fan_run_time_accumulator_3
- supply_fan_energy_accumulator_4
- supply_fan_power_sensor_4
- supply_fan_voltage_sensor_4
- supply_fan_current_sensor_4
- supply_fan_rotationalvelocity_sensor_4
- supply_fan_run_time_accumulator_4
implements:
- MONITORING
=======
CFVSC:
guid: "b4aa442f-e7fa-4bc6-811a-fe2925e7255f"
description: "Variable speed control for condensing fan."
Expand Down
7 changes: 3 additions & 4 deletions ontology/yaml/resources/HVAC/entity_types/AHU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4620,18 +4620,17 @@ AHU_BSPC_DX5SC_ECONM_EDM_EFSS_EFVSC_SFSS_SFVSC_SSPC_SARC:
- SSPC
- SARC

AHU_SFSS_SFVSC_CHWRC_SSPC_FDPSM_SF4FM::
AHU_SFSS4X_SFVSC4X_CHWRC_SSPC_FDPSM::
guid: "9307679c-0d7b-4d41-a36c-a02e99e7e25e"
description: "AHU with static pressure-based EC fan speed control, return air temperature-based chilled water valve modulation, filter status monitoring, and four EC fan parameter monitoring."
is_canonical: true
implements:
- AHU
- SFSS
- SFVSC
- SFSS4X
- SFVSC4X
- CHWRC
- SSPC
- FDPSM
- SF4M

###################################
### Existing Non-standard Types ###
Expand Down

0 comments on commit f671230

Please sign in to comment.