Wie TFA Drop Regenmesser anbinden?

Begonnen von sido, 01 Februar 2020, 23:29:12

Vorheriges Thema - Nächstes Thema

HomeAuto_User

Zitat von: punker am 07 Februar 2020, 11:28:51
Hi,
hab einen nanoCUL 433 mit der alternativen Firmware 1.26.08 a-culfw.
Kann ich damit den TFA Drop empfangen oder muss ich den CUL mit der Signalduino FW flashen?
Funktionieren damit dann noch IT-Steckdosen?
Danke schonmal!


Hallo, der TFA Drop wird soeben erarbeitet für den Signalduino und die IT funktionieren mit Ihm ebenso.

Wie und ob der TFA bei acul unterstützt wird, obliegt dem Entwickler und selbst kann ich darüber keine Aussage treffen.

Lg


Gesendet von iPhone mit Tapatalk Pro
"Developer" heißt nicht, das man alles wissen kann!
- FHEM v5.9 | Rasberry PI 3
- radino CC1101 433Mhz (SIGNALduino)| - radino CC1101 868Mhz (CUL) | nano 433Mhz (SIGNALduino) - Sensoren: purer Dschungel querbeet

punker

also mit der aktuellen Signalduino funzt der noch nicht?
Dann warte ich noch!
Danke
LG

Dieter

The truth is out there!

Ralf9

Mich interessiert folgendes:
- wie oft sendet der TFA Drop?
- ist was dabei um den TFA Drop an einem Mast zu befestigen?
- ist dies kein CRC 8, da ich sie hier nicht finden kann?
https://crccalc.com/
FHEM auf Cubietruck mit Igor-Image, SSD und  hmland + HM-CFG-USB-2,  HMUARTLGW Lan,   HM-LC-Bl1PBU-FM, HM-CC-RT-DN, HM-SEC-SC-2, HM-MOD-Re-8, HM-MOD-Em-8
HM-Wired:  HMW_IO_12_FM, HMW_Sen_SC_12_DR, Selbstbau IO-Module HBW_IO_SW
Maple-SIGNALduino, WH3080,  Hideki, Id 7

sido

Hallo Ralf9,
- der TFA Drop sendet alle 45 Sekunden.
- er hat eine Grundplatte mit 3 Löchern, damit kann man ihn entsprechend befestigen, eine Libelle zum Ausrichten befindet sich auch an der Grundplatte. Sehr praktisch. Aber wo man ihn draufschrauben kann, erschließt sich mir auch nicht. Ich habe mir dafür einen Erdspieß konstruiert und 3D-gedruckt. Ist super! Kann ich mal Bilder posten. Die FCStd- oder STL-Dateien kann ich gerne zur Verfügung stellen.
- Die Prüfsumme ist "reverse Galois LFSR with byte reflection". Habe ich entsprechend in Perl implementiert. Das genaue Protokol und die Prüfsumme ist in "https://github.com/merbanan/rtl_433/blob/master/src/devices/tfa_drop_30.3233.c" beschrieben.

Mal sehen, ob ich es an diesem Wochenende schaffe, es in das Modul 14_SD_WS.pm zu implementieren.
Gruß,
Sido

sido

Hallo,
ich bin hier gerade etwas am Verzweifeln...
Wie schaffe ich es denn nun, dass die Nachrichten in dem Modul 14_SD_WS.pm ankommen?
Ich habe in der Datei SD_ProtocolsData.pm nun "clientmodule => 'SD_WS'," eingetragen, das war ja vorher auskommentiert. FHEM habe ich danach mit shutdown restart neu gestartet.
Im dem Modul 14_SD_WS.pm habe ich auch ein paar entsprechende Zeilen hinzugefügt. Scheint aber nichts anzukommen...
Was mache ich falsch?
Gruß,
Sido

HomeAuto_User

Hallo Sido,

Der Modulmatch im Modul muss angepasst werden und ggf auch in der 00_Signalduino.pm.

Letztendlich gibt es 3 Stellen welche übereinstimmen müssen. Modul / Protokolldatei und 00_Signalduino.pm

Hast du einen Github Account? Da wäre es möglich, das man sich deine Änderungen zum Orginal komfortabler ansehen kann als nur Aussagen zu interpretieren.

Liebe Grüße


Gesendet von iPhone mit Tapatalk Pro
"Developer" heißt nicht, das man alles wissen kann!
- FHEM v5.9 | Rasberry PI 3
- radino CC1101 433Mhz (SIGNALduino)| - radino CC1101 868Mhz (CUL) | nano 433Mhz (SIGNALduino) - Sensoren: purer Dschungel querbeet

sido

Super, danke!
Werde ich mich gleich mal anschauen. Einen Github Account kann ich mir erstellen.
Gruß,
Sido

elektron-bbs

Was angepasst werden muss, hatte ich eigentlich schon hier beschrieben:

https://forum.fhem.de/index.php/topic,107998.msg1021661.html#msg1021661

Die Datei "00_Signalduino.pm" muss nicht geändert werden, da ist als Regex eingetragen:

