diff -r 2d1d43c3a2c2 -r fd1354e2a045 www-thermferm/getroom.php --- a/www-thermferm/getroom.php Sun May 28 14:19:57 2017 +0200 +++ b/www-thermferm/getroom.php Wed May 31 16:29:52 2017 +0200 @@ -1,6 +1,6 @@ * @@ -42,11 +42,11 @@ if ($f[0] == "TEMP_STATE") $temp_state = $f[1]; if (($f[0] == "TEMP_VALUE") && ($temp_state == "OK")) - $temp_value = $f[1].' °C'; + $temp_value = $f[1]; if ($f[0] == "HUM_STATE") $hum_state = $f[1]; if (($f[0] == "HUM_VALUE") && ($hum_state == "OK")) - $hum_value = $f[1].' %'; + $hum_value = $f[1]; $j++; } }