Revision history  [back]

You're hitting this issue: https://github.com/NREL/EnergyPlus/issues/6445... Not sure that's going to solve your heating issue though, but you should try hardsizing the cooling evaporator capacity:

model.getChillerHeaterPerformanceElectricEIRs.each{|c| c.setReferenceCoolingModeEvaporatorCapacity(600000)}