Controller that takes as an input the outside air temperature
TOut and the room air temperature TRoo,
and outputs the system on command onSys.
The system on command is true if both conditions
are satisfied: The outside air temperature is below a limit of
TOutLow(=16°C, adjustable) and the room air
temperature is below TRooSet-dTRoo/2, where
TRooSet is the room air temperature setpoint
(=20.5°C, adjustable) and dTRoo is the deadband
(=1 Kelvin, adjustable). Otherwise, the system on command is
false.
OnOffController. This is for #3595.