"12:SD_WS" => '^W\d+x{0,1}#.*',
Intel(R) Atom(TM) CPU N270 mit 2 SIGNALduino nanoCC1101 + ESPEasy 2x serial server SIGNALduino nanoCC1101, Raspberry Pi 2 mit 2 CUL Stackable CC1101, Raspberry Pi 3 mit SIGNALduino radino + nano328 + 2 x SIGNAL-ESP CC1101 + LaCrosseGateway

sido

Hallo elektron-bbs,
hatte den kleinen Unterschied zwischen 'W98#' und 'u98#' übersehen. Jetzt scheint es zu funktionieren...
Danke!

sido

Okay,
teile nun mal das, was ich am Wochenende geschafft habe.

Wie man das neue Protokolle via:


(defined($decodingSubs{$protocol})) # durch den hash decodieren


implementiert, gibt mir allerdings immer noch Rätsel auf.
Die meisten Sachen, die ich dort implementiert hatte, wurden ignoriert (der Batteriestand geht allerdings...), daher habe ich den Rest "klassisch" implementiert.
Vielleicht kann mir ja jemand einen Tipp geben, wie ich es besser machen kann.
Falls jemand selbst den Regenmesser hat, kann er ja mal die beiden angehängten Dateien ausprobieren...

Gruß,
Sido

punker

#40
@sido

hab mal die beiden Dateien runtergeladen und FHEM neu gestartet.
Signalduino hat version V 3.3.4.0-dev200126 SIGNALduino cc1101 (b0) - compiled at Jan 28 2020 00:17:36

Verbose 5 zeigt folgendes:

