Time program 1 with variable start and stop times depending on sunrise and sunset, with set
values
Assumptions: Input variable I1 = system value for sunrise
Input variable I2 = system value for sunset
Input variable I3 = value from another function
Settings:
1. Time program 1 has been set for the days Monday to Friday.
2. The start time is input variable I1 (= sunrise) + 30 minutes, i.e. 30 minutes after sunrise.
The time specified here is an offset value for the input variable, with the plus after I1
indicating that the offset value is added to the variable.
3. The stop time is input variable I2 (= sunset) - 30 minutes, i.e. 30 minutes before sunset.
The time specified here is likewise an offset value for the input variable, with the minus
after I2 indicating that the offset value is subtracted from the variable.
4. Set value 1 is the input variable I3. The value below that (22.0 °C) is not effective.
5. Set value 2 is a value defined by the user (30.0 °C).