Component data models are utilized to create virtual twins of building equipment. They are templates representing the correlation between data points and metadata of building equipment. To create such a virtual twin, a component data model gets added to a specific project, and data points and metadata get mapped to its pins (placeholders for data points) and attributes (placeholders for metadata).
This page offers specifications on the available component data models and available analytics functions for each component.
Alphanumeric IDs are used to access component pins and attributes via the API. Each ID is unique and contains information about the pin/attribute and corresponding component. See component data models for more information on alphanumeric IDs of all pins, components, and attributes.
Unit sensitivity: Algorithms are unit sensitive. Every pin and attribute is specified with a unit. Please select the right unit when entering attributes and check the set unit for datapoints.
If unit conventions are disregarded, this can lead to errors and even misleading results of algorithms.
Incomplete mapping:Pins and attributes, are placeholders which might or might not be mapped to data. Algorithms will work on incomplete mapped components, they require mapping for specific placeholders though. Check the algorithm documentation for the required mappings.
Operational state of the air cooler pump: 1 = operating, 0 = switched-off
dimensionless-quantities
C_CM+C_CRC+T_IN
Supply temperature - water side
Temperature of the fluid entering the cooling circuit of the air cooler
temperature
C_CM+C_CRC+T_OUT
Return temperature - water side
Temperature of the fluid exiting the cooling circuit of the air cooler
temperature
C_CM+C_CRC+VAL_POS
Valve position
Actual position of air cooler valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
C_CM+C_CRC+VAL_POS_SP
Valve control signal
Control signal of the air cooler valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
C_CM+C_CRC+VF
Volume flow - water side
Volume flow of heat carrier fluid (water)
volumetric-flow-rate
C_CM+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
C_CM+MSG_OPR
Operating message
Informs about operational state of air cooler: 1 = operating, 0 = switched-off
dimensionless-quantities
C_CM+T_AIR_IN
Inlet air temperature
Temperature of the air entering the air cooler
temperature
C_CM+T_AIR_ODA
Outdoor air temperature
Outside air temperature, datapoint can be mapped from a weather station on site
temperature
C_CM+T_AIR_OUT
Outlet air temperature
Temperature of the air exiting the air cooler
temperature
C_CM+VF_AIR
Volume flow - ventilation side
Volume flow through the ventilation duct
volumetric-flow-rate
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
C_CM+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
C_CM+CUS_HOLI
Custom holiday
On a holiday, plant operation is considered as unintentional. Adds custom holidays to the schedule.
json
None
generic
C_CM+C_CRC+C_T_RET_DSG
Design return temperature
Return temperature that was used to design the energy system at maximum load.
float
16.0
degrees-celsius
C_CM+C_CRC+C_T_SPR_MIN_DSG
Minimal temperature spread
Minimal expected temperature spread for the water side.
float
2.0
delta-degrees-celsius
C_CM+C_CRC+C_T_SUP_DSG
Design supply temperature
Supply temperature that was used to design the energy system at maximum load.
float
10.0
degrees-celsius
C_CM+LINK
Link
Hyperlink to external resources
link
None
generic
C_CM+NOM_POW
Nominal cooling power
Nominal cooling power of the air cooler
float
None
kilowatts
C_CM+NOM_VF
Nominal volume flow - water side
Water volume flow at design conditions.
float
None
cubic-meters-per-hour
C_CM+NOM_VF_AIR
Nominal volume flow - ventilation side
Air volume flow at design conditions.
float
None
cubic-meters-per-hour
C_CM+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
C_CM+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
C_CM+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
C_CM+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
C_CM+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
C_CM+U_EN_C
Cooling energy unit - water side
Allows to adapt the unit of the cooling energy pin.
string
None
generic
C_CM+U_POW_C
Cooling power unit - water side
Allows to adapt the unit of the cooling power pin.
string
None
generic
C_CM+U_VF
Volume flow unit - water side
Allows to adapt the unit of the volume flow pin.
string
None
generic
C_CM+VAL_POS_SP_DEV_TOL
Valve position setpoint deviation tolerance
Tolerance for deviation of the valve position from the air cooler valve control signal
float
10.0
percent
C_CM+VAL_THR
Valve threshold
For specific analysis functions it's important to know above what valve position the feeding pump should start to operate. This is currently only used for the 3-way valve.
float
5
percent
C_CM+VAL_TYP
Valve type
For specific analysis functions it's important to know what kind of valve is used to regulate the outlet temperature. If required you can choose between a 2-way valve and a 3-way valve with this attribute.
The Air Handling Unit component model represents typical units from ventilation systems to full air conditioning including heat recovery and recirculation. Compose the air handling unit to the needs of the specific project by mapping the regarding pins of this component model from supply fan, exhaust fan, heat recovery system, air heater, air cooler, air re-heater, supply humidifier, exhaust humidifier, and recirculation damper. The alphanumeric ID for the component is AHU.
The operational state of an aedifion .controls app
dimensionless-quantities
AHU+COM_SWI_MN
Main switching command
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
dimensionless-quantities
AHU+C_CM+C_CRC+PU+MSG_OPR
Air cooler - pump operating message
Operational state of the air cooler pump: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+C_CM+C_CRC+T_IN
Air cooler - water supply temperature
Supply temperature for the air cooler
temperature
AHU+C_CM+C_CRC+T_OUT
Air cooler - water return temperature
Return temperature for the air cooler
temperature
AHU+C_CM+C_CRC+VAL_POS
Air cooler - valve position
Actual position of air cooler valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
AHU+C_CM+C_CRC+VAL_POS_SP
Air cooler - valve control signal
Control signal of the air cooler valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
AHU+C_CM+MSG_OPR
Air cooler - operating message
Informs about operational state of air cooler: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+C_CM+T_AIR_IN
Air cooler - Inlet air temperature
Temperature of the air entering the air cooler
temperature
AHU+C_CM+T_AIR_OUT
Air cooler - Outlet air temperature
Temperature of the air exiting the air cooler
temperature
AHU+DAMP_RCA+POS
Recirculation damper - position
Actual position of the recirculation damper: 0 = fully closed, 100 = fully opened
dimensionless-quantities
AHU+DAMP_RCA+POS_SP
Recirculation damper - control signal
Control signal of the recirculation damper position
dimensionless-quantities
AHU+EHA_T_AIR
Exhaust air temperature
Temperature of the exhaust airflow
temperature
AHU+EN_C
Total cooling energy
The aggregated thermal cooling energy consumed by the AHU
energy
AHU+EN_EL_ACT
Total electrical energy
The aggregated electrical energy consumed by the AHU
energy
AHU+EN_H
Total heating energy
The aggregated thermal heating energy consumed by the AHU
energy
AHU+ETA_T_AIR_SP_MAX
Return air temperature setpoint maximum
Setpoint for the maximum temperature of the return airflow
temperature
AHU+ETA_T_AIR_SP_MIN
Return air temperature setpoint minimum
Setpoint for the minimum temperature of the return airflow
temperature
AHU+EXH_P_DIF
Return air duct pressure
Pressure difference between ambient pressure and pressure inside the return air duct
pressure
AHU+EXH_P_DIF_SP
Return air duct pressure setpoint
Setpoint of the pressure difference between ambient pressure and pressure inside the return air duct
pressure
AHU+EXH_T_AIR
Return air temperature
Temperature of exhaust air
temperature
AHU+EXH_T_AIR_SP
Return air temperature setpoint
Return air temperature setpoint
temperature
AHU+FAN.EXH+MSG_OPR
Return air fan - operating message
Informs about operational state of exhaust fan: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+FAN.EXH+POW_EL
Return air fan - electrical power
Electrical power of the exhaust fan
power
AHU+FAN.EXH+P_DIF
Return air fan - pressure difference
Pressure difference over the exhaust fan
pressure
AHU+FAN.EXH+P_DIF_SP
Return air fan - pressure difference setpoint
Setpoint of the pressure difference over the exhaust fan
pressure
AHU+FAN.EXH+SPE
Return air fan - speed
Current fan speed in relation to the nominal speed of the exhaust fan
dimensionless-quantities
AHU+FAN.EXH+VF
Return air fan - volume flow
Volume flow through the exhaust duct, generated by the exhaust fan
volumetric-flow-rate
AHU+FAN.SUP+MSG_OPR
Supply air fan - operating message
Informs about operational state of supply fan: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+FAN.SUP+POW_EL
Supply air fan - electrical power
Electrical power of the supply fan
power
AHU+FAN.SUP+P_DIF
Supply air fan - pressure difference
Pressure difference over the supply fan
pressure
AHU+FAN.SUP+P_DIF_SP
Supply air fan - pressure difference setpoint
Setpoint of the pressure difference over the supply fan
pressure
AHU+FAN.SUP+SPE
Supply air fan - speed
Current fan speed in relation to the nominal speed of the supply fan
dimensionless-quantities
AHU+FAN.SUP+VF
Supply air fan - volume flow
Volume flow through the supply duct, generated by the supply fan
volumetric-flow-rate
AHU+FIL+MSG_ALARM
Filter - alarm message
Boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
AHU+HRCS+MSG_OPR
Heat recovery system - operating message
Informs about operational state of heat recovery system: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+HRCS+UTIL_LEV
Heat recovery system - utilization level
Utilization level of the heat recovery system: 0 = not active, 100 = fully active
dimensionless-quantities
AHU+HRCS+UTIL_LEV_SP
Heat recovery system - utilization level setpoint
Setpoint for the utilization level of the heat recovery system
dimensionless-quantities
AHU+HUM.EXH+MSG_OPR
Exhaust humidifier - operating message
Informs about operational state of exhaust humidifier: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+HUM.SUP+MSG_OPR
Supply humidifier - operating message
Informs about operational state of supply humidifier: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+HUM_REL_AIR_ODA
Outside air relative humidity
Relative humidity of the inlet airflow. Typically the relative humidity of the outside air
dimensionless-quantities
AHU+H_CM+H_CRC+PU+MSG_OPR
Air heater - pump operating message
Operational state of the air heater pump: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+H_CM+H_CRC+T_IN
Air heater - water supply temperature
Supply temperature for the air heater
temperature
AHU+H_CM+H_CRC+T_OUT
Air heater - water return temperature
Return temperature for the air heater
temperature
AHU+H_CM+H_CRC+T_OUT_MIN
Air heater - minimal water return temperature
Lower Limit for the return temperature for the air heater
temperature
AHU+H_CM+H_CRC+VAL_POS
Air heater - valve position
Actual position of air heater valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
AHU+H_CM+H_CRC+VAL_POS_SP
Air heater - valve control signal
Control signal of the air heater valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
AHU+H_CM+MSG_OPR
Air heater - operating message
Informs about operational state of air heater: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+H_CM.RE+H_CRC+PU+MSG_OPR
Air re-heater - pump operating message
Operational state of the air re-heater pump: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+H_CM.RE+H_CRC+T_IN
Air re-heater - water supply temperature
Supply temperature for the air re-heater
temperature
AHU+H_CM.RE+H_CRC+T_OUT
Air re-heater - water return temperature
Return temperature for the air re-heater
temperature
AHU+H_CM.RE+H_CRC+T_OUT_MIN
Air re-heater - minimal water return temperature
Lower Limit for the return temperature for the air re-heater
temperature
AHU+H_CM.RE+H_CRC+VAL_POS
Air re-heater - valve position
Actual position of air re-heater valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
AHU+H_CM.RE+H_CRC+VAL_POS_SP
Air re-heater - valve control signal
Control signal of the air re-heater valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
AHU+H_CM.RE+MSG_OPR
Air re-heater - operating message
Informs about operational state of air re-heater: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred: 1 = alarm, 0 = no alarm
dimensionless-quantities
AHU+MSG_OPR
Operating message
Informs about operational state of air handling unit: 1 = operating, 0 = switched-off
dimensionless-quantities
AHU+POW_C
Total cooling power
The aggregated thermal cooling power used by the AHU
power
AHU+POW_EL
Total electrical power
The aggregated electrical power used by the AHU
power
AHU+POW_H
Total heating power
The aggregated thermal heating power used by the AHU
power
AHU+SUP_HUM_REL_AIR
Supply air relative humidity
Relative humidity of the supply airflow
dimensionless-quantities
AHU+SUP_P_DIF
Supply duct pressure
Pressure difference between ambient pressure and pressure inside the supply duct
pressure
AHU+SUP_P_DIF_SP
Supply duct pressure setpoint
Setpoint of the pressure difference between ambient pressure and pressure inside the supply duct
pressure
AHU+SUP_T_AIR
Supply air temperature
Temperature of supply air
temperature
AHU+SUP_T_AIR_AF_HRCS
Supply air temperature after heat recovery system
Air temperature in the supply duct downstream after the heat recovery system
temperature
AHU+SUP_T_AIR_SP
Supply air temperature setpoint
Supply air temperature setpoint
temperature
AHU+SUP_T_AIR_SP_MAX
Supply air temperature setpoint maximum
Upper limit of the supply air temperature setpoint
temperature
AHU+SUP_T_AIR_SP_MIN
Supply air temperature setpoint minimum
Lower limit of the supply air temperature setpoint
temperature
AHU+T_AIR_ODA
Outside air temperature (weather station)
Temperature of the outside air. Typically the temperature of a weather station.
temperature
AHU+T_AIR_ODA_AHU
Fresh air temperature
Air temperature in the intake duct of the air handling unit
temperature
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
AHU+ARA.ETA_T_AIR_SP
ARA .controls App - Return air temperature setpoint
Return air temperature setpoint for the ARA .controls App
float
None
degrees-celsius
AHU+CO2_EMIS_F_C
CO2 emission factor cold
CO2 emission factor for cold energy
float
0.3
kilograms-per-kilowatt-hours
AHU+CO2_EMIS_F_EL
CO2 emission factor electricity
CO2 emission factor for electric energy
float
0.56
kilograms-per-kilowatt-hours
AHU+CO2_EMIS_F_H
CO2 emission factor heat
CO2 emission factor for heat energy
float
0.24
kilograms-per-kilowatt-hours
AHU+COM_SWI_MN_OFF
Main switching command - off
Value which describes the "off mode" of main switching command pin, especially for multi-state variables
float
None
generic
AHU+COM_SWI_MN_ON
Main switching command - on
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
float
None
generic
AHU+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
AHU+CUS_HOLI
Custom holiday
On a holiday, plant operation is considered as unintentional. Adds custom holidays to the schedule.
json
None
generic
AHU+C_CM+CNCTN
Air cooler installed
Is an air cooler installed? (True/False). The automatic detection within the setpoint deviation analysis can be overwritten with this attribute.
boolean
None
generic
AHU+C_CM+NOM_POW
Air cooler - nominal thermal power
Nominal cooling power of the air cooler
float
None
kilowatts
AHU+C_CM+VAL_POS_SP_DEV_TOL
Air cooler - valve position setpoint deviation tolerance
Tolerance for deviation of the valve position from the air cooler valve control signal
float
10.0
percent
AHU+C_CM_DSG_HRCS
Air cooler - design with heat recovery system
Leave empty for automatic determination. "True" if the nominal power of the air cooler was designed including the nominal power of the heat recovery system, "False" if the nominal power is only the nominal power of the air cooler.
boolean
None
generic
AHU+DAMP_RCA+POS_SP_DEV_TOL
Recirculation damper - position setpoint deviation tolerance
Tolarance for the position of the recirculation damper
float
10.0
percent
AHU+ETA_T_AIR_SP_MAX_AED
Return air temperature setpoint maximum
Upper limit of the return air temperature setpoint used for aedifion services
float
25.0
degrees-celsius
AHU+ETA_T_AIR_SP_MIN_AED
Return air temperature setpoint minimum
Lower limit of the return air temperature setpoint used for aedifion services
float
20.0
degrees-celsius
AHU+EXH_T_AIR_SP_DEV_TOL
Return air temperature setpoint deviation tolerance
Tolerance for deviation of actual return air temperature from setpoint
float
1.5
delta-degrees-celsius
AHU+EXH_T_AIR_SU
Return air temperature summer case
Typical temperature of return air in summer
float
24.0
degrees-celsius
AHU+EXH_T_AIR_WI
Return air temperature winter case
Typical temperature of return air in winter
float
21.0
degrees-celsius
AHU+FAN.EXH+NOM_VF
Return air fan - nominal volume flow
Nominal volume flow of exhaust fan
float
None
cubic-meters-per-hour
AHU+FAN.EXH+POW_NOM_CONSUM
Return air fan - nominal power
Nominal electrical power of the exhaust fan
float
None
kilowatts
AHU+FAN.EXH+SPE_DFLT
Return air fan - Default speed
Default fan speed used when speed pin is not connected. Range: 0-100%
float
90
percent
AHU+FAN.EXH+SPE_STD_THLD
Return air fan - fan speed standard deviation threshold
Overwrites the default standard deviation threshold for the yellow limit
float
0.5
percent
AHU+FAN.EXH+SPFI_POW_FAN
Return air fan - specific fan power
Quantifies the energy-efficiency of exhaust fan
float
2000.0
watts-per-cubic-meter-per-second
AHU+FAN.SUP+NOM_VF
Supply air fan - nominal volume flow
Nominal volume flow of supply fan
float
None
cubic-meters-per-hour
AHU+FAN.SUP+POW_NOM_CONSUM
Supply air fan - nominal power
Nominal electrical power of the supply fan
float
None
kilowatts
AHU+FAN.SUP+SPE_DFLT
Supply air fan - Default speed
Default fan speed used when speed pin is not connected. Range: 0-100%
float
90
percent
AHU+FAN.SUP+SPE_STD_THLD
Supply air fan - fan speed standard deviation threshold
Overwrites the default standard deviation threshold for the yellow limit
float
0.5
percent
AHU+FAN.SUP+SPFI_POW_FAN
Supply air fan - specific fan power
Quantifies the energy-efficiency of the supply fan
float
2000.0
watts-per-cubic-meter-per-second
AHU+FAN.SUP+T_DIF
Supply air fan temperature increase
Estimated increase in temperature of the supply air due to the supply fan
float
None
delta-degrees-celsius
AHU+F_DSG_C
Empirical design factor cold
Empirical factor for cooling power as a factor of electrical power
float
0.5
generic
AHU+F_DSG_H
Empirical design factor heat
Empirical factor for heating power as a factor of electrical power
float
2.0
generic
AHU+HRCS+EF
Heat recovery system efficiency
Typical efficiency of the heat recovery system
float
0.75
generic
AHU+HRCS+UTIL_LEV_SP_DEV_TOL
Heat recovery system - utilization level setpoint deviation tolerance
Tolerance for deviation of the utilization level of the heat recovery system
float
10.0
percent
AHU+HRCS_ACT_C
Heat recovery system active during cooling
"True", if the heat recovery system is active during cooling (Summer), "False" if it is not active during cooling.
boolean
False
generic
AHU+HRCS_ACT_H
Heat recovery system active during heating
"True", if the heat recovery system is active during heating (Winter), "False" if it is not active during heating.
boolean
True
generic
AHU+HRCS_LEA
Heat recovery system leakage
Overwrites the percentage of leakage between supply and exhaust air flows. Set according to the data sheet.
float
0.0
percent
AHU+H_CM+NOM_POW
Air heater - nominal thermal power
Nominal heating power of the air heater
float
None
kilowatts
AHU+H_CM+VAL_POS_SP_DEV_TOL
Air heater - valve position setpoint deviation tolerance
Tolerance for deviation of the valve position from the air heater valve control signal
float
10.0
percent
AHU+H_CM.RE+VAL_POS_SP_DEV_TOL
Air re-heater - valve position setpoint deviation tolerance
Tolerance for deviation of the valve position from the air re-heater valve control signal
float
10.0
percent
AHU+H_CM_DSG_HRCS
Air heater - design with heat recovery system
Leave empty for automatic determination. "True" if the nominal power of the air heater was designed including the nominal power of the heat recovery system, "False" if the nominal power is only the nominal power of the air heater.
boolean
None
generic
AHU+LINK
Link
Hyperlink to external resources
link
None
generic
AHU+PRIC_EL
Electricity price
Price of electric energy
float
0.25
euro-per-kilowatt-hours
AHU+PRIC_EN_C
Cold price
Price of cold energy
float
0.1
euro-per-kilowatt-hours
AHU+PRIC_EN_H
Heat price
Price of heat energy
float
0.14
euro-per-kilowatt-hours
AHU+P_DIF_SP_DEV_TOL
Pressure difference setpoint deviation tolerance
Tolarance for the pressure setpoints
float
20.0
pascals
AHU+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
AHU+ROOM_T_AIR_C
Room temperature during cooling
Typical room temperature during cooling (Summer)
float
20.0
degrees-celsius
AHU+ROOM_T_AIR_H
Room temperature during heating
Typical room temperature during heating (Winter)
float
20.0
degrees-celsius
AHU+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
AHU+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
AHU+SUP_T_AIR_SP_DEV_TOL
Supply air temperature setpoint deviation tolerance
Tolerance for deviation of actual supply air temperature from setpoint
float
1.5
delta-degrees-celsius
AHU+SUP_T_AIR_SP_MAX
Supply air temperature setpoint maximum
Upper limit of the supply air temperature setpoint for aedifion services
float
25.0
degrees-celsius
AHU+SUP_T_AIR_SP_MIN
Supply air temperature setpoint minimum
Lower limit of the supply air temperature setpoint for aedifion services
float
17.0
degrees-celsius
AHU+SUP_T_AIR_SU
Supply temperature summer case
Typical temperature of supply air in summer
float
24.0
degrees-celsius
AHU+SUP_T_AIR_WI
Supply temperature winter case
Typical temperature of supply air in winter
float
21.0
degrees-celsius
AHU+T_AIR_ODA_DSG_C
Design outside air temperature for cooling
Outside air temperature used for sizing the cooling modules of the AHU
float
33.0
degrees-celsius
AHU+T_AIR_ODA_DSG_H
Design outside air temperature for heating
Outside air temperature used for sizing the heating modules of the AH
float
-14.0
degrees-celsius
AHU+T_AIR_ODA_LIM_C
Outside air temperature limit for cooling
Outside air temperature limit above which the AHU will cool.
float
22.0
degrees-celsius
AHU+T_AIR_ODA_LIM_H
Outside air temperature limit for heating
Outside air temperature limit below which the AHU will heat.
float
15.0
degrees-celsius
AHU+T_EF_SIG_COLO_R
Temperature efficiency red limit
Overwrites the red limit for the temperature efficiency analysis. Adjust according to the data sheet.
float
30.0
percent
AHU+T_EF_SIG_COLO_Y
Temperature efficiency yellow limit
Overwrites the yellow limit for the temperature efficiency analysis. Adjust according to the data sheet.
Operational state of the pump: 1 = operating, 0 = switched-off
dimensionless-quantities
H_CM+H_CRC+T_IN
Supply temperature - water side
Temperature of the fluid entering the heating circuit of the air heater
temperature
H_CM+H_CRC+T_OUT
Return temperature - water side
Temperature of the fluid exiting the heating circuit of the air heater
temperature
H_CM+H_CRC+VAL_POS
Valve position
Actual position of valve opening 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_CM+H_CRC+VAL_POS_SP
Valve control signal
Control signal of the valve 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_CM+H_CRC+VF
Volume flow - water side
Volume flow of heat carrier fluid (water)
volumetric-flow-rate
H_CM+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred, 1 = alarm, 0 = no alarm
dimensionless-quantities
H_CM+MSG_OPR
Operating message
Informs about operational state of air heater: 1 = operating, 0 = switched-off
dimensionless-quantities
H_CM+T_AIR_IN
Inlet air temperature
Temperature of the air entering the air heater
temperature
H_CM+T_AIR_ODA
Outdoor air temperature
Outside air temperature, datapoint can be mapped from a weather station on site
temperature
H_CM+T_AIR_OUT
Outlet air temperature
Temperature of the air exiting the air heater
temperature
H_CM+VF_AIR
Volume flow - ventilation side
Volume flow through the ventilation duct
volumetric-flow-rate
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
H_CM+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
H_CM+CUS_HOLI
Custom holiday
On a holiday, plant operation is considered as unintentional. Adds custom holidays to the schedule.
json
None
generic
H_CM+H_CRC+H_T_RET_DSG
Design return temperature
Return temperature that was used to design the energy system at maximum load.
float
40.0
degrees-celsius
H_CM+H_CRC+H_T_SPR_MIN_DSG
Minimal temperature spread
Minimal expected temperature spread for the water side.
float
5.0
delta-degrees-celsius
H_CM+H_CRC+H_T_SUP_DSG
Design supply temperature
Supply temperature that was used to design the energy system at maximum load.
float
60.0
degrees-celsius
H_CM+LINK
Link
Hyperlink to external resources
link
None
generic
H_CM+NOM_POW
Nominal cooling power
Nominal cooling power of the air cooler
float
None
kilowatts
H_CM+NOM_VF
Nominal volume flow - water side
Water volume flow at design conditions.
float
None
cubic-meters-per-hour
H_CM+NOM_VF_AIR
Nominal volume flow - ventilation side
Air volume flow at design conditions.
float
None
cubic-meters-per-hour
H_CM+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
H_CM+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
H_CM+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
H_CM+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
H_CM+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
H_CM+U_EN_H
Heating energy unit - water side
Allows to adapt the unit of the heating energy pin.
string
None
generic
H_CM+U_POW_H
Heating power unit - water side
Allows to adapt the unit of the heating power pin.
string
None
generic
H_CM+U_VF
Volume flow unit - water side
Allows to adapt the unit of the volume flow pin.
string
None
generic
H_CM+VAL_POS_SP_DEV_TOL
Valve position setpoint deviation tolerance
Tolerance for deviation of the valve position from the air cooler valve control signal
float
10.0
percent
H_CM+VAL_THR
Valve threshold
For specific analysis functions it's important to know above what valve position the feeding pump should start to operate. This is currently only used for the 3-way valve.
float
5
percent
H_CM+VAL_TYP
Valve type
For specific analysis functions it's important to know what kind of valve is used to regulate the outlet temperature. If required you can choose between a 2-way valve and a 3-way valve with this attribute.
The Boiler is the component model of the heat conversion plant boiler including subcategories of boilers like condensing boilers. The alphanumeric ID for the component is BOI.
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
dimensionless-quantities
BOI+EN_H
Heating energy
Measured heating energy delivered by boiler to heating loop
energy
BOI+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
BOI+MSG_OPR
Operating message
Informs about operational state of boiler: 1 = operating, 0 = switched-off
dimensionless-quantities
BOI+POW_H
Heating power
Measured heating power delivered by boiler to heating loop
power
BOI+PU+CTRL
Pump control
Value representing the pump control or pump speed
frequency
BOI+PU+MSG_OPR
Pump operating message
Operational state of the pump: 1 = operating, 0 = switched-off
dimensionless-quantities
BOI+RATE_FUEL_CONSUM
Rate of fuel consumption
Measured fuel consumption of the device
power
BOI+T_AIR_ODA
Outdoor air temperature
Outside air temperature, datapoint can be mapped from a weather station on site
temperature
BOI+T_AIR_ODA_OVR
Outdoor air temperature overwrite
Overwrite input for the outside air temperature
temperature
BOI+T_IN
Return temperature
Temperature of heat carrier fluid (water) entering the component.
temperature
BOI+T_OUT
Supply temperature
Temperature of heat carrier fluid (water) exiting the component.
temperature
BOI+T_OUT_SP
Supply temperature setpoint
Setpoint temperature of heat carrier fluid (water) exiting the component.
temperature
BOI+VF
Volume flow
Volume flow of heat carrier fluid (water)
volumetric-flow-rate
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
BOI+CC_BP
Heating curve - base points
Defines the base points for the piecewise linear heating curve, as values seperated by comma, pairs seperated by semicolon.
string
None
degrees-celsius
BOI+COM_SWI_MN_OFF
Main switching command - off
Value which describes the "off mode" of main switching command pin, especially for multi-state variables
float
None
generic
BOI+COM_SWI_MN_ON
Main switching command - on
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
float
None
generic
BOI+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
BOI+CUS_HOLI
Custom holiday
On a holiday, plant operation is considered as unintentional. Adds custom holidays to the schedule.
json
None
generic
BOI+EF
Efficiency
Averaged efficiencny of the energy conversion from fuel energy to thermal energy. The efficiency can be a manufacturer's information, based on own calculations or measurements or it could be a rough estimation of the efficiency.
float
0.915
generic
BOI+H_NOM_PROD
Nominal heat production
Nominal heat production of the device.
float
None
kilowatt-hours
BOI+H_T_RET_DSG
Design return temperature
Return temperature that was used to design the energy system at maximum load.
float
50.0
degrees-celsius
BOI+H_T_SPR_MIN_DSG
Minimal temperature spread
Minimal expected temperature spread.
float
5.0
delta-degrees-celsius
BOI+H_T_SUP_DSG
Design supply temperature
Supply temperature that was used to design the energy system at maximum load.
float
70.0
degrees-celsius
BOI+LINK
Link
Hyperlink to external resources
link
None
generic
BOI+NIG_REDU
Heating curve - night time reduction
The night reduction that will be applied to the calculated set point from the heating curve
float
0
degrees-celsius
BOI+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
BOI+PRIC_FUEL
Fuel price
Price of the used fuel.
float
0.06
euro-per-kilowatt-hours
BOI+PRIC_STUP
Start-up costs
The power specific costs of one start-up.
float
0.01
euro-per-kilowatt
BOI+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
BOI+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
BOI+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
BOI+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
BOI+T_SP_DEV_TOL
Temperature setpoint deviation tolerance
Tolerance for deviation of actual temperature from setpoint.
float
1.5
degrees-celsius
BOI+U_EN_H
Heating energy unit
Allows to adapt the unit of the heating energy pin.
string
None
generic
BOI+U_POW_H
Heating power unit
Allows to adapt the unit of the heating power pin.
The Building is a component model for a complete project. It's the base for our asset and facility overviews, as well as the connected analysis functions. The alphanumeric ID for the component is B.
Solar heat generation pump electricity consumption
None
energy
B+HS+SOL_EN_H_GEN_SUM
Solar heat generation
None
energy
B+HS+VOL_GAS_CONSUM
Total volume natural gas consumption
None
volume
B+HS_MALFS
Heating system fault indicator
None
dimensionless-quantities
B+H_CO2_EMI_SUM
Heat-related co2 emissions
None
mass
B+H_CO2_EMI_SUM_PRJ
Heat-related co2 emissions projection
None
mass
B+H_DISCT+EN_H_CONSUM
District heating heat consumption
None
energy
B+H_DISCT+EN_H_CONSUM_15m
District heating heat consumption 15m
None
energy
B+VEH_PRKG+COUNT_CAR
Number of cars
None
dimensionless-quantities
B+VENS_MALFS
Ventilation systems fault indicator
None
dimensionless-quantities
B+WAS+RAIN_WS_CONSUM
Rain water consumption
None
volume
B+WAS+RAIN_WS_CONSUM_PRJ
Rain water consumption projection
None
volume
B+WAS+WS_FRESH_CONSUM
Fresh water consumption
None
volume
B+WAS+WS_FRESH_CONSUM_PRJ
Fresh water consumption projection
None
volume
B+WAS+WS_GRAY_CONSUM
Gray water consumption
None
volume
B+WAS+WS_GRAY_CONSUM_PRJ
Gray water consumption projection
None
volume
B+WAS+WS_LEV_MALFS
Water level detector fault indicator
None
dimensionless-quantities
B+WAS+WS_PBS_MALFS
Pressure boosting system fault indicator
None
dimensionless-quantities
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
B+AHU
Air handling units
Information regarding the air handling units.
string
None
generic
B+ASSET_MANAGER
Asset manager
Name of the asset manager.
string
None
generic
B+ASSET_OWNER
Asset owner
Name of the asset owner.
string
None
generic
B+BA_BRAND
Building automation brand
Name of the building automation brand.
string
None
generic
B+BA_CNSTR
Building automation constructor
Name of the building automation constructor.
string
None
generic
B+BA_PROT
Building automation protocol
Name of the building automation protocol.
string
None
generic
B+BMS_BRAND
Building management system brand
Name of the building management system brand.
string
None
generic
B+BUILD_YEAR
Year of construction
Year of building construction.
float
None
generic
B+CERTS
Building certifications
Please use specific building certificate attributes, e.g., "LEED" instead.
json
None
generic
B+CERTS_BREEAM
BREEAM
BREEAM certification.
string
None
generic
B+CERTS_DGNB
DGNB
DGNB certification.
string
None
generic
B+CERTS_ECORE
Ecore
Ecore certification which is evaluated on a scale of 1 to 100.
float
None
generic
B+CERTS_ESTAR
EnergyStar
EnergyStar certification which is evaluated on a scale of 1 to 100.
float
None
generic
B+CERTS_GRESB
GRESB
GRESB certification which is evaluated on a scale of 1 to 100.
float
None
generic
B+CERTS_LEED
LEED
LEED certification.
string
None
generic
B+CERTS_WSCORE
WiredScore
WiredScore certification.
string
None
generic
B+CO2E+SIG_COLO_R
CO2 emissions limit red
Overwrites the red limit for the CO2 emissions KPI for this building.
float
None
kilograms-per-square-meter-per-month
B+CO2E+SIG_COLO_Y
CO2 emissions limit yellow
Overwrites the yellow limit of the CO2 emissions KPI for this building.
float
None
kilograms-per-square-meter-per-month
B+CO2_EMIS_F_C
CO2 emission factor cold
CO2 emission factor for cold energy
float
0.3
kilograms-per-kilowatt-hours
B+CO2_EMIS_F_EL
CO2 emission factor electricity
CO2 emission factor for electric energy
float
0.56
kilograms-per-kilowatt-hours
B+CO2_EMIS_F_H
CO2 emission factor heat
CO2 emission factor for heat energy
float
0.24
kilograms-per-kilowatt-hours
B+CO2_EMIS_PRIC_DSG
Investment - CO2 emission price
CO2 emission price for new heating system
float
45.0
euro-per-metric-ton
B+CO2_EMIS_PRIC_RATE_DSG
Investment - CO2 emission price change rate
CO2 emission change rate for new heating system
float
0.0
percent
B+CS
Cooling system
Information regarding the cooling system.
string
None
generic
B+DP_COUNT
Number of datapoints
Number of datapoints in the project.
float
None
generic
B+EC+SIG_COLO_R
Energy cost limit red
Overwrites the red limit of the energy cost KPI for this building.
float
None
euro-per-square-meter-per-month
B+EC+SIG_COLO_Y
Energy cost limit yellow
Overwrites the yellow limit for the energy cost KPI for this building.
float
None
euro-per-square-meter-per-month
B+EN_CONSUM+SIG_COLO_R
Energy consumption limit red
Overwrites the red limit for the energy consumption KPI for this building.
float
None
kilowatt-hours-per-square-meter-per-month
B+EN_CONSUM+SIG_COLO_Y
Energy consumption limit yellow
Overwrites the yellow limit of the energy consumption KPI for this building.
float
None
kilowatt-hours-per-square-meter-per-month
B+FACILITY_MANAGER
Facility manager
Name of the facility manager.
string
None
generic
B+GOA
Goals
Set SMART goals to optimize your building! "period": Make it time-bound. "names": Formulate your goal specific, achievable, and relevant. "bar_chart": Make it measurable and track it.
json
None
generic
B+HP+CO2_EMIS_F_INST_DSG
Investment - CO2 emission factor new energy system
CO2 emissions per energy unit for new heating system
Change rate of the electricity price for the new energy system
float
0.0
percent
B+HP+PRIC_INST_DSG
Investment - specific installation price new energy system
Specific installation price for the heat pump
float
1000.0
euro-per-kilowatt
B+HP+TYPE_DSG
Investment - Heat pump type
Distinguished in Water/Water and Air/Water
enum
remeha_aw_168
generic
B+HS
Heating system
Information regarding the heating system.
string
None
generic
B+HS+CO2_EMIS_F_DSG
Investment - CO2 emission factor current energy system
CO2 emissions per energy unit for current heating system
float
0.2
kilograms-per-kilowatt-hours
B+HS+DEP_DUR_DSG
Investment - depreciation period new energy system
Depreciation period of the new energy system
float
inf
years
B+HS+EF_DSG
Investment - efficiency current heat source
Efficiency of the current heat source
float
100.0
percent
B+HS+PRIC_H_DSG
Investment - specific energy price current heating system
Current energy price
float
0.12
euro-per-kilowatt-hours
B+HS+PRIC_H_RATE_DSG
Investment - specific energy price change rate current heat source
Change rate of the electricity price for the current energy system
float
0.0
percent
B+HS+T_SUP_DSG
Investment - design temperature heating system
Design supply temperature of the heating system (usually maximum supply temperature)
float
60.0
degrees-celsius
B+HS+USA_DUR_DSG
Investment - usage period new energy system
Depreciation period to consider the tax effect
float
20.0
years
B+ICT
ICT contact person
Name of the ICT contact person.
string
None
generic
B+INR_DSG
Investment - interest rate
Calculation interest rate to discount the annual cash flow
float
12.0
percent
B+LINK
Link
Hyperlink to external resources
link
None
generic
B+LOC
Location of building
Location or address of the building.
string
None
generic
B+M
Meters
Information regarding the meters.
string
None
generic
B+NFA
Net floor area
The net floor area of the building.
float
None
square-meters
B+POW_H_BASE_LOA
Thermal base load
Heat power consumption independent of outside air temperature
float
0.0
kilowatts
B+POW_H_LIM_LOW
Lower limit total heat power
Heat power cutoff
float
10.0
kilowatts
B+PRIC_EL
Electricity price
Price of electric energy
float
0.25
euro-per-kilowatt-hours
B+PRIC_EN_C
Cold price
Price of cold energy
float
0.1
euro-per-kilowatt-hours
B+PRIC_EN_H
Heat price
Price of heat energy
float
0.14
euro-per-kilowatt-hours
B+PROP_MANA
Property management
Property management company or person.
string
None
generic
B+REFE_EN_H_SPFI_AR_CONSUM
Reference specific heat consumption
Overwrite the specific heat consumption for the savings calculation
float
60.0
kilowatt-hours-per-square-meter
B+REFE_ROOM_T_AIR
Reference room temperature
Overwrite the room temperature of the reference period for savings calculation
float
None
degrees-celsius
B+REFE_ROOM_T_AIR_OPT
Reference optimum room temperature
Overwrite the optimum room temperature of the reference period for savings calculation
float
None
degrees-celsius
B+REFE_STOP
Reference period end
End of the reference period to calculate model
string
None
generic
B+REFE_STRT
Reference period start
Start of the reference period to calculate model
string
None
generic
B+REFE_T_C_LIM
Reference cooling limit temperature
Set the temperature limit of the reference period at which cooling is considered for savings calculations
float
18.0
degrees-celsius
B+REFE_T_H_LIM
Reference heating limit temperature
Set the temperature limit of the reference period at which heating is considered for savings calculations
float
12.0
degrees-celsius
B+RENOV_YEAR
Year of the last renovation
Year of the last renovation of the building.
float
None
generic
B+ROOM_T_AIR
Room temperature
Overwrite the room temperature of the analysis period for savings calculation
float
None
degrees-celsius
B+ROOM_T_AIR_OPT
Optimum room temperature
Overwrite the optimum room temperature of the analysis period for savings calculation
float
20.0
degrees-celsius
B+TYP
Type
The usage type of building.
enum
None
generic
B+T_C_LIM
Cooling limit temperature
Set the temperature limit of the analysis period at which cooling is considered for savings calculations
float
18.0
degrees-celsius
B+T_H_LIM
Heating limit temperature upper limit
Temperature limit where the heating system is not active
float
20.0
degrees-celsius
B_COUNT_CAR_MAX
Car park capacity
Maximum number of cars the car park can accommodate.
float
None
generic
B_COUNT_PEO_MAX
Occupancy capacity
Total number of people the building can accommodate.
float
None
generic
B_EFZ
Efficiency zones
Benchmarks for evaluating efficiency criteria of buildings on a color scale.
json
None
generic
B_EVS
Events
Define the most important alarming events in a building. [Alarms] can be linked to an event by "category", while "activate":True indicates at least one linked alarm. The key "icon" allows to individualize frontend-sided rendering of the event.
The Cold meter component data model represents a heat meter that will count cooling energy. It can be physically present in the energy system or virtually on the aedifion platform. The alphanumeric ID for the component is CM.
The Combined Heat and Power component data model represents various kinds of combined heat and power generation. The alphanumeric ID for the component is CHP.
Measured heating energy delivered by CHP to heating loop
energy
CHP+GEN+POW_EL
Generator power
Measured electricity output of the device
power
CHP+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
CHP+MSG_OPR
Operating message
Informs about operational state of component: 1 = operating, 0 = switched-off
dimensionless-quantities
CHP+POW_H
Heating power
Measured heating power delivered by CHP to heating loop
power
CHP+PU+CTRL
Pump control
Value representing the pump control or pump speed
frequency
CHP+PU+MSG_OPR
Pump operating message
Operational state of the pump: 1 = operating, 0 = switched-off
dimensionless-quantities
CHP+RATE_FUEL_CONSUM
Rate of fuel consumption
Rate of fuel consumption of the device
power
CHP+T_AIR_ODA
Outdoor air temperature
Outdoor air temperature, datapoint can be mapped from a weather station on site
temperature
CHP+T_IN
Return temperature
Temperature of heat carrier fluid (water) entering the component.
temperature
CHP+T_OUT
Supply temperature
Temperature for heat carrier fluid ( water) exiting the component.
temperature
CHP+T_OUT_SP
Supply temperature setpoint
Setpoint temperature for heat carrier fluid ( water) exiting the component.
temperature
CHP+VF
Volume flow
Volume flow of heat carrier fluid (water)
volumetric-flow-rate
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
CHP+CC_BP
Heating curve - base points
Defines the base points for the piecewise linear heating curve, as values seperated by comma, pairs seperated by semicolon.
string
None
degrees-celsius
CHP+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
CHP+CUS_HOLI
Custom holiday
On a holiday, plant operation is considered as unintentional. Adds custom holidays to the schedule.
json
None
generic
CHP+FUEL_UTIL_F
Fuel utiltzation factor
Overall efficiency of the CHP. It is considered to be the sum of thermal and electrical efficiency. The fuel utilization factor can be a manufacturer's information, based on own calculations or measurements or it could be a rough estimation of the fuel utilization factor.
float
None
generic
CHP+GEN+POW_NOM
Generator nominal power
Nominal power output of the generator from CHP.
float
None
kilowatts
CHP+H_NOM_PROD
Nominal heat production
Nominal heat production of the device.
float
None
kilowatt-hours
CHP+H_T_RET_DSG
Design return temperature
Return temperature that was used to design the energy system at maximum load.
float
50.0
degrees-celsius
CHP+H_T_SPR_MIN_DSG
Minimal temperature spread
Minimal expected temperature spread.
float
5.0
delta-degrees-celsius
CHP+H_T_SUP_DSG
Design supply temperature
Supply temperature that was used to design the energy system at maximum load.
float
70.0
degrees-celsius
CHP+LINK
Link
Hyperlink to external resources
link
None
generic
CHP+NIG_REDU
Heating curve - night time reduction
The night reduction that will be applied to the calculated set point from the heating curve
float
0
degrees-celsius
CHP+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
minutes
CHP+PRIC_EL
Electricity price
Price of the electricity used in the CHP.
float
0.25
euro-per-kilowatt-hours
CHP+PRIC_FUEL
Fuel price
Price of the fuel used in the CHP.
float
0.06
euro-per-kilowatt-hours
CHP+PRIC_H_EN
Heat price
Price of the heat used in the CHP.
float
0.065
euro-per-kilowatt-hours
CHP+PRIC_STUP
Start-up costs
The power specific costs of one start-up.
float
0.02
euro-per-kilowatt
CHP+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
CHP+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
CHP+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
minutes
CHP+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
CHP+TH_EF
Thermal efficiency
Efficiency of the device for turning fuel energy into thermal energy. The thermal efficiency can be a manufacturer's information, based on own calculations or measurements or it could be a rough estimation of the thermal efficiency.
float
None
generic
CHP+T_SP_DEV_TOL
Temperature setpoint deviation tolerance
Tolerance for deviation of actual temperature from setpoint.
float
1.5
degrees-celsius
CHP+U_EN_H
Heating energy unit
Allows to adapt the unit of the heating energy pin.
string
None
generic
CHP+U_POW_H
Heating power unit
Allows to adapt the unit of the heating power pin.
The Compression chiller component represents a generic compression chiller with an electric compression unit. A customer can use the evaporator side for cooling. Excess heat is dissipated on the condenser side of the system. The alphanumeric ID for the component is CH_COMP.
Informs about operational state of the condenser pump 1 = operating, 0 = switched-off
dimensionless-quantities
CH_COMP+COND+T_IN
Inlet temperature - condenser
Temperature of heat carrier fluid (water) entering the component. Condenser side.
temperature
CH_COMP+COND+T_OUT
Outlet temperature - condenser
Temperature of heat carrier fluid (water) exiting the component. Condenser side.
temperature
CH_COMP+COND+T_OUT_SP
Outlet temperature setpoint - condenser
Setpoint temperature of heat carrier fluid (water) exiting the component. Condenser side.
temperature
CH_COMP+EVAP+EN_C
Cooling energy - evaporator
Measured cooling energy taken from heat source loop.
energy
CH_COMP+EVAP+POW_C
Cooling power - evaporator
Measured cooling power taken from heat source loop.
power
CH_COMP+EVAP+PU+CTRL
Pump control - evaporator
Value representing the pump control or pump speed
frequency
CH_COMP+EVAP+PU+MSG_OPR
Operating message pump - evaporator
Informs about operational state of the evaporator pump 1 = operating, 0 = switched-off
dimensionless-quantities
CH_COMP+EVAP+T_IN
Inlet temperature - evaporator
Temperature of heat carrier fluid (water) entering the component. Evaporator side.
temperature
CH_COMP+EVAP+T_OUT
Outlet temperature - evaporator
Temperature of heat carrier fluid (water) entering the component. Evaporator side.
temperature
CH_COMP+EVAP+T_OUT_SP
Outlet temperature setpoint - evaporator
Setpoint temperature of heat carrier fluid (water) entering the component. Evaporator side.
temperature
CH_COMP+EVAP+VF
Volume flow - evaporator
Volume flow of heat carrier fluid (water). Evaporator side.
volumetric-flow-rate
CH_COMP+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
CH_COMP+MSG_OPR
Operating message
Informs about operational state of component 1 = operating, 0 = switched-off
dimensionless-quantities
CH_COMP+OPR_COUNT
Operating starts
Total number of starts
dimensionless-quantities
CH_COMP+OPR_TIM
Operating hours
Total hours of operation
time
CH_COMP+POW_EL
Electrical power
Measured electrical power consumed by the device.
power
CH_COMP+T_AIR_ODA
Outdoor air temperature
Outdoor air temperature
temperature
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
CH_COMP+COND+H_T_RET_DSG
Condenser - design return temperature
Return temperature that was used to design the condenser at maximum load.
float
50.0
degrees-celsius
CH_COMP+COND+H_T_SPR_MIN_DSG
Condenser - minimal temperature spread
Minimal expected temperature spread for the condenser.
float
2.0
delta-degrees-celsius
CH_COMP+COND+H_T_SUP_DSG
Condenser - design supply temperature
Supply temperature that was used to design the evaporator at maximum load.
float
44.0
degrees-celsius
CH_COMP+COND+T_OUT_SP_DEV_TOL
Outlet temperature setpoint deviation tolerance - condenser
Tolerance for deviation of actual temperature from setpoint. Condensor side.
float
1.5
degrees-celsius
CH_COMP+COP
Coefficient of performance
The coefficient of performance (cop) describes the efficiency of the compression chiller. The cop can be a manufacturer's information, based on own calculations or measurements or it could be a rough estimation of the efficiency.
float
4.0
generic
CH_COMP+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
CH_COMP+CUS_HOLI
Custom holiday
On a holiday, plant operation is considered as unintentional. Adds custom holidays to the schedule.
json
None
generic
CH_COMP+C_NOM_PROD
Nominal cooling production
Nominal cooling production of the device.
float
None
kilowatt-hours
CH_COMP+EVAP+C_T_RET_DSG
Evaporator - design return temperature
Return temperature that was used to design the evaporator at maximum load.
float
16.0
degrees-celsius
CH_COMP+EVAP+C_T_SPR_MIN_DSG
Evaporator - minimal temperature spread
Minimal expected temperature spread for the evaporator.
float
2.0
delta-degrees-celsius
CH_COMP+EVAP+C_T_SUP_DSG
Evaporator - design supply temperature
Supply temperature that was used to design the evaporator at maximum load.
float
8.0
degrees-celsius
CH_COMP+EVAP+T_OUT_SP_DEV_TOL
Outlet temperature setpoint deviation tolerance - evaporator
Tolerance for deviation of actual temperature from setpoint. Evaporator side.
float
1.5
degrees-celsius
CH_COMP+LINK
Link
Hyperlink to external resources
link
None
generic
CH_COMP+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
CH_COMP+PRIC_EL
Electricity price
Price for used electricity.
float
0.25
euro-per-kilowatt-hours
CH_COMP+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
CH_COMP+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
string
None
generic
CH_COMP+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
CH_COMP+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
CH_COMP+U_EN_C
Cooling energy unit
Allows to adapt the unit of the cooling energy pin.
string
None
generic
CH_COMP+U_POW_C
Cooling power unit
Allows to adapt the unit of the cooling power pin.
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
dimensionless-quantities
C_CRC+CTRL_SV_UP
Cooling limit
Cooling limit based on ambient temperature, if ambient temperature is below cooling limit the circuit turns off
temperature
C_CRC+EN_C
Cooling energy
Measured cooling energy consumed by the cooling circuit
energy
C_CRC+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
C_CRC+MSG_OPR
Operating message
Informs about operational state of component: 1 = operating, 0 = switched-off
dimensionless-quantities
C_CRC+OPR_MOD
Operation mode
Operation mode of the system
dimensionless-quantities
C_CRC+POW_C
Cooling power
Measured cooling power consumed by the cooling circuit
power
C_CRC+PU+CTRL
Pump control
Value representing the pump control or pump speed
frequency
C_CRC+PU+MSG_OPR
Pump operating message
Operational state of the pump: 1 = operating, 0 = switched-off
dimensionless-quantities
C_CRC+T_AIR_ODA
Outdoor air temperature
Outside air temperature, datapoint can be mapped from a weather station on site
temperature
C_CRC+T_IN
Supply temperature
Temperature of the fluid entering the cooling circuit
temperature
C_CRC+T_IN_SP
Supply temperature setpoint
Temperature setpoint of the fluid entering the cooling circuit
temperature
C_CRC+T_IN_SP_MAX
Supply temperature setpoint maximum
Setpoint for the maximum supply temperature
temperature
C_CRC+T_IN_SP_MIN
Supply temperature setpoint minimum
Setpoint for the minimum supply temperature
temperature
C_CRC+T_OUT
Return temperature
Temperature of the fluid leaving the cooling circuit
temperature
C_CRC+T_SRC
Cold water temperature
Temperature of the water coming from the cold source
temperature
C_CRC+VAL_POS
Valve position
Actual position of valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
C_CRC+VAL_POS_SP
Valve control signal
Control signal of the valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
C_CRC+VF
Volume flow
Volume flow of heat carrier fluid (water)
volumetric-flow-rate
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
C_CRC+CC_BP
Heating curve - base points
Defines the base points for the piecewise linear heating curve, as values seperated by comma, pairs seperated by semicolon.
string
None
degrees-celsius
C_CRC+COM_SWI_MN_OFF
Main switching command - off
Value which describes the "off mode" of main switching command pin, especially for multi-state variables
float
None
generic
C_CRC+COM_SWI_MN_ON
Main switching command - on
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
float
None
generic
C_CRC+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
C_CRC+CUS_HOLI
Custom holiday
On a holiday, plant operation is considered as unintentional. Adds custom holidays to the schedule.
json
None
generic
C_CRC+C_T_RET_DSG
Design return temperature
Return temperature that was used to design the water side at maximum load.
float
16.0
degrees-celsius
C_CRC+C_T_SPR_MIN_DSG
Minimal temperature spread
Minimal expected temperature spread.
float
2.0
delta-degrees-celsius
C_CRC+C_T_SUP_DSG
Design supply temperature
Supply temperature that was used to design the water side at maximum load.
float
10.0
degrees-celsius
C_CRC+LINK
Link
Hyperlink to external resources
link
None
generic
C_CRC+NIG_REDU
Heating curve - night time reduction
The night reduction that will be applied to the calculated set point from the heating curve
float
0
degrees-celsius
C_CRC+NOM_POW_C
Nominal power
Nominal cooling power of the cooling circuit
float
None
kilowatts
C_CRC+NOM_VF
Nominal volume flow
Nominal volume flow of the cooling circuit
float
None
cubic-meters-per-hour
C_CRC+OPR_MOD_CMF
Operation mode - comfort
Value which describes the "comfort mode" of operation mode pin
float
None
generic
C_CRC+OPR_MOD_ECO
Operation mode - economy
Value which describes the "economy mode" of operation mode pin
float
None
generic
C_CRC+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
C_CRC+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
C_CRC+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
C_CRC+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
C_CRC+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
C_CRC+T_OUT_SP_DEV_TOL
Supply temperature setpoint deviation tolerance
Tolerance for deviation of actual temperature from setpoint.
float
1.5
degrees-celsius
C_CRC+U_EN_C
Cooling energy unit
Allows to adapt the unit of the cooling energy pin.
string
None
generic
C_CRC+U_POW_C
Cooling power unit
Allows to adapt the unit of the cooling power pin.
string
None
generic
C_CRC+U_VF
Volume flow unit
Allows to adapt the unit of the volume flow pin.
string
None
generic
C_CRC+VAL_POS_SP_DEV_TOL
Valve position setpoint deviation tolerance
Tolerance for deviation of the valve position from the valve control signal.
float
10.0
percent
C_CRC+VAL_THR
Valve threshold
For specific analysis functions it's important to know above what valve position the feeding pump should start to operate. This is currently only used for the 3-way valve.
float
5
percent
C_CRC+VAL_TYP
Valve type
For specific analysis functions it's important to know what kind of valve is used to regulate the outlet temperature. If required you can choose between a 2-way valve and a 3-way valve with this attribute.
enum
3-way-valve
generic
C_CRC+WASP.NIG_RAI
WASP .controls App - cooling limit nighttime raise
The night raise that will be applied to the cooling limit
The Electricity Meter component model represents a common meter that measures active and reactive power of a system, as well as active and reactive energy. The alphanumeric ID for the component is ELM.
The operational state of an aedifion .controls app
dimensionless-quantities
FAN+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
FAN+MSG_OPR
Operating message
Informs about operational state of the fan 1 = operating, 0 = switched-off
dimensionless-quantities
FAN+POW_EL
Electrical power
Measurement of electrical power
power
FAN+P_DIF
Pressure difference
Pressure difference over the fan
pressure
FAN+P_DIF_SP
Pressure difference setpoint
Setpoint of the pressure difference over the fan
pressure
FAN+SPE
Speed
Current fan speed in relation to the nominal speed of the fan
dimensionless-quantities
FAN+VF
Volume flow
Volume flow generated by the fan
volumetric-flow-rate
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
FAN+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
FAN+CUS_HOLI
Custom holiday
On a holiday, plant operation is considered as unintentional. Adds custom holidays to the schedule.
json
None
generic
FAN+LINK
Link
Hyperlink to external resources
link
None
generic
FAN+NOM_VF
Nominal volume flow
Estimate for the nominal volume flow of the fan
float
None
cubic-meters-per-hour
FAN+POW_NOM_CONSUM
Nominal power consumption
Nominal power consumption of the fan.
float
None
kilowatts
FAN+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
FAN+PRIC_EL
Electricity price
Price for used electricity.
float
0.25
euro-per-kilowatt-hours
FAN+P_DIF_SP_DEV_TOL
Pressure difference setpoint deviation tolerance
Tolerance for deviation of actual pressure difference from its setpoint.
float
20.0
pascals
FAN+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
FAN+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
FAN+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
FAN+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
FAN+SPE_STD_THLD
Fan speed standard deviation threshold
Tolerance for deviation of speed from its setpoint.
The Heat Meter component data model represents a heat meter. It can be physically present in the energy system or virtually on the aedifion platform. The alphanumeric ID for the component is HM.
The Heat Pump component data model is representative of components that can raise the temperature level between two heat carrier loops (water/water) via thermal compression. The alphanumeric ID for the component is HP.
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
dimensionless-quantities
HP+COND+EN_H
Heating energy - condenser
Measured heating energy taken from or delivered to the heating/recooling loop.
energy
HP+COND+POW_H
Heating power - condenser
Measured heating power taken from or delivered to the heating/recooling loop.
power
HP+COND+PU+CTRL
Pump control - condenser
Value representing the pump control or pump speed
frequency
HP+COND+PU+MSG_OPR
Operating message pump - condenser
Informs about operational state of the condenser pump 1 = operating, 0 = switched-off
dimensionless-quantities
HP+COND+T_IN
Inlet temperature - condenser
Temperature of heat carrier fluid (water) entering the component. Condenser side.
temperature
HP+COND+T_OUT
Outlet temperature - condenser
Tolerance for deviation of actual temperature from setpoint.
temperature
HP+COND+T_OUT_SP
Outlet temperature setpoint - condenser
Setpoint temperature of heat carrier fluid (water) exiting the component. Condenser side.
temperature
HP+COND+VF
Volume flow - condenser
Volume flow of heat carrier fluid (water). Condenser side.
volumetric-flow-rate
HP+EVAP+EN_H
Heating energy - evaporator
Measured heat taken from cooling/heat source loop.
energy
HP+EVAP+POW_H
Heating power - evaporator
Measured heat flow taken from cooling/heat source loop
power
HP+EVAP+PU+CTRL
Pump control - evaporator
Value representing the pump control or pump speed
frequency
HP+EVAP+PU+MSG_OPR
Operating message pump - evaporator
Informs about operational state of the evaporator pump 1 = operating, 0 = switched-off
dimensionless-quantities
HP+EVAP+T_IN
Inlet temperature - evaporator
Temperature of heat carrier fluid (water) entering the component. Evaporator side.
temperature
HP+EVAP+T_OUT
Outlet temperature - evaporator
Temperature of heat carrier fluid (water) entering the component. Evaporator side.
temperature
HP+EVAP+T_OUT_SP
Outlet temperature setpoint - evaporator
Setpoint temperature of heat carrier fluid (water) entering the component. Evaporator side.
temperature
HP+EVAP+VF
Volume flow - evaporator
Volume flow of heat carrier fluid (water). Evaporator side.
volumetric-flow-rate
HP+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
HP+MSG_OPR
Operating message
Informs about operational state of component 1 = operating, 0 = switched-off
dimensionless-quantities
HP+POW_EL
Electrical power
Measured electrical power consumed by the device.
power
HP+T_AIR_ODA
Outdoor air temperature
Outdoor air temperature, datapoint can be mapped from a weather station on site
temperature
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
HP+CC_BP
Heating curve - base points
Defines the base points for the piecewise linear heating curve, as values seperated by comma, pairs seperated by semicolon.
string
None
degrees-celsius
HP+COM_SWI_MN_OFF
Main switching command - off
Value which describes the "off mode" of main switching command pin, especially for multi-state variables
float
None
generic
HP+COM_SWI_MN_ON
Main switching command - on
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
float
None
generic
HP+COND+C_T_RET_DSG
Condenser cooling - design return temperature
Return temperature that was used to design the secondary side at maximum load during cooling operation.
float
16.0
degrees-celsius
HP+COND+C_T_SPR_MIN_DSG
Condenser cooling - minimal temperature spread
Minimal expected temperature spread for the condenser when cooling.
float
2.0
delta-degrees-celsius
HP+COND+C_T_SUP_DSG
Condenser cooling - design supply temperature
Supply temperature that was used to design the secondary side at maximum load during cooling operation.
float
8.0
degrees-celsius
HP+COND+H_T_RET_DSG
Condenser heating - design return temperature
Return temperature that was used to design the secondary side at maximum load during heating operation.
float
50.0
degrees-celsius
HP+COND+H_T_SPR_MIN_DSG
Condenser heating - minimal temperature spread
Minimal expected temperature spread for condenser when heating.
float
2.0
delta-degrees-celsius
HP+COND+H_T_SUP_DSG
Condenser heating - design supply temperature
Supply temperature that was used to design the secondary side at maximum load during heating operation.
float
44.0
degrees-celsius
HP+COND+T_OUT_SP_DEV_TOL
Outlet temperature setpoint deviation tolerance - condenser
Tolerance for deviation of actual temperature from setpoint.
float
1.5
degrees-celsius
HP+COP
Coefficient of performance
The coefficient of performance (cop) describes the efficiency of the heat pump. The cop can be a manufacturer's information, based on own calculations or measurements or it could be a rough estimation of the efficiency.
float
4.0
generic
HP+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
HP+CUS_HOLI
Custom holiday
On a holiday plant operation is considered as unintentional. Adds holidays to the schedule.
json
None
generic
HP+EVAP+C_T_RET_DSG
Evaporator cooling - design return temperature
Return temperature that was used to design the primary side at maximum load during heating operation.
float
16.0
degrees-celsius
HP+EVAP+C_T_SPR_MIN_DSG
Evaporator cooling - minimal temperature spread
Minimal expected temperature spread for evaporator when cooling.
float
2.0
delta-degrees-celsius
HP+EVAP+C_T_SUP_DSG
Evaporator cooling - design supply temperature
Supply temperature that was used to design the primary side at maximum load during heating operation.
float
8.0
degrees-celsius
HP+EVAP+H_T_RET_DSG
Evaporator heating - design return temperature
Return temperature that was used to design the primary side at maximum load during cooling operation.
float
50.0
degrees-celsius
HP+EVAP+H_T_SPR_MIN_DSG
Evaporator heating - minimal temperature spread
Minimal expected temperature spread for evaporator when heating.
float
2.0
delta-degrees-celsius
HP+EVAP+H_T_SUP_DSG
Evaporator heating - design supply temperature
Supply temperature that was used to design the primary side at maximum load during cooling operation.
float
44.0
degrees-celsius
HP+EVAP+T_OUT_SP_DEV_TOL
Outlet temperature setpoint deviation tolerance - evaporator
Tolerance for deviation of actual temperature from setpoint.
float
1.5
degrees-celsius
HP+H_NOM_PROD
Nominal heat production
Nominal heat production of the device.
float
None
kilowatt-hours
HP+LINK
Link
Hyperlink to external resources
link
None
generic
HP+NIG_REDU
Heating curve - night time reduction
The night reduction that will be applied to the calculated set point from the heating curve
float
0
degrees-celsius
HP+OPR_MOD_DSG
Overall operating mode
Expected overall operating mode of component.
enum
heating_mode
generic
HP+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
HP+PRIC_EL
Electricity price
Price for used electricity.
float
0.25
euro-per-kilowatt-hours
HP+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
HP+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
HP+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
HP+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
HP+U_EN_H
Heating energy unit
Allows to adapt the unit of the heating energy pin.
string
None
generic
HP+U_POW_H
Heating power unit
Allows to adapt the unit of the heating power pin.
The Heat Transfer Unit component represents the combination of heat exchangers, pumps and valves which allow heat to be transferred from a heating network to a building. The alphanumeric ID for the component is H_TRA_ST.
Actual position of valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_TRA_ST+CHO+VAL_POS_SP
Valve control signal - changeover valve
Control signal of the valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_TRA_ST+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
H_TRA_ST+MSG_OPR
Operating message
Informs about the operational state of component 1 = operating, 0 = switched-off
dimensionless-quantities
H_TRA_ST+PRIM+EN_H
Heating energy - primary
Measured heating energy of the heat transfer unit on the side of the heating network
energy
H_TRA_ST+PRIM+POW_H
Heating power - primary
Measured heating power of the heat transfer unit on the side of the heating network
power
H_TRA_ST+PRIM+PU+CTRL
Pump control - primary
Value representing the pump control or pump speed
dimensionless-quantities
H_TRA_ST+PRIM+PU+MSG_OPR
Pump operating message - primary
Operational state of the pump: 1 = operating, 0 = switched-off
dimensionless-quantities
H_TRA_ST+PRIM+T_IN
Supply temperature - primary
Temperature of the fluid entering the heat transfer unit from the heating network
temperature
H_TRA_ST+PRIM+T_OUT
Return temperature - primary
Temperature of the fluid exiting the heat transfer unit to the heating network
temperature
H_TRA_ST+PRIM+VAL_POS
Valve position - primary
Actual position of valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_TRA_ST+PRIM+VAL_POS_SP
Valve control signal - primary
Control signal of the valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_TRA_ST+PRIM+VF
Volume flow - primary
Volume flow of heat carrier fluid (water)
volumetric-flow-rate
H_TRA_ST+SEC+PU+CTRL
Pump control - secondary
Value representing the pump control or pump speed
dimensionless-quantities
H_TRA_ST+SEC+PU+MSG_OPR
Pump operating message - secondary
Operational state of the pump: 1 = operating, 0 = switched-off
dimensionless-quantities
H_TRA_ST+SEC+T_IN
Return temperature - secondary
Temperature of the fluid entering the heat transfer unit from the building
temperature
H_TRA_ST+SEC+T_OUT
Supply temperature - secondary
Temperature of the fluid exiting the heat transfer unit to the building
temperature
H_TRA_ST+SEC+T_OUT_SP
Supply temperature setpoint - secondary
Temperature setpoint of the fluid exiting the heat transfer unit to the building
temperature
H_TRA_ST+SEC+VAL_POS
Valve position - secondary
Actual position of valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_TRA_ST+SEC+VAL_POS_SP
Valve control signal - secondary
Control signal of the valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_TRA_ST+T_AIR_ODA
Outdoor air temperature
Outdoor air temperature, datapoint can be mapped from a weather station on site
temperature
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
H_TRA_ST+CC_BP
Heating curve - base points
Defines the base points for the piecewise linear heating curve, as values seperated by comma, pairs seperated by semicolon.
string
None
degrees-celsius
H_TRA_ST+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
H_TRA_ST+CUS_HOLI
Custom holiday
On a holiday plant operation is considered as unintentional. Adds holidays to the schedule.
json
None
generic
H_TRA_ST+LINK
Link
Hyperlink to external resources
link
None
generic
H_TRA_ST+NIG_REDU
Heating curve - night time reduction
The night reduction that will be applied to the calculated set point from the heating curve
float
0
degrees-celsius
H_TRA_ST+OPR_MOD_DSG
Overall operating mode
Expected overall operating mode of component.
enum
heating_mode
generic
H_TRA_ST+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
H_TRA_ST+PRIM+C_T_RET_DSG
Primary cooling - design return temperature
Return temperature that was used to design the primary side at maximum load during cooling operation.
float
125.0
degrees-celsius
H_TRA_ST+PRIM+C_T_SPR_MIN_DSG
Primary cooling - minimal temperature spread
Minimal expected temperature spread for the primary side when primary is cooling.
float
10.0
delta-degrees-celsius
H_TRA_ST+PRIM+C_T_SUP_DSG
Primary cooling - design supply temperature
Supply temperature that was used to design the primary side at maximum load during cooling operation.
float
65.0
degrees-celsius
H_TRA_ST+PRIM+H_T_RET_DSG
Primary heating - design return temperature
Return temperature that was used to design the primary side at maximum load during heating operation.
float
8.0
degrees-celsius
H_TRA_ST+PRIM+H_T_SPR_MIN_DSG
Primary heating - minimal temperature spread
Minimal expected temperature spread for the primary side when primary is heating.
float
2.0
delta-degrees-celsius
H_TRA_ST+PRIM+H_T_SUP_DSG
Primary heating - design supply temperature
Supply temperature that was used to design the primary side at maximum load during heating operation.
float
14.0
degrees-celsius
H_TRA_ST+PRIM+U_EN_H
Heating energy unit - primary
Allows to adapt the unit of the heating energy pin.
string
None
generic
H_TRA_ST+PRIM+U_POW_H
Heating power unit - primary
Allows to adapt the unit of the heating power pin.
string
None
generic
H_TRA_ST+PRIM+U_VF
Volume flow unit - primary
Allows to adapt the unit of the volume flow pin.
string
None
generic
H_TRA_ST+PRIM+VAL_POS_SP_DEV_TOL
Valve position setpoint deviation tolerance - primary
Tolerance for deviation of the valve position from the valve control signal.
float
10.0
percent
H_TRA_ST+PRIM+VAL_THR
Valve threshold - Primary
For specific analysis functions it's important to know above what valve position the feeding pump should start to operate. This is currently only used for the 3-way valve.
float
5
percent
H_TRA_ST+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
H_TRA_ST+SEC+C_T_RET_DSG
Secondary cooling - design return temperature
Return temperature that was used to design the secondary side at maximum load during cooling operation.
float
16.0
degrees-celsius
H_TRA_ST+SEC+C_T_SPR_MIN_DSG
Secondary cooling - minimal temperature spread
Minimal expected temperature spread for secondary side when secondary is cooling.
float
2.0
delta-degrees-celsius
H_TRA_ST+SEC+C_T_SUP_DSG
Secondary cooling - design supply temperature
Supply temperature that was used to design the secondary side at maximum load during cooling operation.
float
10.0
degrees-celsius
H_TRA_ST+SEC+H_T_RET_DSG
Secondary heating - design return temperature
Return temperature that was used to design the secondary side at maximum load during heating operation.
float
35.0
degrees-celsius
H_TRA_ST+SEC+H_T_SPR_MIN_DSG
Secondary heating - minimal temperature spread
Minimal expected temperature spread for secondary side when secondary is heating.
float
2.0
delta-degrees-celsius
H_TRA_ST+SEC+H_T_SUP_DSG
Secondary heating - design supply temperature
Supply temperature that was used to design the secondary side at maximum load during heating operation.
float
70.0
degrees-celsius
H_TRA_ST+SEC+T_OUT_SP_DEV_TOL
Supply temperature setpoint deviation tolerance - secondary
Tolerance for deviation of actual temperature from setpoint.
float
1.5
degrees-celsius
H_TRA_ST+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
H_TRA_ST+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
H_TRA_ST+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
H_TRA_ST+T_EF_SIG_COLO_R
Temperature efficiency red limit
Overwrites the red limit for the temperature efficiency analysis. Adjust according to the data sheet.
float
30
percent
H_TRA_ST+T_EF_SIG_COLO_Y
Temperature efficiency yellow limit
Overwrites the yellow limit for the temperature efficiency analysis. Adjust according to the data sheet.
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
dimensionless-quantities
H_CRC+CTRL_SV_UP
Heating limit
Heating limit based on ambient temperature, if ambient temperature is above heating limit the circuit turns off
temperature
H_CRC+EN_H
Heating energy
Measured heating energy consumed by the heating circuit
energy
H_CRC+MSG_ALARM
Alarm message
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
H_CRC+MSG_OPR
Operating message
Informs about operational state of component 1 = operating, 0 = switched-off
dimensionless-quantities
H_CRC+OPR_MOD
Operation mode
Operation mode of the system
dimensionless-quantities
H_CRC+POW_H
Heating power
Measured heating power consumed by the heating circuit
power
H_CRC+PU+CTRL
Pump control
Value representing the pump control or pump speed
frequency
H_CRC+PU+MSG_OPR
Pump operating message
Operational state of the pump: 1 = operating, 0 = switched-off
dimensionless-quantities
H_CRC+T_AIR_ODA
Outdoor air temperature
Outdoor air temperature, datapoint can be mapped from a weather station on site
temperature
H_CRC+T_IN
Supply temperature
Temperature of the fluid entering the heating circuit
temperature
H_CRC+T_IN_SP
Supply temperature setpoint
Temperature setpoint of the fluid entering the heating circuit
temperature
H_CRC+T_IN_SP_MAX
Supply temperature setpoint maximum
Setpoint for the maximum supply temperature
temperature
H_CRC+T_IN_SP_MIN
Supply temperature setpoint minimum
Setpoint for the minimum supply temperature
temperature
H_CRC+T_OUT
Return temperature
Tolerance for deviation of actual temperature from setpoint.
temperature
H_CRC+T_SRC
Hot water temperature
Temperature of the water coming from the heat source
temperature
H_CRC+VAL_POS
Valve position
Actual position of valve opening: 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_CRC+VAL_POS_SP
Valve control signal
Control signal of the valve: 0 = fully closed, 100 = fully opened
dimensionless-quantities
H_CRC+VF
Volume flow
Volume flow of heat carrier fluid (water)
volumetric-flow-rate
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
H_CRC+CC_BP
Heating curve - base points
Defines the base points for the piecewise linear heating curve, as values seperated by comma, pairs seperated by semicolon.
string
None
degrees-celsius
H_CRC+COM_SWI_MN_OFF
Main switching command - off
Value which describes the "off mode" of main switching command pin, especially for multi-state variables
float
None
generic
H_CRC+COM_SWI_MN_ON
Main switching command - on
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
float
None
generic
H_CRC+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
H_CRC+CUS_HOLI
Custom holiday
On a holiday plant operation is considered as unintentional. Adds holidays to the schedule.
json
None
generic
H_CRC+H_T_RET_DSG
Design return temperature
Return temperature that was used to design the energy system at maximum load.
float
50.0
degrees-celsius
H_CRC+H_T_SPR_MIN_DSG
Minimal temperature spread
Minimal expected temperature spread.
float
5.0
delta-degrees-celsius
H_CRC+H_T_SUP_DSG
Design supply temperature
Supply temperature that was used to design the energy system at maximum load.
float
70.0
degrees-celsius
H_CRC+LINK
Link
Hyperlink to external resources
link
None
generic
H_CRC+NIG_REDU
Heating curve - night time reduction
The night reduction that will be applied to the calculated set point from the heating curve
float
0
degrees-celsius
H_CRC+NOM_POW_H
Nominal power
Nominal heating power of the heating circuit
float
None
kilowatts
H_CRC+NOM_VF
Nominal volume flow
Nominal volume flow of the heating circuit
float
None
cubic-meters-per-hour
H_CRC+OPR_MOD_CMF
Operation mode - comfort
Value which describes the "comfort mode" of operation mode pin
float
None
generic
H_CRC+OPR_MOD_ECO
Operation mode - economy
Value which describes the "economy mode" of operation mode pin
float
None
generic
H_CRC+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
H_CRC+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
H_CRC+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
H_CRC+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
H_CRC+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
H_CRC+T_OUT_SP_DEV_TOL
Supply temperature setpoint deviation tolerance
Tolerance for deviation of actual temperature from setpoint.
float
1.5
degrees-celsius
H_CRC+U_EN_H
Heating energy unit
Allows to adapt the unit of the heating energy pin.
string
None
generic
H_CRC+U_POW_H
Heating power unit
Allows to adapt the unit of the heating power pin.
string
None
generic
H_CRC+U_VF
Volume flow unit
Allows to adapt the unit of the volume flow pin.
string
None
generic
H_CRC+VAL_POS_SP_DEV_TOL
Valve position setpoint deviation tolerance
Tolerance for deviation of the valve position from the valve control signal.
float
10.0
percent
H_CRC+VAL_THR
Valve threshold
For specific analysis functions it's important to know above what valve position the feeding pump should start to operate. This is currently only used for the 3-way valve.
float
5
percent
H_CRC+VAL_TYP
Valve type
For specific analysis functions it's important to know what kind of valve is used to regulate the outlet temperature If required you can choose between a 2-way valve and a 3-way valve with this attribute.
enum
3-way-valve
generic
H_CRC+WASP.NIG_REDU
WASP .controls App - heating limit nighttime reduction
The night reduction that will be applied to the heating limit
The Humidifier component represents a steam-powered or electric powered device used to humidify the air in an air conditioning system. The alphanumeric ID for the component is HUM.
The Humidity Conditioner component data model is representative for a subset of an AHU with humidity conditioning. It is useful to analyze AHU performance regarding the change of the water load/humidity of the airflow. The alphanumeric ID for the component is AHU_HUM_CODI.
The Hybrid Circuit component represents generic circuits that can both heat and cool. In contrast, heating circuits and cooling circuits can either heat or cool. In cases where one valve is present in the circuit, map everything to the heating pins, e.g. "Heating valve position". The alphanumeric ID for the component is HY_CRC.
The Recooling Plant component represents a generic plant that transfers excess heat to the environment. The alphanumeric ID for the component is PLNT_C_RE.
The operational state of an aedifion .controls app
dimensionless-quantities
ROOM+CO2
CO2
CO2 concentration in the room air.
dimensionless-quantities
ROOM+CO2_SP
CO2 setpoint
Setpoint for CO2 concentration in the room air.
dimensionless-quantities
ROOM+COM_SWI_MN
Main switching command
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
dimensionless-quantities
ROOM+C_VAL_POS
Valve position - cooling
Actual opening position of the cooling valve 0 = fully closed, 100 = fully opened
dimensionless-quantities
ROOM+EXH_AIR_VAL_POS
Volume flow controller position - return air
Actual opening position of return air damper 0 = fully closed, 100 = fully opened
dimensionless-quantities
ROOM+EXH_AIR_VF
Volume flow - return air
Room return air volume flow
volumetric-flow-rate
ROOM+EXH_AIR_VF_SP
Volume flow setpoint - return air
Setpoint of the return air volume flow exiting the room
volumetric-flow-rate
ROOM+HUM_REL
Relative room air humidity
Relative humidity of indoor air
dimensionless-quantities
ROOM+HUM_REL_ODA
Outside air relative humidity
Outside air relative humidity, datapoint can be mapped from a weather station on site
dimensionless-quantities
ROOM+H_VAL_POS
Valve position - heating
Actual opening position of the heating valve 0 = fully closed, 100 = fully opened
dimensionless-quantities
ROOM+LI_MSG_OPR
Lighting operating message
Operating message of the lighting system of the room 1 = switched-on, 0 = switched-off
dimensionless-quantities
ROOM+MSG_DP_ALARM
Dew point alarm message
Alarm which indicates a high risk of condensation
dimensionless-quantities
ROOM+MSG_OPR
Operating message
Operating message of room control 1 = operating, 0 = switched-off
dimensionless-quantities
ROOM+PRES
Presence
Presence of one or more persons inside the room 1 = presence, 0 = no presence
dimensionless-quantities
ROOM+SUN_POS
Position sunlight protection
Position of the sun protection to decrease the entry of solar radiation into the room
dimensionless-quantities
ROOM+SUP_AIR_VAL_POS
Volume flow controller position - supply air
Actual opening position of supply air damper 0 = fully closed, 100 = fully opened
dimensionless-quantities
ROOM+SUP_AIR_VF
Volume flow - supply air
Room supply air volume flow
volumetric-flow-rate
ROOM+SUP_AIR_VF_SP
Volume flow setpoint - supply air
Setpoint of the supply air volume flow entering the room
volumetric-flow-rate
ROOM+T_AIR
Room air temperature
Inside air temperature in the room
temperature
ROOM+T_AIR_ODA
Outside air temperature
Outside air temperature, datapoint can be mapped from a weather station on site
temperature
ROOM+T_AIR_SP
Room air temperature setpoint (calculated)
Default room temperature setpoint of the room
temperature
ROOM+T_AIR_SP_ADJ
Temperature setpoint adjustment
It's used as an indication for the room temperature desired by the user. The adjustment is a temperature delta that is added to the basis setpoint.
temperature
ROOM+T_AIR_SP_BASE
Room temperature base setpoint
Setpoint for the air temperature inside a room. Typically used in conjunction with setpoint adjustment.
temperature
ROOM+T_AIR_SP_C
Temperature setpoint cooling
Air temperature setpoint for room operating mode cooling
temperature
ROOM+T_AIR_SP_H
Temperature setpoint heating
Air temperature setpoint for room operating mode heating
temperature
ROOM+T_COMF_T_AIR
Comfort temperature
Comfort temperature for the room used by the thermal comfort analysis
temperature
ROOM+WIN_POS
Window opening
Position of the window 0 = closed, 1 = opened
dimensionless-quantities
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
ROOM+AR
Area
Area of the room
float
None
square-meters
ROOM+AV_SAL
Average salary
Average hourly salary of employees in the room.
float
None
euro
ROOM+CALC_SATI
Calculation of user satisfaction
"True" if this room should be used in the calculation the wellbeing analysis function, "False" if this room should not be used
boolean
False
generic
ROOM+CO2_SIG_COL_R
Room air quality red limit
Overwrites the red limit for the room air quality analysis
float
1500.0
parts-per-million
ROOM+CO2_SIG_COL_Y
Room air quality yellow limit
Overwrites the yellow limit for the room air quality analysis
float
750.0
parts-per-million
ROOM+CO2_SP_DEV_TOL
CO2 setpoint deviation tolerance
Tolerance for deviation of actual CO2 concentration from setpoint.
float
0
parts-per-million
ROOM+COM_SWI_MN_OFF
Main switching command - off
Value which describes the "off mode" of main switching command pin, especially for multi-state variables
float
None
generic
ROOM+COM_SWI_MN_ON
Main switching command - on
Value which describes the "on mode" of main switching command pin, especially for multi-state variables
float
None
generic
ROOM+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
ROOM+CUS_HOLI
Custom holiday
On a holiday plant operation is considered as unintentional. Adds holidays to the schedule.
json
None
generic
ROOM+EXH_AIR_VF_SP_DEV_TOL
Return air volume flow setpoint deviation tolerance
Tolerance for deviation of the volume flow from the return air volume flow control signal.
float
10
cubic-meters-per-hour
ROOM+LINK
Link
Hyperlink to external resources
link
None
generic
ROOM+OCC_MAX
Maximum occupation of the room
Maximum number of people in the room.
float
None
generic
ROOM+ORC.T_AIR_ADJ_LIM
ORC .controls App - temperature offset limit
Maximum temperature offset for the ORC .controls App
float
None
degrees-celsius
ROOM+ORC.T_AIR_TIM_LIM
ORC .controls App - time limit
Time limit for the ORC .controls App
float
None
seconds
ROOM+PEO_COUNT
People in the room
Expected number of people in room
float
None
generic
ROOM+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
hours
ROOM+RAQ_CO2_LOW
CO2 curve - lower point 2 CO2
Adjusts the target CO2 value at the lower point 2 of the CO2 curve
float
2000.0
parts-per-million
ROOM+RAQ_CO2_UPP
CO2 curve - upper point 1 CO2
Adjusts the target CO2 value at the upper point 1 of the CO2 curve
float
500.0
parts-per-million
ROOM+RAQ_PERC_LOW
CO2 curve - lower point 2 percent
Adjusts the target percentage value at the lower point 2 of the CO2 curve
float
0.0
generic
ROOM+RAQ_PERC_UPP
CO2 curve - upper point 1 percent
Adjusts the target percentage value at the upper point 1 of the CO2 curve
float
1
generic
ROOM+RAQ_TIME_PERC
Percentage time for room air quality calculation
Percentile of normalised time at which the CO2 value of the ordered and corrected time series is used to calculate the overall air quality
float
0.015
generic
ROOM+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
ROOM+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
ROOM+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
hours
ROOM+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
ROOM+SUP_AIR_VF_SP_DEV_TOL
Supply air volume flow setpoint deviation tolerance
Tolerance for deviation of the volume flow from the supply air volume flow control signal.
float
10
cubic-meters-per-hour
ROOM+TH_COMF_EVL_THR
Thermal comfort evaluation threshold in hours per week
Maximum time that the room temperature can be above or below the cut-off temperature limits before the signal color turns red.
float
4.0
hours
ROOM+TH_COMF_SIG_COLO_R
Thermal comfort red limit
Overwrites the red limit for the thermal comfort analysis.
float
3.0
kelvin
ROOM+TH_COMF_SIG_COLO_Y
Thermal comfort yellow limit
Overwrites the yellow limit for the thermal comfort analysis.
float
1.5
kelvin
ROOM+TYP
Type of the room
Type of the room to get an estimation of the percentual occupation based on E DIN EN 16798 and in combination with pins "Presence" or "Operating message". If the calculations should only be based on pins "Presence" or "Operating Message" without any reductions, enter "24/7-full-occupancy".
enum
None
generic
ROOM+T_AIR_LIM_LOW
Lower limit for room temperature
lower cut-off temperature limit, which triggers a red signal color if fallen short of for a certain amount of time.
float
None
degrees-celsius
ROOM+T_AIR_LIM_UPP
Upper limit for room temperature
Upper cut-off temperature limit, which triggers a red signal color if exceeded for a certain amount of time.
float
None
degrees-celsius
ROOM+T_AIR_SP_DFLT
Default room temperature setpoint
Default room temperature setpoint of the room
float
None
degrees-celsius
ROOM+T_COMF_LOW_T_AIR
Comfort temperature curve - lower point 1 Room temperature
Adjusts the value for the outside air temperature at the lower point 1 of the comfort temperature curve.
float
22.0
degrees-celsius
ROOM+T_COMF_LOW_T_AIR_ODA
Comfort temperature curve - lower point 1 outside air temperature
Adjusts the value for the outside air temperature at the lower point 1 of the comfort temperature curve.
float
16.0
degrees-celsius
ROOM+T_COMF_UPP_T_AIR
Comfort temperature curve - upper point 2 Room temperature
Adjusts the value for the outside air temperature at the upper point 2 of the comfort temperature curve.
float
26.0
degrees-celsius
ROOM+T_COMF_UPP_T_AIR_ODA
Comfort temperature curve - upper point 2 outside air temperature
Adjusts the value for the outside air temperature at the upper point 2 of the comfort temperature curve.
float
32.0
degrees-celsius
ROOM+T_SP_DEV_TOL
Temperature setpoint deviation tolerance
Tolerance for deviation of actual temperature from setpoint.
The System component represents a generic system. It is required to represent the status of equipment on the Status & Alerts. The alphanumeric ID for the component is S.
No analysis available.
alphanumeric_id
Name
Description
Unit type
S+STAT_OPR
Operational state
Operational state according to aedifion multi-state definition
dimensionless-quantities
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
S+ICON
Icon
Icon string according to v5 of fontawesome.com
string
None
generic
S+LINK
Link
URL link to support navigation to further resources
The Thermal Control Loop component data model is representative of thermal control loops. It can be utilized to model thermal control loops of the conversion, distribution, and acceptance layer. The alphanumeric ID for the component is TH_CTRL_LOO.
Any boolean alarm message, critical alerts are preferred 1 = alarm, 0 = no alarm
dimensionless-quantities
TH_CTRL_LOO+MSG_OPR
Operating message
Informs about operational state of component 1 = operating, 0 = switched-off
dimensionless-quantities
TH_CTRL_LOO+PU+CTRL
Pump control
Value representing the pump control or pump speed
frequency
TH_CTRL_LOO+PU+MSG_OPR
Pump operating message
Operating message of pump within the control loop 1 = operating, 0 = switched-off
dimensionless-quantities
TH_CTRL_LOO+T_IN
Inlet temperature
Temperature of heat carrier fluid (water, brine) entering the control loop. Also referred to as uncontrolled supply temperature of the control loop
temperature
TH_CTRL_LOO+T_OUT
Outlet temperature
Temperature of heat carrier fluid (water, brine) exiting the control loop. Also referred to as controlled supply temperature, or consumer supply temperature.
temperature
TH_CTRL_LOO+T_OUT_SP
Outlet temperature setpoint
Setpoint temperature of heat carrier fluid (water, brine) exiting the control loop. Also referred to as setpoint of supply temperature.
temperature
TH_CTRL_LOO+T_RCA
Inlet temperature recirculation
Temperature of heat carrier fluid (water, brine) returning from consumer circuit. Also referred to as consumer return temperature and modeled as inlet temperature recirculation
temperature
TH_CTRL_LOO+VAL_POS
Valve position
Tolerance for deviation of the valve position from the valve control signal.
dimensionless-quantities
TH_CTRL_LOO+VAL_POS_SP
Valve control signal
Tolerance for deviation of the valve position from the valve control signal.
dimensionless-quantities
alphanumeric_id
Name
Description
Type
Default Value
Default Unit
TH_CTRL_LOO+CUS_DAY_SHD
Custom day schedules
Overwrites basic schedule for specific days with an individual schedule. The JSON is flexibly expandable for any number of days.
json
None
generic
TH_CTRL_LOO+CUS_HOLI
Custom holiday
On a holiday plant operation is considered as unintentional. Adds holidays to the schedule.
json
None
generic
TH_CTRL_LOO+LINK
Link
Hyperlink to external resources
link
None
generic
TH_CTRL_LOO+PRECON
Pre-conditioning period
Adds a preconditioning period to the start time of the schedule. Operation before the start time is therefore evaluated as intended within the additional preconditioning time.
float
0
minutes
TH_CTRL_LOO+REG_KEY
Regional holiday key
Adds regional holidays where operation is not intended to the schedule. Localization by regional keys from ISO 3166-2.
string
DE
generic
TH_CTRL_LOO+SHD
Schedule
Weekly, workday individual schedule. Do not add a workday to the JSON, unless it has times of intended operation.
json
None
generic
TH_CTRL_LOO+SHDO_FLX
Shutdown flexibility
Adds a shutdown flexibility to the end time of the schedule. Operation before the schedule end time is therefore evaluated as unintended during the shutdown flexibility.
float
0
minutes
TH_CTRL_LOO+SHD_TIMZ
Schedule timezone
Timezone of the schedule provided in IANA timezone codes.
string
Europe/Berlin
generic
TH_CTRL_LOO+T_OUT_SP_DEV_TOL
Outlet temperature setpoint deviation tolerance
Tolerance for deviation of actual temperature from setpoint.
float
1.5
degrees-celsius
TH_CTRL_LOO+VAL_POS_SP_DEV_TOL
Valve position setpoint deviation tolerance
Tolerance for deviation of the valve position from the valve control signal.
float
10.0
percent
TH_CTRL_LOO+VAL_THR
Valve threshold
For specific analysis functions it's important to know above what valve position the feeding pump should start to operate. This is currently only used for the 3-way valve.
float
5
percent
TH_CTRL_LOO+VAL_TYP
Valve type
For specific analysis functions it's important to know what kind of valve is used to regulate the outlet temperature. If required you can choose between a 2-way valve and a 3-way valve with this attribute.
The Water Meter is a component model that represents the measurement of volumes and volume flows of water. The alphanumeric ID for the component is WSM.
The library of component data models is constantly expanding. If you are missing a component data model, or want us to implement it for you, feel free to contact us.