FHEM Forum

FHEM - Hausautomations-Systeme => SlowRF => Thema gestartet von: betateilchen am 28 August 2013, 23:41:27

Titel: Patch für 14_CUL_WS
Beitrag von: betateilchen am 28 August 2013, 23:41:27
Aufnahme des Wettersensors ASH2200 als "model"

Index: 14_CUL_WS.pm
===================================================================
--- 14_CUL_WS.pm (revision 3813)
+++ 14_CUL_WS.pm (working copy)
@@ -26,7 +26,7 @@
   $hash->{AttrFn}    = "CUL_WS_Attr";
   $hash->{ParseFn}   = "CUL_WS_Parse";
   $hash->{AttrList}  = "IODev do_not_notify:0,1 showtime:0,1 ".
-                       "model:S300TH,KS300 ignore:0,1 ".
+                       "model:S300TH,KS300,ASH2200 ignore:0,1 ".
                        $readingFnAttributes;
 }
 


Außerdem paßt die vorhandene commandref (=> Attributes) nicht zu der bisher existierenden model-Definition. Dort wird WS7000 als mögliches model aufgeführt, was aber in der Attributliste nicht definiert ist. ASH2200 müsste dort auch noch ergänzt werden.
Titel: Aw: Patch für 14_CUL_WS
Beitrag von: rudolfkoenig am 29 August 2013, 08:59:53
Habs hinzugefuegt.