forked from afters-cool/transformer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
46 lines (46 loc) · 916 Bytes
/
labels.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"X": [
"Q_AC_OFFICE",
"Q_HEAT_OFFICE",
"Q_PEOPLE",
"Q_EQP",
"Q_LIGHT",
"Q_AHU_C",
"Q_AHU_H",
"T_INT_OFFICE"
],
"Z": [
"weekday",
"ac_t_conf",
"ac_t_red",
"ac_mask",
"heat_t_conf",
"heat_t_red",
"heat_mask",
"ventilation_t",
"ventilation_vol",
"ventilation_mask",
"occupancy",
"pc_on_mask",
"lights_on_mask",
"DNI",
"IBEAM_H",
"IBEAM_N",
"IDIFF_H",
"IGLOB_H",
"RHUM",
"TAMB"
],
"R": [
"airchange_infiltration_vol_per_h",
"capacitance_kJ_perdegreK_perm3",
"power_VCV_kW_heat",
"power_VCV_kW_clim",
"nb_occupants",
"nb_PCs",
"initial_temperature",
"init_day",
"init_month",
"init_year"
]
}