FHEM Forum

FHEM - Hausautomations-Systeme => Sonstige Systeme => Thema gestartet von: t1me2die am 22 Dezember 2016, 18:29:31

Titel: Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 22 Dezember 2016, 18:29:31
Hallo liebe Community,

ich habe einen selbstbau CUL der auf 433Mhz läuft.

Nun versuche ich gerade meine Lidl AURIOL Wetterstation in FHEM einzubinden, aber scheitere leider an der commandref.

Ich habe mir das Modul CUL_TCM97001 rausgesucht, weiß aber leider nicht, wie ich dieses richtig definieren muss, damit mein Temperatursensor erkannt wird.

Ich hoffe mir kann jemand helfen und mich etwas aufklären.

Danke

Gruß
Mathias
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: juergs am 23 Dezember 2016, 22:30:10
Hallo Mathias,

eigentlich brauchst Du nichts zu konfigurieren, wenn Du:


Zitat################################################
define autocreate autocreate
attr autocreate filelog ./log/%NAME-%Y.log
################################################
Zitatattr global autoload_undefined_devices 1

Die Beispiel-Definition eines Devices:

define FileLog_TCM97..._144 FileLog ./log/TCM97..._144-%Y.log TCM97..._144
attr FileLog_TCM97..._144 logtype temp4hum4:Temp/Hum,text
attr FileLog_TCM97..._144 room CUL_TCM97001
define SVG_TCM97..._144 SVG FileLog_TCM97..._144:SVG_TCM97..._144:CURRENT
attr SVG_TCM97..._144 label "TCM97..._144 Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr SVG_TCM97..._144 room Plots


Grüße,
Jürgen
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 27 Dezember 2016, 09:47:04
Hallo Jürgen,

danke für deinen Tipp. Ich habe z.Z. keine a-culfw-Version auf meinem nanoCUL, ich werde heute Abend mal die a-Version flashen und dann mal schauen, ob ich meine Auriol Wetterstation finde  :)

Gruß
Mathias
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 27 Dezember 2016, 16:26:09
So, habe die neuste a-culfw Version aufgespielt, nanoCUL wird soweit auch erkannt, aber leider legt er meine AURIOL Wetterstation nicht direkt an.
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: juergs am 27 Dezember 2016, 16:38:15
Attribut verbose auf 5 setzen und mal im Log nachschauen .... ;)

Was steht doort drin? Was sagt der EventMonitor?

Kommando "set <culname> raw e" absetzen und etwas länger warten ... 
ist CCCONF in Ordnung?
Dann nochmal probieren ...

Grüße,
Jürgen
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 27 Dezember 2016, 17:23:46
So, verbose auf 5 gesetzt.

In der ccconf steht folgendes (bevor ich "set nanoCUL raw e" abgefeuert habe)
Zitat
nanoCUL ccconf => freq:433.920MHz bWidth:325KHz rAmpl:42dB sens:4dB

Im EventMonitor habe ich folgendes:
Zitat
2016-12-27 17:20:54 SD_WS07 temp_Balkon T: 16.1
2016-12-27 17:20:54 SD_WS07 temp_Balkon temperature: 16.1
2016-12-27 17:21:25 SD_WS07 temp_Balkon T: 16.2
2016-12-27 17:21:25 SD_WS07 temp_Balkon temperature: 16.2
2016-12-27 17:21:56 SD_WS07 temp_Balkon T: 16.3
2016-12-27 17:21:56 SD_WS07 temp_Balkon temperature: 16.3

SD_WS07 ist ein anderes Thermometer von mir (dieses wurde direkt per autocreate angelegt)

Im Log habe ich folgendes:
Zitat
2016.12.27 17:20:54 5: CUL/RAW: /sBD80A1F0000C;  464: 3856

