diff -r 908ef02d5d22 -r 00b45f2aaac3 www-thermferm/liveview.php --- a/www-thermferm/liveview.php Tue Jul 25 21:08:26 2017 +0200 +++ b/www-thermferm/liveview.php Fri Jul 28 13:28:11 2017 +0200 @@ -44,7 +44,7 @@ $chiller_temperature = "NA"; $profile = ""; $prof_state = "OFF"; - $power_led = $cooler_led = $heater_led = $fan_led = "off"; + $power_led = $alarm_led = $cooler_led = $heater_led = $fan_led = "off"; $heater = $cooler = $fan = "no"; $heater_state = $cooler_state = $fan_state = 0; @@ -186,7 +186,8 @@ $outstr .= ' $("#load_sw2_'.$unr.'").html(data.sw2);'.PHP_EOL; $outstr .= ' $("#load_sw3_'.$unr.'").html(data.sw3);'.PHP_EOL; if ($mode == "PROFILE") - $outstr .= ' $("#prof_state_'.$unr.'").html(data.profile_state);'.PHP_EOL; + $outstr .= ' $("#prof_state_'.$unr.'").html(data.profile_state);'.PHP_EOL; + $outstr .= ' $("#load_alarm_'.$unr.'").html(data.alarm);'.PHP_EOL; $outstr .= ' });'.PHP_EOL; $outstr .= ' }, 10000);'.PHP_EOL; @@ -242,6 +243,9 @@ $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; + $outstr .= '
'.PHP_EOL; + $outstr .= '
Alm'.PHP_EOL; + $outstr .= '
'.PHP_EOL; $outstr .= '
'.PHP_EOL; $outstr .= '
Pwr'.PHP_EOL; $outstr .= '
'.PHP_EOL;