diff -r b435bf0bf24a -r 13555c27b592 www/js/fermenter.js --- a/www/js/fermenter.js Wed Apr 24 21:58:27 2024 +0200 +++ b/www/js/fermenter.js Thu Apr 25 14:26:47 2024 +0200 @@ -169,7 +169,7 @@ }); function updateScreen() { - $('#room_thb').html((global.temp_value / 1000.0) + '°C  ' + (global.hum_value / 1000.0) + '% humidity'); + $('#room_thb').html(global.temp_value + '°C  ' + global.hum_value + '% humidity'); $('#info_system').html(record.unit); $('#info_beer').html(record.beercode + ' - ' + record.beername); $('#info_mode').jqxDropDownList('selectItem', record.mode);