From 8674a13c287551252c01d27e21dfdcb1782722e2 Mon Sep 17 00:00:00 2001 From: immi <> Date: Mon, 28 Oct 2019 19:50:15 +0000 Subject: [PATCH] THZ: p55 for MSP (Forum: #33211) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20420 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/00_THZ.pm | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/FHEM/00_THZ.pm b/FHEM/00_THZ.pm index aa9da492a..ca559248e 100644 --- a/FHEM/00_THZ.pm +++ b/FHEM/00_THZ.pm @@ -1,8 +1,8 @@ ############################################## # 00_THZ # $Id$ -# by immi 01/2019 -my $thzversion = "0.181"; # +# by immi 10/2019 +my $thzversion = "0.182"; # # this code is based on the hard work of Robert; I just tried to port it # http://robert.penz.name/heat-pump-lwz/ ######################################################################################## @@ -441,7 +441,7 @@ my %sets439539common = ( "p50SummerModeHysteresis" => {cmd2=>"0A05A2", argMin => "0.5", argMax => "5", type =>"5temp", unit =>" K"}, #Hysteresis for summer mode !! "p78DualModePoint" => {cmd2=>"0A01AC", argMin => "-10", argMax => "20", type =>"5temp", unit =>" °C"}, "p54MinPumpCycles" => {cmd2=>"0A05B8", argMin => "1", argMax => "24", type =>"1clean", unit =>""}, - "p55MaxPumpCycles" => {cmd2=>"0A05B7", argMin => "25", argMax => "200", type =>"1clean", unit =>""}, + "p55MaxPumpCycles" => {cmd2=>"0A05B7", argMin => "25", argMax => "288", type =>"1clean", unit =>""}, "p56OutTempMaxPumpCycles" => {cmd2=>"0A05B9", argMin => "0", argMax => "20", type =>"5temp", unit =>" °C"}, "p57OutTempMinPumpCycles" => {cmd2=>"0A05BA", argMin => "0", argMax => "25", type =>"5temp", unit =>" °C"}, "p58SuppressTempCaptPumpStart" => {cmd2=>"0A0611", argMin => "0", argMax => "120", type =>"1clean", unit =>" s"}, @@ -2365,8 +2365,6 @@ sub THZ_backup_readings($){
attr Mythz firmware 2.06
attr Mythz firmware 5.39
- get Mythz zBackupParameters implemented
+ get Mythz zBackupParameters