2020.02.10 10:00:07.395 4: CUL433: Attr, Calling sub with args: set verbose = 5
2020.02.10 10:00:07.395 3: CUL433: Attr, setting Verbose to: 5
2020.02.10 10:00:23.154 5: CUL433: Read, RAW rmsg: Mu;°ô€;,,,;²«ƒ;³ò‡;´ÄÂ;...Ձ;§ð€;C1;REA;d!1!1!!1!1!!!E5151!!!!!!p;e;
2020.02.10 10:00:23.156 4: CUL433: Read, msg READredu: MU;P0=-244;P1=516;P2=-939;P3=-2034;P4=-17092;P5=341;P7=-112;CP=1;R=234;D=0121312131212131213121212145353135312121212121217;e;
2020.02.10 10:00:23.158 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2020.02.10 10:00:23.159 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:12|12){43,})) did not match
2020.02.10 10:00:23.161 5: CUL433: Parse_MU, start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2020.02.10 10:00:23.162 5: CUL433: Parse_MU, start pattern for MU Protocol id 16 -> Dooya not found, aborting
2020.02.10 10:00:23.164 5: CUL433: Parse_MU, start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2020.02.10 10:00:23.165 5: CUL433: Parse_MU, start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2020.02.10 10:00:23.167 5: CUL433: Parse_MU, start pattern for MU Protocol id 27 -> remote not found, aborting
2020.02.10 10:00:23.167 5: CUL433: Parse_MU, start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2020.02.10 10:00:23.168 5: CUL433: Parse_MU, start pattern for MU Protocol id 29 -> HT12e not found, aborting
2020.02.10 10:00:23.169 5: CUL433: Parse_MU, start pattern for MU Protocol id 30 -> diverse not found, aborting
2020.02.10 10:00:23.169 5: CUL433: Parse_MU, start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2020.02.10 10:00:23.170 5: CUL433: Parse_MU, start pattern for MU Protocol id 32 -> wireless doorbell not found, aborting
2020.02.10 10:00:23.172 5: CUL433: Parse_MU, start pattern for MU Protocol id 36 -> remote not found, aborting
2020.02.10 10:00:23.175 5: CUL433: Parse_MU, for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2020.02.10 10:00:23.176 5: CUL433: Parse_MU, start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2020.02.10 10:00:23.177 5: CUL433: Parse_MU, start pattern for MU Protocol id 40 -> Romotec  not found, aborting
2020.02.10 10:00:23.181 5: CUL433: Parse_MU, start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2020.02.10 10:00:23.182 5: CUL433: Parse_MU, start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2020.02.10 10:00:23.182 5: CUL433: Parse_MU, start pattern for MU Protocol id 45 -> Revolt not found, aborting
2020.02.10 10:00:23.184 5: CUL433: Parse_MU, start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2020.02.10 10:00:23.184 5: CUL433: Parse_MU, start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2020.02.10 10:00:23.186 5: CUL433: Parse_MU, start pattern for MU Protocol id 56 -> Celexon not found, aborting
2020.02.10 10:00:23.186 5: CUL433: Parse_MU, start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2020.02.10 10:00:23.188 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2020.02.10 10:00:23.189 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:12|17){38,})) did not match
2020.02.10 10:00:23.190 5: CUL433: Parse_MU, start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2020.02.10 10:00:23.191 5: CUL433: Parse_MU, start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2020.02.10 10:00:23.192 5: CUL433: Parse_MU, start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2020.02.10 10:00:23.194 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2020.02.10 10:00:23.194 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:12|17){50,})) did not match
2020.02.10 10:00:23.196 5: CUL433: Parse_MU, start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2020.02.10 10:00:23.197 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2020.02.10 10:00:23.198 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:12|17){59,})) did not match
2020.02.10 10:00:23.199 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2020.02.10 10:00:23.200 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:12|17){50,})) did not match
2020.02.10 10:00:23.205 5: CUL433: Parse_MU, start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2020.02.10 10:00:23.206 5: CUL433: Parse_MU, start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2020.02.10 10:00:23.207 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2020.02.10 10:00:23.208 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:12|17){104,})) did not match
2020.02.10 10:00:23.210 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2020.02.10 10:00:23.211 5: CUL433: Parse_MU, 0. try, regex ((?:45)((?:21|21){12,})) did not match
2020.02.10 10:00:23.212 5: CUL433: Parse_MU, start pattern for MU Protocol id 83 -> RH787T not found, aborting
2020.02.10 10:00:23.212 5: CUL433: Parse_MU, start pattern for MU Protocol id 84 -> IAN 283582 / TV-4848 not found, aborting
2020.02.10 10:00:23.217 5: CUL433: Parse_MU, start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2020.02.10 10:00:23.218 5: CUL433: Parse_MU, start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2020.02.10 10:00:23.218 5: CUL433: Parse_MU, start pattern for MU Protocol id 94 -> Atech not found, aborting
2020.02.10 10:00:25.815 5: CUL433: Read, RAW rmsg: Mu;°ò€;¡œˆ;²ì³;"ò€;´Î,;•ì,;¶î;—á;C3;R1D;D#ECcgccgcgggcccgccccgccgcggggcccccccccggcccECcgccgcgggcccgccccgccgcggggcccccccccg;O;
2020.02.10 10:00:25.817 4: CUL433: Read, msg READredu: MU;P0=-242;P1=-2076;P2=-13292;P3=242;P4=-718;P5=748;P6=-494;P7=481;CP=3;R=29;D=23454363670707036363670363670367070367070703636363670363636363670363636707036367070707036703670367036363636363636363636707036703636363154543636707070363636703636703670703670707036363636703636363636703636367070363670707070367036703670363636363636363636367;O;
2020.02.10 10:00:25.820 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2020.02.10 10:00:25.821 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:34|54){43,})) did not match
2020.02.10 10:00:25.822 5: CUL433: Parse_MU, start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2020.02.10 10:00:25.823 5: CUL433: Parse_MU, start pattern for MU Protocol id 16 -> Dooya not found, aborting
2020.02.10 10:00:25.825 5: CUL433: Parse_MU, start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2020.02.10 10:00:25.826 5: CUL433: Parse_MU, start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2020.02.10 10:00:25.826 5: CUL433: Parse_MU, start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2020.02.10 10:00:25.828 5: CUL433: Parse_MU, start pattern for MU Protocol id 27 -> remote not found, aborting
2020.02.10 10:00:25.828 5: CUL433: Parse_MU, start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2020.02.10 10:00:25.829 5: CUL433: Parse_MU, start pattern for MU Protocol id 29 -> HT12e not found, aborting
2020.02.10 10:00:25.830 5: CUL433: Parse_MU, start pattern for MU Protocol id 30 -> diverse not found, aborting
2020.02.10 10:00:25.831 5: CUL433: Parse_MU, start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2020.02.10 10:00:25.831 5: CUL433: Parse_MU, start pattern for MU Protocol id 32 -> wireless doorbell not found, aborting
2020.02.10 10:00:25.833 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 34 -> QUIGG | LIBRA matches, trying to demodulate
2020.02.10 10:00:25.833 5: CUL433: Parse_MU, 0. try, regex ((?:5)((?:45|45){20,})) did not match
2020.02.10 10:00:25.834 5: CUL433: Parse_MU, start pattern for MU Protocol id 36 -> remote not found, aborting
2020.02.10 10:00:25.836 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 37 -> Bresser 7009994 matches, trying to demodulate
2020.02.10 10:00:25.837 5: CUL433: Parse_MU, part is 363670707036363670363670367070367070703636363670363636363670363636707036367070707036703670367036363636363636363636 starts at position 0 and ends at 118
2020.02.10 10:00:25.838 5: CUL433: Parse_MU, 1. skip demodulation (length 57 is to long) at Pos 0 regex ((?:5454)((?:70|36){40,}))
2020.02.10 10:00:25.839 5: CUL433: Parse_MU, start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2020.02.10 10:00:25.840 5: CUL433: Parse_MU, for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2020.02.10 10:00:25.842 5: CUL433: Parse_MU, start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2020.02.10 10:00:25.852 5: CUL433: Parse_MU, start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2020.02.10 10:00:25.853 5: CUL433: Parse_MU, start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2020.02.10 10:00:25.854 5: CUL433: Parse_MU, start pattern for MU Protocol id 45 -> Revolt not found, aborting
2020.02.10 10:00:25.855 5: CUL433: Parse_MU, start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2020.02.10 10:00:25.856 5: CUL433: Parse_MU, start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2020.02.10 10:00:25.857 5: CUL433: Parse_MU, start pattern for MU Protocol id 56 -> Celexon not found, aborting
2020.02.10 10:00:25.858 5: CUL433: Parse_MU, start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2020.02.10 10:00:25.860 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2020.02.10 10:00:25.862 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:34|70){38,})) did not match
2020.02.10 10:00:25.863 5: CUL433: Parse_MU, start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2020.02.10 10:00:25.864 5: CUL433: Parse_MU, start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2020.02.10 10:00:25.865 5: CUL433: Parse_MU, start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2020.02.10 10:00:25.867 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2020.02.10 10:00:25.868 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:70|70){50,})) did not match
2020.02.10 10:00:25.869 5: CUL433: Parse_MU, start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2020.02.10 10:00:25.871 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2020.02.10 10:00:25.872 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:70|70){59,})) did not match
2020.02.10 10:00:25.873 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2020.02.10 10:00:25.874 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:70|70){50,})) did not match
2020.02.10 10:00:25.876 5: CUL433: Parse_MU, start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2020.02.10 10:00:25.877 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2020.02.10 10:00:25.878 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:34|70){104,})) did not match
2020.02.10 10:00:25.879 5: CUL433: Parse_MU, start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2020.02.10 10:00:25.881 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 83 -> RH787T matches, trying to demodulate
2020.02.10 10:00:25.881 5: CUL433: Parse_MU, 0. try, regex ((?:23)((?:43|07){12,})) did not match
2020.02.10 10:00:25.883 5: CUL433: Parse_MU, start pattern for MU Protocol id 84 -> IAN 283582 / TV-4848 not found, aborting
2020.02.10 10:00:25.884 5: CUL433: Parse_MU, start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2020.02.10 10:00:25.885 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft matches, trying to demodulate
2020.02.10 10:00:25.886 5: CUL433: Parse_MU, 0. try, regex ((?:23)((?:43|07){12,})) did not match
2020.02.10 10:00:25.887 5: CUL433: Parse_MU, start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2020.02.10 10:00:25.888 5: CUL433: Parse_MU, start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2020.02.10 10:00:25.889 5: CUL433: Parse_MU, start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2020.02.10 10:00:25.890 5: CUL433: Parse_MU, start pattern for MU Protocol id 94 -> Atech not found, aborting
2020.02.10 10:00:25.890 5: CUL433: Parse_MU, start pattern for MU Protocol id 95 -> Techmar not found, aborting
2020.02.10 10:00:25.902 5: CUL433: Read, RAW rmsg: Ms;°ñ€;'æ;'ñ€;³è;¤²ˆ;•â,;¶Ú,;d,Eeb2122121112221222212212111122222222211222;C2;S4;R1E;O;b13;s1;m0;
2020.02.10 10:00:25.903 4: CUL433: Read, msg READredu: MS;P0=-241;P1=486;P2=241;P3=-488;P4=-2098;P5=738;P6=-730;D=24565623231010102323231023231023101023101010232323231023232323231023232310102323101010102310231023102323232323232323232310102310232323;CP=2;SP=4;R=30;O;b=19;s=1;m0;
2020.02.10 10:00:25.948 5: CUL433: Read, RAW rmsg: Ms;°ð€;'ë;'÷€;³ì;¤½ˆ;•Ý,;¶Þ,;D$VV########################################;C2;S4;R1E;O;m1;
2020.02.10 10:00:25.950 4: CUL433: Read, msg READredu: MS;P0=-240;P1=491;P2=247;P3=-492;P4=-2109;P5=733;P6=-734;D=24565623231010102323231023231023101023101010232323231023232323231023232310102323101010102310231023102323232323232323232310102310232323;CP=2;SP=4;R=30;O;m1;
2020.02.10 10:00:26.007 5: CUL433: Read, RAW rmsg: Ms; ,,;'ԁ;'ä€;³ù;¤²ˆ;•Þ,;¶á,;D$VV########################################;C2;S4;R1E;O;m2;
2020.02.10 10:00:26.008 4: CUL433: Read, msg READredu: MS;P0=-260;P1=468;P2=228;P3=-505;P4=-2098;P5=734;P6=-737;D=24565623231010102323231023231023101023101010232323231023232323231023232310102323101010102310231023102323232323232323232310102310232323;CP=2;SP=4;R=30;O;m2;
2020.02.10 10:00:26.166 5: CUL433: Read, RAW rmsg: Ms; ;'Ձ;'ã€;³÷;¤²ˆ;•Þ,;¶á,;d$VV######################################## ;C2;S4;R1E;e;m3;
2020.02.10 10:00:26.168 4: CUL433: Read, msg READredu: MS;P0=-269;P1=469;P2=227;P3=-503;P4=-2098;P5=734;P6=-737;D=245656232310101023232310232310231010231010102323232310232323232310232323101023102323231023102310231023232323232323232310101023231010232;CP=2;SP=4;R=30;e;m3;
2020.02.10 10:00:40.637 4: CUL433: KeepAlive, ok, retry = 0
2020.02.10 10:01:10.830 5: CUL433: Read, RAW rmsg: Ms;°ë;'ò€;'܁;³ø€;¤°ˆ;•Ñ,;¶é,;dEea22111212211212111111122121;C1;S4;RA;O;b87;s1;m0;
2020.02.10 10:01:10.832 4: CUL433: Read, msg READredu: MS;P0=-491;P1=242;P2=476;P3=-248;P4=-2096;P5=721;P6=-745;D=14565610102323231010102310102310232310232323101010102310101010102323101023231023102310231023102310231010101010101010101023232310232310;CP=1;SP=4;R=10;O;b=135;s=1;m0;
2020.02.10 10:01:10.905 5: CUL433: Read, RAW rmsg: Ms;°ñ;'ð€;'å;³ñ€;¤°ˆ;•Õ,;¶â,;DVV##########################;C1;S4;RB;O;m1;
2020.02.10 10:01:10.906 4: CUL433: Read, msg READredu: MS;P0=-497;P1=240;P2=485;P3=-241;P4=-2096;P5=725;P6=-738;D=14565610102323231010102310102310232310232323101010102310101010102323101023231023102310231023102310231010101010101010101023232310232310;CP=1;SP=4;R=11;O;m1;
2020.02.10 10:01:10.951 5: CUL433: Read, RAW rmsg: Mu;ó€;±å;¢Äˆ;"Ì,;´ò,;•î;¦Š;—º€;C0;RD;d44VVVVVVVVVVqqVVVVVVVVVVVP;p;i;
2020.02.10 10:01:10.952 4: CUL433: Read, msg READredu: MU;P0=243;P1=-485;P2=-2116;P3=716;P4=-754;P5=494;P6=-266;P7=186;CP=0;R=13;D=010234340101565656010101560101560156560156565601710171560101010101565601015656015601560156015601560156010101010101010101015;p;i;
2020.02.10 10:01:10.955 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2020.02.10 10:01:10.956 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:01|34){43,})) did not match
2020.02.10 10:01:10.958 5: CUL433: Parse_MU, start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2020.02.10 10:01:10.959 5: CUL433: Parse_MU, start pattern for MU Protocol id 16 -> Dooya not found, aborting
2020.02.10 10:01:10.961 5: CUL433: Parse_MU, start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2020.02.10 10:01:10.962 5: CUL433: Parse_MU, start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2020.02.10 10:01:10.962 5: CUL433: Parse_MU, start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2020.02.10 10:01:10.964 5: CUL433: Parse_MU, start pattern for MU Protocol id 27 -> remote not found, aborting
2020.02.10 10:01:10.965 5: CUL433: Parse_MU, start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2020.02.10 10:01:10.965 5: CUL433: Parse_MU, start pattern for MU Protocol id 29 -> HT12e not found, aborting
2020.02.10 10:01:10.966 5: CUL433: Parse_MU, start pattern for MU Protocol id 30 -> diverse not found, aborting
2020.02.10 10:01:10.967 5: CUL433: Parse_MU, start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2020.02.10 10:01:10.968 5: CUL433: Parse_MU, start pattern for MU Protocol id 32 -> wireless doorbell not found, aborting
2020.02.10 10:01:10.969 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 34 -> QUIGG | LIBRA matches, trying to demodulate
2020.02.10 10:01:10.970 5: CUL433: Parse_MU, 0. try, regex ((?:3)((?:43|43){20,})) did not match
2020.02.10 10:01:10.971 5: CUL433: Parse_MU, start pattern for MU Protocol id 36 -> remote not found, aborting
2020.02.10 10:01:10.973 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 37 -> Bresser 7009994 matches, trying to demodulate
2020.02.10 10:01:10.973 5: CUL433: Parse_MU, 0. try, regex ((?:3434)((?:56|01){40,})) did not match
2020.02.10 10:01:10.975 5: CUL433: Parse_MU, start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2020.02.10 10:01:10.976 5: CUL433: Parse_MU, for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2020.02.10 10:01:10.977 5: CUL433: Parse_MU, start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2020.02.10 10:01:10.996 5: CUL433: Parse_MU, start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2020.02.10 10:01:10.997 5: CUL433: Parse_MU, start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2020.02.10 10:01:10.997 5: CUL433: Parse_MU, start pattern for MU Protocol id 45 -> Revolt not found, aborting
2020.02.10 10:01:10.998 5: CUL433: Parse_MU, start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2020.02.10 10:01:10.999 5: CUL433: Parse_MU, start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2020.02.10 10:01:11.000 5: CUL433: Parse_MU, start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2020.02.10 10:01:11.001 5: CUL433: Parse_MU, start pattern for MU Protocol id 56 -> Celexon not found, aborting
2020.02.10 10:01:11.002 5: CUL433: Parse_MU, start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2020.02.10 10:01:11.004 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2020.02.10 10:01:11.005 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:01|56){38,})) did not match
2020.02.10 10:01:11.007 5: CUL433: Parse_MU, start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2020.02.10 10:01:11.008 5: CUL433: Parse_MU, start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2020.02.10 10:01:11.010 5: CUL433: Parse_MU, start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2020.02.10 10:01:11.011 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2020.02.10 10:01:11.012 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:34|56){50,})) did not match
2020.02.10 10:01:11.013 5: CUL433: Parse_MU, start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2020.02.10 10:01:11.015 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2020.02.10 10:01:11.016 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:34|56){59,})) did not match
2020.02.10 10:01:11.017 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2020.02.10 10:01:11.018 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:34|56){50,})) did not match
2020.02.10 10:01:11.020 5: CUL433: Parse_MU, start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2020.02.10 10:01:11.020 5: CUL433: Parse_MU, start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2020.02.10 10:01:11.022 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2020.02.10 10:01:11.023 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:01|56){104,})) did not match
2020.02.10 10:01:11.023 5: CUL433: Parse_MU, start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2020.02.10 10:01:11.024 5: CUL433: Parse_MU, start pattern for MU Protocol id 83 -> RH787T not found, aborting
2020.02.10 10:01:11.025 5: CUL433: Parse_MU, start pattern for MU Protocol id 84 -> IAN 283582 / TV-4848 not found, aborting
2020.02.10 10:01:11.026 5: CUL433: Parse_MU, start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2020.02.10 10:01:11.027 5: CUL433: Parse_MU, start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2020.02.10 10:01:11.028 5: CUL433: Parse_MU, start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2020.02.10 10:01:11.029 5: CUL433: Parse_MU, start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2020.02.10 10:01:11.030 5: CUL433: Parse_MU, start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2020.02.10 10:01:11.031 5: CUL433: Parse_MU, start pattern for MU Protocol id 94 -> Atech not found, aborting
2020.02.10 10:01:11.032 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 95 -> Techmar matches, trying to demodulate
2020.02.10 10:01:11.033 5: CUL433: Parse_MU, 0. try, regex ((?:34)((?:34|56){50,})) did not match
2020.02.10 10:01:11.121 5: CUL433: Read, RAW rmsg: Mu;°ì€;'í;'ë€;³÷;¤œˆ;•Þ,;¶Ø,;C2;RB;D12Eeb21221211122212222121111111222222222112;e;i;
2020.02.10 10:01:11.123 4: CUL433: Read, msg READredu: MU;P0=-236;P1=493;P2=235;P3=-503;P4=-2076;P5=734;P6=-728;CP=2;R=11;D=0101023101023245656232310101023232310232310231010231010102323232310232323232310102323101023102310231023102310231023232323232323232323101010231010232;e;i;
2020.02.10 10:01:11.125 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2020.02.10 10:01:11.126 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:23|56){43,})) did not match
2020.02.10 10:01:11.128 5: CUL433: Parse_MU, start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2020.02.10 10:01:11.128 5: CUL433: Parse_MU, start pattern for MU Protocol id 16 -> Dooya not found, aborting
2020.02.10 10:01:11.130 5: CUL433: Parse_MU, start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2020.02.10 10:01:11.131 5: CUL433: Parse_MU, start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2020.02.10 10:01:11.131 5: CUL433: Parse_MU, start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2020.02.10 10:01:11.133 5: CUL433: Parse_MU, start pattern for MU Protocol id 27 -> remote not found, aborting
2020.02.10 10:01:11.134 5: CUL433: Parse_MU, start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2020.02.10 10:01:11.134 5: CUL433: Parse_MU, start pattern for MU Protocol id 29 -> HT12e not found, aborting
2020.02.10 10:01:11.135 5: CUL433: Parse_MU, start pattern for MU Protocol id 30 -> diverse not found, aborting
2020.02.10 10:01:11.135 5: CUL433: Parse_MU, start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2020.02.10 10:01:11.136 5: CUL433: Parse_MU, start pattern for MU Protocol id 32 -> wireless doorbell not found, aborting
2020.02.10 10:01:11.138 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 34 -> QUIGG | LIBRA matches, trying to demodulate
2020.02.10 10:01:11.138 5: CUL433: Parse_MU, 0. try, regex ((?:5)((?:65|65){20,})) did not match
2020.02.10 10:01:11.139 5: CUL433: Parse_MU, start pattern for MU Protocol id 36 -> remote not found, aborting
2020.02.10 10:01:11.141 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 37 -> Bresser 7009994 matches, trying to demodulate
2020.02.10 10:01:11.142 5: CUL433: Parse_MU, part is 23231010102323231023231023101023101010232323231023232323231010232310102310231023102310231023102323232323232323232310101023101023 starts at position 0 and ends at 132
2020.02.10 10:01:11.143 5: CUL433: Parse_MU, 1. skip demodulation (length 64 is to long) at Pos 0 regex ((?:5656)((?:10|23){40,}))
2020.02.10 10:01:11.148 5: CUL433: Parse_MU, start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2020.02.10 10:01:11.148 5: CUL433: Parse_MU, for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2020.02.10 10:01:11.149 5: CUL433: Parse_MU, start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2020.02.10 10:01:11.159 5: CUL433: Parse_MU, start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2020.02.10 10:01:11.160 5: CUL433: Parse_MU, start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2020.02.10 10:01:11.160 5: CUL433: Parse_MU, start pattern for MU Protocol id 45 -> Revolt not found, aborting
2020.02.10 10:01:11.161 5: CUL433: Parse_MU, start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2020.02.10 10:01:11.161 5: CUL433: Parse_MU, start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2020.02.10 10:01:11.162 5: CUL433: Parse_MU, start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2020.02.10 10:01:11.164 5: CUL433: Parse_MU, start pattern for MU Protocol id 56 -> Celexon not found, aborting
2020.02.10 10:01:11.164 5: CUL433: Parse_MU, start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2020.02.10 10:01:11.166 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2020.02.10 10:01:11.168 5: CUL433: Parse_MU, part is 23231010102323231023231023101023101010232323231023232323231010232310102310231023102310231023102323232323232323232310101023101023 starts at position 19 and ends at 147
2020.02.10 10:01:11.168 5: CUL433: Parse_MU, 1. skip demodulation (length 64 is to long) at Pos 19 regex ((?:)((?:23|10){38,}))
2020.02.10 10:01:11.169 5: CUL433: Parse_MU, start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2020.02.10 10:01:11.171 5: CUL433: Parse_MU, start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2020.02.10 10:01:11.172 5: CUL433: Parse_MU, start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2020.02.10 10:01:11.173 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2020.02.10 10:01:11.174 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:56|10){50,})) did not match
2020.02.10 10:01:11.176 5: CUL433: Parse_MU, start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2020.02.10 10:01:11.177 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2020.02.10 10:01:11.178 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:10|10){59,})) did not match
2020.02.10 10:01:11.179 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2020.02.10 10:01:11.180 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:10|10){50,})) did not match
2020.02.10 10:01:11.181 5: CUL433: Parse_MU, start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2020.02.10 10:01:11.182 5: CUL433: Parse_MU, start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2020.02.10 10:01:11.184 4: CUL433: Parse_MU, Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2020.02.10 10:01:11.184 5: CUL433: Parse_MU, 0. try, regex ((?:)((?:23|10){104,})) did not match
2020.02.10 10:01:11.185 5: CUL433: Parse_MU, start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2020.02.10 10:01:11.186 5: CUL433: Parse_MU, start pattern for MU Protocol id 83 -> RH787T not found, aborting
2020.02.10 10:01:11.187 5: CUL433: Parse_MU, start pattern for MU Protocol id 84 -> IAN 283582 / TV-4848 not found, aborting
2020.02.10 10:01:11.189 5: CUL433: Parse_MU, start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2020.02.10 10:01:11.190 5: CUL433: Parse_MU, start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2020.02.10 10:01:11.192 5: CUL433: Parse_MU, start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2020.02.10 10:01:11.192 5: CUL433: Parse_MU, start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2020.02.10 10:01:11.193 5: CUL433: Parse_MU, start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2020.02.10 10:01:11.194 5: CUL433: Parse_MU, start pattern for MU Protocol id 94 -> Atech not found, aborting
2020.02.10 10:01:11.195 5: CUL433: Parse_MU, start pattern for MU Protocol id 95 -> Techmar not found, aborting


