diff --git a/fhem/FHEM/21_OWTHERM.pm b/fhem/FHEM/21_OWTHERM.pm index 0a0be18f6..150b64c66 100644 --- a/fhem/FHEM/21_OWTHERM.pm +++ b/fhem/FHEM/21_OWTHERM.pm @@ -86,7 +86,7 @@ no warnings 'deprecated'; sub Log3($$$); sub AttrVal($$$); -my $owx_version="5.26"; +my $owx_version="5.27"; my %gets = ( "id" => "", @@ -362,12 +362,12 @@ sub OWTHERM_FormatValues($) { $factor = 1.0; if( $unit eq "Celsius" ){ - $abbr = "°C"; + $abbr = "°C"; } elsif ($unit eq "Kelvin" ){ $abbr = "K"; $offset += "273.16" } elsif ($unit eq "Fahrenheit" ){ - $abbr = "°F"; + $abbr = "°F"; $offset = ($offset+32)/1.8; $factor = 1.8; } else { @@ -602,12 +602,12 @@ sub OWTHERM_InitializeDevice($) { $factor = 1.0; if( $unit eq "Celsius" ){ - $abbr = "°C"; + $abbr = "°C"; } elsif ($unit eq "Kelvin" ){ $abbr = "K"; $offset += "273.16" } elsif ($unit eq "Fahrenheit" ){ - $abbr = "°F"; + $abbr = "°F"; $offset = ($offset+32)/1.8; $factor = 1.8; } else { @@ -1313,11 +1313,11 @@ sub OWXTHERM_PT_SetValues($$) { reading the sensor (1 second waiting time, default).
  • attr <name> tempOffset <float> -
    temperature offset in °C added to the raw temperature reading.
  • +
    temperature offset in °C added to the raw temperature reading.
  • attr <name> tempUnit Celsius|Kelvin|Fahrenheit -
    unit of measurement (temperature scale), default is Celsius = °C
  • +
    unit of measurement (temperature scale), default is Celsius = °C
  • attr <name> resolution 9|10|11|12
    Temperature resolution in bit, only relevant for DS18B20