// Heating hours per temperature point.
// NOTE! Number of hours must increase(or stay the same) when going from warmer to colder.
HeatingHours_MaxTemperature: 50, // Stop heating at this temperature (zero hours in all degrees above this)
HeatingHours_Plus30: 3, // Number of heating hours at +30C
HeatingHours_Plus20: 5, // Number of heating hours at +20C
HeatingHours_Plus10: 6, // Number of heating hours at +10C
HeatingHours_Zero: 14, // Number of heating hours at 0C
HeatingHours_Minus10: 19, // Number of heating hours at -10C
HeatingHours_Minus20: 24, // Number of heating hours at -20C
HeatingHours_Minus30: 24, // Number of heating hours at -30C
HeatingHours_MinTemperature: -18, // Temperature where heating is always on (24 hours in all degrees below this)
// Minimum hours period (mainly for a daytime to avoid too long heating pauses)
MinimumHoursPeriod_IsActive: true, // Set to true, if you want to define minimum hours period
MinimumHoursPeriod_TemperatureStart: 12, // Minimum hours are active only below this temperature
MinimumHoursPeriod_Hours: [9, 10, 11, 12, 13, 14, 15, 16], // List hours for minimum hours period.
MinimumHoursPeriod_NumberOfHours: 1, // How many hours at minimum must be put to this period
// Limitations and backup hours
AllowedDays: [1, 2, 3, 4, 5, 6, 7], // Execution days: 1=Monday to 7=Sunday.
AllowedMonths: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], // Execution months: 1=January to 12=December.
BackupHours: [1, 2, 3, 4, 12, 13, 16, 17, 21, 22], // Backup hours if internet connection is down or spot-hinta.fi server is not responding
MaximumPrice: 999, // Maximum allowed price in Euro cents. This can be used to f.ex. stop heating with electricity and switch to wood/oil/gas.
PriceAlwaysAllowed: -999, // At what price the relay can ALWAYS be on (or off, if inverted)? Use "-999" if you don't want to use this.
// Price modification (f.ex. electricity transfer cost difference between night/day or seasonal price differences)
PriceModifier_IsActive: false, // Change to true if price modification is wanted
PriceModifier_Sum: -2.30, // How much the price is modified in euro cents? Can be positive or negative amount.
PriceModifier_Months: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], // Modify if price modification is valid only during certain months
PriceModifier_Days: [1, 2, 3, 4, 5, 6, 7], // Modify if the price modification is valid only during certain days
PriceModifier_Hours: [22, 23, 0, 1, 2, 3, 4, 5, 6, 7], // List here the hours which price is modified for rank calculation