Leider finde ich den TFA Drop nicht!
LG

Dieter

The truth is out there!

HomeAuto_User

Hallo, ich werde mir es heute mal ansehen mit euren RAWMSG's.


Gesendet von iPhone mit Tapatalk Pro
"Developer" heißt nicht, das man alles wissen kann!
- FHEM v5.9 | Rasberry PI 3
- radino CC1101 433Mhz (SIGNALduino)| - radino CC1101 868Mhz (CUL) | nano 433Mhz (SIGNALduino) - Sensoren: purer Dschungel querbeet

HomeAuto_User

Hallo Sido,

Zitat von: sido am 10 Februar 2020, 07:51:46
Okay,
teile nun mal das, was ich am Wochenende geschafft habe.

Wie man das neue Protokolle via:


(defined($decodingSubs{$protocol})) # durch den hash decodieren


implementiert, gibt mir allerdings immer noch Rätsel auf.
Die meisten Sachen, die ich dort implementiert hatte, wurden ignoriert (der Batteriestand geht allerdings...), daher habe ich den Rest "klassisch" implementiert.
Vielleicht kann mir ja jemand einen Tipp geben, wie ich es besser machen kann.
Falls jemand selbst den Regenmesser hat, kann er ja mal die beiden angehängten Dateien ausprobieren...

Gruß,
Sido

ich habe mal über deine Erarbeitung drüber geschaut.
Es sieht schonmal gut aus. Folgende Anmerkungen hätte ich da mal zusammengetragen um deine Datei PR fähig zu machen für das Dev  ;)

1) Protokoll auf Nr 97 abändern, da die letzte belegte ID die 96 im Dev ist (Ich habe zum testen nur auf "u" umgeleitet)

"97" => ## TFA Drop 30.3233.01 - Rain gauge
# Sensor numbre 30.3233.01, Package with base station 47.3005.01
# https://github.com/merbanan/rtl_433/blob/master/src/devices/tfa_drop_30.3233.c | https://forum.fhem.de/index.php/topic,107998.0.html @sido
# @sido
# MU;P1=247;P2=-750;P3=722;P4=-489;P5=491;P6=-236;P7=-2184;D=1232141456565656145656141456565614141456141414145656141414141456561414141456561414145614561456145614141414141414145614145656145614141732321414565656561456561414565656141414561414141456561414141414565614141414565614141456145614561456141414141414141456141;CP=1;R=55;O;
# MU;P0=-1672;P1=740;P2=-724;P3=260;P4=-468;P5=504;P6=-230;D=012123434565656563456563434565656343434563434343456563434343456345634343434565634565656345634563456343434343434343456563434345634345656;CP=3;R=4;
# @punker
# MU;P0=-242;P1=-2076;P2=-13292;P3=242;P4=-718;P5=748;P6=-494;P7=481;CP=3;R=29;D=23454363670707036363670363670367070367070703636363670363636363670363636707036367070707036703670367036363636363636363636707036703636363154543636707070363636703636703670703670707036363636703636363636703636367070363670707070367036703670363636363636363636367;O;
# MU;P0=-236;P1=493;P2=235;P3=-503;P4=-2076;P5=734;P6=-728;CP=2;R=11;D=0101023101023245656232310101023232310232310231010231010102323232310232323232310102323101023102310231023102310231023232323232323232323101010231010232;e;i;
{
name         => 'TFA 30.3233.01',
comment      => 'Drop Rain gauge',
id           => '97',
knownFreqs   => '433.92',
one          => [2,-1],
zero         => [1,-2],
start        => [3,-3,3,-3],
clockabs     => 250,
#clientmodule => 'SD_WS',
format       => 'twostate',
preamble     => 'u97#',
#preamble     => 'W97#',
length_min   => '56',
length_max   => '68',
},


