From 67f85c772a8a34aab50b9f9007b44127c60fe9ae Mon Sep 17 00:00:00 2001 From: tpoitzsch <> Date: Sun, 30 Aug 2015 11:51:26 +0000 Subject: [PATCH] LUXTRONIK2: bugfix git-svn-id: https://svn.fhem.de/fhem/trunk@9166 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/23_LUXTRONIK2.pm | 2 +- fhem/FHEM/98_statistics.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/23_LUXTRONIK2.pm b/fhem/FHEM/23_LUXTRONIK2.pm index 6c97627d1..1de74827a 100644 --- a/fhem/FHEM/23_LUXTRONIK2.pm +++ b/fhem/FHEM/23_LUXTRONIK2.pm @@ -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; } diff --git a/fhem/FHEM/98_statistics.pm b/fhem/FHEM/98_statistics.pm index 8eee56826..4d494ed9f 100644 --- a/fhem/FHEM/98_statistics.pm +++ b/fhem/FHEM/98_statistics.pm @@ -369,7 +369,7 @@ sub statistics_DoStatisticsAll($$) } } - if ($periodSwitch != 0 ) { WriteStatefile(); } + if ($periodSwitch < -1 || $periodSwitch > 1 ) { WriteStatefile(); } } ##########################