2016.12.27 17:20:54 4: CUL_Parse: nanoCUL sBD80A1F0000C;  464: 3856
2016.12.27 17:20:54 5: nanoCUL dispatch sBD80A1F0000C;  464: 3856
2016.12.27 17:20:54 5: nanoCUL dispatch P7#BD80A1F000
2016.12.27 17:20:54 4: SD_WS07_Parse  SD_WS07 (P7#BD80A1F000) length: 10
2016.12.27 17:20:54 5: SD_WS07 converted to bits: 10111101 1 000 000010100001 1111 00000000
2016.12.27 17:20:54 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.1, hum=0, bat=ok
2016.12.27 17:21:25 5: CUL/RAW: /sBD80A2F00012;  464: 3840

2016.12.27 17:21:25 4: CUL_Parse: nanoCUL sBD80A2F00012;  464: 3840
2016.12.27 17:21:25 5: nanoCUL dispatch sBD80A2F00012;  464: 3840
2016.12.27 17:21:25 5: nanoCUL dispatch P7#BD80A2F000
2016.12.27 17:21:25 4: SD_WS07_Parse  SD_WS07 (P7#BD80A2F000) length: 10
2016.12.27 17:21:25 5: SD_WS07 converted to bits: 10111101 1 000 000010100010 1111 00000000
2016.12.27 17:21:25 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.2, hum=0, bat=ok
2016.12.27 17:21:25 5: CUL/RAW: /sBD80A2F00012;  432: 3856

2016.12.27 17:21:25 4: CUL_Parse: nanoCUL sBD80A2F00012;  432: 3856
2016.12.27 17:21:25 5: nanoCUL dispatch sBD80A2F00012;  432: 3856
2016.12.27 17:21:25 5: nanoCUL dispatch P7#BD80A2F000
2016.12.27 17:21:25 4: SD_WS07_Parse  SD_WS07 (P7#BD80A2F000) length: 10
2016.12.27 17:21:25 5: SD_WS07 converted to bits: 10111101 1 000 000010100010 1111 00000000
2016.12.27 17:21:25 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.2, hum=0, bat=ok
2016.12.27 17:21:25 5: CUL/RAW: /sBD80A2F00013;  448: 3856

2016.12.27 17:21:25 4: CUL_Parse: nanoCUL sBD80A2F00013;  448: 3856
2016.12.27 17:21:25 5: nanoCUL dispatch sBD80A2F00013;  448: 3856
2016.12.27 17:21:25 5: nanoCUL dispatch P7#BD80A2F000
2016.12.27 17:21:25 4: SD_WS07_Parse  SD_WS07 (P7#BD80A2F000) length: 10
2016.12.27 17:21:25 5: SD_WS07 converted to bits: 10111101 1 000 000010100010 1111 00000000
2016.12.27 17:21:25 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.2, hum=0, bat=ok
2016.12.27 17:21:56 5: CUL/RAW: /sBD80A3F0000B;  464: 3856

2016.12.27 17:21:56 4: CUL_Parse: nanoCUL sBD80A3F0000B;  464: 3856
2016.12.27 17:21:56 5: nanoCUL dispatch sBD80A3F0000B;  464: 3856
2016.12.27 17:21:56 5: nanoCUL dispatch P7#BD80A3F000
2016.12.27 17:21:56 4: SD_WS07_Parse  SD_WS07 (P7#BD80A3F000) length: 10
2016.12.27 17:21:56 5: SD_WS07 converted to bits: 10111101 1 000 000010100011 1111 00000000
2016.12.27 17:21:56 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.3, hum=0, bat=ok
2016.12.27 17:21:56 5: CUL/RAW: /sBD80A3F0000A;  448: 3856

2016.12.27 17:21:56 4: CUL_Parse: nanoCUL sBD80A3F0000A;  448: 3856
2016.12.27 17:21:56 5: nanoCUL dispatch sBD80A3F0000A;  448: 3856
2016.12.27 17:21:56 5: nanoCUL dispatch P7#BD80A3F000
2016.12.27 17:21:56 4: SD_WS07_Parse  SD_WS07 (P7#BD80A3F000) length: 10
2016.12.27 17:21:56 5: SD_WS07 converted to bits: 10111101 1 000 000010100011 1111 00000000
2016.12.27 17:21:56 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.3, hum=0, bat=ok
2016.12.27 17:21:56 5: CUL/RAW: /sBD80A3F0000A;  448: 3872

2016.12.27 17:21:56 4: CUL_Parse: nanoCUL sBD80A3F0000A;  448: 3872
2016.12.27 17:21:56 5: nanoCUL dispatch sBD80A3F0000A;  448: 3872
2016.12.27 17:21:56 5: nanoCUL dispatch P7#BD80A3F000
2016.12.27 17:21:56 4: SD_WS07_Parse  SD_WS07 (P7#BD80A3F000) length: 10
2016.12.27 17:21:56 5: SD_WS07 converted to bits: 10111101 1 000 000010100011 1111 00000000
2016.12.27 17:21:56 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.3, hum=0, bat=ok
2016.12.27 17:22:27 5: CUL/RAW: /sBD80A4F00014;  448: 3856

2016.12.27 17:22:27 4: CUL_Parse: nanoCUL sBD80A4F00014;  448: 3856
2016.12.27 17:22:27 5: nanoCUL dispatch sBD80A4F00014;  448: 3856
2016.12.27 17:22:27 5: nanoCUL dispatch P7#BD80A4F000
2016.12.27 17:22:27 4: SD_WS07_Parse  SD_WS07 (P7#BD80A4F000) length: 10
2016.12.27 17:22:27 5: SD_WS07 converted to bits: 10111101 1 000 000010100100 1111 00000000
2016.12.27 17:22:27 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.4, hum=0, bat=ok
2016.12.27 17:22:27 5: CUL/RAW: /sBD80A4F00015;  448: 3856

2016.12.27 17:22:27 4: CUL_Parse: nanoCUL sBD80A4F00015;  448: 3856
2016.12.27 17:22:27 5: nanoCUL dispatch sBD80A4F00015;  448: 3856
2016.12.27 17:22:27 5: nanoCUL dispatch P7#BD80A4F000
2016.12.27 17:22:27 4: SD_WS07_Parse  SD_WS07 (P7#BD80A4F000) length: 10
2016.12.27 17:22:27 5: SD_WS07 converted to bits: 10111101 1 000 000010100100 1111 00000000
2016.12.27 17:22:27 4: SD_WS07_T decoded protocolid: 7 sensor id=BD, channel=1, temp=16.4, hum=0, bat=ok

Nachdem ich "set nanoCUL raw e" abgefeuert habe, bekomme ich keine Rückmeldung mehr vom CUL.

Gruß
Mathias
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: juergs am 27 Dezember 2016, 18:13:37
Der Befehl "set nanoCUL raw e" braucht etwas länger .... 
Wenn man zu ungeduldig ist , kommt was mit 1600 MHz etc .  also falsche Werte.

Also geduldig warten .... dauert länger 1..2 Minuten.  Ggf. Reset und neu booten ....

Funktioniert er wieder?

Jürgen
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 27 Dezember 2016, 18:35:52
Der CUL läuft nach einem restart wieder.

Nun hat er auch noch ein "THGR228N" Gerät gefunden, wahrscheinlich von irgendeinen Nachbarn.
Den AURIOL will er aber einfach nicht finden.

Gruß
Mathias
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: juergs am 27 Dezember 2016, 18:41:33
Was hast Du an Protokollen hineinkompiliert?

Hier meine Einträge:

Clients
   
:FS20:FHT.*:KS300:USF1000:BS:HMS: :CUL_EM:CUL_WS:CUL_FHTTK:CUL_HOERMANN: :ESA2000:CUL_IR:CUL_TX:Revolt:IT:UNIRoll:SOMFY: :STACKABLE_CC:CUL_RFR::CUL_TCM97001:CUL_REDIRECT::OREGON::Hideki:
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 27 Dezember 2016, 18:52:07
Dieselben habe ich auch bei mir:

Zitat
:FS20:FHT.*:KS300:USF1000:BS:HMS: :CUL_EM:CUL_WS:CUL_FHTTK:CUL_HOERMANN: :ESA2000:CUL_IR:CUL_TX:Revolt:IT:UNIRoll:SOMFY: :STACKABLE_CC:CUL_RFR::CUL_TCM97001:CUL_REDIRECT::SD_WS07::OREGON::Hideki:

Muss ich evtl. noch irgendwelche attr setzen beim nanoCUL?
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 27 Dezember 2016, 20:48:27
Hab nun paar Einträge, kann diese aber nicht zuordnen.

Zitat
2016.12.27 20:36:15 3: nanoCUL: Unknown code C0AAAAAAAA99AE4CB3AAAC2AB5AAAA2CADAAAAD4AA4CB3B42C, help me!
2016.12.27 20:36:54 3: nanoCUL: Unknown code C0AAAAAAAA9956A6595556955A5555965655556A55A6595A96, help me!

Wie soll ich ihm nun helfen?  ;D
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: juergs am 27 Dezember 2016, 21:01:43
Reden wir vom gleichen Sensor?
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 27 Dezember 2016, 21:04:11
Jap, meiner ist nur weiß  :)
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: juergs am 27 Dezember 2016, 21:14:54
Ah, das heisst er müsste eigentlich grundsätzlich gehen.
Vielleicht liegt er nur Frequenztechnisch-gesehen etwas "daneben" ?
Die SAW-Sender sind mit etwa 150 KHz Abweichung spezifiziert.

Schau mal dahin:
https://forum.fhem.de/index.php/topic,58396.60.html (https://forum.fhem.de/index.php/topic,58396.60.html)

Probiere ihn mal zu suchen.  NanoCUL - "freq" -Parameter setzen.

ZB. bei 433.890 anfangen und sich 10KHz-weise nach oben "hangeln" ... bis 433.960 (z.B.)
Danach kannst Du den CUL ja wieder auf 433.92 zurücksetzen.
Genügend Zeit zum Erkennen lassen .... (minütliche Übertragungen)

Hier noch eine Auriol-Definotion:
Zitatdefine AURIOL_15 CUL_TCM97001 CUL_TCM97001_15
attr AURIOL_15 event-min-interval .*:300
attr AURIOL_15 event-on-change-reading .*
attr AURIOL_15 model AURIOL
attr AURIOL_15 room CUL_TCM97001
define FileLog_AURIOL_15 FileLog ./log/AURIOL_15-%Y.log AURIOL_15
attr FileLog_AURIOL_15 logtype temp4hum4:Temp/Hum,text
attr FileLog_AURIOL_15 room CUL_TCM97001
define SVG_AURIOL_15 SVG FileLog_AURIOL_15:SVG_AURIOL_15:CURRENT
attr SVG_AURIOL_15 label "AURIOL_15 Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr SVG_AURIOL_15 room Plots
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 28 Dezember 2016, 06:41:13
Guten Morgen  :)

Heute Morgen hat mein nanoCUL doch glatt ein CUL_TCM97001_Unknown angelegt, leider war es dies dann auch schon.
Das Gerät trägt den Namen Unknown und steht als "Defined" im Raum CUL_TCM97001.
Der entsprechende Log wurde auch angelegt.

Ich habe nun das attr model AURIOL gesetzt, muss ich noch irgendwas machen, damit der gute mir die Temperatur von dem Sensor mitteilt?

Als Reading habe ich nun bei state: Code: BD8052F000

Des Weiteren hat er noch ein Gerät IT_1527x427fa mit dem Reading: protocol EV1527 angelegt, dieses Device sagt mir gar nichts. Wird laut Log auch nicht supported.

Gruß Mathias
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: juergs am 28 Dezember 2016, 11:42:26
Hallo Matthias,

hast Du mal versucht, den Sensor 2m neben dem CUL zu platzieren?
Dann sollten Readings erscheinen.

Bei mir ist leider durch 2 Zimmer und Balkon Schluss.
Evtl. hilft es, das 433TX-Modul zu tauschen oder die Antenne
des Sensors oder des Empfängers zu "verbessern"....  ;) 
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 28 Dezember 2016, 12:33:05
Ich werde es mal ausprobieren.

Als Reading habe ich zur Zeit bei state: Code: 0000000000  :D

Hab nun den Sensor in den selben Raum gestellt, falls das auch nichts bringt, gebe ich es auf  :)
Dann benutze ich einfach einen anderen Sensor  :)

Gruß Mathias
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: t1me2die am 28 Dezember 2016, 13:02:09
Nun bekomme ich den Code: BD8057F000 im Reading, dass bringt mich nur leider gar nicht weiter  ;D
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: juergs am 28 Dezember 2016, 14:01:48
Evtl. mal mit den Signalduino probieren?
https://wiki.fhem.de/wiki/SIGNALduino (https://wiki.fhem.de/wiki/SIGNALduino)
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: MichlB am 14 Januar 2017, 13:24:12
hallo

hab den post bei google gefunden und muss mal nachfragen, hat jemand auch die Auriol Wetterstation Premium vom Lidl in Betrieb? die mit dem Regen, Wind und Windrichtungssensor...

Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: gbomacfly am 29 Januar 2018, 08:59:04
Ich hab mir vor ein paar Tagen auch die Station bestellt.

https://www.lidl.de/de/auriol-wetterstation/p259387

Signalduino ist vorhanden, CC1101 sind bestellt.
Bin mal gespannt, ob ich die ans Laufen bekomme. Hat schon jemand Erfahrungen sammeln können?
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: zgadgeter am 13 Februar 2018, 13:48:30
Zitat von: gbomacfly am 29 Januar 2018, 08:59:04
Hat schon jemand Erfahrungen sammeln können?
Hallo, wie sind deine Erfahrungen bisher? Ich ueberlege mir auch sowas...
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: gbomacfly am 13 Februar 2018, 19:15:40
Zitat von: zgadgeter am 13 Februar 2018, 13:48:30
Hallo, wie sind deine Erfahrungen bisher? Ich ueberlege mir auch sowas...

Ich habe bisher aufgrund von anderen "Problemen" noch nicht wirklich Zeit investieren können. Hab aber heute folgenden Thread entdeckt, wo dieselbe Station gerade behandelt wird: https://forum.fhem.de/index.php/topic,58397.876.html

Da wollte ich mich demnächst einklinken, das sieht schonmal ganz gut aus.

Die Station selber ist ganz OK, der Empfänger steht im Wohnzimmer, die Sensoren draussen, getrennt durch einen Flur und eine Küche. Mit dem Empfang bisher wohl keine Probleme.
Mein Signalduino reicht wohl leider nicht bis dahin, weswegen ich mir in die Küche bald einen RPI mit Signalduino hinstellen werde.
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: australien am 05 März 2018, 13:19:33
hallo zusammen

ich bekomme seit neuesten immer die Fehlermeldung im log

PERL WARNING: Use of uninitialized value $temp in numeric le (<=) at ./FHEM/14_CUL_TCM97001.pm line 315.
2018.03.05 13:18:16 1: PERL WARNING: Use of uninitialized value $temp in numeric ge (>=) at ./FHEM/14_CUL_TCM97001.pm line 315.
2018.03.05 13:18:16 1: PERL WARNING: Use of uninitialized value $temp in sprintf at ./FHEM/14_CUL_TCM97001.pm line 1631.


gibt es da Infos dazu?
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: australien am 05 März 2018, 13:39:54
weiters habe ich folgendes Problem:

das reading WindDirection ist immer entweder 7 oder 22, an der originalen Wetterstation stimmt aber die Fahne mit dem Wind überein.

Internals:
   CODE       CUL_TCM97001_36
   DEF        CUL_TCM97001_36
   LASTInputDev sduino
   MSGCNT     30
   NAME       TCM21...._36
   NR         98
   STATE      low<br>0.0 C, 53 %<br>8 km/h - G 2 km/h 70° < < < < 2018-03-05 13:34:18
   TYPE       CUL_TCM97001
   lastH      0
   lastT      1520253258
   sduino_DMSG s246E5AB00000
   sduino_MSGCNT 30
   sduino_RAWMSG MS;P0=-4003;P1=461;P4=-2021;P5=-8966;D=15141410141410141414101014101010141410141010141014101410101414141414141414;CP=1;SP=5;R=231;O;
   sduino_RSSI -86.5
   sduino_TIME 2018-03-05 13:34:18
   READINGS:
     2018-03-05 11:16:52   battery         low
     2018-03-05 13:32:45   humidity        53
     2018-03-05 13:34:18   state           T: 0.0
     2018-03-05 13:34:18   temperature     0.0
     2018-03-05 13:33:16   windDirection   7
     2018-03-05 13:34:18   windDirection10 70
     2018-03-05 13:33:16   windDirectionText SSE
     2018-03-05 13:34:18   windDirection_corr 49.5833333333333
     2018-03-05 13:33:16   windGust        2
     2018-03-05 13:32:14   windSpeed       8
     2018-03-05 13:34:18   windSpeed15     120
Attributes:
   alias      Windsensor
   event-min-interval .*:300
   event-on-change-reading .*
   icon       weather_wind_speed
   model      TCM21....
   room       8.1.Aussen,9.9.System->Thermostat,CUL_TCM97001
   stateFormat {ReadingsVal('TCM21...._36','battery','')."<br>".ReadingsVal('TCM21...._36','temperature','')." C, ".ReadingsVal('TCM21...._36','humidity','')." %<br>".ReadingsVal('TCM21...._36','windSpeed','')." km/h - G ".ReadingsVal('TCM21...._36','windGust','')." km/h ".ReadingsVal('TCM21...._36','windDirection10','')."° < < < < ".ReadingsTimestamp('TCM21...._36','state','')}
   userReadings windDirection10 {ReadingsVal("TCM21...._36","windDirection", 0)*10;},
windDirection_corr  {ReadingsVal("TCM21...._36","windDirection10", 0)*255/360;},
windSpeed15  {ReadingsVal("TCM21...._36","windSpeed", 0)*15;}



Temperatur und Konsorten stimmen, nur die Windrichtung nicht.
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: pejonp am 05 März 2018, 13:59:29
@australien
versuche mal diese Datei vom letzten Eintrag
https://forum.fhem.de/index.php/topic,78768.msg764458.html#msg764458


Pejonp
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: australien am 05 März 2018, 15:24:50
damit verschwinden zwar die Fehlermeldungen aus meinem vorvorigem Post, dafür wir der Sensor nicht mehr erkannt, obwohl er angelegt ist.


2018.03.05 15:08:53 1: sduino SD_WS07: UNDEFINED sensor SD_WS07_TH_3 detected, code P7#C5A072F27
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: pejonp am 05 März 2018, 16:39:26
Die Datei TCM97001.pm hat eigentlich nichts mit SD_WS07 zu tun.

Was setzt du den eigentlich ein einen nanoCUL oder einen SignalDuino ?
Die signalaufbereitung ist da sehr unterschiedlich und ich glaube mit einem nanoCUL empfängst du keinen SD_WS07.

Pejonp
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: yersinia am 05 März 2018, 17:02:13
Zitat von: pejonp am 05 März 2018, 16:39:26
Die signalaufbereitung ist da sehr unterschiedlich und ich glaube mit einem nanoCUL empfängst du keinen SD_WS07.
fyi, kann ich so nicht bestätigen. Ich habe hier ein Selbstbau-nanoCUL mit aculfw und 433 MHz und empfange vom Nachbarn zwei SD_WS07.

Hier ein list des einen Sensors:
Internals:
   .lastTimebattery 1520193841.99295
   .lastTimechannel 1520193841.99295
   .lastTimehumidity 1520193841.99295
   .lastTimestate 1520193841.99295
   .lastTimetemperature 1520193841.99295
   CHANGED   
   CODE       SD_WS07_TH_D81
   DEF        SD_WS07_TH_D81
   LASTInputDev nanoCUL_433_1
   MSGCNT     10
   NAME       SD_WS07_TH_D81
   NR         182
   STATE      2018-03-04 21:05:56 | T: 8.8 H: 48
   TYPE       SD_WS07
   bitMSG     11011000 1 000 000001011000 1111 00110000
   lastMSG    D88058F300
   lastReceive 1520193956
   nanoCUL_433_1_DMSG P7#D88058F300
   nanoCUL_433_1_MSGCNT 10
   nanoCUL_433_1_RAWMSG 2E2
   nanoCUL_433_1_TIME 2018-03-04 21:05:56
   Helper:
     DBLOG:
       humidity:
         logdb:
           TIME       1520193842.00026
           VALUE      48
       temperature:
         logdb:
           TIME       1520193842.00026
           VALUE      8.8
   READINGS:
     2018-03-04 21:05:56   battery         ok
     2018-03-04 21:05:56   channel         1
     2018-03-04 21:05:56   humidity        48
     2018-03-04 21:05:56   state           T: 8.8 H: 48
     2018-03-04 21:05:56   temperature     8.8
     2018-03-04 12:12:59   |               T: 9.7 H: 65


nanoCUL version:
V 1.26.02 a-culfw Build: 275 (2018-02-07_20-27-53) nanoCUL433 (F-Band: 433MHz)

VG
y
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: australien am 05 März 2018, 18:22:30
Zitat von: pejonp am 05 März 2018, 16:39:26
Die Datei TCM97001.pm hat eigentlich nichts mit SD_WS07 zu tun.

Was setzt du den eigentlich ein einen nanoCUL oder einen SignalDuino ?
Die signalaufbereitung ist da sehr unterschiedlich und ich glaube mit einem nanoCUL empfängst du keinen SD_WS07.

Pejonp

muß mich entschuldigen, dieses Thermostat wird seit gestern nicht mehr gefunden.
hab wieder deine Datei rein gemacht. Die Station von Lidl - Windsensor wird leider nicht mehr erkannt.

betreibe das System mit einem selbstbau Signalduino.
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: pejonp am 05 März 2018, 19:36:13
@australien

Mach mal ein list vom signalduino. Verbose=5 mal einstellen und Log hier anhängen.
Frequenz richtig eingestellt. Fhem neu gestartet. Gehören die Dateien im fhem Verzeichnis alle fhem? Zugriffsrechte/Eigentümer überprüfen.

Pejonp
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: pejonp am 05 März 2018, 19:46:01
@yersinia

Bist du sicher das der SD_WS07 vom nanocul erkannt wird ?
Kannst du bei deinem nanocul mal verbose=5 einstellen und hier anhängen.
Hast du den nanocul als signalduino konfiguriert?

Pejonp
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: gbomacfly am 05 März 2018, 21:19:53
Ich hab mittlerweile auf einen Signalduino mit CC1101 gewechselt. Habe die Dev-Version von Signalduino perupdate add https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/controls_signalduino.txt eingebunden, update all, shutdown restart und gewartet.
Kurze Zeit später wurde dann das folgende angelegt:

Internals:
   AZ.SIGNALduino_DMSG s606CFEE0C000
   AZ.SIGNALduino_MSGCNT 1952
   AZ.SIGNALduino_RAWMSG MS;P1=-2056;P2=413;P3=-4106;P4=-9128;D=24212323212121212121232321232321212323232323232321232323212121212123232121;CP=2;SP=4;R=222;
   AZ.SIGNALduino_RSSI -91
   AZ.SIGNALduino_TIME 2018-03-05 21:15:56
   CODE       CUL_TCM97001_96
   DEF        CUL_TCM97001_96
   LASTInputDev AZ.SIGNALduino
   MSGCNT     1952
   NAME       GA.AuriolRegen
   NR         179
   STATE      Es regnet im Augenblick nicht. 480 mm/l
   TYPE       CUL_TCM97001
   lastH      0
   lastT      1520280956
   Helper:
     DBLOG:
       israining:
         DBLogging:
           TIME       1520280956.08258
           VALUE      no
       rain:
         DBLogging:
           TIME       1520280956.08258
           VALUE      480
   READINGS:
     2018-02-26 07:25:28   battery         ok
     2018-03-05 21:15:56   israining       no
     2018-03-05 21:15:56   rain            480
     2018-03-05 21:15:56   state           R: 480
Attributes:
   DbLogExclude .*
   DbLogInclude rain,israining
   event-min-interval .*:300
   event-on-change-reading .*
   model      W174
   mqttName   GA.AuriolRegen
   mqttRoom   Draussen
   room       Draussen
   stateFormat {
if (ReadingsVal($name, "israining", undef) eq "yes") {
"Es regnet gerade. " . ReadingsVal($name, "rain", undef) . " mm/l";
} else {
"Es regnet im Augenblick nicht. " . ReadingsVal($name, "rain", undef) . " mm/l";
}

}
   widgetOverride event-on-change-reading:textField-long


Internals:
   AZ.SIGNALduino_DMSG sC56FB900E000
   AZ.SIGNALduino_MSGCNT 6609
   AZ.SIGNALduino_RAWMSG MS;P0=-8959;P1=458;P2=-4015;P3=-2019;D=10121213131312131213121213121212121213121212131312131313131313131312121213;CP=1;SP=0;R=230;
   AZ.SIGNALduino_RSSI -87
   AZ.SIGNALduino_TIME 2018-03-05 21:17:05
   CODE       CUL_TCM97001_197
   DEF        CUL_TCM97001_197
   LASTInputDev AZ.SIGNALduino
   MSGCNT     6609
   NAME       GA.AuriolWind
   NR         182
   STATE      Aktuell: 74% rel.H mit ⌀ 0 km/h Wind und Böen von 0 km/h aus SSO
   TYPE       CUL_TCM97001
   lastH      0
   lastT      1520281025
   Helper:
     DBLOG:
       humidity:
         DBLogging:
           TIME       1520280682.73795
           VALUE      74
       temperature:
         DBLogging:
           TIME       1520280899.78375
           VALUE      0.0
       windDirection:
         DBLogging:
           TIME       1520281025.7895
           VALUE      22
       windDirectionText:
         DBLogging:
           TIME       1520276995.69175
           VALUE      SSO
       windGust:
         DBLogging:
           TIME       1520281025.7895
           VALUE      0
       windSpeed:
         DBLogging:
           TIME       1520280837.78267
           VALUE      0
   READINGS:
     2018-03-01 13:21:15   battery         low
     2018-03-05 21:14:28   humidity        74
     2018-03-05 21:17:05   state           Wg: 0  Wd: 
     2018-03-05 21:17:05   temperature     0.0
     2018-03-05 21:17:05   windDirection   22
     2018-03-05 20:09:55   windDirectionText SSE
     2018-03-05 21:17:05   windGust        0
     2018-03-05 21:17:03   windSpeed       0
Attributes:
   DbLogExclude .*
   DbLogInclude temperature,humidity,wind.*
   event-min-interval .*:300
   event-on-change-reading .*
   eventMap   NNE:NNO NE:NO ENE:ONO E:O ESE:OSO SE:SO SSE:SSO
   model      TCM21....
   mqttName   GA.AuriolWind
   mqttRoom   Draussen
   room       Draussen
   stateFormat Aktuell: humidity% rel.H mit ⌀ windSpeed km/h Wind und Böen von windGust km/h aus windDirectionText
   widgetOverride event-on-change-reading:textField-long


Wurde natürlich mittlerweile etwas abgeändert :) Wind kommt allerdings immer aus SSO, egal wie die Fahne steht, ansonsten funktioniert es gut. Achja, die Batterien sollte ich endlich mal tauschen :)
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: pejonp am 06 März 2018, 07:38:08
HI

versuche mal diese Datei vom letzten Eintrag
https://forum.fhem.de/index.php/topic,78768.msg764458.html#msg764458

Wird bei jedem Update überschrieben, ggf.  Excluden. fhem neu starten usw. .....

Pejonp


Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: australien am 06 März 2018, 10:55:55
@pejonp
hab die Anleitung mit der neuen Datei gemacht.

leider wird mit der neuen Datei der Wetter-Wind-Sensor nicht mehr erkannt, die anderen schon?

das log mit verbose 5 liebt bei.



2018.03.06 10:47:53 3: Opening sduino device /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A9M9DV3R-if00-port0
2018.03.06 10:47:53 3: Setting sduino serial parameters to 57600,8,N,1
2018.03.06 10:47:53 1: sduino/define: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A9M9DV3R-if00-port0@57600
2018.03.06 10:47:53 1: sduino/init: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A9M9DV3R-if00-port0@57600
2018.03.06 10:47:53 3: sduino device opened
2018.03.06 10:47:53 3: sduino: setting Verbose to: 3
2018.03.06 10:47:57 3: AMADCommBridge (AMADBridge) - defined AMADCommBridge with Socketport 8090
2018.03.06 10:47:57 3: AMADBridge: port 8090 opened
2018.03.06 10:47:57 3: AMADCommBridge (AMADBridge) - Socket opened.
2018.03.06 10:47:57 3: AMADDevice (TabletWohnzimmer) - I/O device is AMADBridge
2018.03.06 10:47:57 3: AMADDevice (TabletWohnzimmer) - set remoteServer to Automagic
2018.03.06 10:47:57 3: AMADDevice (TabletWohnzimmer) - defined with AMAD_ID: 1516102976417 on port 8090
2018.03.06 10:47:57 3: AMADDevice (TabletWohnzimmer) - set remoteServer to Automagic
2018.03.06 10:47:57 3: Opening ZWDongle_0 device /dev/ttyACM0
2018.03.06 10:47:57 3: Setting ZWDongle_0 serial parameters to 115200,8,N,1
2018.03.06 10:47:59 3: ZWDongle_0 device opened
2018.03.06 10:47:59 3: ZWave: cannot load Crypt::Rijndael, SECURITY class disabled
2018.03.06 10:47:59 2: fronthem: ipc listener opened at port 16384
2018.03.06 10:47:59 1: Including ./log/fhem.save
2018.03.06 10:48:02 0: Featurelevel: 5.8
2018.03.06 10:48:02 0: Server started with 170 defined entities (fhem.pl:16312/2018-03-02 perl:5.024001 os:linux user:fhem pid:6092)
2018.03.06 10:48:02 3: sduino sduinoIdList: whitelistIds=
2018.03.06 10:48:02 3: sduino sduinoIdList: blacklistIds=
2018.03.06 10:48:02 3: sduino sduinoIdList: development=
2018.03.06 10:48:02 3: sduino: ID=p76.1 skiped (developId=p)
2018.03.06 10:48:02 3: sduino: ID=p76 skiped (developId=p)
2018.03.06 10:48:02 3: sduino: ID=78 skiped (developId=y)
2018.03.06 10:48:02 3: sduino: ID=63 skiped (developId=y)
2018.03.06 10:48:02 3: sduino: ID=74 skiped (developId=y)
2018.03.06 10:48:02 3: sduino: ID=77 skiped (developId=y)
2018.03.06 10:48:02 3: sduino: ID=73 skiped (developId=y)
2018.03.06 10:48:02 3: sduino: IDlist MS 0 1 13 14 15 17 2 22 23 25 3 3.1 32 33 35 38 4 41 51 55 6 68 7 72.1
2018.03.06 10:48:02 3: sduino: IDlist MU 13.1 16 20 21 24 26 27 28 29 30 31 36 37 39 40 44 44.1 45 46 48 49 5 50 56 59 60 61 62 64 65 66 67 69 70 71 72 75 8 9
2018.03.06 10:48:02 3: sduino: IDlist MC 10 11 12 12.1 18 43 47 52 57 58
2018.03.06 10:48:02 3: sduino/init: disable receiver (XQ)
2018.03.06 10:48:02 3: sduino/init: get version, retry = 0
2018.03.06 10:48:02 2: ZWDongle_ProcessSendStack: no ACK, resending message 0107000301020100f9
2018.03.06 10:48:02 3: telnetForBlockingFn_1520329682: port 41719 opened
2018.03.06 10:48:03 3: AV_Reveiver device opened
2018.03.06 10:48:03 3: ABFALL Muelltonnen - CALENDAR:Muelltonnen_Kalender triggered, updating ABFALL Muelltonnen ...
2018.03.06 10:48:03 2: sduino: initialized. v3.3.3-dev
2018.03.06 10:48:03 3: sduino/init: enable receiver (XE)
2018.03.06 10:48:05 3: CALVIEW myCalSchule - CALENDAR:Kalender_Schule triggered, updating CALVIEW myCalSchule ...
2018.03.06 10:48:08 1: Calendar Kalender_Haus: retrieved no or empty data
2018.03.06 10:48:08 3: CALVIEW myCalHome - CALENDAR:Kalender_Haus triggered, updating CALVIEW myCalHome ...
2018.03.06 10:48:08 1: PERL WARNING: Use of uninitialized value $t in numeric lt (<) at ./FHEM/57_Calendar.pm line 1933.
2018.03.06 10:48:26 3: sduino: setting Verbose to: 5
2018.03.06 10:48:28 4: sduino/msg READ: MS;P2=-3867;P3=496;P4=-930;P5=-1915;D=32343534353435353535343435343434343435343434353534353535353435343435343434;CP=3;SP=2;R=247;O;
2018.03.06 10:48:28 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:48:28 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:28 5: sduino: Found wrong signalpattern, catched 1 bits, aborting demodulation
2018.03.06 10:48:28 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:48:28 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:28 4: sduino: Decoded MS Protocol id 7 dmsg P7#579046F48 length 36 RSSI = -78.5
2018.03.06 10:48:28 5: sduino Dispatch: P7#579046F48, test ungleich: disabled
2018.03.06 10:48:28 5: sduino Dispatch: P7#579046F48, -78.5 dB, dispatch
2018.03.06 10:48:28 5: sduino: dispatch P7#579046F48
2018.03.06 10:48:28 4: sduino SD_WS07: P7#579046F48, length=9
2018.03.06 10:48:28 5: sduino SD_WS07: converted to bits: 01010111 1 001 000001000110 1111 01001000
2018.03.06 10:48:28 4: sduino SD_WS07: model=SD_WS07_TH, id=57, channel=2, temp=7, hum=72, bat=ok
2018.03.06 10:48:28 4: sduino/msg READ: MS;P0=-945;P1=484;P2=-1930;P3=-3865;D=13101210121012121212101012101010101012101010121210121212121012101012101010;CP=1;SP=3;R=246;O;
2018.03.06 10:48:28 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:48:28 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:28 5: sduino: Found wrong signalpattern, catched 1 bits, aborting demodulation
2018.03.06 10:48:28 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:48:28 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:28 4: sduino: Decoded MS Protocol id 7 dmsg P7#579046F48 length 36 RSSI = -79
2018.03.06 10:48:28 5: sduino Dispatch: P7#579046F48, test gleich
2018.03.06 10:48:28 4: sduino Dispatch: P7#579046F48, Dropped due to short time or equal msg
2018.03.06 10:48:29 4: sduino/msg READ: MS;P0=-941;P1=481;P2=-1934;P3=-3857;D=13101210121012121212101012101010101012101010121210121212121012101012101010;CP=1;SP=3;R=248;O;
2018.03.06 10:48:29 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:48:29 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:29 5: sduino: Found wrong signalpattern, catched 1 bits, aborting demodulation
2018.03.06 10:48:29 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:48:29 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:29 4: sduino: Decoded MS Protocol id 7 dmsg P7#579046F48 length 36 RSSI = -78
2018.03.06 10:48:29 5: sduino Dispatch: P7#579046F48, test gleich
2018.03.06 10:48:29 4: sduino Dispatch: P7#579046F48, Dropped due to short time or equal msg
2018.03.06 10:48:29 4: sduino/msg READ: MS;P0=-939;P1=499;P2=-1918;P3=-3870;D=13101210121012121212101012101010101012101010121210121212121012101012101010;CP=1;SP=3;R=246;
2018.03.06 10:48:29 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:48:29 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:29 5: sduino: Found wrong signalpattern, catched 1 bits, aborting demodulation
2018.03.06 10:48:29 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:48:29 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:29 4: sduino: Decoded MS Protocol id 7 dmsg P7#579046F48 length 36 RSSI = -79
2018.03.06 10:48:29 5: sduino Dispatch: P7#579046F48, test gleich
2018.03.06 10:48:29 4: sduino Dispatch: P7#579046F48, Dropped due to short time or equal msg
2018.03.06 10:48:32 4: sduino/msg READ: MS;P2=471;P3=-4053;P4=-9061;P5=-2019;D=24252325232525252325232325232325252325252523252325232525252525252523252523;CP=2;SP=4;R=245;O;
2018.03.06 10:48:32 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:48:32 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:32 4: sduino: Decoded MS Protocol id 0 dmsg s516C8A809000 length 40 RSSI = -79.5
2018.03.06 10:48:32 5: sduino Dispatch: s516C8A809000, test ungleich: disabled
2018.03.06 10:48:32 5: sduino Dispatch: s516C8A809000, -79.5 dB, dispatch
2018.03.06 10:48:32 5: sduino: dispatch s516C8A809000
2018.03.06 10:48:32 4: sduino: Matched MS Protocol id 68 -> PFR-130
2018.03.06 10:48:32 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:32 4: sduino: Decoded MS Protocol id 68 dmsg s516C8A809000 length 40 RSSI = -79.5
2018.03.06 10:48:32 5: sduino Dispatch: s516C8A809000, test gleich
2018.03.06 10:48:32 4: sduino Dispatch: s516C8A809000, Dropped due to short time or equal msg
2018.03.06 10:48:33 4: sduino/msg READ: MS;P0=548;P1=-4082;P2=-2089;P4=-8862;D=0401020201010201020102010102020202020202020201010101010102020202010101010102;CP=0;SP=4;R=14;O;
2018.03.06 10:48:33 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:48:33 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:33 4: sduino: Decoded MS Protocol id 0 dmsg s9AB007E1F000 length 40 RSSI = -67
2018.03.06 10:48:33 5: sduino Dispatch: s9AB007E1F000, test ungleich: disabled
2018.03.06 10:48:33 5: sduino Dispatch: s9AB007E1F000, -67 dB, dispatch
2018.03.06 10:48:33 5: sduino: dispatch s9AB007E1F000
2018.03.06 10:48:33 4: sduino: CUL_TCM97001 using longid: 1 model: Prologue
2018.03.06 10:48:33 4: sduino/msg READ: MS;P0=553;P1=-4070;P2=-2042;P3=-8979;D=0301020201010201020102010102020202020202020201010101010102020202010101010102;CP=0;SP=3;R=13;O;
2018.03.06 10:48:33 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:48:33 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:33 4: sduino: Decoded MS Protocol id 0 dmsg s9AB007E1F000 length 40 RSSI = -67.5
2018.03.06 10:48:33 5: sduino Dispatch: s9AB007E1F000, test gleich
2018.03.06 10:48:33 4: sduino Dispatch: s9AB007E1F000, Dropped due to short time or equal msg
2018.03.06 10:48:34 4: sduino/msg READ: MU;P0=546;P1=-2047;P2=-4083;P3=-9032;D=010101010101010102020202020201010101020202020201030;CP=0;R=15;
2018.03.06 10:48:34 4: sduino: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2018.03.06 10:48:34 5: sduino: start pattern for MU Protocol id 13.1 -> FLAMINGO FA21 b mismatches, aborting
2018.03.06 10:48:34 5: sduino: applying filterfunc SIGNALduino_filterSign
2018.03.06 10:48:34 5: sduino: applying filterfunc SIGNALduino_compPattern
2018.03.06 10:48:34 4: sduino/msg READ: MS;P2=-3807;P4=488;P5=-1877;P6=-911;D=42454546464645464545464546464646464645454546464546454545454646454645464546;CP=4;SP=2;R=235;O;
2018.03.06 10:48:34 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:48:34 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:34 5: sduino: Found wrong signalpattern, catched 0 bits, aborting demodulation
2018.03.06 10:48:34 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:48:34 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:34 4: sduino: Decoded MS Protocol id 7 dmsg P7#C5A072F2A length 36 RSSI = -84.5
2018.03.06 10:48:34 5: sduino Dispatch: P7#C5A072F2A, test ungleich: disabled
2018.03.06 10:48:34 5: sduino Dispatch: P7#C5A072F2A, -84.5 dB, dispatch
2018.03.06 10:48:34 5: sduino: dispatch P7#C5A072F2A
2018.03.06 10:48:34 4: sduino SD_WS07: P7#C5A072F2A, length=9
2018.03.06 10:48:34 5: sduino SD_WS07: converted to bits: 11000101 1 010 000001110010 1111 00101010
2018.03.06 10:48:34 4: sduino SD_WS07: model=SD_WS07_TH, id=C5, channel=3, temp=11.4, hum=42, bat=ok
2018.03.06 10:48:34 4: sduino/msg READ: MU;P0=-1878;P1=483;P2=-966;P3=-3752;P5=768;D=01213105012121210121010121012121212121210101012121012101012;CP=1;R=238;
2018.03.06 10:48:34 4: sduino: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2018.03.06 10:48:34 5: sduino: start pattern for MU Protocol id 13.1 -> FLAMINGO FA21 b mismatches, aborting
2018.03.06 10:48:34 5: sduino: applying filterfunc SIGNALduino_filterSign
2018.03.06 10:48:34 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2018.03.06 10:48:34 5: sduino: start pattern for MU Protocol id 27 -> remote27 mismatches, aborting
2018.03.06 10:48:34 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2018.03.06 10:48:34 5: sduino: start pattern for MU Protocol id 28 -> IC Ledspot mismatches, aborting
2018.03.06 10:48:34 4: sduino: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2018.03.06 10:48:34 5: sduino: start pattern for MU Protocol id 36 -> socket36 mismatches, aborting
2018.03.06 10:48:34 5: sduino: applying filterfunc SIGNALduino_compPattern
2018.03.06 10:48:34 4: sduino: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2018.03.06 10:48:34 5: sduino: start pattern for MU Protocol id 39 -> X10 Protocol mismatches, aborting
2018.03.06 10:48:34 4: sduino: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.03.06 10:48:34 5: sduino: Starting demodulation at Position 1
2018.03.06 10:48:34 4: sduino/msg READ: MS;P0=-913;P1=485;P2=-1870;P3=-3775;D=13121210101012101212101210101010101012121210101210121212121010121012101210;CP=1;SP=3;R=240;O;
2018.03.06 10:48:34 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:48:34 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:34 5: sduino: Found wrong signalpattern, catched 0 bits, aborting demodulation
2018.03.06 10:48:34 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:48:34 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:34 4: sduino: Decoded MS Protocol id 7 dmsg P7#C5A072F2A length 36 RSSI = -82
2018.03.06 10:48:34 5: sduino Dispatch: P7#C5A072F2A, test gleich
2018.03.06 10:48:34 4: sduino Dispatch: P7#C5A072F2A, Dropped due to short time or equal msg
2018.03.06 10:48:35 4: sduino/msg READ: MS;P0=-1868;P1=488;P2=-907;P6=-3762;D=16101012121210121010121012121212121210101012121012101010101212101210121012;CP=1;SP=6;R=242;O;
2018.03.06 10:48:35 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:48:35 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:35 5: sduino: Found wrong signalpattern, catched 0 bits, aborting demodulation
2018.03.06 10:48:35 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:48:35 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:35 4: sduino: Decoded MS Protocol id 7 dmsg P7#C5A072F2A length 36 RSSI = -81
2018.03.06 10:48:35 5: sduino Dispatch: P7#C5A072F2A, test gleich
2018.03.06 10:48:35 4: sduino Dispatch: P7#C5A072F2A, Dropped due to short time or equal msg
2018.03.06 10:48:35 4: sduino/msg READ: MU;P0=-923;P1=485;P2=-1865;P3=-3768;D=0101210121212121010121012101210131212101010121012121012101010101010121212101012101212121210101210121012101;CP=1;R=238;
2018.03.06 10:48:35 4: sduino: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2018.03.06 10:48:35 5: sduino: start pattern for MU Protocol id 13.1 -> FLAMINGO FA21 b mismatches, aborting
2018.03.06 10:48:35 5: sduino: applying filterfunc SIGNALduino_filterSign
2018.03.06 10:48:35 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2018.03.06 10:48:35 5: sduino: start pattern for MU Protocol id 27 -> remote27 mismatches, aborting
2018.03.06 10:48:35 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2018.03.06 10:48:35 5: sduino: start pattern for MU Protocol id 28 -> IC Ledspot mismatches, aborting
2018.03.06 10:48:35 4: sduino: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2018.03.06 10:48:35 5: sduino: start pattern for MU Protocol id 36 -> socket36 mismatches, aborting
2018.03.06 10:48:35 5: sduino: applying filterfunc SIGNALduino_compPattern
2018.03.06 10:48:35 4: sduino: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2018.03.06 10:48:35 5: sduino: start pattern for MU Protocol id 39 -> X10 Protocol mismatches, aborting
2018.03.06 10:48:35 4: sduino: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2018.03.06 10:48:35 5: sduino: start pattern for MU Protocol id 69 -> Hoermann mismatches, aborting
2018.03.06 10:48:35 4: sduino: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.03.06 10:48:35 5: sduino: Starting demodulation at Position 1
2018.03.06 10:48:37 4: sduino/msg READ: MS;P0=-8948;P1=533;P2=-4111;P3=-2039;D=1012131312131312131312131313131313131313131313121313121212131213131212121213;CP=1;SP=0;R=2;O;
2018.03.06 10:48:37 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:48:37 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:37 4: sduino: Decoded MS Protocol id 0 dmsg s92400274F000 length 40 RSSI = -73
2018.03.06 10:48:37 5: sduino Dispatch: s92400274F000, test ungleich: disabled
2018.03.06 10:48:37 5: sduino Dispatch: s92400274F000, -73 dB, dispatch
2018.03.06 10:48:37 5: sduino: dispatch s92400274F000
2018.03.06 10:48:37 4: sduino: CUL_TCM97001 using longid: 1 model: Prologue
2018.03.06 10:48:38 4: sduino/msg READ: MS;P0=-2077;P1=525;P2=-4076;P3=-8974;D=1312101012101012101012101010101010101010101010121010121212101210101212121210;CP=1;SP=3;R=3;O;
2018.03.06 10:48:38 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:48:38 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:38 4: sduino: Decoded MS Protocol id 0 dmsg s92400274F000 length 40 RSSI = -72.5
2018.03.06 10:48:38 5: sduino Dispatch: s92400274F000, test gleich
2018.03.06 10:48:38 4: sduino Dispatch: s92400274F000, Dropped due to short time or equal msg
2018.03.06 10:48:55 4: sduino/msg READ: MS;P2=-3982;P3=484;P4=-8949;P5=-2000;D=34353532353532353535323235323535353535353535353535353532353535353535323232;CP=3;SP=4;R=242;O;
2018.03.06 10:48:55 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:48:55 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:55 4: sduino: Decoded MS Protocol id 0 dmsg s246800207000 length 40 RSSI = -81
2018.03.06 10:48:55 5: sduino Dispatch: s246800207000, test ungleich: disabled
2018.03.06 10:48:55 5: sduino Dispatch: s246800207000, -81 dB, dispatch
2018.03.06 10:48:55 5: sduino: dispatch s246800207000
2018.03.06 10:48:55 4: sduino: Matched MS Protocol id 68 -> PFR-130
2018.03.06 10:48:55 5: sduino: Starting demodulation at Position 2
2018.03.06 10:48:55 4: sduino: Decoded MS Protocol id 68 dmsg s246800207000 length 40 RSSI = -81
2018.03.06 10:48:55 5: sduino Dispatch: s246800207000, test gleich
2018.03.06 10:48:55 4: sduino Dispatch: s246800207000, Dropped due to short time or equal msg
2018.03.06 10:48:57 4: sduino/msg READ: MC;LL=-2650;LH=3205;SL=-1186;SH=1743;D=7E6FBFCE;C=1463;L=31;R=231;
2018.03.06 10:48:57 4: sduino: Found manchester Protocol id 18 clock 1463 RSSI -86.5 -> OSV1
2018.03.06 10:48:57 5: sduino: extracted data 10000001100100000100000000110001 (bin)
2018.03.06 10:48:57 5: sduino: protocol does not match return from method: ( message is to short)
2018.03.06 10:48:58 4: sduino/msg READ: MC;LL=-2660;LH=3201;SL=-1197;SH=1732;D=7E6FBFCE;C=1464;L=31;R=233;
2018.03.06 10:48:58 4: sduino: Found manchester Protocol id 18 clock 1464 RSSI -85.5 -> OSV1
2018.03.06 10:48:58 5: sduino: extracted data 10000001100100000100000000110001 (bin)
2018.03.06 10:48:58 5: sduino: protocol does not match return from method: ( message is to short)
2018.03.06 10:49:00 4: sduino/msg READ: MS;P0=-9097;P2=571;P3=-4131;P4=-2053;D=2023242423232424242424232324242324242424242323242324232424242423242324232324;CP=2;SP=0;R=14;O;
2018.03.06 10:49:00 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:00 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:00 4: sduino: Decoded MS Protocol id 0 dmsg s98320D42B000 length 40 RSSI = -67
2018.03.06 10:49:00 5: sduino Dispatch: s98320D42B000, test ungleich: disabled
2018.03.06 10:49:00 5: sduino Dispatch: s98320D42B000, -67 dB, dispatch
2018.03.06 10:49:00 5: sduino: dispatch s98320D42B000
2018.03.06 10:49:00 4: sduino: CUL_TCM97001 using longid: 1 model: Prologue
2018.03.06 10:49:01 4: sduino/msg READ: MS;P0=-4106;P1=571;P2=-2059;P3=-9021;D=1310121210101212121212101012121012121212121010121012101212121210121012101012;CP=1;SP=3;R=13;O;
2018.03.06 10:49:01 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:01 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:01 4: sduino: Decoded MS Protocol id 0 dmsg s98320D42B000 length 40 RSSI = -67.5
2018.03.06 10:49:01 5: sduino Dispatch: s98320D42B000, test gleich
2018.03.06 10:49:01 4: sduino Dispatch: s98320D42B000, Dropped due to short time or equal msg
2018.03.06 10:49:01 4: sduino/msg READ: MS;P2=-448;P4=-9010;P5=584;P7=-2059;D=5452575752575252575257525257575257575757575252575757525252575752575752575257;CP=5;SP=4;R=17;O;
2018.03.06 10:49:01 4: sduino: Matched MS Protocol id 4 -> arctech2
2018.03.06 10:49:01 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:01 4: sduino: Decoded MS Protocol id 4 dmsg i694DF38DA800 length 40 RSSI = -65.5
2018.03.06 10:49:01 5: sduino Dispatch: i694DF38DA800, test ungleich: disabled
2018.03.06 10:49:01 5: sduino Dispatch: i694DF38DA800, -65.5 dB, dispatch
2018.03.06 10:49:01 5: sduino: dispatch i694DF38DA800
2018.03.06 10:49:01 3: sduino IT: message "i694DF38DA800" (13) too short!
2018.03.06 10:49:01 3: sduino IT: message "i694DF38DA800" (13) too short!
2018.03.06 10:49:01 3: sduino: Unknown code i694DF38DA800, help me!
2018.03.06 10:49:02 4: sduino/msg READ: MS;P0=-2060;P1=592;P2=-4099;P3=-9009;D=1312101012101212101210121210101210101010101212101010121212101012101012101210;CP=1;SP=3;R=14;O;
2018.03.06 10:49:02 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:02 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:02 4: sduino: Decoded MS Protocol id 0 dmsg s96B20C725000 length 40 RSSI = -67
2018.03.06 10:49:02 5: sduino Dispatch: s96B20C725000, test ungleich: disabled
2018.03.06 10:49:02 5: sduino Dispatch: s96B20C725000, -67 dB, dispatch
2018.03.06 10:49:02 5: sduino: dispatch s96B20C725000
2018.03.06 10:49:02 4: sduino: CUL_TCM97001 using longid: 1 model: Prologue
2018.03.06 10:49:03 4: sduino/keepalive ok, retry = 0
2018.03.06 10:49:09 4: sduino/msg READ: MS;P0=-8980;P1=460;P2=-4054;P3=-2036;D=10131213121313131213121213121213131213131312131213121313131313131312131312;CP=1;SP=0;R=243;O;
2018.03.06 10:49:09 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:09 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:09 4: sduino: Decoded MS Protocol id 0 dmsg s516C8A809000 length 40 RSSI = -80.5
2018.03.06 10:49:09 5: sduino Dispatch: s516C8A809000, test ungleich: disabled
2018.03.06 10:49:09 5: sduino Dispatch: s516C8A809000, -80.5 dB, dispatch
2018.03.06 10:49:09 5: sduino: dispatch s516C8A809000
2018.03.06 10:49:09 4: sduino: Matched MS Protocol id 68 -> PFR-130
2018.03.06 10:49:09 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:09 4: sduino: Decoded MS Protocol id 68 dmsg s516C8A809000 length 40 RSSI = -80.5
2018.03.06 10:49:09 5: sduino Dispatch: s516C8A809000, test gleich
2018.03.06 10:49:09 4: sduino Dispatch: s516C8A809000, Dropped due to short time or equal msg
2018.03.06 10:49:10 4: sduino/msg READ: MU;P0=-4039;P1=486;P2=-1990;D=01212101212121012101210121212121212121012121012;CP=1;R=246;
2018.03.06 10:49:10 4: sduino: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2018.03.06 10:49:10 5: sduino: start pattern for MU Protocol id 13.1 -> FLAMINGO FA21 b mismatches, aborting
2018.03.06 10:49:10 5: sduino: applying filterfunc SIGNALduino_filterSign
2018.03.06 10:49:10 5: sduino: applying filterfunc SIGNALduino_compPattern
2018.03.06 10:49:10 4: sduino/msg READ: MU;P0=-7468;P1=476;P2=-2012;P3=-3723;D=0121312131212121312131312131312121312121213;CP=1;R=243;
2018.03.06 10:49:10 4: sduino: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2018.03.06 10:49:10 5: sduino: start pattern for MU Protocol id 13.1 -> FLAMINGO FA21 b mismatches, aborting
2018.03.06 10:49:10 5: sduino: applying filterfunc SIGNALduino_filterSign
2018.03.06 10:49:10 5: sduino: applying filterfunc SIGNALduino_compPattern
2018.03.06 10:49:10 4: sduino/msg READ: MS;P1=477;P2=-2016;P3=-4052;P4=-9069;D=14121312131212121312131312131312121312121213121312131212121212121213121213;CP=1;SP=4;R=241;O;
2018.03.06 10:49:10 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:10 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:10 4: sduino: Decoded MS Protocol id 0 dmsg s516C8A809000 length 40 RSSI = -81.5
2018.03.06 10:49:10 5: sduino Dispatch: s516C8A809000, test gleich
2018.03.06 10:49:10 4: sduino Dispatch: s516C8A809000, Dropped due to short time or equal msg
2018.03.06 10:49:10 4: sduino: Matched MS Protocol id 68 -> PFR-130
2018.03.06 10:49:10 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:10 4: sduino: Decoded MS Protocol id 68 dmsg s516C8A809000 length 40 RSSI = -81.5
2018.03.06 10:49:10 5: sduino Dispatch: s516C8A809000, test gleich
2018.03.06 10:49:10 4: sduino Dispatch: s516C8A809000, Dropped due to short time or equal msg
2018.03.06 10:49:23 4: sduino/msg READ: MS;P1=540;P2=-4079;P3=-2035;P4=-8999;D=1412131312121312131213121213131313131313131312121212121312131313121212121213;CP=1;SP=4;R=11;O;
2018.03.06 10:49:23 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:23 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:23 4: sduino: Decoded MS Protocol id 0 dmsg s9AB007D1F000 length 40 RSSI = -68.5
2018.03.06 10:49:23 5: sduino Dispatch: s9AB007D1F000, test ungleich: disabled
2018.03.06 10:49:23 5: sduino Dispatch: s9AB007D1F000, -68.5 dB, dispatch
2018.03.06 10:49:23 5: sduino: dispatch s9AB007D1F000
2018.03.06 10:49:23 4: sduino: CUL_TCM97001 using longid: 1 model: Prologue
2018.03.06 10:49:23 4: sduino/msg READ: MS;P0=-2048;P1=542;P2=-4085;P3=-8961;D=1312101012121012101210121210101010101010101012121212121012101010121212121210;CP=1;SP=3;R=12;O;
2018.03.06 10:49:23 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:23 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:23 4: sduino: Decoded MS Protocol id 0 dmsg s9AB007D1F000 length 40 RSSI = -68
2018.03.06 10:49:23 5: sduino Dispatch: s9AB007D1F000, test gleich
2018.03.06 10:49:23 4: sduino Dispatch: s9AB007D1F000, Dropped due to short time or equal msg
2018.03.06 10:49:26 4: sduino/msg READ: MS;P2=466;P3=-3999;P4=-8949;P5=-2015;D=24252523252523252525232325232525252525252525252525252523252525252525232323;CP=2;SP=4;R=244;O;
2018.03.06 10:49:26 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:26 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:26 4: sduino: Decoded MS Protocol id 0 dmsg s246800207000 length 40 RSSI = -80
2018.03.06 10:49:26 5: sduino Dispatch: s246800207000, test ungleich: disabled
2018.03.06 10:49:26 5: sduino Dispatch: s246800207000, -80 dB, dispatch
2018.03.06 10:49:26 5: sduino: dispatch s246800207000
2018.03.06 10:49:26 4: sduino: Matched MS Protocol id 68 -> PFR-130
2018.03.06 10:49:26 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:26 4: sduino: Decoded MS Protocol id 68 dmsg s246800207000 length 40 RSSI = -80
2018.03.06 10:49:26 5: sduino Dispatch: s246800207000, test gleich
2018.03.06 10:49:26 4: sduino Dispatch: s246800207000, Dropped due to short time or equal msg
2018.03.06 10:49:27 4: sduino/msg READ: MS;P2=527;P3=-4079;P4=-2051;P5=-8973;D=2523242423242423242423242424242424242424242424232424232323242324232424242424;CP=2;SP=5;R=4;O;
2018.03.06 10:49:27 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:27 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:27 4: sduino: Decoded MS Protocol id 0 dmsg s924002750000 length 40 RSSI = -72
2018.03.06 10:49:27 5: sduino Dispatch: s924002750000, test ungleich: disabled
2018.03.06 10:49:27 5: sduino Dispatch: s924002750000, -72 dB, dispatch
2018.03.06 10:49:27 5: sduino: dispatch s924002750000
2018.03.06 10:49:27 4: sduino: CUL_TCM97001 using longid: 1 model: Prologue
2018.03.06 10:49:28 4: sduino/msg READ: MS;P0=543;P1=-2031;P2=-4070;P3=-8968;D=0302010102010102010102010101010101010101010101020101020202010201020101010101;CP=0;SP=3;R=4;O;
2018.03.06 10:49:28 4: sduino: Matched MS Protocol id 0 -> weather1
2018.03.06 10:49:28 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:28 4: sduino: Decoded MS Protocol id 0 dmsg s924002750000 length 40 RSSI = -72
2018.03.06 10:49:28 5: sduino Dispatch: s924002750000, test gleich
2018.03.06 10:49:28 4: sduino Dispatch: s924002750000, Dropped due to short time or equal msg
2018.03.06 10:49:29 4: sduino/msg READ: MC;LL=-2651;LH=3206;SL=-1184;SH=1749;D=7E6FBFCE;C=1464;L=31;R=233;
2018.03.06 10:49:29 4: sduino: Found manchester Protocol id 18 clock 1464 RSSI -85.5 -> OSV1
2018.03.06 10:49:29 5: sduino: extracted data 10000001100100000100000000110001 (bin)
2018.03.06 10:49:29 5: sduino: protocol does not match return from method: ( message is to short)
2018.03.06 10:49:31 3: Donnerskirchen_WX: poll (DEVICE)
2018.03.06 10:49:31 3: Donnerskirchen_WX: requestDeviceReadings (temperature,humidity)
2018.03.06 10:49:31 3: Donnerskirchen_WX: requestDeviceReadings (pressure)
2018.03.06 10:49:32 3: Donnerskirchen_WX: next dynamic update (temperature,humidity) at 2018-03-06 10:56:34
2018.03.06 10:49:32 3: Donnerskirchen_WX: next dynamic update (pressure) at 2018-03-06 10:57:03
2018.03.06 10:49:32 3: Wetter_netatmo: poll (ACCOUNT)
2018.03.06 10:49:35 4: sduino/msg READ: MS;P4=-3864;P5=489;P6=-937;P7=-1937;D=54565756575657575757565657565656565657565656575756575757575657565657565656;CP=5;SP=4;R=248;O;
2018.03.06 10:49:35 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:49:35 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:35 5: sduino: Found wrong signalpattern, catched 1 bits, aborting demodulation
2018.03.06 10:49:35 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:49:35 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:35 4: sduino: Decoded MS Protocol id 7 dmsg P7#579046F48 length 36 RSSI = -78
2018.03.06 10:49:35 5: sduino Dispatch: P7#579046F48, test ungleich: disabled
2018.03.06 10:49:35 5: sduino Dispatch: P7#579046F48, -78 dB, dispatch
2018.03.06 10:49:35 5: sduino: dispatch P7#579046F48
2018.03.06 10:49:35 4: sduino SD_WS07: P7#579046F48, length=9
2018.03.06 10:49:35 5: sduino SD_WS07: converted to bits: 01010111 1 001 000001000110 1111 01001000
2018.03.06 10:49:35 4: sduino SD_WS07: model=SD_WS07_TH, id=57, channel=2, temp=7, hum=72, bat=ok
2018.03.06 10:49:35 4: sduino/msg READ: MS;P0=-939;P1=491;P2=-1924;P3=-3867;D=13101210121012121212101012101010101012101010121210121212121012101012101010;CP=1;SP=3;R=249;O;
2018.03.06 10:49:35 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:49:35 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:35 5: sduino: Found wrong signalpattern, catched 1 bits, aborting demodulation
2018.03.06 10:49:35 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:49:35 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:35 4: sduino: Decoded MS Protocol id 7 dmsg P7#579046F48 length 36 RSSI = -77.5
2018.03.06 10:49:35 5: sduino Dispatch: P7#579046F48, test gleich
2018.03.06 10:49:35 4: sduino Dispatch: P7#579046F48, Dropped due to short time or equal msg
2018.03.06 10:49:36 4: sduino/msg READ: MS;P0=-1923;P1=488;P2=-940;P3=-3867;D=13121012101210101010121210121212121210121212101012101010101210121210121212;CP=1;SP=3;R=250;O;
2018.03.06 10:49:36 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:49:36 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:36 5: sduino: Found wrong signalpattern, catched 1 bits, aborting demodulation
2018.03.06 10:49:36 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:49:36 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:36 4: sduino: Decoded MS Protocol id 7 dmsg P7#579046F48 length 36 RSSI = -77
2018.03.06 10:49:36 5: sduino Dispatch: P7#579046F48, test gleich
2018.03.06 10:49:36 4: sduino Dispatch: P7#579046F48, Dropped due to short time or equal msg
2018.03.06 10:49:36 4: sduino/msg READ: MS;P0=-1926;P1=492;P2=-946;P3=-3866;D=13121012101210101010121210121212121210121212101012101010101210121210121212;CP=1;SP=3;R=250;
2018.03.06 10:49:36 4: sduino: Matched MS Protocol id 1 -> ConradRSL
2018.03.06 10:49:36 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:36 5: sduino: Found wrong signalpattern, catched 1 bits, aborting demodulation
2018.03.06 10:49:36 4: sduino: Matched MS Protocol id 7 -> weatherID7
2018.03.06 10:49:36 5: sduino: Starting demodulation at Position 2
2018.03.06 10:49:36 4: sduino: Decoded MS Protocol id 7 dmsg P7#579046F48 length 36 RSSI = -77
2018.03.06 10:49:36 5: sduino Dispatch: P7#579046F48, test gleich
2018.03.06 10:49:36 4: sduino Dispatch: P7#579046F48, Dropped due to short time or equal msg
2018.03.06 10:49:45 4: sduino: Calling Getting Attr sub with args: set verbose = 3
2018.03.06 10:49:45 3: sduino: setting Verbose to: 3
2018.03.06 10:49:49 0: Server shutdown
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: australien am 06 März 2018, 11:27:21
Zitat von: gbomacfly am 05 März 2018, 21:19:53

Wind kommt allerdings immer aus SSO, egal wie die Fahne steht, ansonsten funktioniert es gut.

genau das gleich meine ich auch.
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: pejonp am 06 März 2018, 13:37:03
@australien

Kannst du mal die TCM_91.. Geräte löschen und die angehangene Datei einspielen. Signalduino verbose=5 lassen und den log mal hier anhängen. Bitte mal so ungefähr die Windrichtung mit angeben.

Pejonp
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: australien am 06 März 2018, 17:33:07
Zitat von: pejonp am 06 März 2018, 13:37:03
@australien

Kannst du mal die TCM_91.. Geräte löschen und die angehangene Datei einspielen. Signalduino verbose=5 lassen und den log mal hier anhängen. Bitte mal so ungefähr die Windrichtung mit angeben.

Pejonp

kann ich gerne am anderen raspberry machen, bin um jede Hilfe froh! Dauert nur momentan ein paar Tage.
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: pejonp am 06 März 2018, 22:18:52
@gbomacfly

wenn ich diesen String

{ Dispatch($defs{SIG868}, "sC56FB900E000", undef) }

durch den Signalduino jage kommt das raus. Vorher das alte Device löschen.


Internals:
   CFGFN     
   CHANGED   
   CODE       CUL_TCM97001_197
   DEF        CUL_TCM97001_197
   LASTInputDev SIG868
   MSGCNT     2
   NAME       W132_197
   NR         168
   SIG868_MSGCNT 2
   SIG868_TIME 2018-03-06 21:59:43
   STATE      Wg: 0  Wd: S
   TYPE       CUL_TCM97001
   lastH      0
   lastT      1520369983
   READINGS:
     2018-03-06 21:59:30   battery         ok
     2018-03-06 21:59:30   channel         1
     2018-03-06 21:59:43   state           Wg: 0  Wd: S
     2018-03-06 21:59:43   windDirection   5
     2018-03-06 21:59:43   windDirectionText S
     2018-03-06 21:59:43   windGust        0
Attributes:
   event-min-interval .*:20
   event-on-change-reading .*
   model      W132
   room       CUL_TCM97001


Woher kommt das und was soll es bewirken ?


  eventMap   NNE:NNO NE:NO ENE:ONO E:O ESE:OSO SE:SO SSE:SSO


Im Modul ist dieses hinterlegt.
my @winddir_name=("N","N","NE","E","SE","S","SW","W","NW");  #W132 Only these values were seen:0 (N), 45 (NE), 90 (E), 135 (SE), 180 (S), 225 (SW), 270 (W), 315 (NW).

Das muß aber auch nicht stimmen. Ich benötige einige Daten z.B. sC56FB900E000  mit Angabe der Windrichtung.

pejonp
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: gbomacfly am 07 März 2018, 09:22:55
Zitat von: pejonp am 06 März 2018, 22:18:52

Woher kommt das und was soll es bewirken ?


  eventMap   NNE:NNO NE:NO ENE:ONO E:O ESE:OSO SE:SO SSE:SSO


Im Modul ist dieses hinterlegt.
my @winddir_name=("N","N","NE","E","SE","S","SW","W","NW");  #W132 Only these values were seen:0 (N), 45 (NE), 90 (E), 135 (SE), 180 (S), 225 (SW), 270 (W), 315 (NW).

Das muß aber auch nicht stimmen. Ich benötige einige Daten z.B. sC56FB900E000  mit Angabe der Windrichtung.

pejonp

Da bei mir immer SSE steht, ging ich davon aus, dass alle Windrichtungen sein können. Die Station zeigt ja auch Zwischenschritte an. Und ich hab da einfach "East" durch "Ost" ersetzt :)
Heute Abend kann ich mehr sagen, aber Danke schon Mal!
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: yersinia am 15 März 2018, 20:16:26
Zitat von: pejonp am 05 März 2018, 19:46:01Bist du sicher das der SD_WS07 vom nanocul erkannt wird ?
Soweit ich FHEM vertrauen kann, ja. Die zwei 868er sollten es nicht empfangen und sonst hängt außer dem 433er nichts dran. Laut FHEM ist das IODev auch immer wieder der 433er.

Zitat von: pejonp am 05 März 2018, 19:46:01Kannst du bei deinem nanocul mal verbose=5 einstellen und hier anhängen.
Na sicher:

2018.03.15 20:10:31 4: CUL_Parse: nanoCUL_433_1 s9D0069F000ED;  464: 4000
2018.03.15 20:10:31 5: nanoCUL_433_1: dispatch s9D0069F000ED;  464: 4000
2018.03.15 20:10:31 5: nanoCUL_433_1: dispatch P7#9D0069F000
2018.03.15 20:10:31 4: nanoCUL_433_1 SD_WS07_Parse  SD_WS07 (P7#9D0069F000) length: 10
2018.03.15 20:10:31 5: SD_WS07 converted to bits: 10011101 0 000 000001101001 1111 00000000
2018.03.15 20:10:31 4: nanoCUL_433_1 SD_WS07_T decoded protocolid: 7 sensor id=9D, channel=1, temp=10.5, hum=0, bat=low
2018.03.15 20:10:31 4: nanoCUL_433_1 using longid: 1 model: SD_WS07_T
2018.03.15 20:10:33 5: CUL/RAW: /s990006D4081F;  512: 9104

2018.03.15 20:11:27 4: CUL_Parse: nanoCUL_433_1 s9D0069F000EE;  464: 4000
2018.03.15 20:11:27 5: nanoCUL_433_1: dispatch s9D0069F000EE;  464: 4000
2018.03.15 20:11:27 5: nanoCUL_433_1: dispatch P7#9D0069F000
2018.03.15 20:11:27 4: nanoCUL_433_1 SD_WS07_Parse  SD_WS07 (P7#9D0069F000) length: 10
2018.03.15 20:11:27 5: SD_WS07 converted to bits: 10011101 0 000 000001101001 1111 00000000
2018.03.15 20:11:27 4: nanoCUL_433_1 SD_WS07_T decoded protocolid: 7 sensor id=9D, channel=1, temp=10.5, hum=0, bat=low
2018.03.15 20:11:27 4: nanoCUL_433_1 using longid: 1 model: SD_WS07_T
2018.03.15 20:11:40 5: CUL/RAW: /s910005D41814;  496: 910
2018.03.15 20:11:40 5: CUL/RAW: s910005D41814;  496: 910/4

2018.03.15 20:12:25 4: CUL_Parse: nanoCUL_433_1 s9D0068F000EF;  448: 4016
2018.03.15 20:12:25 5: nanoCUL_433_1: dispatch s9D0068F000EF;  448: 4016
2018.03.15 20:12:25 5: nanoCUL_433_1: dispatch P7#9D0068F000
2018.03.15 20:12:25 4: nanoCUL_433_1 SD_WS07_Parse  SD_WS07 (P7#9D0068F000) length: 10
2018.03.15 20:12:25 5: SD_WS07 converted to bits: 10011101 0 000 000001101000 1111 00000000
2018.03.15 20:12:25 4: nanoCUL_433_1 SD_WS07_T decoded protocolid: 7 sensor id=9D, channel=1, temp=10.4, hum=0, bat=low
2018.03.15 20:12:25 4: nanoCUL_433_1 using longid: 1 model: SD_WS07_T
2018.03.15 20:12:30 5: CUL/RAW: /s91000
2018.03.15 20:12:30 5: CUL/RAW: s91000/5D41816;  512: 9104


Zitat von: pejonp am 05 März 2018, 19:46:01Hast du den nanocul als signalduino konfiguriert?
Nein. Zumindestens nicht bewusst. ich habe den nanoCUL (edit meint, dass ich erwähnen sollte, dass es ein SelbstbauCUL (https://wiki.fhem.de/wiki/Selbstbau_CUL) ist) nach der a-culfw Anleitung (https://github.com/heliflieger/a-culfw/tree/master/culfw/Devices/nanoCUL) geflasht:
V 1.26.02 a-culfw Build: 275 (2018-02-07_20-27-53) nanoCUL433 (F-Band: 433MHz)
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: Daniel_fhem am 02 September 2018, 14:42:44
Ich habe auch die Auriol Premium Wetterstation von Lidl. Heute habe ich mir einen Signalduino mit den Nano und dem CC1101 gebaut. Die Wetterstation wurde auch direkt von FHEM erkannt und angelegt.

Leider habe ich damit 2 Probleme.

Die Windrichtung wird auch bei mir leider nicht richtig erkannt. Es gibt nur 7 und 22, bzw. SSE.

Das zweite Problem ist, dass manchmal mit der Windgeschindigkeit die Temperatur mit 0.0 empfangen wird. Wird die Temperatur und die Luftfeuchtigkeit vom Sender gesendet, dann wird diese richtig erkannt.
Hier ein Aussschnit aus den empfangen Daten:

2018-09-02 14:06:33 SD_WS07 SD_WS07_TH_1 model: TH
2018-09-02 14:06:33 SD_WS07 SD_WS07_TH_1 T: 22.1 H: 67
2018-09-02 14:06:33 SD_WS07 SD_WS07_TH_1 humidity: 67
2018-09-02 14:06:33 SD_WS07 SD_WS07_TH_1 battery: low
2018-09-02 14:06:33 SD_WS07 SD_WS07_TH_1 batteryState: low
2018-09-02 14:06:33 SD_WS07 SD_WS07_TH_1 channel: 1
2018-09-02 14:07:29 CUL_TCM97001 TCM21...._135 windSpeed: 6
2018-09-02 14:07:29 CUL_TCM97001 TCM21...._135 Ws: 6
2018-09-02 14:08:00 CUL_TCM97001 TCM21...._135 windSpeed: 8
2018-09-02 14:08:00 CUL_TCM97001 TCM21...._135 Ws: 8
2018-09-02 14:08:31 CUL_TCM97001 TCM21...._135 windSpeed: 9
2018-09-02 14:08:31 CUL_TCM97001 TCM21...._135 Ws: 9
2018-09-02 14:09:02 CUL_TCM97001 TCM21...._135 temperature: 21.8
2018-09-02 14:09:02 CUL_TCM97001 TCM21...._135 humidity: 67
2018-09-02 14:09:02 CUL_TCM97001 TCM21...._135 T: 21.8 H: 67
2018-09-02 14:09:10 CUL_TCM97001 W174_0 rain: 41
2018-09-02 14:09:10 CUL_TCM97001 W174_0 R: 41
2018-09-02 14:09:23 SD_WS07 SD_WS07_TH_1 T: 22.2 H: 67
2018-09-02 14:09:23 SD_WS07 SD_WS07_TH_1 temperature: 22.2
2018-09-02 14:09:33 CUL_TCM97001 TCM21...._135 windSpeed: 8
2018-09-02 14:09:33 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:09:33 CUL_TCM97001 TCM21...._135 Ws: 8
2018-09-02 14:10:20 SD_WS07 SD_WS07_TH_1 T: 22.3 H: 67
2018-09-02 14:10:20 SD_WS07 SD_WS07_TH_1 temperature: 22.3
2018-09-02 14:10:24 CUL_TCM97001 W174_0 israining: no
2018-09-02 14:10:35 CUL_TCM97001 TCM21...._135 windSpeed: 7
2018-09-02 14:10:35 CUL_TCM97001 TCM21...._135 Ws: 7
2018-09-02 14:11:06 CUL_TCM97001 TCM21...._135 windSpeed: 8
2018-09-02 14:11:06 CUL_TCM97001 TCM21...._135 Ws: 8
2018-09-02 14:11:17 SD_WS07 SD_WS07_TH_1 T: 22.4 H: 67
2018-09-02 14:11:17 SD_WS07 SD_WS07_TH_1 temperature: 22.4
2018-09-02 14:11:37 CUL_TCM97001 TCM21...._135 windSpeed: 9
2018-09-02 14:11:37 CUL_TCM97001 TCM21...._135 Ws: 9
2018-09-02 14:12:08 CUL_TCM97001 TCM21...._135 temperature: 22.3
2018-09-02 14:12:08 CUL_TCM97001 TCM21...._135 humidity: 64
2018-09-02 14:12:08 CUL_TCM97001 TCM21...._135 T: 22.3 H: 64
2018-09-02 14:13:10 CUL_TCM97001 TCM21...._135 windSpeed: 7
2018-09-02 14:13:10 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:13:10 CUL_TCM97001 TCM21...._135 Ws: 7
2018-09-02 14:13:12 SD_WS07 SD_WS07_TH_1 model: TH
2018-09-02 14:13:12 SD_WS07 SD_WS07_TH_1 T: 22.5 H: 66
2018-09-02 14:13:12 SD_WS07 SD_WS07_TH_1 temperature: 22.5
2018-09-02 14:13:12 SD_WS07 SD_WS07_TH_1 humidity: 66
2018-09-02 14:13:12 SD_WS07 SD_WS07_TH_1 battery: low
2018-09-02 14:13:12 SD_WS07 SD_WS07_TH_1 batteryState: low
2018-09-02 14:13:12 SD_WS07 SD_WS07_TH_1 channel: 1
2018-09-02 14:13:41 CUL_TCM97001 TCM21...._135 windSpeed: 8
2018-09-02 14:13:41 CUL_TCM97001 TCM21...._135 Ws: 8
2018-09-02 14:15:14 CUL_TCM97001 TCM21...._135 temperature: 22.6
2018-09-02 14:15:14 CUL_TCM97001 TCM21...._135 humidity: 63
2018-09-02 14:15:14 CUL_TCM97001 TCM21...._135 T: 22.6 H: 63
2018-09-02 14:15:20 CUL_TCM97001 W174_0 rain: 41
2018-09-02 14:15:20 CUL_TCM97001 W174_0 R: 41
2018-09-02 14:15:45 CUL_TCM97001 TCM21...._135 windSpeed: 5
2018-09-02 14:15:45 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:15:45 CUL_TCM97001 TCM21...._135 Ws: 5
2018-09-02 14:15:57 CUL_TCM97001 W174_0 israining: no
2018-09-02 14:16:16 CUL_TCM97001 TCM21...._135 windGust: 11
2018-09-02 14:16:16 CUL_TCM97001 TCM21...._135 windDirection: 7
2018-09-02 14:16:16 CUL_TCM97001 TCM21...._135 windDirectionText: SSE
2018-09-02 14:16:16 CUL_TCM97001 TCM21...._135 Wg: 11  Wd: SSE
2018-09-02 14:16:47 CUL_TCM97001 TCM21...._135 Ws: 5
2018-09-02 14:16:59 SD_WS07 SD_WS07_TH_1 T: 22.6 H: 66
2018-09-02 14:16:59 SD_WS07 SD_WS07_TH_1 temperature: 22.6
2018-09-02 14:17:56 SD_WS07 SD_WS07_TH_1 T: 22.8 H: 66
2018-09-02 14:17:56 SD_WS07 SD_WS07_TH_1 temperature: 22.8
2018-09-02 14:18:20 CUL_TCM97001 TCM21...._135 temperature: 23.1
2018-09-02 14:18:20 CUL_TCM97001 TCM21...._135 humidity: 61
2018-09-02 14:18:20 CUL_TCM97001 TCM21...._135 T: 23.1 H: 61
2018-09-02 14:18:51 CUL_TCM97001 TCM21...._135 windSpeed: 6
2018-09-02 14:18:51 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:18:51 CUL_TCM97001 TCM21...._135 Ws: 6
2018-09-02 14:18:54 SD_WS07 SD_WS07_TH_1 model: TH
2018-09-02 14:18:54 SD_WS07 SD_WS07_TH_1 T: 22.9 H: 66
2018-09-02 14:18:54 SD_WS07 SD_WS07_TH_1 temperature: 22.9
2018-09-02 14:18:54 SD_WS07 SD_WS07_TH_1 humidity: 66
2018-09-02 14:18:54 SD_WS07 SD_WS07_TH_1 battery: low
2018-09-02 14:18:54 SD_WS07 SD_WS07_TH_1 batteryState: low
2018-09-02 14:18:54 SD_WS07 SD_WS07_TH_1 channel: 1
2018-09-02 14:19:22 CUL_TCM97001 TCM21...._135 windSpeed: 7
2018-09-02 14:19:22 CUL_TCM97001 TCM21...._135 Ws: 7
2018-09-02 14:19:51 SD_WS07 SD_WS07_TH_1 T: 22.8 H: 67
2018-09-02 14:19:51 SD_WS07 SD_WS07_TH_1 temperature: 22.8
2018-09-02 14:19:51 SD_WS07 SD_WS07_TH_1 humidity: 67
2018-09-02 14:19:53 CUL_TCM97001 TCM21...._135 windSpeed: 9
2018-09-02 14:19:53 CUL_TCM97001 TCM21...._135 Ws: 9
2018-09-02 14:20:24 CUL_TCM97001 TCM21...._135 windSpeed: 10
2018-09-02 14:20:24 CUL_TCM97001 TCM21...._135 Ws: 10
2018-09-02 14:20:47 SD_WS07 SD_WS07_TH_1 T: 22.8 H: 66
2018-09-02 14:20:47 SD_WS07 SD_WS07_TH_1 humidity: 66
2018-09-02 14:20:53 CUL_TCM97001 W174_0 rain: 41
2018-09-02 14:20:53 CUL_TCM97001 W174_0 R: 41
2018-09-02 14:21:26 CUL_TCM97001 TCM21...._135 temperature: 23.1
2018-09-02 14:21:26 CUL_TCM97001 TCM21...._135 humidity: 62
2018-09-02 14:21:26 CUL_TCM97001 TCM21...._135 T: 23.1 H: 62
2018-09-02 14:21:30 CUL_TCM97001 W174_0 israining: no
2018-09-02 14:21:57 CUL_TCM97001 TCM21...._135 windSpeed: 8
2018-09-02 14:21:57 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:21:57 CUL_TCM97001 TCM21...._135 Ws: 8
2018-09-02 14:22:42 SD_WS07 SD_WS07_TH_1 T: 22.7 H: 65
2018-09-02 14:22:42 SD_WS07 SD_WS07_TH_1 temperature: 22.7
2018-09-02 14:22:42 SD_WS07 SD_WS07_TH_1 humidity: 65
2018-09-02 14:22:59 CUL_TCM97001 TCM21...._135 windSpeed: 10
2018-09-02 14:22:59 CUL_TCM97001 TCM21...._135 Ws: 10
2018-09-02 14:23:30 CUL_TCM97001 TCM21...._135 windSpeed: 11
2018-09-02 14:23:30 CUL_TCM97001 TCM21...._135 Ws: 11
2018-09-02 14:23:39 SD_WS07 SD_WS07_TH_1 T: 22.7 H: 63
2018-09-02 14:23:39 SD_WS07 SD_WS07_TH_1 humidity: 63
2018-09-02 14:24:01 CUL_TCM97001 TCM21...._135 windSpeed: 12
2018-09-02 14:24:01 CUL_TCM97001 TCM21...._135 Ws: 12
2018-09-02 14:24:32 CUL_TCM97001 TCM21...._135 temperature: 22.8
2018-09-02 14:24:32 CUL_TCM97001 TCM21...._135 T: 22.8 H: 62
2018-09-02 14:24:36 SD_WS07 SD_WS07_TH_1 model: TH
2018-09-02 14:24:36 SD_WS07 SD_WS07_TH_1 T: 22.7 H: 64
2018-09-02 14:24:36 SD_WS07 SD_WS07_TH_1 humidity: 64
2018-09-02 14:24:36 SD_WS07 SD_WS07_TH_1 battery: low
2018-09-02 14:24:36 SD_WS07 SD_WS07_TH_1 batteryState: low
2018-09-02 14:24:36 SD_WS07 SD_WS07_TH_1 channel: 1
2018-09-02 14:25:03 CUL_TCM97001 TCM21...._135 windSpeed: 11
2018-09-02 14:25:03 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:25:03 CUL_TCM97001 TCM21...._135 Ws: 11
2018-09-02 14:25:32 SD_WS07 SD_WS07_TH_1 T: 22.7 H: 65
2018-09-02 14:25:32 SD_WS07 SD_WS07_TH_1 humidity: 65
2018-09-02 14:25:34 CUL_TCM97001 TCM21...._135 windSpeed: 10
2018-09-02 14:25:34 CUL_TCM97001 TCM21...._135 Ws: 10
2018-09-02 14:26:05 CUL_TCM97001 TCM21...._135 windSpeed: 9
2018-09-02 14:26:05 CUL_TCM97001 TCM21...._135 Ws: 9
2018-09-02 14:26:26 CUL_TCM97001 W174_0 rain: 41
2018-09-02 14:26:26 CUL_TCM97001 W174_0 R: 41
2018-09-02 14:26:36 CUL_TCM97001 TCM21...._135 windGust: 12
2018-09-02 14:26:36 CUL_TCM97001 TCM21...._135 windDirection: 7
2018-09-02 14:26:36 CUL_TCM97001 TCM21...._135 windDirectionText: SSE
2018-09-02 14:26:36 CUL_TCM97001 TCM21...._135 Wg: 12  Wd: SSE
2018-09-02 14:27:03 CUL_TCM97001 W174_0 israining: no
2018-09-02 14:27:07 CUL_TCM97001 TCM21...._135 Ws: 9
2018-09-02 14:27:27 SD_WS07 SD_WS07_TH_1 T: 22.8 H: 65
2018-09-02 14:27:27 SD_WS07 SD_WS07_TH_1 temperature: 22.8
2018-09-02 14:27:38 CUL_TCM97001 TCM21...._135 temperature: 22.7
2018-09-02 14:27:38 CUL_TCM97001 TCM21...._135 humidity: 61
2018-09-02 14:27:38 CUL_TCM97001 TCM21...._135 T: 22.7 H: 61
2018-09-02 14:28:09 CUL_TCM97001 TCM21...._135 windSpeed: 8
2018-09-02 14:28:09 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:28:09 CUL_TCM97001 TCM21...._135 Ws: 8
2018-09-02 14:28:40 CUL_TCM97001 TCM21...._135 windSpeed: 9
2018-09-02 14:28:40 CUL_TCM97001 TCM21...._135 Ws: 9
2018-09-02 14:29:21 SD_WS07 SD_WS07_TH_1 T: 22.8 H: 66
2018-09-02 14:29:21 SD_WS07 SD_WS07_TH_1 humidity: 66
2018-09-02 14:29:42 CUL_TCM97001 TCM21...._135 windSpeed: 10
2018-09-02 14:29:42 CUL_TCM97001 TCM21...._135 Ws: 10
2018-09-02 14:30:13 CUL_TCM97001 TCM21...._135 windSpeed: 11
2018-09-02 14:30:13 CUL_TCM97001 TCM21...._135 Ws: 11
2018-09-02 14:30:18 SD_WS07 SD_WS07_TH_1 model: TH
2018-09-02 14:30:18 SD_WS07 SD_WS07_TH_1 T: 22.9 H: 65
2018-09-02 14:30:18 SD_WS07 SD_WS07_TH_1 temperature: 22.9
2018-09-02 14:30:18 SD_WS07 SD_WS07_TH_1 humidity: 65
2018-09-02 14:30:18 SD_WS07 SD_WS07_TH_1 battery: low
2018-09-02 14:30:18 SD_WS07 SD_WS07_TH_1 batteryState: low
2018-09-02 14:30:18 SD_WS07 SD_WS07_TH_1 channel: 1
2018-09-02 14:30:44 CUL_TCM97001 TCM21...._135 temperature: 23.4
2018-09-02 14:30:44 CUL_TCM97001 TCM21...._135 humidity: 62
2018-09-02 14:30:44 CUL_TCM97001 TCM21...._135 T: 23.4 H: 62
2018-09-02 14:31:16 CUL_TCM97001 TCM21...._135 windSpeed: 9
2018-09-02 14:31:16 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:31:16 CUL_TCM97001 TCM21...._135 Ws: 9
2018-09-02 14:31:46 CUL_TCM97001 TCM21...._135 windGust: 11
2018-09-02 14:31:46 CUL_TCM97001 TCM21...._135 windDirection: 7
2018-09-02 14:31:46 CUL_TCM97001 TCM21...._135 windDirectionText: SSE
2018-09-02 14:31:46 CUL_TCM97001 TCM21...._135 Wg: 11  Wd: SSE
2018-09-02 14:31:59 CUL_TCM97001 W174_0 rain: 41
2018-09-02 14:31:59 CUL_TCM97001 W174_0 R: 41
2018-09-02 14:32:12 SD_WS07 SD_WS07_TH_1 T: 23 H: 66
2018-09-02 14:32:12 SD_WS07 SD_WS07_TH_1 temperature: 23
2018-09-02 14:32:12 SD_WS07 SD_WS07_TH_1 humidity: 66
2018-09-02 14:32:17 CUL_TCM97001 TCM21...._135 windGust: 6
2018-09-02 14:32:17 CUL_TCM97001 TCM21...._135 Wg: 6  Wd: SSE
2018-09-02 14:32:36 CUL_TCM97001 W174_0 israining: no
2018-09-02 14:32:48 CUL_TCM97001 TCM21...._135 windSpeed: 8
2018-09-02 14:32:48 CUL_TCM97001 TCM21...._135 Ws: 8
2018-09-02 14:33:09 SD_WS07 SD_WS07_TH_1 T: 23.1 H: 66
2018-09-02 14:33:09 SD_WS07 SD_WS07_TH_1 temperature: 23.1
2018-09-02 14:33:19 CUL_TCM97001 TCM21...._135 windSpeed: 11
2018-09-02 14:33:19 CUL_TCM97001 TCM21...._135 Ws: 11
2018-09-02 14:33:50 CUL_TCM97001 TCM21...._135 temperature: 23.3
2018-09-02 14:33:50 CUL_TCM97001 TCM21...._135 humidity: 61
2018-09-02 14:33:50 CUL_TCM97001 TCM21...._135 T: 23.3 H: 61
2018-09-02 14:34:06 SD_WS07 SD_WS07_TH_1 T: 23.1 H: 64
2018-09-02 14:34:06 SD_WS07 SD_WS07_TH_1 humidity: 64
2018-09-02 14:34:21 CUL_TCM97001 TCM21...._135 windSpeed: 14
2018-09-02 14:34:21 CUL_TCM97001 TCM21...._135 temperature: 0.0
2018-09-02 14:34:21 CUL_TCM97001 TCM21...._135 Ws: 14
2018-09-02 14:34:52 CUL_TCM97001 TCM21...._135 windSpeed: 13
2018-09-02 14:34:52 CUL_TCM97001 TCM21...._135 Ws: 13


Wie ihr seht, wird die Temperatur und die Luftfeuchtigkeit richtig empfangen, wenn nur diese 2 Werte gesendet werden.
Die Wetterstation zeigt die Windrichtung und die Temperatur immer richtig an.

Der SD_WS07 SD_WS07_TH_1 ist nicht von mir. Dürfte von einem Nachbar sein.

Was mir noch aufgefallen ist. In FHEM kann ich dem Gerät bei "model" auch "Auriol" zuweisen. Jedoch wird dann nichts mehr empfangen. Warum ist das eigentlich so? Habe es dann wieder auf TCM21.. umgestellt.

Ich hoffe ihr könnt mir dabei helfen.

Besten Dank
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: Daniel_fhem am 02 September 2018, 14:59:09
Hier noch ein Log vom Signalduino zu dem Zeitpunkt, als die Temperatur mit 0.0 gekommen ist:

2018.09.02 14:56:03 4: Signalduino1/msg READ: MS;P1=469;P3=-3995;P4=-8932;P5=-2018;D=14131515151513131315131315131515151515151515151515151315151315151515131315;CP=1;SP=4;R=237;O;
2018.09.02 14:56:03 4: Signalduino1: Matched MS Protocol id 0 -> weather1
2018.09.02 14:56:03 5: Signalduino1: Starting demodulation at Position 2
2018.09.02 14:56:03 4: Signalduino1: Decoded MS Protocol id 0 dmsg s876800486000 length 40 RSSI = -83.5
2018.09.02 14:56:03 5: Signalduino1 Dispatch: s876800486000, test ungleich: disabled
2018.09.02 14:56:03 5: Signalduino1 Dispatch: s876800486000, -83.5 dB, dispatch
2018.09.02 14:56:03 5: Signalduino1: dispatch s876800486000
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 TCM21...._135 135 (876800486000) length: 12
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 Parse Name: TCM21...._135 , devicecode: CUL_TCM97001_135 , Model defined: TCM21....
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 hex:1e6100216000  msg:876800486000 aR:1 e 6 1 0 0 2 1 6 0 0 0
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 nib2:11 aRev: 6
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 nib2R:11 hexR: 1e6100216000
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 Wind/Rain/Guest Msgype: 11 nib3:1
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 windSpeed: 3
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 using longid: 1 model: TCM21....
2018.09.02 14:56:03 4: Signalduino1: CUL_TCM97001 temperature TCM21...._135 135
2018.09.02 14:56:03 4: Signalduino1: Matched MS Protocol id 68 -> PFR-130
2018.09.02 14:56:03 5: Signalduino1: Starting demodulation at Position 2
2018.09.02 14:56:03 4: Signalduino1: Decoded MS Protocol id 68 dmsg s876800486000 length 40 RSSI = -83.5
2018.09.02 14:56:03 5: Signalduino1 Dispatch: s876800486000, test gleich
2018.09.02 14:56:03 4: Signalduino1 Dispatch: s876800486000, Dropped due to short time or equal msg
Titel: Antw:Modul CUL_TCM97001 und Lidl AURIOL Wetterstation einbinden in FHEM
Beitrag von: haralds am 18 Januar 2020, 10:19:02
Habe ein AURIOL IAN 307252

Mein MapleCUL sendet fhem überhaupt nichts mit der X21 Einstellung. Mit der X25 Einstellung bekomme ich:


  2020.01.17 20:01:25 5: CUL/RAW: /p11  480 3920  496  464  496 1936  33  1  4 1   496  8528     0 1A DC80E95B00
 
  2020.01.17 20:01:25 4: CUL_Parse: MAPLECUL1_868 p11  480 3920  496  464  496 1936  33  1  4 1   496  8528     0 1A DC80E95B00
  2020.01.17 20:01:25 5: MAPLECUL1_868: dispatch p11  480 3920  496  464  496 1936  33  1  4 1   496  8528     0 1A DC80E95B00
  2020.01.17 20:01:25 3: MAPLECUL1_868: Unknown code p11  480 3920  496  464  496 1936  33  1  4 1   496  8528     0 1A DC80E95B00, help me!


D.h das Parity Bit / die Checksumme ist wohl falsch, laut http://culfw.de/commandref.html#cmd_X "- Bit 2: Report detailed data, even with wrong parity / checksum.".

Die Daten kann ich mittlerweile etwas interpretieren: Fängt immer mit DC an, 8 ist der Kanal 1, E95B geteilt durch 2563 ist die Temperatur in °C.

Wie bekoome ich den Sensor am Besten in fhem eingebunden?

Danke im Voraus!