2) die Parameter für das autocreate wäre passender
"TFA_Drop.*" => {
anpassen auf das bisherige Schema des Modules
"SD_WS97_R.*" => {
ist vielleicht passender denke ich

3) das Modell
model      => 'TFA_Drop',
analog des Autocreate Schemas

4) Erweiterung der Commandref

Vielleicht fällt den anderen noch etwas auf bzw. haben Optimierungen.

MfG

"Developer" heißt nicht, das man alles wissen kann!
- FHEM v5.9 | Rasberry PI 3
- radino CC1101 433Mhz (SIGNALduino)| - radino CC1101 868Mhz (CUL) | nano 433Mhz (SIGNALduino) - Sensoren: purer Dschungel querbeet

HomeAuto_User

Hallo Ralf,
vielen Dank für den Hinweis.
Das hatte ich nicht mehr auf der Liste weil ich es nicht sofort gebookmarkt hatte.

Ich habe hier eine Anpassung eingereicht um beide ID´s dann schleunigst "fix" zu setzen.
Es wurden erstmal die freien ID Plätze gefüllt. Sobald es "fest" ist, so melde ich mich in beiden Fäden nochmal um es bekanntzugeben.

LG Marco
"Developer" heißt nicht, das man alles wissen kann!
- FHEM v5.9 | Rasberry PI 3
- radino CC1101 433Mhz (SIGNALduino)| - radino CC1101 868Mhz (CUL) | nano 433Mhz (SIGNALduino) - Sensoren: purer Dschungel querbeet

