-
Notifications
You must be signed in to change notification settings - Fork 81
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
Need for additional Point classes, as well as "un deprecation" of some. #677
Comments
I agree. |
@jahrling and @PeteHart I'm working on this PR today (finally!) Is there a good "rule of thumb" definition for when to use Supply/Return vs Entering/Leaving? I can see the examples in the provided document but I want to document this terminology on docs.brickschema.org so I can make sure we get it right going forward |
I can speak about water heaters and boilers. Those equipment types will have specific In those cases, the water is being used as a part of a loop. Going through a valve does not necessarily mean that it is part of a loop (like for potable cold) and therefore there is no return. When I read it in Brick, I thought it was clever to use May want to reference a domain dictionary. Looks like https://forms.iapmo.org/asse/free_dictionary.html https://terminology.ashrae.org/ |
@gtfierro
A number of large Swedish property owners have undertaken a joint effort to classify existing HVAC systems with Brick 1.4.1
To get consistency we've realized that some Point classes are missing and some fairly recent deprecations are needed.
The background for the requests are meticulously described in attached. In summary we suggest
Non existing classes to Add:
• Return_Air_Static_Pressure_Sensor
• Return_Air_Static_Pressure_Setpoint
• Return_Air_Flow_Setpoint
• Room_Air_Temperature_Sensor
• Zone_CO2_Level_Setpoint
• Zone_CO_Level_Sensor
• Zone_CO_Level_Setpoint
• Return_Air_CO_Setpoint
• Domestic_Hot_Water_Return_Temperature_Sensor
• Domestic_Hot_Water_Return_Temperature_Setpoint
• Water_Volume_Sensor
Deprecated classes to retain:
• Zone_Air_Temperature_Setpoint
• Hot_Water_Supply_Temperature_Sensor
• Supply_Hot_Water_Temperature_Setpoint
• Chilled_Water_Supply_Temperature_Sensor
• Supply_Chilled_Water_Temperature_Setpoint
• Hot_Water_Return_ Temperature_sensor
• Return_Hot_Water_Temperature_Setpoint
• Chilled_Water_Return_Temperature_Sensor
• Return_Chilled_Water_Temperature_Setpoint
• Hot_Water_Supply_Flow_Sensor
• Hot_Water_Return_Flow_Sensor
• Chilled_Water_Supply_Flow_Sensor
• Chilled_Water_Return_Flow_Sensor
• Domestic_Hot_Water_Supply_Temperature_Sensor
• Domestic_Hot_Water_Supply_Temperature_Setpoint
Additional requests:
• Add system: Domestic_Water_System or Domestic_Cold_Water_System
• Rename the following classes as follows:
o Hot_Water_Supply_Temperature_Sensor >> Supply_Hot_Water_Temperature_Sensor
o Chilled_Water_Supply_Temperature_Sensor >> Supply_Chilled_Water_Temperature_Sensor
o Hot_Water_Return_ Temperature_sensor >> Return_Hot_Water_Temperature_Sensor
o Chilled_Water_Return_Temperature_Sensor >> Return_Chilled_Water_Temperature_Sensor
o Hot_Water_Supply_Flow_Sensor >> Supply_Hot_Water_Flow_Sensor
o Hot_Water_Return_Flow_Sensor >> Return_Hot_Water_Flow_Sensor
o Chilled_Water_Supply_Flow_Sensor >> Supply_Chilled_Water_Flow_Sensor
o Chilled_Water_Return_Flow_Sensor >> Return_Chilled_Water_Flow_Sensor
Bricks Requests.pdf
The text was updated successfully, but these errors were encountered: