Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoilCoolingDX.cc OutputReportPredefined::addFootNoteSubTable produces invalid XML #10718

Open
1 of 3 tasks
MatthewSteen opened this issue Sep 5, 2024 · 1 comment · May be fixed by #10860
Open
1 of 3 tasks

CoilCoolingDX.cc OutputReportPredefined::addFootNoteSubTable produces invalid XML #10718

MatthewSteen opened this issue Sep 5, 2024 · 1 comment · May be fixed by #10860
Assignees
Labels
Defect Includes code to repair a defect in EnergyPlus

Comments

@MatthewSteen
Copy link
Member

MatthewSteen commented Sep 5, 2024

Issue overview

The CoilCoolingDX.cc OutputReportPredefined::addFootNoteSubTable produces invalid XML because of   .

The entity "emsp" was referenced, but not declared.

See defect file below. Reported by Autodesk, which uses the XML to read the results back to Revit elements.

OutputReportPredefined::addFootNoteSubTable(
state,
state.dataOutRptPredefined->pdstDXCoolCoil,
"ANSI/AHRI ratings account for supply air fan heat and electric power. <br/>"
"1 - EnergyPlus object type. <br/>"
"2 - Capacity less than 65K Btu/h (19050 W) - calculated as per AHRI Standard 210/240-2017. <br/>"
"&emsp;&nbsp;Capacity of 65K Btu/h (19050 W) to less than 135K Btu/h (39565 W) - calculated as per AHRI Standard 340/360-2007. "
"<br/>"
"&emsp;&nbsp;Capacity from 135K (39565 W) to 250K Btu/hr (73268 W) - calculated as per AHRI Standard 365-2009 - Ratings not yet "
"supported in EnergyPlus. <br/>"
"3 - SEER (User) is calculated using user-input PLF curve and cooling coefficient of degradation. <br/>"
"&emsp;&nbsp;SEER (Standard) is calculated using the default PLF curve and cooling coefficient of degradation"
"from the appropriate AHRI standard.");

OutputReportPredefined::addFootNoteSubTable(
state,
state.dataOutRptPredefined->pdstDXCoolCoil_2023,
"ANSI/AHRI ratings account for supply air fan heat and electric power. <br/>"
"1 - EnergyPlus object type. <br/>"
"2 - Capacity less than 65K Btu/h (19050 W) - calculated as per AHRI Standard 210/240-2023. <br/>"
"&emsp;&nbsp;Capacity of 65K Btu/h (19050 W) to less than 135K Btu/h (39565 W) - calculated as per AHRI Standard 340/360-2022. "
"<br/>"
"&emsp;&nbsp;Capacity from 135K (39565 W) to 250K Btu/hr (73268 W) - calculated as per AHRI Standard 365-2009 - Ratings not yet "
"supported in EnergyPlus. <br/>"
"3 - SEER2 (User) is calculated using user-input PLF curve and cooling coefficient of degradation. <br/>"
"&emsp;&nbsp;SEER2 (Standard) is calculated using the default PLF curve and cooling coefficient of degradation"
"from the appropriate AHRI standard. <br/>"
"4 - Value for the Full Speed of the coil.");

Details

Some additional details for this issue (if relevant):

  • Platform NA
  • Version of EnergyPlus v24.1.0
  • Unmethours link or helpdesk ticket number NA

Checklist

Add to this list or remove from it as applicable. This is a simple templated set of guidelines.

  • Defect file added (list location of defect file here) eplustbl.xml.txt
  • Ticket added to EnergyPlus Defect Complexity (Github Project)
  • Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
@MatthewSteen
Copy link
Member Author

FYI @Brijendra21

@jmarrec jmarrec self-assigned this Dec 16, 2024
@jmarrec jmarrec added the Defect Includes code to repair a defect in EnergyPlus label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus
Projects
None yet
2 participants