From 75640aed0c07abd3af5ec6d021039f93b497a608 Mon Sep 17 00:00:00 2001 From: ststrobel <> Date: Thu, 7 Apr 2016 16:06:05 +0000 Subject: [PATCH] =?UTF-8?q?98=5FComfoAir.pm:=20Umlaute=20aus=20Readings-Na?= =?UTF-8?q?men=20entfernt=20und=20Testmodus=20Protokollbefehl=20erg=C3=A4n?= =?UTF-8?q?zt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11199 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_ComfoAir.pm | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/FHEM/98_ComfoAir.pm b/FHEM/98_ComfoAir.pm index 48044b075..a237fb09a 100755 --- a/FHEM/98_ComfoAir.pm +++ b/FHEM/98_ComfoAir.pm @@ -35,6 +35,8 @@ # 2014-05-25 added hide- attributes # 2014-07-07 corrected handling of 0xD2 Message (protocol is different than documented) # 2014-07-24 added max queue length checking and attribute +# 2016-01-25 Reading Namen mit Umlauten korrigiert +# 2016-04-06 Testmode Protokollbefehle hinzugefügt # package main; @@ -71,6 +73,22 @@ sub ComfoAir_TimeoutSend($); # - msgHash - Rückverweis auf msgHash my %parseInfo = ( + "0002" => { unpack => "C", + name => "Test-Modus-Ein", + request => "0001", + }, + + "001A" => { unpack => "C", + name => "Test-Modus-Aus", + request => "0019", + }, + + "FF09" => { unpack => "C", + name => "Klappen setzen", + readings => [ { name => "Bypass", + map => "1:offen, 0:geschlossen, 3:stop", + set => "0009:%02x03", }]}, + "000c" => { unpack => "CCS>S>", name => "Ventilation-Status", # PC Befehl request => "000b", @@ -136,11 +154,11 @@ my %parseInfo = ( readings => [ { name => "Verz_Bad_Einschalt"}, { name => "Verz_Bad_Ausschalt"}, { name => "Verz_L1_Ausschalt"}, - { name => "Verz_Stosslüftung"}, + { name => "Verz_Stosslueftung"}, { name => "Verz_Filter_Wochen"}, { name => "Verz_RF_Hoch_Kurz"}, { name => "Verz_RF_Hoch_Lang"}, - { name => "Verz_Küchenhaube_Ausschalt"}]}, + { name => "Verz_Kuechenhaube_Ausschalt"}]}, "00ce" => { unpack => "CCCCCCCCCCCC", name => "Ventilation-Levels",