diff -r 3c4c6d5e4b8d -r e833bbd5e733 www-thermferm/getalog.php --- a/www-thermferm/getalog.php Sat Jul 14 21:36:08 2018 +0200 +++ b/www-thermferm/getalog.php Sun Jul 15 12:05:16 2018 +0200 @@ -1,6 +1,6 @@ * @@ -50,7 +50,8 @@ 'HeatUse' => $f[7], 'CoolUse' => $f[8], 'Room' => $f[9], - 'Target_hi' => $f[10] + 'Target_hi' => $f[10], + 'Chiller' => $f[11] ); $row .= json_encode($reply, JSON_NUMERIC_CHECK); $j++;