Hi all,
I think i stumbled into a bug/error that can be fixed. The exportToOpenStudio module breaks and outputs the following errors when I input a ventilation schedule under certain HVAC system types:
- Solution exception:‘AirTerminalSingleDuctVAVNoReheat’ object has no attribute ‘setControlForOutdoorAir’
or I get this error:
- Solution exception:‘AirTerminalSingleDuctParallelPIUReheat’ object has no attribute ‘setZoneMinimumAirFlowMethod’
It appears these errors are caused by inputting a ventilation schedule into the HB_setEPZoneSchedules component while using HVAC types 6, 8, 11, and 13-18. If I remove the ventilation schedule, everything works fine. The schedule works for other HVAC types not listed above. My ventilation schedule is a fractional schedule created using the AnnualSchedule component. I have saved it as an Eplus object prior to running the calcs. I assume the issue lies with the HVAC type mismatch, not the schedule itself because everything works for some HVAC types.
If this is the case, is it possible to have the components automatically ignore ventilation schedules for HVAC types that should not have one? A warning would be useful as well. I was able to solve the problem by using a stream filter to only add the schedule if certain HVAC types were chosen.