-
Notifications
You must be signed in to change notification settings - Fork 93
Radiant Panel Sensor/Setpoint Questions #759
Description
Context: we are adding attributes to Brick point classes to support better queries and to ensure greater consistency in how points are modeled. See the following for more context:
The relevant Brick point classes are:
| Class | Type | Notes |
|---|---|---|
brick:Radiant_Panel_Temperature_Sensor |
Sensor | Generic radiant panel temperature |
brick:Radiant_Panel_Temperature_Setpoint |
Setpoint | Generic radiant panel temperature |
brick:Core_Temperature_Sensor |
Sensor | Temperature at heat source/sink level |
brick:Core_Temperature_Setpoint |
Setpoint | Temperature at heat source/sink level |
brick:Embedded_Temperature_Sensor |
Sensor | Internal temperature of radiant layer |
brick:Embedded_Temperature_Setpoint |
Setpoint | Internal material (e.g. concrete slab) |
brick:Inside_Face_Surface_Temperature_Sensor |
Sensor | Inside surface relative to the space |
brick:Inside_Face_Surface_Temperature_Setpoint |
Setpoint | Inside face surface temperature |
brick:Outside_Face_Surface_Temperature_Sensor |
Sensor | Outside surface relative to the space |
brick:Outside_Face_Surface_Temperature_Setpoint |
Setpoint | Outside face surface temperature |
Sensor position on radiant panels/slabs:
We have points that measure temperature at specific positions within or on a radiant panel or slab (e.g., a radiant floor or ceiling). We're not sure how to model the sensor's position as a Brick attribute.
-
What positions are standard? We've seen references to:
- core
- embedded
- inside face surface
- outside face surface
- are core and embedded the same thing? What's the full range of values?
-
Is sensor position a location (like a
brick:Location), or is it something else — a measurement modifier, a structural annotation, or something specific to radiant systems?
Substance for radiant slab temperature sensors:
- What is the substance being measured for a radiant slab core temperature sensor? Is the substance "concrete"? Or is substance not the right attribute here at all?
These came up as we were working through radiant panel point types. Happy to provide more context if helpful!