diff -r ca795b871158 -r e2766e538d0e thermferm/server.c --- a/thermferm/server.c Sun Jul 07 14:28:37 2019 +0200 +++ b/thermferm/server.c Mon Nov 04 13:19:27 2019 +0100 @@ -1411,7 +1411,7 @@ unit->heater_wait = unit->cooler_wait = unit->fan_wait = unit->light_wait = 0; unit->heater_usage = unit->cooler_usage = unit->fan_usage = unit->light_usage = 0; unit->temp_set_min = 1.0; - unit->temp_set_max = 30.0; + unit->temp_set_max = 45.0; unit->prof_started = unit->prof_paused = unit->prof_primary_done = (time_t)0; unit->prof_percent = 0; unit->PID_cool = (pid_var *)malloc(sizeof(pid_var));