elektron-bbs

#44
Ich habe da mal etwas vorbereitet für einen ersten Test durch euch.
Bei den Readings bin ich mir noch nicht sicher. Das erstellte SVG-Plot verarbeitet die Readings "rain_rate" und "rain_total". Das Reading "rain_total" lasse ich schreiben und es wird auch im Diagramm dargestellt. Unter "rain_rate" kann ich mir noch nicht vorstellen, was damit gemeint ist. Das SVG-Plot wurde wahrscheinlich passend erstellt zum "Oregon PCR800".

Die Datei "SD_ProtocolData.pm" habe ich auch nochmal angepasst, weil Nachrichten manchmal als MU oder MS erkannt werden und die Protokoll-Id sich mittlerweile geändert hat.

Zum Test benötige ich noch Logs mit RAWMSG und/oder DMSG aus Zeiten, wo es auch geregnet hat. Das dürfte ja in den letzten Tagen reichlich aufgetreten sein :-)
Intel(R) Atom(TM) CPU N270 mit 2 SIGNALduino nanoCC1101 + ESPEasy 2x serial server SIGNALduino nanoCC1101, Raspberry Pi 2 mit 2 CUL Stackable CC1101, Raspberry Pi 3 mit SIGNALduino radino + nano328 + 2 x SIGNAL-ESP CC1101 + LaCrosseGateway