Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

After looking over your attached IDF, it looks like you are using "special characters" (characters that are not ASCII) that EnergyPlus cannot handle, such as the last input field setting Cooling Setpoint Temperature Schedule Name in the code block below.

ThermostatSetpoint:DualSetpoint,
  Thermostat Setpoint Dual Setpoint 1,    !- Name
  Heating,                                !- Heating Setpoint Temperature Schedule Name
  แอร์ออฟฟิส;         !- Cooling Setpoint Temperature Schedule Name

To fix this, you will need to reset any input fields using these special characters with their English equivalent. You can read more about special characters in OpenStudio and EnergyPlus in a related Unmet Hours post.