diff -r 6d97eb820cc1 -r 3518c07737d8 www-thermferm/liveview.php --- a/www-thermferm/liveview.php Sat Apr 20 11:48:20 2024 +0200 +++ b/www-thermferm/liveview.php Mon Apr 22 11:33:04 2024 +0200 @@ -67,7 +67,7 @@ if (strcmp($vals[0], "AIR_STATE") == 0) { $air_state = $vals[1]; } - if ((strcmp($vals[0], "AIR_TEMPERATURE") == 0) && ($air_state == 0)) { + if ((strcmp($vals[0], "AIR_TEMPERATURE") == 0) && (strcmp($air_state, "YES") == 0)) { $air_temperature = $vals[1]; } if (strcmp($vals[0], "BEER_STATE") == 0) { @@ -133,7 +133,7 @@ $outstr .= '