sinergym.utils.common.get_season_comfort_range
- sinergym.utils.common.get_season_comfort_range(year: int, month: int, day: int) Tuple[float, float]
Get comfort temperature range depending on season. The comfort ranges are those defined by ASHRAE in Standard 55—Thermal Environmental Conditions for Human Occupancy (2004).
- Parameters:
year (int) – current year
month (int) – current month
day (int) – current day
- Returns:
Comfort temperature from the correct season.
- Return type:
Tuple[float, float]