I normally do not respond to questions without the IDF posted at the same time.
I still cannot tell from your descriptin how the schedules are applied.
Night cooling with outside air is not always possible with non-integrated control, i.e., without monitoring the outdoor and indoor air temperature difference.
============
IF ((IndoorTemp - OutdoorTemp) < DeltaTemperature) Then ventilation is not allowed.
The above condition is applied in the following object.
============
ZoneVentilation:
SPACE1-1 Ventl 1, !- Name
SPACE1-1, !- Zone Name
NightVentSched, !- SCHEDULE Name
Flow/Zone, !- Design Volume Flow Rate calculation method
.05295, !- Design Volume Flow Rate {m3/s}
, !- Volume Flow Rate per area {m3/s/m2}
, !- Volume Flow Rate per person {m3/s/person}
, !- Air Changes Per Hour
Intake, !- Ventilation Type
67., !- Fan Pressure Rise
.7, !- Fan Total Efficiency
1, !- Constant Term Coefficient
0, !- Temperature Term Coefficient
0, !- Velocity Term Coefficient
0, !- Velocity Squared Term Coefficient
, !- Minimum Indoor Temperature {C}
MinIndoorTemp, !- Minimum Indoor Temperature Schedule Name
, !- Maximum Indoor Temperature {C}
MaxIndoorTemp, !- Maximum Indoor Temperature Schedule Name
, !- Delta Temperature {deltaC}
DeltaTemp, !- Delta Temperature Schedule Name
, !- Minimum Outdoor Temperature {C}
MinOutdoorTemp, !- Minimum Outdoor Temperature Schedule Name
, !- Maximum Outdoor Temperature {C}
MaxOutdoorTemp, !- Maximum Outdoor Temperature Schedule Name
40; !- Maximum WindSpeed {m/s}
The example has a NightVenSched, but it may not be the one you are looking for. I do not know how you impemented all the schedules and integrated them with the Zone HVAC system..
If you have a night schedule, you can list it in the .csv spread sheet using the:
Output:Variable, *, Schedule Value, hourly; (or timestep; )
which will list the vales of all the schedules.
This object do not have a fan object specified, and therefore may not have a separate item listed in the report. The power is probably calculated using the values in this object. The object is used to calculate the design flowrate and then modify it with schedules.
If the power is calculated and listed in the .csv file, you can request monthly and annual values on the spread sheet. The name of the variables are in the .rdd file after runnng the simulation.
This is only one object in the IDF. It can be over ridden by other schedules in the IDF.
In order to use your fan in this way, you will need at least two thermometers/
If your fan is not a variable speed one, you will need a bypass path and a damper to control the flow. These functions are in the outside air mixer box object. That was the reason why I suggested the UnitVentilator model.
Attachment not found: d:\eudora\attach\basichouse-whf.idf