Hi Sussane,
In general you can extract everything from the html report by using sql query. You have to output results to sql database (by using Output:SQLite, SimpleAndTabular; object) and than specify sql query in rvi (or rvx) file. The video tutorial can be found here
However, if you particularly need CEN 15251 outputs, you can use already existing EnergyPlus output variables:
Output:Variable,*,Zone Thermal Comfort CEN 15251 Adaptive Model Category I Status,Annual;
Output:Variable,*,Zone Thermal Comfort CEN 15251 Adaptive Model Category II Status,Annual;
Output:Variable,*,Zone Thermal Comfort CEN 15251 Adaptive Model Category III Status,Annual;
If you only need CEN 15251 outputs for one (or few) of your zones than you replace * with a zone name (e.g. PEOPLE BLOCK2:ROOM EAST)
Cheers,
Ivan
In general you can extract everything from the html report by using sql query. You have to output results to sql database (by using Output:SQLite, SimpleAndTabular; object) and than specify sql query in rvi (or rvx) file. The video tutorial can be found here
However, if you particularly need CEN 15251 outputs, you can use already existing EnergyPlus output variables:
Output:Variable,*,Zone Thermal Comfort CEN 15251 Adaptive Model Category I Status,Annual;
Output:Variable,*,Zone Thermal Comfort CEN 15251 Adaptive Model Category II Status,Annual;
Output:Variable,*,Zone Thermal Comfort CEN 15251 Adaptive Model Category III Status,Annual;
If you only need CEN 15251 outputs for one (or few) of your zones than you replace * with a zone name (e.g. PEOPLE BLOCK2:ROOM EAST)
Cheers,
Ivan