2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +00:00

LUXTRONIK2: bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@9166 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-08-30 11:51:26 +00:00
parent e7d3468a48
commit 67f85c772a
2 changed files with 2 additions and 2 deletions

View File

@ -673,7 +673,7 @@ LUXTRONIK2_DoUpdate($)
# 60 - mixer3TargetTemperature
$return_str .= "|". ($heatpump_visibility[211]==1 ? $heatpump_values[136] : "no");
# 61 - hotWaterCircPumpDeaerate
$return_str .= "|". ($heatpump_visibility[167]==1 ? $heatpump_values[684] : "no");
$return_str .= "|". ($heatpump_visibility[167]==1 ? $heatpump_parameters[684] : "no");
return $return_str;
}

View File

@ -369,7 +369,7 @@ sub statistics_DoStatisticsAll($$)
}
}
if ($periodSwitch != 0 ) { WriteStatefile(); }
if ($periodSwitch < -1 || $periodSwitch > 1 ) { WriteStatefile(); }
}
##########################