This is for HPDM to ASHRAE standard 205 conversion. Learn more about ASHRAE Standard 205: https://data.ashrae.org/standard205/
This is a trial version.
"Out_cool.xls" or "Out_heat.xls" is the output file ("Out.xls") generated by ORNL Heat Pump Design Model (HPDM). HPDM and its tutorial can be accessed from HPDM official website.
pip install HPDMSTD205
This API requires the following packages:
- Copy "readHPDM.py" to the example "RS" folder (e.g., RS0004);
- Substitute "RS0004_sample_control.json" with master file name;
- Substitute "std205_out.json" with wantted output name.
STD205API("RS0004_sample_control.json").write("json","std205_out.json")
Or substitute "std205_out.cbor" with wantted output name.
STD205API("RS0004_sample_control.cbor").write("cbor","std205_out.cbor")