Code Monkey home page Code Monkey logo

Comments (109)

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Sorry, falsches Fenster. Daher nun im Richtigen Faden.

Hallo @Ralf9
hier sind schon mal Erkenntnisse.

2017.08.28 19:20:52 4: Arduino_Nano/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.08.28 19:20:52 4: Arduino_Nano/msg READ: val=6 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.08.28 19:20:52 4: Arduino_Nano/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.08.28 19:20:52 4: Arduino_Nano/msg READ: val=5 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.08.28 19:20:52 4: Arduino_Nano/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.08.28 19:20:52 4: Arduino_Nano/msg READ: val=5 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.08.28 19:20:52 4: Arduino_Nano/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

@sidey79
reichen Dir diese Ausgaben zur Fehlereingrenzung oder benötigst Du in der Ausgabe weitere Variablen?

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hallo,

hier mal eine andere Konstellationen der Ausgaben.

2017.09.05 00:03:53 4: Arduino_Nano/msg READ: val=7 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:03:53 4: Arduino_Nano/msg READ: val=7 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:07:42 4: Arduino_Nano/msg READ: val=6 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:07:42 4: Arduino_Nano/msg READ: val=6 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:08:15 4: Arduino_Nano/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:08:16 4: Arduino_Nano/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:08:16 4: Arduino_Nano/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:23:05 4: Arduino_Nano/msg READ: val=7 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
2017.09.05 00:23:05 4: Arduino_Nano/msg READ: val=7 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
2017.09.05 00:51:46 4: Arduino_Nano/msg READ: val=0 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:51:46 4: Arduino_Nano/msg READ: val=1 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:51:46 4: Arduino_Nano/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:51:46 4: Arduino_Nano/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.05 00:51:46 4: Arduino_Nano/msg READ: val=0 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hallo,

ich habe mir nochmal bestmöglich die Zusammenhänge angesehen oder probiert wann der Fehler auftritt.

Meine Erkenntnisse sind wie folgt:

  • Auftreten des add Data overflow! nur bei AKTIVEN MC-Protokoll
    (verglichen über Tage und sobald ich MC aktiviere, so folgt der Fehler)
  • sämtliche Einträge im Logfile welche mit MC zu tun haben, besitzen zusätliche Steuerzeichen
  • wenn ich meinen FMS-FS20 Lastmelder auslöse, dann kann ich den addData generieren, da auf einmal MC + MU + MS durcheinander empfangen werden. Bei 5 Versuchen, bekomme ich 4x add Dataoverflow

Vermutung:

  • MC Erkennung ist noch fehlerhaft ?

Eine Zusammenstellung des Logfile, wo MC Steuerzeichen sichtbar sind und bei sämtlichen anderen Nachrichten nicht: (geschriebenes Logfile mit NotePad++ geladen und angesehen)

2017.09.16 11:12:23 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-19020;P1=396;P2=-394;P3=598;P4=-595;D=012121212121212121212121234121212343412123434123412343412343434121234341212121212341212121212341212121234341212341234;CP=1;R=250;
2017.09.16 11:12:33 4: Arduino_Nano_868Mhz/msg READ: C0Dn11=2165E857C43023B900070018146C070091
2017.09.16 11:12:33 5: Arduino_Nano_868Mhz/msg READ: regexp=C0Dn11.* cmd=ccconf msg=C0Dn11=2165E857C43023B900070018146C070091
2017.09.16 11:12:41 4: Arduino_Nano_868Mhz/msg READ: V 3.3.1-dev_170827 SIGNALduino cc1101 - compiled at Aug 27 2017 22:30:22
2017.09.16 11:12:41 5: Arduino_Nano_868Mhz/msg READ: regexp=V\s.SIGNAL(duino|ESP). cmd=version msg=V 3.3.1-dev_170827 SIGNALduino cc1101 - compiled at Aug 27 2017 22:30:22
2017.09.16 11:12:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1008;LH=946;SL=-527;SH=443;D=51D668B59C7C1732AB7E938;C=487;L=89;R=220;�
2017.09.16 11:12:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1006;LH=946;SL=-523;SH=452;D=A8EB345AEE3E0B9955BE5EC;C=487;L=90;R=220;�
2017.09.16 11:12:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-995;LH=951;SL=-531;SH=462;D=51D6688;C=489;L=26;R=220;�
2017.09.16 11:12:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1000;LH=943;SL=-511;SH=462;D=ADE3E0B9955BFC4C;C=485;L=62;R=219;�
2017.09.16 11:12:45 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.09.16 11:12:47 5: Arduino_Nano_868Mhz: command for gets: CG
2017.09.16 11:12:47 5: AddSendQueue: Arduino_Nano_868Mhz: CG (1)
2017.09.16 11:12:47 5: Arduino_Nano_868Mhz SW: CG
2017.09.16 11:12:47 4: Arduino_Nano_868Mhz/msg READ: MS=1;MU=1;MC=1
2017.09.16 11:12:47 5: Arduino_Nano_868Mhz/msg READ: regexp=^MS.*MU.MC. cmd=config msg=MS=1;MU=1;MC=1
2017.09.16 11:12:47 4: Arduino_Nano_868Mhz/HandleWriteQueue: nothing to send, stopping timer
2017.09.16 11:13:00 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:13:01 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:13:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:13:01 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:13:01 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!

2017.09.16 11:23:49 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-610;LH=617;SL=-404;SH=392;D=FFFBDADED5D557AEABDDF5F8;C=337;L=93;R=2;�
2017.09.16 11:23:49 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=408;P2=-400;P5=653;P6=-582;D=012121212121212121212121256121212561256561256121212561256565612125656565656561212125656561256565612121212561212561212125612121212121256;CP=1;R=72;
2017.09.16 11:23:49 4: SIGNALduino_unknown incomming msg: u72#168B9F8EE12204
2017.09.16 11:23:49 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=398;P2=-410;P5=586;P6=-600;D=012121212121212121212121256121212561256561256121212561256565612125656565656561212125656561256565612121212561212561212125612121212121256;CP=1;R=73;
2017.09.16 11:23:59 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1018;LH=941;SL=-520;SH=448;D=A8EB345ACBC60B9955E0F04;C=487;L=90;R=218;�
2017.09.16 11:23:59 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-998;LH=942;SL=-532;SH=450;D=51D668B5D78C1732ABC3CE8;C=486;L=89;R=218;�
2017.09.16 11:23:59 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1005;LH=944;SL=-521;SH=455;D=A8EB345ADBC60B9955E07D4;C=487;L=90;R=219;�
2017.09.16 11:24:15 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:24:17 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:24:17 4: Arduino_Nano_868Mhz/msg READ: val=6 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:24:22 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:24:22 4: Arduino_Nano_868Mhz/msg READ: val=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:24:22 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!

2017.09.16 11:24:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1008;LH=939;SL=-518;SH=452;D=51D668B59C7C1732AB7E938;C=486;L=89;R=218;�
2017.09.16 11:24:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1008;LH=934;SL=-530;SH=449;D=51D668B5DC7C1732AB7CBD8;C=486;L=89;R=223;�
2017.09.16 11:24:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1011;LH=938;SL=-523;SH=458;D=A8EB345ADE3E0B9955BFC4C;C=488;L=90;R=219;�

2017.09.16 11:34:45 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-608;LH=592;SL=-401;SH=376;D=FFFAAD5576DEAADFDAB7D;C=329;L=84;R=38;�
2017.09.16 11:34:45 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-2216;P1=401;P2=-395;P3=587;P4=-601;D=0121212121212121234343434123434343434341212341234123412121234343434341234341212121212341212123412341212121212;CP=1;R=38;
2017.09.16 11:34:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.09.16 11:34:45 5: Arduino_Nano_868Mhz: Starting demodulation at Position 1
2017.09.16 11:34:45 5: Arduino_Nano_868Mhz: applying postDemodulation
2017.09.16 11:34:45 5: Arduino_Nano_868Mhz: modified value after postDemodulation: 1 1 1 0 1 1 1 1 1 0 0 1 0 1 0 1 0 0 1 1 1 1 1 0 1 0 0 0 0 0 1 0
2017.09.16 11:34:45 5: Arduino_Nano_868Mhz: dispatching bits: 1 1 1 0 1 1 1 1 1 0 0 1 0 1 0 1 0 0 1 1 1 1 1 0 1 0 0 0 0 0 1 0
2017.09.16 11:34:45 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEF953E82 length 32 RSSI = -55
2017.09.16 11:34:45 5: Arduino_Nano_868Mhz Dispatch: TEF953E82, test ungleich: disabled
2017.09.16 11:34:45 5: Arduino_Nano_868Mhz Dispatch: TEF953E82, -55 dB, dispatch
2017.09.16 11:34:45 5: Arduino_Nano_868Mhz: dispatch TEF953E82
2017.09.16 11:34:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 72 -> FHT80 matches, trying to demodulate
2017.09.16 11:34:45 5: Arduino_Nano_868Mhz: Starting demodulation at Position 1
2017.09.16 11:34:47 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-609;LH=606;SL=-406;SH=388;D=FFFBBF76BBFF6EBFFD555A;C=334;L=87;R=49;�
2017.09.16 11:34:47 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-609;LH=612;SL=-393;SH=397;D=FFFBBF76BBFF6EBFFD555A;C=335;L=87;R=49;�
2017.09.16 11:34:48 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.09.16 11:34:57 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-599;LH=616;SL=-396;SH=397;D=FFFBDABBFBFF6EBFFFDD8;C=334;L=81;R=20;�
2017.09.16 11:34:57 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-606;LH=616;SL=-395;SH=395;D=FFFBDABBFBFF6EBFFFDD8;C=335;L=81;R=20;�
2017.09.16 11:35:06 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:35:06 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:35:06 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.16 11:35:06 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-600;LH=583;SL=-406;SH=392;D=FFFAFEEF5BEADFDAA80057F77ADF56FED5554;C=327;L=146;R=20;�
2017.09.16 11:35:06 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-600;LH=591;SL=-405;SH=390;D=FFFAFEEF5BEAD7EF5EB;C=330;L=76;R=250;�
2017.09.16 11:35:14 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1032;LH=932;SL=-554;SH=420;D=A8EB345ACE3E0B9955BF49C;C=489;L=90;R=218;�
2017.09.16 11:35:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P2=-1015;P3=-605;P4=401;P5=-400;D=0121213434243431212431342431213434212431212434312434313434243434343134343434212434345454545454545454545454563454545634563636345456345454545454563456363636363456345456363454563636363454545634545634545456345636345456345;CP=4;R=218;

2017.09.16 11:36:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-993;LH=958;SL=-454;SH=383;D=A8EB34;C=464;L=22;R=49;�
2017.09.16 11:36:44 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=608;P1=-611;P3=-396;P4=408;P6=-256;D=643434343434343434343434301434301434343434301434301430101434301434343434343434343014301434301014343434343434343434343010101010101014301;CP=4;R=49;
2017.09.16 11:36:44 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-606;LH=612;SL=-398;SH=396;D=FFFBBF76BBFF6EBFFD555A;C=335;L=87;R=49;�
2017.09.16 11:36:48 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.09.16 11:36:48 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-859;LH=856;SL=-360;SH=366;D=55554AA552A55494AA52524952;C=406;L=104;R=39;�
2017.09.16 11:36:52 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-612;LH=615;SL=-403;SH=390;D=FFFBDABBFBFF6EBFFFDD8;C=336;L=81;R=18;�
2017.09.16 11:36:52 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-606;LH=616;SL=-395;SH=395;D=FFFBDABBFBFF6EBFFFDD8;C=335;L=81;R=18;�
2017.09.16 11:37:07 4: Arduino_Nano_868Mhz/msg READ: val=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!

2017.09.16 11:39:48 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=656;P1=-155;P2=-322;P3=307;P4=-105;P5=210;P6=131;D=064630615233345136463161652535554565531;CP=6;R=211;
2017.09.16 11:40:29 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1013;LH=932;SL=-532;SH=451;D=A8EB345ACBC60B9955E0F04;C=487;L=90;R=216;�
2017.09.16 11:40:29 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1043;LH=922;SL=-549;SH=418;D=51D668B5D78C1732ABC3CE8;C=488;L=89;R=217;�
2017.09.16 11:40:29 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1029;LH=921;SL=-518;SH=449;D=45ADBC60B9955E07D4;C=486;L=70;R=217;�
2017.09.16 11:40:38 4: Arduino_Nano_868Mhz/msg READ: val=0 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
2017.09.16 11:40:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-616;LH=610;SL=-403;SH=393;D=7FFBBF76BBFF6EBF8;C=336;L=65;R=217;�
2017.09.16 11:40:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-626;LH=597;SL=-408;SH=381;D=F55568;C=335;L=21;R=50;�
2017.09.16 11:40:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-626;LH=597;SL=-408;SH=381;D=FFFBBF76BBFF6EBFFD555A;C=335;L=87;R=50;�
2017.09.16 11:40:41 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=394;P1=-395;P2=606;P3=-621;P5=-32001;P6=-3176;D=5055555555555555555555555555555555555555555555555555555560101010101010101010101012301;CP=0;R=50;
2017.09.16 11:40:42 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-619;LH=598;SL=-396;SH=393;D=DABBFBFF6EBFFFDD8;C=334;L=65;R=15;�
2017.09.16 11:40:42 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-619;LH=598;SL=-396;SH=393;D=FFFBDABBFBFF6EBFFFDD8;C=334;L=81;R=15;�
2017.09.16 11:40:48 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.09.16 11:40:57 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.16 11:41:01 4: Arduino_Nano_868Mhz/msg READ: val=6 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.16 11:41:02 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.16 11:41:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.16 11:41:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.16 11:41:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!

@sidey79 / @Ralf9 könnt Ihr das vielleicht bestätigen oder auch validieren.

MfG

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

mTrunc=1 bedeuted, daß der buffer voll war und es ein bufferMove gegeben hat. Beim bufferMove müsste normalerweise auch die messageLen verringert werden. Da scheint irgendwas nicht zu passen.

Evtl bekommen wir neue Erkenntnisse, wenn Du am Anfang der
void SignalDetectorClass::bufferMove(const uint8_t start)
die folgende Ausgabe einfügst:

MSG_PRINT("start="); MSG_PRINT(start);
MSG_PRINT(" msglen="); MSG_PRINT(messageLen);
MSG_PRINTLN(F(" bufferMove!"));

Bei 5 Versuchen, bekomme ich 4x add Dataoverflow

Bei diesem häufigen auftreten kannst Du auch mal die debug Ausgabe aktivieren.
Dazu mußt Du in der "signalDecoder.h" folgendes einfügen:
#define DEBUGDETECT 2
#define DEBUGDECODE 2

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Ich habe nun mal

MSG_PRINT("start="); MSG_PRINT(start);
MSG_PRINT(" msglen="); MSG_PRINT(messageLen);
MSG_PRINTLN(F(" bufferMove!"));

eingebaut und schaue mal was das System sagt. Eines ist auf jedenfall schon erkennbar, das ein bufferMove vorhanden ist und die msglen sich immer verringert.

2017.09.17 14:42:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1006;LH=946;SL=-514;SH=459;D=8F3EB0D546C0A0;C=487;L=54;R=254;�
2017.09.17 14:42:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 14:42:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1053;LH=940;SL=-526;SH=451;D=182688;C=494;L=21;R=254;�
2017.09.17 14:42:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1019;LH=920;SL=-526;SH=452;D=D6DC3053CAAE4307;C=486;L=64;R=254;�
2017.09.17 14:42:03 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1021;LH=929;SL=-523;SH=452;D=5CED2E94C707D5E2A960CE0;C=487;L=89;R=252;�
2017.09.17 14:42:03 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1013;LH=941;SL=-507;SH=462;D=2D16BB8F82A1D569B6D8;C=487;L=77;R=252;�
2017.09.17 14:42:03 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1009;LH=933;SL=-526;SH=463;D=5CED2E948707D5E2A962FA0;C=488;L=89;R=253;�
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=14 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=12 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=3 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=8 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=14 msglen=17 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=6 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=6 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=13 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=16 msglen=16 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=11 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=12 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=16 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=5 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=12 bufferMove!
2017.09.17 14:42:04 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=11 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=16 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=15 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=13 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=9 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=16 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=5 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=13 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=17 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=16 msglen=19 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=9 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=10 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=20 msglen=21 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=12 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=14 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=9 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=12 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=10 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=10 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=14 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=5 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=13 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=13 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=6 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=11 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=15 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=9 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=13 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=13 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=15 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=8 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=11 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=11 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=9 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=13 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=11 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=5 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=16 msglen=16 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=15 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=5 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=16 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=16 msglen=16 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=14 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=8 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=11 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=4 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=7 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=8 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=10 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=11 bufferMove!
2017.09.17 14:42:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=8 bufferMove!
2017.09.17 14:42:08 4: Arduino_Nano_868Mhz/msg READ: start=97 msglen=104 bufferMove!
2017.09.17 14:42:08 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-966;LH=938;SL=-527;SH=455;D=ACE0C0B0775A9C1E;C=480;L=63;R=249;�
2017.09.17 14:42:08 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=9 bufferMove!
2017.09.17 14:42:08 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=12 bufferMove!
2017.09.17 14:42:08 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 14:42:08 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=2 bufferMove!
2017.09.17 14:42:08 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1014;LH=924;SL=-525;SH=448;D=AEE0C0B0775A8D6E;C=485;L=63;R=251;�
2017.09.17 14:42:09 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1013;LH=936;SL=-528;SH=453;D=ADE0C0B0775A94CE;C=488;L=63;R=249;�
2017.09.17 14:42:12 4: Arduino_Nano_868Mhz/msg READ: �Ms;��;�ɏ;�Շ;�֣;D%##$#$$$#$##$##$$$#$#$$$$$$$$$$$$#$##;C2;S5;R3A;O;start=148 msglen=254 bufferMove!
2017.09.17 14:42:12 4: Arduino_Nano_868Mhz/msg READ: m2;�
2017.09.17 14:42:12 4: Arduino_Nano_868Mhz/msg READ: �Ms;��;�ď;�ڇ;��;D%##$#$$$#$##$##$$$#$#$$$$$$$$$$$$#$##;C2;S5;R3A;O;start=74 msglen=254 bufferMove!
2017.09.17 14:42:12 4: Arduino_Nano_868Mhz/msg READ: m1;�
2017.09.17 14:42:13 4: Arduino_Nano_868Mhz/msg READ: �Ms;�Ձ;�Ώ;��;�ܣ;D%##$#$$$#$##$##$$$#$#$$$$$$$$$$$$#$##;C2;S5;R3A;O;start=74 msglen=254 bufferMove!
2017.09.17 14:42:13 4: Arduino_Nano_868Mhz/msg READ: m0;�

Wenn ich die Parameter

#define DEBUGDETECT 2
#define DEBUGDECODE 2

einbaue, so schließt er mir sofort die Schnittstelle "closed" und meine TX Lampe bleibt dauerhaft an.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hier mal noch ein Auszug mit Dataoverflow.
Den Empfänger habe ich abgesteckt und neu angesteckt, da erschien schon anch kurzer Zeit der Fehler.

2017.09.17 15:04:16 3: Arduino_Nano_868Mhz/init: disable receiver (XQ)
2017.09.17 15:04:16 5: Arduino_Nano_868Mhz SW: XQ
2017.09.17 15:04:16 4: Arduino_Nano_868Mhz/msg READ: CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50
2017.09.17 15:04:16 4: Arduino_Nano_868Mhz/msg READ: C1100_IOCFG2=13 vs EEPROM IOCFG2=13
2017.09.17 15:04:16 4: Arduino_Nano_868Mhz/msg READ: receiver enabled
2017.09.17 15:04:17 3: Arduino_Nano_868Mhz/init: get version, retry = 0
2017.09.17 15:04:17 5: Arduino_Nano_868Mhz SW: V
2017.09.17 15:04:17 4: Arduino_Nano_868Mhz/msg READ: V 3.3.1-dev_170830_mod_addData SIGNALduino cc1101 - compiled at Sep 17 2017 14:37:19
2017.09.17 15:04:17 5: Arduino_Nano_868Mhz/msg READ: regexp=V\s.SIGNAL(duino|ESP). cmd=version msg=V 3.3.1-dev_170830_mod_addData SIGNALduino cc1101 - compiled at Sep 17 2017 14:37:19
2017.09.17 15:04:17 2: Arduino_Nano_868Mhz: initialized. v3.3.1-dev
2017.09.17 15:04:17 5: Arduino_Nano_868Mhz SW: XE
2017.09.17 15:04:17 3: Arduino_Nano_868Mhz/init: enable receiver (XE)
2017.09.17 15:04:21 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1006;LH=931;SL=-518;SH=453;D=6B37D02E1DD6D9B18;C=484;L=65;R=251;�
2017.09.17 15:04:21 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1005;LH=921;SL=-525;SH=456;D=A05C3BADBBDB;C=484;L=48;R=251;�
2017.09.17 15:04:22 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1022;LH=935;SL=-526;SH=445;D=5BBE8170EEB6DC2C;C=487;L=62;R=251;�
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=59 msglen=61 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-2718;LH=3159;SL=-1224;SH=1683;D=DFB1FF91;C=1463;L=32;R=235;�
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=10 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=9 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=15 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=17 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=39 msglen=40 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-2720;LH=3171;SL=-1241;SH=1677;D=DFB18;C=1468;L=17;R=235;�
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=5 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=4 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=19 msglen=23 bufferMove!
2017.09.17 15:04:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:04:30 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=29 bufferMove!
2017.09.17 15:04:30 4: Arduino_Nano_868Mhz/msg READ: start=28 msglen=28 bufferMove!
2017.09.17 15:04:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1029;LH=926;SL=-544;SH=425;D=ACD16B3CF828E5571D4F8;C=487;L=81;R=65;�
2017.09.17 15:04:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1024;LH=928;SL=-539;SH=441;D=A8EB345AEF3E0A3955C644E;C=488;L=91;R=65;�
2017.09.17 15:04:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1029;LH=926;SL=-535;SH=433;D=AE29974A4183EB8D5470420;C=487;L=90;R=65;�
2017.09.17 15:04:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1017;LH=934;SL=-536;SH=450;D=AC8860B07558E7D6;C=489;L=63;R=20;�
2017.09.17 15:04:39 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1007;LH=938;SL=-521;SH=456;D=45AE8860B07558F6A6;C=486;L=71;R=21;�
2017.09.17 15:04:39 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1015;LH=937;SL=-530;SH=452;D=A2D6C430583AAC7783;C=488;L=72;R=20;�
2017.09.17 15:04:43 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1003;LH=946;SL=-527;SH=456;D=C7E0A7955B768E;C=488;L=55;R=252;�
2017.09.17 15:04:43 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1018;LH=929;SL=-535;SH=436;D=5CFB2E944E07D61AA926000;C=486;L=89;R=252;�
2017.09.17 15:04:43 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1010;LH=941;SL=-527;SH=454;D=829E556DF978;C=488;L=45;R=252;�
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=12 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=10 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=15 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=6 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=4 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=13 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=10 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=11 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=2 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=11 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=10 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=4 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=3 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=17 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=16 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=5 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=11 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=15 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=13 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=10 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=12 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=6 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=10 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=6 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=10 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=4 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=8 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=11 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=3 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=5 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=5 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=8 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=15 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=12 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=14 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=11 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=8 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=4 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=12 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=6 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=6 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=11 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=12 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=6 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=13 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=11 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=2 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=10 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=12 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=9 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=7 bufferMove!
2017.09.17 15:04:52 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=4 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=13 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=14 msglen=14 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=13 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=12 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=6 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=14 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=7 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=7 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=5 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=10 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=9 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=7 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=14 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=5 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=15 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=4 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=10 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=11 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=12 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=9 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=12 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=11 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=8 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=7 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=12 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=13 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=18 bufferMove!
2017.09.17 15:04:53 4: Arduino_Nano_868Mhz/msg READ: start=20 msglen=20 bufferMove!
2017.09.17 15:04:58 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=13 bufferMove!
2017.09.17 15:04:58 4: Arduino_Nano_868Mhz/msg READ: start=59 msglen=60 bufferMove!
2017.09.17 15:04:58 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-2708;LH=3149;SL=-1227;SH=1697;D=DFB1FF91;C=1463;L=32;R=234;�
2017.09.17 15:04:58 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:04:58 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=13 bufferMove!
2017.09.17 15:04:58 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=7 bufferMove!
2017.09.17 15:04:58 4: Arduino_Nano_868Mhz/msg READ: start=27 msglen=27 bufferMove!
2017.09.17 15:04:58 4: Arduino_Nano_868Mhz/msg READ: start=20 msglen=28 bufferMove!
2017.09.17 15:04:59 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=27 bufferMove!
2017.09.17 15:04:59 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=30 bufferMove!
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1003;LH=951;SL=-520;SH=461;D=5CED2E94C707D5E2A960CE0;C=489;L=89;R=247;�
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: start=105 msglen=106 bufferMove!
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1019;LH=940;SL=-522;SH=458;D=16BB8F82A1D569B6D8;C=489;L=69;R=246;�
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=9 bufferMove!
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=11 bufferMove!
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=6 bufferMove!
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: start=115 msglen=116 bufferMove!
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1021;LH=933;SL=-528;SH=443;D=25A2D6F1F0543AAD3A0B;C=487;L=80;R=246;�
2017.09.17 15:05:00 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=8 bufferMove!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=21 bufferMove!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:01 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=6 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=6 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: val=6 msglen=253 bytecnt=126 valcnt=253 mTrunc=1 addData overflow!!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=253 bufferMove!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: start=16 msglen=252 bufferMove!
2017.09.17 15:05:02 4: Arduino_Nano_868Mhz/msg READ: start=235 msglen=238 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=28 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=28 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=26 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=19 msglen=27 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=17 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=21 msglen=27 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=9 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=9 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=9 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=6 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=4 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=10 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=8 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=12 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=8 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=8 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=17 msglen=18 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=14 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=12 bufferMove!
2017.09.17 15:05:03 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=8 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=16 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=14 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=10 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=15 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=5 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=13 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=10 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=3 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=10 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=4 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=4 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=14 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=5 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=11 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=7 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=11 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=18 msglen=20 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=2 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=12 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=15 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=5 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=11 bufferMove!
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1013;LH=941;SL=-517;SH=453;D=AD66FA057CBAF4FE3;C=487;L=68;R=251;�
2017.09.17 15:05:04 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1033;LH=924;SL=-545;SH=426;D=D1A2D76FA057CBAF475B;C=487;L=80;R=252;�
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1012;LH=951;SL=-528;SH=444;D=68B5BBE815F2EBD2E2C;C=489;L=74;R=252;�
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=13 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=10 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=12 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=9 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=19 msglen=19 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=9 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=10 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=11 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=13 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=9 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=7 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=13 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=7 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=8 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=11 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=12 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=14 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=11 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=10 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=12 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=9 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=4 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=13 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:05:05 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=3 bufferMove!
2017.09.17 15:05:06 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:05:06 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=10 bufferMove!
2017.09.17 15:05:06 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=7 bufferMove!
2017.09.17 15:05:06 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:05:06 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:05:06 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=10 bufferMove!
2017.09.17 15:05:06 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=7 bufferMove!
2017.09.17 15:05:15 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:05:15 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1008;LH=931;SL=-533;SH=451;D=AC8C60A3955B8D6E;C=487;L=63;R=64;�
2017.09.17 15:05:15 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1014;LH=944;SL=-525;SH=447;D=A8EB345AE8C60A3955B9C1E;C=488;L=91;R=65;�
2017.09.17 15:05:15 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1034;LH=914;SL=-536;SH=437;D=D668B5B18C1472AB70B7C;C=486;L=82;R=64;�
2017.09.17 15:05:17 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.09.17 15:05:27 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1011;LH=937;SL=-530;SH=455;D=45AC8860B07558E7D6;C=488;L=71;R=21;�
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1009;LH=932;SL=-531;SH=455;D=56D16BA2182C1D563DA98;C=487;L=81;R=21;�
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1002;LH=923;SL=-521;SH=461;D=BA52779F4F8AA710F8;C=484;L=71;R=21;�
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=63 msglen=65 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-2704;LH=3153;SL=-1237;SH=1700;D=DFB1FF91;C=1465;L=32;R=234;�
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=11 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=11 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=7 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=34 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=32 msglen=33 bufferMove!
2017.09.17 15:05:28 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=2 bufferMove!
2017.09.17 15:05:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1011;LH=936;SL=-512;SH=457;D=1F829E556DDA38;C=485;L=53;R=252;�
2017.09.17 15:05:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1018;LH=941;SL=-521;SH=459;D=AEC7E0A7955B67FE;C=489;L=63;R=253;�
2017.09.17 15:05:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1010;LH=939;SL=-526;SH=449;D=2D6E3F053CAADBF2F;C=487;L=68;R=253;�
2017.09.17 15:05:47 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1006;LH=938;SL=-526;SH=454;D=94C82FD41A28580E0;C=487;L=65;R=250;�
2017.09.17 15:05:47 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1011;LH=946;SL=-522;SH=444;D=45AEDF40AF975E8EB6;C=487;L=71;R=251;�
2017.09.17 15:05:48 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1008;LH=941;SL=-532;SH=454;D=DF40AF975E9716;C=489;L=55;R=250;�
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=14 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=8 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=20 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=17 msglen=23 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=10 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=11 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=7 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=11 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=8 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=8 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=11 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=10 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=7 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=3 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=6 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=4 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=7 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=10 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=16 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=11 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=9 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=10 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=7 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=15 msglen=16 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=6 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=10 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=13 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=13 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=6 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=4 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=12 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=16 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=14 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=14 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=8 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=8 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=13 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=16 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=11 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=5 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=6 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=4 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=6 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=5 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=7 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=6 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=15 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=15 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=4 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=8 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=12 bufferMove!
2017.09.17 15:05:49 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=14 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=3 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=12 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=11 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=10 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=13 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=7 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=7 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=7 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=7 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=11 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=12 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=15 msglen=16 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=5 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=12 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=10 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=14 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=15 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=15 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=13 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=13 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=5 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=13 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=12 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=8 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=16 msglen=17 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=5 msglen=10 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=13 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=11 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=9 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=19 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=18 bufferMove!
2017.09.17 15:05:50 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=18 bufferMove!
2017.09.17 15:05:51 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1010;LH=946;SL=-512;SH=463;D=4B45ACE3E0A8755A7CC6;C=488;L=79;R=245;�
2017.09.17 15:05:51 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1000;LH=947;SL=-528;SH=457;D=312D16BB8F82A1D569B6D8;C=488;L=85;R=245;�
2017.09.17 15:05:51 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-999;LH=952;SL=-511;SH=460;D=5ADE3E0A8755A7416;C=486;L=67;R=246;�
2017.09.17 15:05:58 4: Arduino_Nano_868Mhz/msg READ: start=64 msglen=66 bufferMove!
2017.09.17 15:05:58 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-2706;LH=3156;SL=-1241;SH=1688;D=DF31FF11;C=1465;L=32;R=236;�
2017.09.17 15:05:58 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=10 bufferMove!
2017.09.17 15:05:58 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 15:05:58 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=14 bufferMove!
2017.09.17 15:05:58 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=14 bufferMove!
2017.09.17 15:05:58 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=7 bufferMove!
2017.09.17 15:05:58 4: Arduino_Nano_868Mhz/msg READ: start=36 msglen=36 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1008;LH=945;SL=-526;SH=452;D=463051CAADC6B7;C=488;L=56;R=65;�
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1029;LH=936;SL=-555;SH=427;D=A8EB345AE8C60A3955B9C1E;C=491;L=91;R=64;�
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1027;LH=940;SL=-538;SH=440;D=5AD8C60A3955B85BE;C=490;L=67;R=65;�
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=14 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=9 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=8 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=11 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=4 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=9 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=10 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=11 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=11 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=11 msglen=13 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=12 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=10 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=10 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=11 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=10 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=7 msglen=8 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=20 msglen=23 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=6 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=4 msglen=11 bufferMove!
2017.09.17 15:06:00 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=10 bufferMove!
2017.09.17 15:06:01 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=9 bufferMove!
2017.09.17 15:06:16 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1019;LH=940;SL=-525;SH=445;D=AC8860AF955F1C26;C=488;L=63;R=20;�
2017.09.17 15:06:17 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1026;LH=931;SL=-536;SH=444;D=D10C15F2ABE1AAC;C=489;L=58;R=20;�
2017.09.17 15:06:17 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1011;LH=943;SL=-539;SH=438;D=DA2D6C43057CAAF8A7B;C=488;L=76;R=20;�
2017.09.17 15:06:17 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.09.17 15:06:17 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1020;LH=930;SL=-528;SH=443;D=1F829E556DDA38;C=486;L=53;R=252;�
2017.09.17 15:06:17 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1017;LH=932;SL=-527;SH=447;D=5AEC7E0A7955B67FE;C=487;L=67;R=252;�
2017.09.17 15:06:17 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1005;LH=953;SL=-528;SH=453;D=2D6E3F053CAADBF2F;C=489;L=68;R=252;�

Ich werde sofort nach einem Schälchen Heeßen noch einmal versuchen die Debugausgaben einzufügen welche beim ersten mal sofort dem Empfänger zum "schweigen" brachten.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hier kommt mal noch ein Auszug, wo man erkennen kann, das der Empfänger kurzzeitig "dich" macht für Befehle, wenn ich das richtig deute.

2017.09.17 18:53:55 4: set Arduino_Nano_868Mhz disableMessagetype unsyncedMU CDU
2017.09.17 18:53:56 4: Arduino_Nano_868Mhz/HandleWriteQueue: nothing to send, stopping timer
2017.09.17 18:53:58 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=16 bufferMove!
2017.09.17 18:53:58 4: Arduino_Nano_868Mhz/msg READ: start=13 msglen=14 bufferMove!
2017.09.17 18:53:58 4: Arduino_Nano_868Mhz/msg READ: start=55 msglen=57 bufferMove!
2017.09.17 18:53:58 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=11 bufferMove!
2017.09.17 18:53:58 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=14 bufferMove!
2017.09.17 18:53:58 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=15 bufferMove!
2017.09.17 18:53:58 4: Arduino_Nano_868Mhz/msg READ: start=12 msglen=13 bufferMove!
2017.09.17 18:53:58 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=38 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=60 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: Received answer (start=2 msglen=60 bufferMove!) for config does not match ^MS.*MU.MC.
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=58 msglen=59 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: Received answer (start=58 msglen=59 bufferMove!) for config does not match ^MS.*MU.MC.
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=6 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: Received answer (start=2 msglen=6 bufferMove!) for config does not match ^MS.*MU.MC.
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=28 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: Received answer (start=2 msglen=28 bufferMove!) for config does not match ^MS.*MU.MC.
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=27 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: Received answer (start=9 msglen=27 bufferMove!) for config does not match ^MS.*MU.MC.
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: MS=1;MU=0;MC=0
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/HandleWriteQueue: nothing to send, stopping timer
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=6 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=6 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=5 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=7 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=18 msglen=254 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=128 msglen=237 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=100 msglen=111 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=3 msglen=12 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=10 msglen=11 bufferMove!
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=2 bufferMove!
2017.09.17 18:54:14 4: Arduino_Nano_868Mhz/msg READ: start=9 msglen=10 bufferMove!
2017.09.17 18:54:14 4: Arduino_Nano_868Mhz/msg READ: start=121 msglen=122 bufferMove!
2017.09.17 18:54:14 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 18:54:14 4: Arduino_Nano_868Mhz/msg READ: start=2 msglen=12 bufferMove!
2017.09.17 18:54:14 4: Arduino_Nano_868Mhz/msg READ: start=8 msglen=11 bufferMove!
2017.09.17 18:54:14 4: Arduino_Nano_868Mhz/msg READ: start=6 msglen=6 bufferMove!

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Das mit dem BufferMove sieht gut aus.

Auftreten des add Data overflow! nur bei AKTIVEN MC-Protokoll

Dies passt hier aber nicht. Das "addData overflow" kommt auch bei MU=0;MC=0

2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: MS=1;MU=0;MC=0
2017.09.17 18:54:00 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hallo,

habe ich das richtig verstanden?

mTrunc=1 bedeuted, daß der buffer voll war und es ein bufferMove gegeben hat. Beim bufferMove müsste normalerweise auch die messageLen verringert werden. Da scheint irgendwas nicht zu passen.

sollte erst auftauchen wenn eine Nachricht empfangen wurde?

Ich habe das bufferMove teilweise auch wenn ich den Empfänger abstecke und nur an ein ein System anstecke, also sofort nach dem CC1101 erkennen.

Reading values fom eeprom
CCInit SRES Started
POR Done
CCVersion=20
CCPartnum=0
CC1101 found
Starting timerjob
CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50
C1100_IOCFG2=13 vs EEPROM IOCFG2=13
receiver enabled
start=2 msglen=16 bufferMove!
start=5 msglen=17 bufferMove!
start=15 msglen=19 bufferMove!
start=3 msglen=48 bufferMove!
start=108 msglen=109 bufferMove!
start=2 msglen=10 bufferMove!
start=12 msglen=17 bufferMove!
start=4 msglen=33 bufferMove!
start=4 msglen=163 bufferMove!
start=205 msglen=205 bufferMove!

.... soeben habe ich den bufferMove! mal laufen lassen und dann erschien addData .... und keine Nachrichten werden empfangen. :-(

MfG

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Soeben habe ich es nochmal mit

#define DEBUGDETECT 2
#define DEBUGDECODE 2

probiert. Sobald ich an die Schnittstelle gehe

▒Reading values fom eeprom
CCInit SRES Started
POR Done
CCVersion=20
CCPartnum=0
CC1101 found
Starting timerjob
Clock: 15948, Tol: 150, PattLen: 0 (0), Pulse: 0, 1974, mStart: 0, MCD: ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒

.... und es läuft und läuft ....

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Ich habe mal noch etwas entlocken können.
Ob es was brauchbares ist, keine Ahnung.
Meine Möglichkeiten um eingrenzen sind somit fast erschöpft.

Reading values fom eeprom
CCInit SRES Started
POR Done
CCVersion=20
CCPartnum=0
CC1101 found
Starting timerjob
CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50
C1100_IOCFG2=13 vs EEPROM IOCFG2=13
receiver enabled
start=11 msglen=12 bufferMove!
start=6 msglen=6 bufferMove!
start=2 msglen=12 bufferMove!
start=9 msglen=11 bufferMove!
start=9 msglen=9 bufferMove!
start=7 msglen=10 bufferMove!
start=9 msglen=16 bufferMove!
start=4 msglen=8 bufferMove!
start=2 msglen=9 bufferMove!
start=8 msglen=9 bufferMove!
start=4 msglen=8 bufferMove!
start=6 msglen=9 bufferMove!
start=9 msglen=10 bufferMove!
start=4 msglen=4 bufferMove!
start=2 msglen=13 bufferMove!
start=14 msglen=15 bufferMove!
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333.  [40]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 35*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333.  [41]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 34*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333.  [42]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 37*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333.  [43]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 36*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333.  [44]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 39*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333.  [45]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 38*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333.  [46]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 41*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333.  [47]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 40*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333.  [48]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 43*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333.  [49]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 42*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333.  [50]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 45*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333.  [51]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 44*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333.  [52]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 47*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333.  [53]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 46*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333.  [54]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 49*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 1010, PattLen: 8 (4), Pulse: 5052, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333.  [55]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 48*[-32001] P4: 0*[3522] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 1010, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333.  [56]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 51*[-32001] P4: 0*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, 5052, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334.  [57]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 50*[-32001] P4: 0*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343.  [58]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 52*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433.  [59]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 51*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333.  [60]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 54*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333.  [61]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 53*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333.  [62]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 56*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333.  [63]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 55*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333.  [64]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 58*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333.  [65]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 57*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333.  [66]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 60*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333.  [67]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 59*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333.  [68]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 62*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333.  [69]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 61*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333.  [70]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 64*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333.  [71]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 63*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333.  [72]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 66*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333.  [73]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 65*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333.  [74]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 68*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333.  [75]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 67*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333.  [76]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 70*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333.  [77]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 69*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333.  [78]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 72*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333.  [79]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 71*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333.  [80]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 74*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333.  [81]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 73*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333.  [82]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 76*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333.  [83]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 75*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333.  [84]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 78*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333.  [85]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 77*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333.  [86]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 80*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333.  [87]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 79*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333.  [88]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 82*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333.  [89]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 81*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333.  [90]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 84*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333.  [91]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 83*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333.  [92]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 86*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333.  [93]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 85*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333.  [94]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 88*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333.  [95]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 87*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333.  [96]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 90*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333.  [97]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 89*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333.  [98]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 92*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333.  [99]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 91*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333.  [100]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 94*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333.  [101]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 93*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333.  [102]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 96*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333.  [103]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 95*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333.  [104]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 98*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333.  [105]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 97*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333.  [106]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 100*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333.  [107]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 99*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333333.  [108]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 102*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333333.  [109]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 101*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333.  [110]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 104*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333333333.  [111]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 103*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333333333.  [112]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 106*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333.  [113]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 105*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333333333333.  [114]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 108*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333333333333.  [115]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 107*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: -30056, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333.  [116]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 110*[-32001] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (5), Pulse: 32001, -31028, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333333333333333.  [117]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 109*[-31028] P4: 1*[5052] P5: 0*[-2856] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (6), Pulse: -32001, -31028, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333333333333333.  [118]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 112*[-31028] P4: 1*[5052] P5: 0*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (6), Pulse: -32001, 32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333335.  [119]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 111*[-31514] P4: 1*[5052] P5: 0*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (6), Pulse: -32001, -31757, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333333333333333353.  [120]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 113*[-31757] P4: 1*[5052] P5: 1*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (6), Pulse: -32001, -31879, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333333333333333533.  [121]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 112*[-31879] P4: 1*[5052] P5: 1*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (6), Pulse: -32001, -31940, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333335333.  [122]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 115*[-31940] P4: 1*[5052] P5: 1*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (6), Pulse: -32001, -31970, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333333333333333353333.  [123]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 114*[-31970] P4: 1*[5052] P5: 1*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (6), Pulse: -32001, -31985, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333333333333333533333.  [124]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 117*[-31985] P4: 1*[5052] P5: 1*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (6), Pulse: -29488, -31993, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333335333333.  [125]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 116*[-31993] P4: 1*[5052] P5: 1*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 4472, PattLen: 8 (6), Pulse: 22360, -30740, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333333333333333533333333.  [127]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 118*[-30740] P4: 1*[5052] P5: 1*[32001] P6: 0*[10856] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 4472, PattLen: 8 (7), Pulse: -32001, 32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333335333333335.  [128]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 120*[-30740] P4: 1*[5052] P5: 2*[32001] P6: 0*[22360] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (7), Pulse: -32001, 22360, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333333333333333353333333356.  [129]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 120*[-31370] P4: 1*[5052] P5: 1*[32001] P6: 0*[22360] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (7), Pulse: -32001, -31685, mStart: 0, MCD: 0, mtrunc: 1
Signal: 3721713333333333333333333333333333333333333333333333333343333333333333333333333333333333333333333333333333333333333333533333333563.  [130]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 121*[-31685] P4: 1*[5052] P5: 2*[32001] P6: 1*[22360] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (7), Pulse: -32001, -31843, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333333433333333333333333333333333333333333333333333333333333333333335333333335633.  [131]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 120*[-31843] P4: 1*[5052] P5: 2*[32001] P6: 1*[22360] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (7), Pulse: -32001, -31922, mStart: 0, MCD: 0, mtrunc: 1
Signal: 372171333333333333333333333333333333333333333333333333334333333333333333333333333333333333333333333333333333333333333353333333356333.  [132]
Pattern:  P0: 0*[-3728] P1: 2*[2230] P2: 1*[-372] P3: 123*[-31922] P4: 1*[5052] P5: 2*[32001] P6: 1*[22360] P7: 2*[-2330]
 check:nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (7), Pulse: -32001, -31961, mStart: 0, MCD: 0, mtrunc: 1
Signal: 37217133333333333333333333333333333333333333333333333

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

.... und es läuft und läuft ....

Du kannst mal testen ob es besser wird, wenn Du das
#define DEBUGDETECT 2
rausnimmst

Das bufferMove wird auch bei Add pattern verwendet, mir ist aber die funktionsweise nicht klar

		// Add pattern
		if (patternLen == maxNumPattern)
		{
			calcHisto();
			if (histo[patternLen] > 2) processMessage();
			for (int16_t i = messageLen - 1; i > 0; --i)
			{
				if (message[i] == pattern_pos) // Finde den letzten Verweis im Array auf den Index der gleich ueberschrieben wird
				{
					i++; // i um eins erhoehen, damit zukuenftigen Berechnungen darauf aufbauen koennen
					bufferMove(i);
					
					break;
				}
			}
}

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Ich habe mal noch etwas entlocken können.
Ob es was brauchbares ist, keine Ahnung.

Es ist wahrscheinlich nur brauchbar, wenn das "addData overflow" dabei vorkommt.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Wenn ich die DEBUGDETECT 2 herausnehme

Reading values fom eeprom
CCInit SRES Started
POR Done
CCVersion=20
CCPartnum=0
CC1101 found
Starting timerjob
CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50
C1100_IOCFG2=13 vs EEPROM IOCFG2=13
receiver enabled
start=7 msglen=10 bufferMove!
start=7 msglen=16 bufferMove!
check:mcrst:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst:start=14 msglen=155 bufferMove!
check:mcrst:start=138 msglen=143 bufferMove!
start=6 msglen=6 bufferMove!
start=2 msglen=18 bufferMove!
start=15 msglen=19 bufferMove!
start=4 msglen=6 bufferMove!
start=6 msglen=9 bufferMove!
start=8 msglen=24 bufferMove!
check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst:start=18 msglen=142 bufferMove!
check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst: check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=3 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
val=7 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst: check:mcrst:val=4 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
check:mcrst:start=252 msglen=252 bufferMove!
val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=0 addData overflow!!
check:mcrst: MU found: Mu;▒Ȃ;▒▒;▒▒;▒؉;▒Ч;▒▒;dgUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUP%UUUUUUUUUUUUUUUUUUUuUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU;C5;R0;

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

ich denke, da kommen wir ohne Sidey nicht weiter.
@sidey79 kannst Du es Dir auch mal anschauen. Hast Du ein Verdacht oder Idee was den addData overflow verursachen könnte?

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

hier kommt noch eine Variante wo dann der Empfänger den "Empfang einstellt" und nix mehr erkennt.

 Clock: 15948, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 46762222222222222222222222222222222222222222222.  [47]
Pattern:  P0: 0*[3073] P1: 0*[-3136] P2: 41*[-32001] P3: 0*[4186] P4: 1*[-349] P5: 0*[5748] P6: 2*[1705] P7: 1*[-687]
 check:mcrst:
  --  chk MC --
mstart:0
0=2,1=6,CLK=6:2,6,nothing to to
Message received:

 Clock: 15948, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 467622222222222222222222222222222222222222222222.  [48]
Pattern:  P0: 0*[3073] P1: 0*[-3136] P2: 44*[-32001] P3: 0*[4186] P4: 1*[-349] P5: 0*[5748] P6: 2*[1705] P7: 1*[-687]
 check:mcrst:
  --  chk MC --
mstart:0
0=2,1=6,CLK=6:2,6,nothing to to
 Clock: 21471, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
Signal: 467622222222222222222222222222222222222222222222.  [48]
Pattern:  P0: 0*[3073] P1: 0*[-3136] P2: 44*[-32001] P3: 0*[4186] P4: 1*[-349] P5: 0*[5748] P6: 2*[1705] P7: 1*[-687]
 check:mcrst:
  --  chk MC --
mstart:0
0=2,1=6,: 1*:143,CLK=10:0,CLK=10:0,CLK=0,CLK=10:0,CLK=10:0,CLK=10:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=10:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=0:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=75:111,CLK=75:111,CLK=75:111,CLK=75:111,CLK=75:111,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=227:111,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=49:0,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=44:101,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=48:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=525.▒,CLK=58:254,CLK=58:254,CLK=56:0,CLK=56:0,CLK=56:0,CLK=56:0,CLK=56:0,CLK=56:0,CLK=56:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=53:0,CLK=51:0,CLK=51:0,CLK=51:0,CLK=51:0,CLK=51:0,CLK=51:0,CLK=51:0,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:254,CLK=58:250

... schluss für heut

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Ich habe es noch nicht geschafft, mir das genauer an zu sehen.
Muss mich aktuell leider um etwas anderes kümmern.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Ich habe mir das nun einmal ein wenig angesehen:
check:mcrst:val=5 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 addData overflow!!
Ich glaube, es kommt zu solch einer Konstellation nur durch ein vorheriges buffermove. Da scheint dann etwas nicht zu stimmen. Da sollten eigentlich noch Platz für 2 bit sein, die können wir aber nicht mehr adressieren, da unser bytecnt bereits auf 126 steht.

@HomeAutoUser
Kannst Du mir noch mitteilen, mit welcher Firmware (version / Commit / build Datum) Du diesen Fehler hattest?

Grüße Sidey

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79,
ich werde noch einmal genau schauen, da ich mit 2 FW ständen getestet habe. Ich vermute, es war die letzte dev-r33_cc1101 mir Ralfs Hilfsvariablen. Um allem aus dem Weg zu gehen, werde ich diese nocheinmal unter die Lupe nehmen. Melde mich.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

ich habe bei der dev-r33_cc1101 bei addData einige debug Ausgaben ergänzt

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@Ralf9
welche Ausgaben bzw. Zeilen sind wichtig für eventuelle Informationen.
Bei aktiven Debug wird es ja sehr "füllig".

Mit dem RSSI das funktioniert nun in der letzten Version.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

@HomeAutoUser

Ich weiss noch nicht genau, was wir alles brauchen. Ich habe einen Buffer Dump eingebaut, wenn der Fehler auftritt. Wäre gut, wenn Du die aktualisierte Version compilierst und mir hier die Ausgabe schickst.

Buffermove schließe ich als Fehlerquelle mittlerweile eigentlich aus, für mich sieht es eher so aus, als ob processMessage weder eine MC, MS noch MU Ausgabe schafft. mTruncated ist aber gesetzt, das sehen wir.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79
Ab sofort läuft Sie.
Ist die Ausgabe Debug 1 unbedingt notwendig? Ich frage aus einfachem Grunde ;-) Ich kann ja förmlich zusehen wie das Logfile wächst bei 2 Empfängern ;-)

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

@HomeAutoUser

Debug Meldungen sollten mit der Compiler Konfiguration nur kommen, wenn addData fehl schlägt.
Was für Meldungen haut er dir denn in das Log rein? Bei mir kam seit dem commit nicht eine Debug Meldung rein. :(

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79
Um Missverständnisse auszuschließen, reden wir vom selbigen?
Ich meinte die Debug Ausgabe im FHEM - Empfänger (Debug 1) wo unter anderem auch die Platternlist aufgeführt wird.

Ich würde das System mit Verbose 3 | Debug 0 laufen lassen nach deiner jetzigen Aussage.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Ja, in FHEM ist kein Debug notwendig... Verbose 5 wäre aber besser, sonst werden die Seriell ünbergeben Daten nicht angezeigt

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79

Gesagt getan addData Willkommen, addData erschien schonmal.

2017.10.07 22:33:25 4: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, Dropped due to short time or equal msg
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=477;P1=-4054;P2=-2020;P3=-9072;D=03010102010202020102010102010102020101010201020101020202020202020201010102;CP=0;SP=3;R=3;m0;�
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.07 22:33:26 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16CEB00E000 length 40 RSSI = -72.5
2017.10.07 22:33:26 5: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, test gleich
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, Dropped due to short time or equal msg
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.07 22:33:26 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16CEB00E000 length 40 RSSI = -72.5
2017.10.07 22:33:26 5: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, test gleich
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, Dropped due to short time or equal msg
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=477;P1=-4054;P2=-2020;P3=-9072;D=03010102010202020102010102010102020101010201020101020202020202020201010102;CP=0;SP=3;R=3;�
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.07 22:33:26 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16CEB00E000 length 40 RSSI = -72.5
2017.10.07 22:33:26 5: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, test gleich
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, Dropped due to short time or equal msg
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.07 22:33:26 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16CEB00E000 length 40 RSSI = -72.5
2017.10.07 22:33:26 5: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, test gleich
2017.10.07 22:33:26 4: Arduino_Nano_433Mhz Dispatch: sD16CEB00E000, Dropped due to short time or equal msg
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=488;P4=-1936;P5=-971;P6=-4000;D=16141415141415151414151515151515151514141514141514141414141515151515151515;CP=1;SP=6;R=216;O;m2;�
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz: Found wrong signalpattern, catched 0 bits, aborting demodulation
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9806DF00 length 36 RSSI = -94
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz Dispatch: P7#D9806DF00, test ungleich: disabled
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz Dispatch: P7#D9806DF00, -94 dB, dispatch
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz: dispatch P7#D9806DF00
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz SD_WS07_Parse SD_WS07 (P7#D9806DF00) length: 9
2017.10.07 22:33:29 5: SD_WS07 converted to bits: 11011001 1 000 000001101101 1111 00000000
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz SD_WS07_T decoded protocolid: 7 sensor id=D9, channel=1, temp=10.9, hum=0, bat=ok
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=499;P4=-1932;P5=-971;P6=-4006;D=16141415141415151414151515151515151514141514141514141414141515151515151515;CP=1;SP=6;R=216;m1;�
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz: Found wrong signalpattern, catched 0 bits, aborting demodulation
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9806DF00 length 36 RSSI = -94
2017.10.07 22:33:29 5: Arduino_Nano_433Mhz Dispatch: P7#D9806DF00, test gleich
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz Dispatch: P7#D9806DF00, Dropped due to short time or equal msg
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 104, PattLen: 8 (3), Pulse: 524, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[514] P2: 0*[] P3: 0*[-9124] P4: 51*[-1933] P5: 72*[-948] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 391, PattLen: 8 (3), Pulse: -1956, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[514] P2: 0*[] P3: 0*[-9124] P4: 51*[-1944] P5: 72*[-948] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 96, PattLen: 8 (3), Pulse: 484, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[499] P2: 0*[] P3: 0*[-9124] P4: 51*[-1944] P5: 72*[-948] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 391, PattLen: 8 (3), Pulse: -1956, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[499] P2: 0*[] P3: 0*[-9124] P4: 51*[-1950] P5: 72*[-948] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 100, PattLen: 8 (3), Pulse: 504, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[501] P2: 0*[] P3: 0*[-9124] P4: 51*[-1950] P5: 72*[-948] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 190, PattLen: 8 (3), Pulse: -952, -950, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[501] P2: 0*[] P3: 0*[-9124] P4: 51*[-1950] P5: 72*[-950] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 100, PattLen: 8 (3), Pulse: 504, -950, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-9124] P4: 51*[-1950] P5: 72*[-950] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 188, PattLen: 8 (3), Pulse: -944, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-9124] P4: 51*[-1950] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 393, PattLen: 8 (3), Pulse: -1968, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-9124] P4: 51*[-1959] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 392, PattLen: 8 (3), Pulse: -1964, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-9124] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[502] P2: 0*[] P3: 0*[-32001] P4: 51*[-1961] P5: 72*[-947] P6: 4*[-4002] P7: 0*[]
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -947, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:43 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=392;P2=-403;P3=599;P4=-620;P5=-8976;D=01212121212121212121212123412121234123434341212341212121212123412121212121212121234123412123434121212343434121212341212343434341234123415121212121212121212121212341212123412343434121234121212121212341212121212121212123412341212343412121234343412121234121;CP=1;R=21;O;�
2017.10.07 22:33:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: Starting demodulation at Position 1
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: applying postDemodulation
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: modified value after postDemodulation:
2017.10.07 22:33:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: Starting demodulation at Position 1
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: applying postDemodulation
2017.10.07 22:33:43 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: modified value after postDemodulation: 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 1 0 0 0 1
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: dispatching bits: 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 1 0 0 0 1
2017.10.07 22:33:43 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117400000A671 length 48 RSSI = -63.5
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz Dispatch: 810c04xx0909a00117400000A671, test ungleich: disabled
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz Dispatch: 810c04xx0909a00117400000A671, -63.5 dB, dispatch
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: dispatch 810c04xx0909a00117400000A671
2017.10.07 22:33:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: Starting demodulation at Position 1
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: applying postDemodulation
2017.10.07 22:33:43 5: Arduino_Nano_868Mhz: modified value after postDemodulation:

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

.... und mal noch eine 2. Ausgabe

2017.10.07 22:56:13 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75EF4675F7BE9557 with 72 bits, messagestart 0
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz Dispatch: P12#75EF4675F7BE9557, test ungleich: disabled
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz Dispatch: P12#75EF4675F7BE9557, -94 dB, dispatch
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: dispatch P12#75EF4675F7BE9557
2017.10.07 22:56:13 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75EF4675F7BE9557
2017.10.07 22:56:13 4: Hideki_Parse SensorTyp = 31 decodedString = 7531ca9f19c2bff9
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz decoded Hideki protocol model=Hideki_31, sensor id=31, channel=1, bat=ok, temp=21.9
2017.10.07 22:56:13 5: deviceCode: Hideki_31_1
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 486 RSSI -94 -> tfa 30.3208.0
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: extracted data 010100011000010001100111011010100011000100001100000101010101101000101011 (bin)
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: protocol does not match return from method: (undef)
2017.10.07 22:56:13 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1025;LH=919;SL=-546;SH=431;D=AE7B9895AEF3EAA9AC;C=486;L=72;R=215;�
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 486 RSSI -94.5 -> OSV2o3
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: extracted data 010100011000010001100111011010100101000100001100000101010101011001010011 (bin)
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: protocol does not match return from method: (undef)
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 486 RSSI -94.5 -> Hideki protocol
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: extracted data 010100011000010001100111011010100101000100001100000101010101011001010011 (bin)
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: protocol does not match return from method: (Start pattern (10101110) not found)
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 486 RSSI -94.5 -> Hideki protocol not invert
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: extracted data 101011100111101110011000100101011010111011110011111010101010100110101100 (bin)
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75EF46B5F7BE556B with 72 bits, messagestart 0
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz Dispatch: P12#75EF46B5F7BE556B, test ungleich: disabled
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz Dispatch: P12#75EF46B5F7BE556B, -94.5 dB, dispatch
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: dispatch P12#75EF46B5F7BE556B
2017.10.07 22:56:13 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75EF46B5F7BE556B
2017.10.07 22:56:13 4: Hideki_Parse SensorTyp = 31 decodedString = 7531cadf19c2ffbd
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz decoded Hideki protocol model=Hideki_31, sensor id=31, channel=1, bat=ok, temp=21.9
2017.10.07 22:56:13 5: deviceCode: Hideki_31_1
2017.10.07 22:56:13 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 486 RSSI -94.5 -> tfa 30.3208.0
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: extracted data 010100011000010001100111011010100101000100001100000101010101011001010011 (bin)
2017.10.07 22:56:13 5: Arduino_Nano_433Mhz: protocol does not match return from method: (undef)
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=468;P1=-9078;P2=-2025;P7=-4056;D=01070702070202020702070702070702020702020707020707020202020202020207020207;CP=0;SP=1;R=59;O;m2;�
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C9B009000 length 40 RSSI = -44.5
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, test ungleich: disabled
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, -44.5 dB, dispatch
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: dispatch sD16C9B009000
2017.10.07 22:56:14 4: CUL_TCM97001: W174 original-msg: D16C9B009000 , reversed nibbles: b8639d009000
2017.10.07 22:56:14 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.07 22:56:14 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.07 22:56:14 4: CUL_TCM97001: W174 battery bit: 0
2017.10.07 22:56:14 4: CUL_TCM97001: W174 rain gauge swing count: 217
2017.10.07 22:56:14 4: CUL_TCM97001: W174 rain total: 54.5 l/qm
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C9B009000 length 40 RSSI = -44.5
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, test gleich
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, Dropped due to short time or equal msg
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=480;P1=-9075;P2=-2014;P7=-4054;D=01070702070202020702070702070702020702020707020707020202020202020207020207;CP=0;SP=1;R=59;O;m1;�
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C9B009000 length 40 RSSI = -44.5
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, test gleich
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, Dropped due to short time or equal msg
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C9B009000 length 40 RSSI = -44.5
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, test gleich
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, Dropped due to short time or equal msg
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=484;P1=-9071;P2=-2014;P7=-4049;D=01070702070202020702070702070702020702020707020707020202020202020207020207;CP=0;SP=1;R=59;O;m0;�
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C9B009000 length 40 RSSI = -44.5
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, test gleich
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, Dropped due to short time or equal msg
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C9B009000 length 40 RSSI = -44.5
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, test gleich
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, Dropped due to short time or equal msg
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=495;P1=-9075;P2=-2009;P7=-4038;D=01070702070202020702070702070702020702020707020707020202020202020207020207;CP=0;SP=1;R=59;O;�
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C9B009000 length 40 RSSI = -44.5
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, test gleich
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, Dropped due to short time or equal msg
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C9B009000 length 40 RSSI = -44.5
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, test gleich
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz Dispatch: sD16C9B009000, Dropped due to short time or equal msg
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=474;P1=-2028;P2=-4044;D=010201010202010202010101010101010102010102034;CP=0;R=60;�
2017.10.07 22:56:14 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: start pattern for MU Protocol id 13.1 -> FLAMINGO FA21 b mismatches, aborting
2017.10.07 22:56:14 5: Arduino_Nano_433Mhz: applying filterfunc SIGNALduino_compPattern
2017.10.07 22:56:15 3: signalESP/KeepAlive not ok, retry = 2 -> get ping
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=506;P4=-1948;P5=-953;P6=-4003;D=16141415141415151414151515151515151514141514141514141414141515151515151515;CP=1;SP=6;R=217;O;m2;�
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz: Found wrong signalpattern, catched 0 bits, aborting demodulation
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9806DF00 length 36 RSSI = -93.5
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz Dispatch: P7#D9806DF00, test ungleich: disabled
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz Dispatch: P7#D9806DF00, -93.5 dB, dispatch
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz: dispatch P7#D9806DF00
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz SD_WS07_Parse SD_WS07 (P7#D9806DF00) length: 9
2017.10.07 22:56:17 5: SD_WS07 converted to bits: 11011001 1 000 000001101101 1111 00000000
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz SD_WS07_T decoded protocolid: 7 sensor id=D9, channel=1, temp=10.9, hum=0, bat=ok
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=494;P4=-1943;P5=-971;P6=-4010;D=16141415141415151414151515151515151514141514141514141414141515151515151515;CP=1;SP=6;R=217;m1;�
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz: Found wrong signalpattern, catched 0 bits, aborting demodulation
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz: Starting demodulation at Position 2
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9806DF00 length 36 RSSI = -93.5
2017.10.07 22:56:17 5: Arduino_Nano_433Mhz Dispatch: P7#D9806DF00, test gleich
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz Dispatch: P7#D9806DF00, Dropped due to short time or equal msg
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 100, PattLen: 8 (3), Pulse: 504, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[501] P2: 0*[] P3: 0*[-9108] P4: 51*[-1954] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 389, PattLen: 8 (3), Pulse: -1948, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[501] P2: 0*[] P3: 0*[-9108] P4: 51*[-1951] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 96, PattLen: 8 (3), Pulse: 484, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[492] P2: 0*[] P3: 0*[-9108] P4: 51*[-1951] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 387, PattLen: 8 (3), Pulse: -1936, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[492] P2: 0*[] P3: 0*[-9108] P4: 51*[-1943] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 97, PattLen: 8 (3), Pulse: 488, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[490] P2: 0*[] P3: 0*[-9108] P4: 51*[-1943] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 391, PattLen: 8 (3), Pulse: -1956, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[490] P2: 0*[] P3: 0*[-9108] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 96, PattLen: 8 (3), Pulse: 480, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-9108] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:18 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[485] P2: 0*[] P3: 0*[-32001] P4: 51*[-1949] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 6400, PattLen: 8 (4), Pulse: -32001, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Danke für die Daten. Ich habe jetzt etwas gebastelt und die Daten in den Arduino gebracht :)
Ich verstehe leider noch nicht, wie diese Daten es in dieser Konstellation überhaupt in den message puffer geschafft haben.

Was ich jetzt verifiziert habe ist, dass processMessage die Daten nicht verarbeitet. wäre m_truncated nicht true, dann würde auch ein reset ausgeführt.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

@sidey79
Für mich passt dies nicht richtig zusammen. Wenn state=0 searching ist, dann passt es nicht, daß es eine clock und sync gibt.

2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Sync: -4002 -> SyncFact: -0.25, Clock: 15948, Tol: 104, PattLen: 8 (3), Pulse: 524, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:33:29 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-86] P1: 15*[514] P2: 0*[] P3: 0*[-9124] P4: 51*[-1933] P5: 72*[-948] P6: 4*[-4002] P7: 0*[]

2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ:
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Sync: -4001 -> SyncFact: -0.25, Clock: 15948, Tol: 100, PattLen: 8 (3), Pulse: 504, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254]
2017.10.07 22:56:17 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 112*[-84] P1: 15*[501] P2: 0*[] P3: 0*[-9108] P4: 51*[-1954] P5: 72*[-971] P6: 4*[-4001] P7: 0*[]

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Lass dich da nicht in die Irre führen. Es gibt weder clock noch sync. Die Variablen sind nur nicht gelöscht. Genauer gesagt, es wird keine clock gefunden und deshalb klappt auch die MU Ausgabe nicht.

Idee: Alles löschen, was bis zu einer möglichen Clock passt.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

So langsam kann ich das Problem erahnen,
In die processMessage müsste eine Abfrage rein, etwa so:

if (state == searching && messageLen >= maxMsgSize) {
  reset();
  success = true;

oder

void SignalDetectorClass::processMessage()
{
	if (mcDetected == true || messageLen >= minMessageLen) {
		success = false;
		if (messageLen >= maxMsgSize) {
			m_overflow = true;
			if (state == searching) {
				reset();
  				success = true;

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Das wäre die Holzhammer Methode..... Die Abfrage muss aber am Ende rein und nicht am Anfang :)

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Also gut, ich habe mir den Datensatz von oben geschnappt und importiert:

Sync: Clock: NULL, Tol: 150, PattLen: 8 (8), Pulse: 514, -948, mStart: 0, MCD: 0, mtrunc: 1 Signal: 06040405040405050404050505050505050504040504040504040404040505050505050505060404050404050504040505050505050505040405040405040404040405050505050505050604040504040505040405050505050505050404050404050404040404050505050505050506141415141415151414151515151515. [254] Pattern: P0: 112*[-86] P1: 15*[514] P2: 0*[] P3: 0*[] P4: 51*[-1933] P5: 72*[-948] P6: 4*[-4002] P7: 0*[]
nach processMessage() sieht dieser Datensatz dann so aus:
Sync: Clock: NULL, Tol: 102, PattLen: 8 (8), Pulse: 514, -948, mStart: 0, MCD: 0, mtrunc: 1 Signal: 61414151414151514141515151515151. [32] Pattern: P0: 112*[-86] P1: 15*[514] P2: 0*[] P3: 0*[] P4: 51*[-1933] P5: 72*[-948] P6: 4*[-4002] P7: 0*[]
Die Statistik wird nicht neu berechnet, davon mal nicht beirren lassen, Wichtig ist, dass ich das Signal gekürzt habe und zwar bis zu dem Punkt, wo überhaupt erst was valides beginnt.
Wie es diese hintereinander folgenden negativen Pulse in den Puffer geschafft haben, ist mir noch immer unklar.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

In Zeile 439 bis 448 wird die Bedingung (success == false && m_truncated == true) auch erfüllt, ist dies so ok?
"Start found, but no end. We remove everything bevore start and hope to find the end later"

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

kannst Du das Mal verlinken was Du meinst? ich stehe irgendwie auf dem Schlauch und finde es nicht.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

ich meine das hier in der signaldecoder.cpp


			else if (m_endfound == false && mstart > 0 && mend + 1 >= maxMsgSize) // Start found, but no end. We remove everything bevore start and hope to find the end later
			{
				//MSG_PRINT("copy");
#ifdef DEBUGDECODE
				DBG_PRINT(" move msg ");;
#endif
				bufferMove(mstart);
				mstart = 0;
				//m_truncated = true;  // Flag that we truncated the message array and want to receiver some more data
} 

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Das ganze liest sich nach einem "Kettenproblem".
Ich habe nun seit einer Stunde den Test begonnen mit der neuen FW. Es schaut erstmal gut aus vorerst aber ich möchte nich den Tag vor dem Abend loben.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79 leider gibt es noch keine Erfolge zu vermelden. Der gleiche Zustand trat wieder auf.
Hier erneut 2 Auszüge.

2017.10.08 12:23:19 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 487 RSSI -46.5 -> tfa 30.3208.0
2017.10.08 12:23:25 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-32001;P1=530;P2=-9030;P3=-4163;P4=-2093;D=1213141314131414131314141414141414141313131314131413141313141413131313141413;CP=1;SP=2;R=232;O;m2;�
2017.10.08 12:23:25 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.08 12:23:25 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sA9807AB3C800 length 40 RSSI = -86
2017.10.08 12:23:25 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: GT_WT_02
2017.10.08 12:23:25 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 95, PattLen: 8 (2), Pulse: 476, -2010, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[476] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2010] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 409, PattLen: 8 (2), Pulse: -2048, -2029, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[476] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2029] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 91, PattLen: 8 (2), Pulse: 456, -2029, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[466] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2029] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 404, PattLen: 8 (2), Pulse: -2024, -2026, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[466] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2026] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 96, PattLen: 8 (2), Pulse: 480, -2026, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[473] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2026] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 404, PattLen: 8 (2), Pulse: -2024, -2025, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[473] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2025] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 95, PattLen: 8 (2), Pulse: 476, -2025, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[474] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2025] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 404, PattLen: 8 (2), Pulse: -2024, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[474] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 94, PattLen: 8 (2), Pulse: 472, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[473] P2: 6*[-9043] P3: 57*[-4058] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9043 -> SyncFact: -0.57, Clock: NULL, Tol: 811, PattLen: 8 (2), Pulse: -4056, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[473] P2: 6*[-9043] P3: 57*[-4057] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -9065 -> SyncFact: -0.57, Clock: NULL, Tol: 1817, PattLen: 8 (2), Pulse: -9088, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[473] P2: 6*[-9065] P3: 57*[-4057] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Sync: -9065 -> SyncFact: -0.57, Clock: NULL, Tol: 92, PattLen: 8 (2), Pulse: 464, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[468] P2: 6*[-9065] P3: 57*[-4057] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Sync: -9065 -> SyncFact: -0.57, Clock: NULL, Tol: 807, PattLen: 8 (2), Pulse: -4036, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[468] P2: 6*[-9065] P3: 57*[-4046] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Sync: -9065 -> SyncFact: -0.57, Clock: NULL, Tol: 807, PattLen: 8 (2), Pulse: -4036, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[468] P2: 6*[-9065] P3: 57*[-4041] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Sync: -9065 -> SyncFact: -0.57, Clock: NULL, Tol: 807, PattLen: 8 (2), Pulse: -4036, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[468] P2: 6*[-9065] P3: 57*[-4038] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Sync: -9065 -> SyncFact: -0.57, Clock: NULL, Tol: 404, PattLen: 8 (2), Pulse: -2024, -2024, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Signal: 02030403040304040303040404040404040403030303040304030403030404030303030404030204020304030403040403030404040404040404030303030403040304030304040303030304040302040203040304056703030403040404030403030403030404030303040303030304040404040404040304040302030304. [254]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-6] P1: 0*[468] P2: 6*[-9065] P3: 57*[-4038] P4: 62*[-2024] P5: 1*[-996] P6: 1*[] P7: 1*[-13740]
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:23:27 4: Arduino_Nano_433Mhz/msg READ:

2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=504;P3=-1932;P4=-958;P5=-4005;D=15131314131314141313141414141414141314141313141313131313131414141414141414;CP=1;SP=5;R=222;O;m2;�
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9809BF00 length 36 RSSI = -91
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz SD_WS07_Parse SD_WS07 (P7#D9809BF00) length: 9
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz SD_WS07_T decoded protocolid: 7 sensor id=D9, channel=1, temp=15.5, hum=0, bat=ok
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=509;P3=-1944;P4=-966;P5=-4001;D=15131314131314141313141414141414141314141313141313131313131414141414141414;CP=1;SP=5;R=222;O;m1;�
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9809BF00 length 36 RSSI = -91
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz Dispatch: P7#D9809BF00, Dropped due to short time or equal msg
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=507;P3=-1922;P4=-954;P5=-4014;D=15131314131314141313141414141414141314141313141313131313131414141414141414;CP=1;SP=5;R=222;m0;�
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9809BF00 length 36 RSSI = -91
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz Dispatch: P7#D9809BF00, Dropped due to short time or equal msg
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 102, PattLen: 8 (2), Pulse: 512, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[512] P2: 0*[-488] P3: 51*[-1939] P4: 72*[-973] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 385, PattLen: 8 (2), Pulse: -1928, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[512] P2: 0*[-488] P3: 51*[-1933] P4: 72*[-973] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 102, PattLen: 8 (2), Pulse: 512, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[512] P2: 0*[-488] P3: 51*[-1933] P4: 72*[-973] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 390, PattLen: 8 (2), Pulse: -1952, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[512] P2: 0*[-488] P3: 51*[-1942] P4: 72*[-973] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 101, PattLen: 8 (2), Pulse: 508, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[510] P2: 0*[-488] P3: 51*[-1942] P4: 72*[-973] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:30 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 187, PattLen: 8 (2), Pulse: -936, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[510] P2: 0*[-488] P3: 51*[-1942] P4: 72*[-954] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 105, PattLen: 8 (2), Pulse: 528, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[519] P2: 0*[-488] P3: 51*[-1942] P4: 72*[-954] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 190, PattLen: 8 (2), Pulse: -952, -953, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[519] P2: 0*[-488] P3: 51*[-1942] P4: 72*[-953] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 102, PattLen: 8 (2), Pulse: 512, -953, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[515] P2: 0*[-488] P3: 51*[-1942] P4: 72*[-953] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 388, PattLen: 8 (2), Pulse: -1944, -953, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[515] P2: 0*[-488] P3: 51*[-1943] P4: 72*[-953] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 100, PattLen: 8 (2), Pulse: 504, -953, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[509] P2: 0*[-488] P3: 51*[-1943] P4: 72*[-953] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 386, PattLen: 8 (2), Pulse: -1932, -953, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[509] P2: 0*[-488] P3: 51*[-1937] P4: 72*[-953] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 101, PattLen: 8 (2), Pulse: 508, -953, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[508] P2: 0*[-488] P3: 51*[-1937] P4: 72*[-953] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: -960, -956, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[508] P2: 0*[-488] P3: 51*[-1937] P4: 72*[-956] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 103, PattLen: 8 (2), Pulse: 516, -956, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[512] P2: 0*[-488] P3: 51*[-1937] P4: 72*[-956] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:31 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 189, PattLen: 8 (2), Pulse: -948, -952, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[512] P2: 0*[-488] P3: 51*[-1937] P4: 72*[-952] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 104, PattLen: 8 (2), Pulse: 520, -952, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[516] P2: 0*[-488] P3: 51*[-1937] P4: 72*[-952] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 189, PattLen: 8 (2), Pulse: -948, -950, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[516] P2: 0*[-488] P3: 51*[-1937] P4: 72*[-950] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 383, PattLen: 8 (2), Pulse: -1916, -950, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[516] P2: 0*[-488] P3: 51*[-1926] P4: 72*[-950] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 384, PattLen: 8 (2), Pulse: -1920, -950, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[516] P2: 0*[-488] P3: 51*[-1923] P4: 72*[-950] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Sync: -4013 -> SyncFact: -0.25, Clock: NULL, Tol: 186, PattLen: 8 (2), Pulse: -932, -941, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040304040303040303030303030404040404040404050303040303040403030404040404040403040403030403030303030304040404040404040503030403030404030304040404040404030404030304030303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 12:47:32 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-13] P1: 0*[516] P2: 0*[-488] P3: 51*[-1923] P4: 72*[-941] P5: 4*[-4013] P6: 0*[] P7: 0*[]
2017.10.08 12:47:35 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=366;P1=-373;P2=854;P3=-845;D=0121212103032121210303212121030321212103210321210321032121032121032103030321210303210321030303212103030321030;CP=0;R=41;�
2017.10.08 12:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.08 12:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.08 12:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.08 12:47:35 3: OREGON: Unknown device THR128_04_1, please define it
2017.10.08 12:47:48 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=365;P2=-5128;P3=136;P4=-367;P5=851;P7=-854;D=01234545454545417175454541754545454171717175417545454541754175454175417545417175454171717541754175417541717175454171;CP=1;R=3;�

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

@HomeAutoUser
So nach ca. 5 Stunden laufzeit hatte ich das Problem jetzt heute Nacht auch und dann ein paar mal im Verlauf des Tages.
Nachstellen ließ sich genau dieser Fehler nun nicht mehr :(

Da hier Speicherbereiche überschrieben werden und das immer murks ist, habe ich noch was korrigiert, was mir entfallen war.

Am besten noch mal compilieren und beobachten. Die Daten müssen nach der Aufnahme im Puffer so verändert worden sein.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79
ich habe schon mitbekommen das du aktiv warst und habe die noch "warme" Variante schon in die Empfänger übertragen. Wir werden das Problem schon finden !

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Wieder nix....
Ist es Zufall, das es bei einem bestimmten Protokoll vorher auftritt oder sehe ich das nur weil es schon spät ist ;-) ? Immmer vorher SD_WS07_Parse SD_WS07 ...

2017.10.08 21:28:02 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 487 RSSI -67.5 -> tfa 30.3208.0
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=496;P3=-1939;P4=-965;P5=-3983;D=15131314131314141313141414141414141413141313131413131313131414141414141414;CP=1;SP=5;R=221;O;m2;�
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9805DF00 length 36 RSSI = -91.5
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz SD_WS07_Parse SD_WS07 (P7#D9805DF00) length: 9
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz SD_WS07_T decoded protocolid: 7 sensor id=D9, channel=1, temp=9.3, hum=0, bat=ok
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=499;P3=-1932;P4=-959;P5=-3990;D=15131314131314141313141414141414141413141313131413131313131414141414141414;CP=1;SP=5;R=221;O;m1;�
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9805DF00 length 36 RSSI = -91.5
2017.10.08 21:28:04 4: Arduino_Nano_433Mhz Dispatch: P7#D9805DF00, Dropped due to short time or equal msg
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=516;P3=-1937;P4=-952;P5=-3989;D=15131314131314141313141414141414141413141313131413131313131414141414141414;CP=1;SP=5;R=221;m0;�
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9805DF00 length 36 RSSI = -91.5
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz Dispatch: P7#D9805DF00, Dropped due to short time or equal msg
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Sync: -3984 -> SyncFact: -0.25, Clock: NULL, Tol: 101, PattLen: 8 (2), Pulse: 508, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040403040303030403030303030404040404040404050303040303040403030404040404040404030403030304030303030304040404040404040503030403030404030304040404040404040304030303040303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[508] P2: 0*[-488] P3: 51*[-1933] P4: 72*[-965] P5: 4*[-3984] P6: 0*[] P7: 0*[]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Sync: -3984 -> SyncFact: -0.25, Clock: NULL, Tol: 216, PattLen: 8 (2), Pulse: -1080, -1022, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040403040303030403030303030404040404040404050303040303040403030404040404040404030403030304030303030304040404040404040503030403030404030304040404040404040304030303040303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[508] P2: 0*[-488] P3: 51*[-1933] P4: 72*[-1022] P5: 4*[-3984] P6: 0*[] P7: 0*[]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Sync: -3984 -> SyncFact: -0.25, Clock: NULL, Tol: 349, PattLen: 8 (3), Pulse: 1748, -1022, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040403040303030403030303030404040404040404050303040303040403030404040404040404030403030304030303030304040404040404040503030403030404030304040404040404040304030303040303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[508] P2: 0*[1748] P3: 51*[-1933] P4: 72*[-1022] P5: 4*[-3984] P6: 0*[] P7: 0*[]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Sync: -3984 -> SyncFact: -0.25, Clock: NULL, Tol: 249, PattLen: 8 (3), Pulse: -1248, -1135, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040403040303030403030303030404040404040404050303040303040403030404040404040404030403030304030303030304040404040404040503030403030404030304040404040404040304030303040303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[508] P2: 0*[1748] P3: 51*[-1933] P4: 72*[-1135] P5: 4*[-3984] P6: 0*[] P7: 0*[]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Sync: -3984 -> SyncFact: -0.25, Clock: NULL, Tol: 249, PattLen: 8 (3), Pulse: -1248, -1191, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040403040303030403030303030404040404040404050303040303040403030404040404040404030403030304030303030304040404040404040503030403030404030304040404040404040304030303040303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[508] P2: 0*[1748] P3: 51*[-1933] P4: 72*[-1191] P5: 4*[-3984] P6: 0*[] P7: 0*[]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Sync: -3984 -> SyncFact: -0.25, Clock: NULL, Tol: 388, PattLen: 8 (3), Pulse: -1940, -1191, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Signal: 05030304030304040303040404040404040403040303030403030303030404040404040404050303040303040403030404040404040404030403030304030303030304040404040404040503030403030404030304040404040404040304030303040303030303040404040404040405030304030304040303040404040404. [254]
2017.10.08 21:28:05 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[508] P2: 0*[1748] P3: 51*[-1936] P4: 72*[-1191] P5: 4*[-3984] P6: 0*[] P7: 0*[]
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=943;SL=-526;SH=459;D=AE4B974A6C4012D16A5E650;C=489;L=90;R=1;�
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 489 RSSI -73.5 -> OSV2o3
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 489 RSSI -73.5 -> Hideki protocol
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 489 RSSI -73.5 -> Hideki protocol not invert
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75E9BACA23402DAD7A5300 with 92 bits, messagestart 0
2017.10.08 21:28:10 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75E9BACA23402DAD7A5300
2017.10.08 21:28:10 4: Hideki_Parse SensorTyp = 30 decodedString = 753bce5e65c077f78ef500
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz decoded Hideki protocol model=Hideki_30, sensor id=3b, channel=1, bat=ok, temp=6.5, humidity=77
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 489 RSSI -73.5 -> tfa 30.3208.0
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=950;SL=-514;SH=459;D=AE4B974A2C4012D16A5C4B0;C=488;L=90;R=1;�
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 488 RSSI -73.5 -> OSV2o3
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 488 RSSI -73.5 -> Hideki protocol
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 488 RSSI -73.5 -> Hideki protocol not invert
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75E9BA8A23402DAD3A6900 with 92 bits, messagestart 0
2017.10.08 21:28:10 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75E9BA8A23402DAD3A6900
2017.10.08 21:28:10 4: Hideki_Parse SensorTyp = 30 decodedString = 753bce9e65c077f74ebb00
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz decoded Hideki protocol model=Hideki_30, sensor id=3b, channel=1, bat=ok, temp=6.5, humidity=77
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 488 RSSI -73.5 -> tfa 30.3208.0
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1004;LH=952;SL=-508;SH=464;D=1B468B5B3BFED2E95A080C;C=487;L=86;R=1;�
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 487 RSSI -73.5 -> OSV2o3
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 487 RSSI -73.5 -> Hideki protocol
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 487 RSSI -73.5 -> Hideki protocol not invert
2017.10.08 21:28:10 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 487 RSSI -73.5 -> tfa 30.3208.0
2017.10.08 21:28:16 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=858;P2=-360;P3=366;P4=-857;D=01212121212121212121234341212123434121212341212121234343412123412341212341234341234343412123434123412343412121234343412343;CP=3;R=40;�
2017.10.08 21:28:20 4: Arduino_Nano_433Mhz/msg READ: �MS;P2=-3897;P3=499;P4=-1939;P5=-965;D=32343535353535353535353535353535353534353435353535343434343535353534353535;CP=3;SP=2;R=234;O;m2;�
2017.10.08 21:28:20 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL

2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-8061;P1=-2113;P2=580;P4=401;P7=-4146;D=40414147414141474141474147414147414741414127474147474141474741414147474141414141474141;CP=4;SP=0;R=211;O;m0;�
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg s22528000 length 24 RSSI = -96.5
2017.10.08 21:29:19 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: TCM97...
2017.10.08 21:29:19 2: CUL_TCM97001 Unknown device CUL_TCM97001_34, please define it
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -8028 -> SyncFact: -0.50, Clock: NULL, Tol: 80, PattLen: 8 (5), Pulse: 400, -2097, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 30313137313131373131373137313137313731313137373137373131373731313137373131313131373131303031313731313137313137313731313731373131313737313737313137373131313737313131313137313130303131373131313731313731373131373137313131373731373731313737313131373731313131. [254]
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 5*[-8028] P1: 78*[-2097] P2: 0*[580] P3: 127*[-92] P4: 0*[400] P5: 0*[92] P6: 0*[-32001] P7: 44*[-4199]
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -8028 -> SyncFact: -0.50, Clock: NULL, Tol: 419, PattLen: 8 (5), Pulse: -2096, -2096, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 30313137313131373131373137313137313731313137373137373131373731313137373131313131373131303031313731313137313137313731313731373131313737313737313137373131313737313131313137313130303131373131313731313731373131373137313131373731373731313737313131373731313131. [254]
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 5*[-8028] P1: 78*[-2096] P2: 0*[580] P3: 127*[-92] P4: 0*[400] P5: 0*[92] P6: 0*[-32001] P7: 44*[-4199]
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -8028 -> SyncFact: -0.50, Clock: NULL, Tol: 80, PattLen: 8 (5), Pulse: 404, -2096, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Signal: 30313137313131373131373137313137313731313137373137373131373731313137373131313131373131303031313731313137313137313731313731373131313737313737313137373131313737313131313137313130303131373131313731313731373131373137313131373731373731313737313131373731313131. [254]
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 5*[-8028] P1: 78*[-2096] P2: 0*[580] P3: 127*[-92] P4: 0*[402] P5: 0*[92] P6: 0*[-32001] P7: 44*[-4199]
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: val=7 mstart=0 mend=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:29:19 4: Arduino_Nano_433Mhz/msg READ: Sync: -8028 -> SyncFact: -0.50, Clock: NULL, Tol: 827, PattLen: 8 (5), Pulse: -4136, -2096, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 30313137313131373131373137313137313731313137373137373131373731313137373131313131373131303031313731313137313137313731313731373131313737313737313137373131313737313131313137313130303131373131313731313731373131373137313131373731373731313737313131373731313131. [254]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 5*[-8028] P1: 78*[-2096] P2: 0*[580] P3: 127*[-92] P4: 0*[402] P5: 0*[92] P6: 0*[-32001] P7: 44*[-4167]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Sync: -8028 -> SyncFact: -0.50, Clock: NULL, Tol: 72, PattLen: 8 (5), Pulse: 364, -2096, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 30313137313131373131373137313137313731313137373137373131373731313137373131313131373131303031313731313137313137313731313731373131313737313737313137373131313737313131313137313130303131373131313731313731373131373137313131373731373731313737313131373731313131. [254]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 5*[-8028] P1: 78*[-2096] P2: 0*[580] P3: 127*[-92] P4: 0*[383] P5: 0*[92] P6: 0*[-32001] P7: 44*[-4167]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Sync: -8028 -> SyncFact: -0.50, Clock: NULL, Tol: 91, PattLen: 8 (5), Pulse: 456, -2096, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 30313137313131373131373137313137313731313137373137373131373731313137373131313131373131303031313731313137313137313731313731373131313737313737313137373131313737313131313137313130303131373131313731313731373131373137313131373731373731313737313131373731313131. [254]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 5*[-8028] P1: 78*[-2096] P2: 0*[580] P3: 127*[-92] P4: 0*[419] P5: 0*[92] P6: 0*[-32001] P7: 44*[-4167]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Sync: -8028 -> SyncFact: -0.50, Clock: NULL, Tol: 102, PattLen: 8 (6), Pulse: -512, -2096, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 30313137313131373131373137313137313731313137373137373131373731313137373131313131373131303031313731313137313137313731313731373131313737313737313137373131313737313131313137313130303131373131313731313731373131373137313131373731373731313737313131373731313131. [254]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 5*[-8028] P1: 78*[-2096] P2: 0*[580] P3: 127*[-92] P4: 0*[419] P5: 0*[-512] P6: 0*[-32001] P7: 44*[-4167]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: val=6 mstart=0 mend=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Sync: -8028 -> SyncFact: -0.50, Clock: NULL, Tol: 190, PattLen: 8 (7), Pulse: 952, -2096, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 30313137313131373131373137313137313731313137373137373131373731313137373131313131373131303031313731313137313137313731313731373131313737313737313137373131313737313131313137313130303131373131313731313731373131373137313131373731373731313737313131373731313131. [254]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 5*[-8028] P1: 78*[-2096] P2: 0*[580] P3: 127*[-92] P4: 0*[419] P5: 0*[-512] P6: 0*[952] P7: 44*[-4167]
2017.10.08 21:29:20 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1017;LH=941;SL=-510;SH=459;D=AE76974A;C=487;L=31;R=42;�
2017.10.08 21:29:29 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=584;P1=-557;P2=425;P3=-1042;P4=907;P5=248;P6=-112;D=01212321214343214123214341212343214343214123412356;CP=2;R=215;�
2017.10.08 21:29:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.08 21:29:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.08 21:29:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.08 21:29:29 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1014;LH=942;SL=-519;SH=455;D=A8EB345AC9C60B6755FF536;C=488;L=91;R=52;�
2017.10.08 21:29:29 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 488 RSSI -48 -> OSV2o3
2017.10.08 21:29:29 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 488 RSSI -48 -> Hideki protocol
2017.10.08 21:29:29 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75CABACAE3BE3255804D01 with 91 bits, messagestart 1

2017.10.08 22:16:47 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=498;P2=-969;P5=-1948;P6=-3899;D=06050202020202020202020202020202020205020205050205050505050202020205020202;CP=0;SP=6;R=232;O;m2;�
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#80004DF08 length 36 RSSI = -86
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz SD_WS07_Parse SD_WS07 (P7#80004DF08) length: 9
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=497;P2=-975;P5=-1950;P6=-3893;D=06050202020202020202020202020202020205020205050205050505050202020205020202;CP=0;SP=6;R=232;m1;�
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#80004DF08 length 36 RSSI = -86
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz Dispatch: P7#80004DF08, Dropped due to short time or equal msg
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz/msg READ: Sync: -3904 -> SyncFact: -0.24, Clock: NULL, Tol: 388, PattLen: 8 (2), Pulse: -1944, 0, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz/msg READ: Signal: 20202020202020202020202050202050502050505050502020202050202020605020202020202020202020202020202020502020505020505050505020202020502020206050202020202020202020202020202020205020205050205050505050202020205020202060502020202020202020202020202020202050202051. [254]
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 126*[-18] P1: 1*[] P2: 92*[-964] P3: 0*[-116] P4: 0*[] P5: 32*[-1951] P6: 3*[-3904] P7: 0*[]
2017.10.08 22:16:47 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-18;P2=496;P3=-971;P5=-1942;P6=-3898;D=05123232525252523232323252323232625232323232323232323232325;CP=2;R=233;�

2017.10.08 22:29:07 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.08 22:29:07 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 45 -> Revolt matches, trying to demodulate
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: �MS;P2=-3883;P3=496;P4=-1945;P5=-974;D=32343535353535353535353535353535353534353534343535343434343535353534353535;CP=3;SP=2;R=233;O;m2;�
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#80004CF08 length 36 RSSI = -85.5
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz SD_WS07_Parse SD_WS07 (P7#80004CF08) length: 9
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: �MS;P2=-3885;P3=491;P4=-1945;P5=-1044;D=32343535353535353535353535353535353534353534343535343434343535353534353535;CP=3;SP=2;R=233;m1;�
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#80004CF08 length 36 RSSI = -85.5
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz Dispatch: P7#80004CF08, Dropped due to short time or equal msg
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 92, PattLen: 8 (2), Pulse: 460, -1004, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[460] P2: 2*[-3885] P3: 0*[] P4: 17*[-1945] P5: 73*[-1004] P6: 23*[949] P7: 35*[-512]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 97, PattLen: 8 (2), Pulse: 488, -1004, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[474] P2: 2*[-3885] P3: 0*[] P4: 17*[-1945] P5: 73*[-1004] P6: 23*[949] P7: 35*[-512]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: -964, -984, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[474] P2: 2*[-3885] P3: 0*[] P4: 17*[-1945] P5: 73*[-984] P6: 23*[949] P7: 35*[-512]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 99, PattLen: 8 (2), Pulse: 496, -984, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[485] P2: 2*[-3885] P3: 0*[] P4: 17*[-1945] P5: 73*[-984] P6: 23*[949] P7: 35*[-512]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 195, PattLen: 8 (2), Pulse: -976, -980, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[485] P2: 2*[-3885] P3: 0*[] P4: 17*[-1945] P5: 73*[-980] P6: 23*[949] P7: 35*[-512]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 101, PattLen: 8 (2), Pulse: 508, -980, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[496] P2: 2*[-3885] P3: 0*[] P4: 17*[-1945] P5: 73*[-980] P6: 23*[949] P7: 35*[-512]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 366, PattLen: 8 (2), Pulse: -1832, -980, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[496] P2: 2*[-3885] P3: 0*[] P4: 17*[-1888] P5: 73*[-980] P6: 23*[949] P7: 35*[-512]
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: val=6 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:08 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: 964, -980, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[496] P2: 2*[-3885] P3: 0*[] P4: 17*[-1888] P5: 73*[-980] P6: 23*[956] P7: 35*[-512]
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 209, PattLen: 8 (2), Pulse: -1048, -1014, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[496] P2: 2*[-3885] P3: 0*[] P4: 17*[-1888] P5: 73*[-1014] P6: 23*[956] P7: 35*[-512]
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 92, PattLen: 8 (2), Pulse: 464, -1014, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[480] P2: 2*[-3885] P3: 0*[] P4: 17*[-1888] P5: 73*[-1014] P6: 23*[956] P7: 35*[-512]
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: val=6 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Sync: -3885 -> SyncFact: -0.24, Clock: NULL, Tol: 180, PattLen: 8 (2), Pulse: 904, -1014, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Signal: 02040505050505050505050505050505050504050504040505040404040505050504050505020405050505050505050505050505050505040505040405050404040405050565656707050767070707056705076567070565076565076705076707056507076507070707650707070765670705650765656565070707070765. [254]
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 104*[-147] P1: 0*[480] P2: 2*[-3885] P3: 0*[] P4: 17*[-1888] P5: 73*[-1014] P6: 23*[930] P7: 35*[-512]
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-147;P1=408;P2=-19636;P3=-32001;P5=-1043;P6=930;P7=-512;D=050505656567070507670707070567050765670705650765650767050767070565070765070707076507070707656707056507656565650707070707652333333315151;CP=6;R=233;�
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.08 22:29:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate

2017.10.08 22:38:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9805DF00 length 36 RSSI = -91.5
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz SD_WS07_Parse SD_WS07 (P7#D9805DF00) length: 9
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz SD_WS07_T decoded protocolid: 7 sensor id=D9, channel=1, temp=9.3, hum=0, bat=ok
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=508;P4=-1933;P5=-954;P6=-3993;D=16141415141415151414151515151515151514151414141514141414141515151515151515;CP=1;SP=6;R=221;m1;�
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 7 -> weatherID7
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 7 dmsg P7#D9805DF00 length 36 RSSI = -91.5
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz Dispatch: P7#D9805DF00, Dropped due to short time or equal msg
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 101, PattLen: 8 (2), Pulse: 508, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[508] P2: 0*[-460] P3: 0*[] P4: 51*[-1923] P5: 72*[-965] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 388, PattLen: 8 (2), Pulse: -1944, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[508] P2: 0*[-460] P3: 0*[] P4: 51*[-1933] P5: 72*[-965] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 102, PattLen: 8 (2), Pulse: 512, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[510] P2: 0*[-460] P3: 0*[] P4: 51*[-1933] P5: 72*[-965] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 384, PattLen: 8 (2), Pulse: -1924, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[510] P2: 0*[-460] P3: 0*[] P4: 51*[-1928] P5: 72*[-965] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 102, PattLen: 8 (2), Pulse: 512, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[511] P2: 0*[-460] P3: 0*[] P4: 51*[-1928] P5: 72*[-965] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 189, PattLen: 8 (2), Pulse: -948, -956, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[511] P2: 0*[-460] P3: 0*[] P4: 51*[-1928] P5: 72*[-956] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 102, PattLen: 8 (2), Pulse: 512, -956, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[511] P2: 0*[-460] P3: 0*[] P4: 51*[-1928] P5: 72*[-956] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 190, PattLen: 8 (2), Pulse: -952, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[511] P2: 0*[-460] P3: 0*[] P4: 51*[-1928] P5: 72*[-954] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 103, PattLen: 8 (2), Pulse: 516, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[513] P2: 0*[-460] P3: 0*[] P4: 51*[-1928] P5: 72*[-954] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 100, PattLen: 8 (2), Pulse: 500, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-460] P3: 0*[] P4: 51*[-1928] P5: 72*[-954] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: -960, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-460] P3: 0*[] P4: 51*[-1928] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 386, PattLen: 8 (2), Pulse: -1932, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-460] P3: 0*[] P4: 51*[-1930] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-32001] P3: 0*[] P4: 51*[-1930] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-32001] P3: 0*[] P4: 51*[-1930] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-32001] P3: 0*[] P4: 51*[-1930] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=391;P2=-409;P3=587;P4=-602;D=0121212121212121212121212343412121234343412123434341212341212123434343434121234121212121212123412341234343434121234341;CP=1;R=14;�
2017.10.08 22:38:24 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.08 22:38:24 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.10.08 22:38:24 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T8EE4F902 length 32 RSSI = -67
2017.10.08 22:38:24 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.08 22:38:24 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-32001] P3: 0*[] P4: 51*[-1930] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-32001] P3: 0*[] P4: 51*[-1930] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-32001] P3: 0*[] P4: 51*[-1930] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504050404040504040404040505050505050505060404050404050504040505050505050505040504040405040404040405050505050505050604040504040505040405050505050505050405040404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-7] P1: 0*[506] P2: 0*[-32001] P3: 0*[] P4: 51*[-1930] P5: 72*[-957] P6: 4*[-3986] P7: 0*[]
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 22:38:24 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 6400, PattLen: 8 (3), Pulse: -32001, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 22:38:24 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-29328;P1=380;P2=-414;P3=595;P4=-594;D=0121212121212121212121212343412121234343412123434341212341212123434343434121234123412121212123412123434343434121234121;CP=1;R=13;�
2017.10.08 22:38:24 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79
einen Zusammenhang mit dem vermuteten Protocoll 7 hat es nichts zu tun, dies war ein Holzweg. Ich blockte dies und der Fehler kam leider erneut :-(

2017.10.08 23:56:32 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=495;P1=-976;P2=-1946;P3=-3895;D=03020101010101010101010101010101010102010102010202020202020101010102010102;CP=0;SP=3;R=235;m0;�
2017.10.08 23:56:32 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 23:56:33 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=73 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 state=2 addData overflow!!
2017.10.08 23:56:33 4: Arduino_Nano_433Mhz/msg READ:
2017.10.08 23:56:33 4: Arduino_Nano_433Mhz/msg READ: Sync: -4048 -> SyncFact: -8.47, Clock: 478, Tol: 406, PattLen: 7 (7), Pulse: -2032, 478, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 23:56:33 4: Arduino_Nano_433Mhz/msg READ: Signal: 030201010101010101010101010101010101020101020102020202020201010101020101024050503060303020302020203020303020303020203030302030303030202020202020202030202030603030203020202030203030203030202030303020303030302020202020202020302020306030302030202020302030. [252]
2017.10.08 23:56:33 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[478] P1: 24*[-976] P2: 10*[-2028] P3: 1*[-4048] P4: 0*[132] P5: 0*[-32001] P6: 0*[-9074]
2017.10.08 23:56:33 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=478;P2=-2028;P3=-4048;P6=-9074;D=06030302030202020302030302030302020303030203030303020202020202020203020203;CP=0;SP=6;R=235;�
2017.10.08 23:56:33 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1

2017.10.09 00:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.09 00:11:28 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=512;P3=-1933;P4=-950;P5=-3998;D=15131314131314141313141414141414141413141313141414131313131414141414141414;CP=1;SP=5;R=223;O;m2;�
2017.10.09 00:11:28 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.09 00:11:28 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=506;P3=-1918;P4=-953;P5=-3982;D=15131314131314141313141414141414141413141313141414131313131414141414141414;CP=1;SP=5;R=223;O;m1;�
2017.10.09 00:11:28 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.09 00:11:28 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=526;P3=-1931;P4=-945;P5=-3977;D=15131314131314141313141414141414141413141313141414131313131414141414141414;CP=1;SP=5;R=223;m0;�
2017.10.09 00:11:28 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:11:28 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:11:28 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 189, PattLen: 8 (3), Pulse: -948, -7, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 00:11:29 4: Arduino_Nano_433Mhz/msg READ: Signal: 51313141313141413131414141414141414131413131414141313131314141414141414141513131413131414131314141414141414141314131314141413131313141414141414141415131314131314141313141414141414141413141313141414131313131414141414141414151313141313141413131414141414141. [254]
2017.10.09 00:11:29 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 0*[-61] P1: 127*[-7] P2: 0*[] P3: 45*[-1944] P4: 78*[-947] P5: 4*[-3996] P6: 0*[] P7: 0*[]
2017.10.09 00:11:29 4: Arduino_Nano_433Mhz/msg READ: �MU;P1=-7;P3=520;P4=-1943;P5=-952;D=134353534345535353434343435353535353535353;CP=3;R=3;�

2017.10.09 00:12:43 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 488 RSSI -92 -> Hideki protocol not invert
2017.10.09 00:12:43 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 488 RSSI -92 -> tfa 30.3208.0
2017.10.09 00:12:49 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-20208;P1=391;P2=-402;P3=604;P4=-615;P5=-8956;D=01212121212121212121212123412121234123434341212341212121212123412121212121212121234123412123434121212121212121212121212121212341212341215121212121212121212121212341212123412343434121234121212121212341212121212121212123412341212343412121212121212121212121;CP=1;R=28;O;�
2017.10.09 00:12:49 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.09 00:12:49 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.09 00:12:49 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.10.09 00:12:49 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117400000A600 length 48 RSSI = -60
2017.10.09 00:12:49 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[477] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[477] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[477] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:58 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[477] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[477] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[477] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[477] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[477] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 90, PattLen: 8 (0), Pulse: 452, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-502] P4: 0*[464] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 106, PattLen: 8 (0), Pulse: -532, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[958] P2: 0*[-996] P3: 0*[-517] P4: 0*[464] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 188, PattLen: 8 (0), Pulse: 940, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[949] P2: 0*[-996] P3: 0*[-517] P4: 0*[464] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 203, PattLen: 8 (0), Pulse: -1016, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[949] P2: 0*[-1006] P3: 0*[-517] P4: 0*[464] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 185, PattLen: 8 (0), Pulse: 928, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[938] P2: 0*[-1006] P3: 0*[-517] P4: 0*[464] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:12:59 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 204, PattLen: 8 (0), Pulse: -1020, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[938] P2: 0*[-1013] P3: 0*[-517] P4: 0*[464] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 90, PattLen: 8 (0), Pulse: 452, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[938] P2: 0*[-1013] P3: 0*[-517] P4: 0*[458] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 106, PattLen: 8 (0), Pulse: -532, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[938] P2: 0*[-1013] P3: 0*[-524] P4: 0*[458] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 190, PattLen: 8 (0), Pulse: 952, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[945] P2: 0*[-1013] P3: 0*[-524] P4: 0*[458] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 104, PattLen: 8 (0), Pulse: -524, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[945] P2: 0*[-1013] P3: 0*[-524] P4: 0*[458] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 87, PattLen: 8 (0), Pulse: 436, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[945] P2: 0*[-1013] P3: 0*[-524] P4: 0*[447] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: val=0 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (0), Pulse: -32001, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[945] P2: 0*[-1013] P3: 0*[-524] P4: 0*[447] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 104, PattLen: 8 (0), Pulse: -520, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Signal: 50000000000000000000000000000000000000000000000000000000000000000000000000000000000070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000. [254]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 252*[-32001] P1: 0*[945] P2: 0*[-1013] P3: 0*[-522] P4: 0*[447] P5: 1*[92] P6: 0*[-280] P7: 1*[-4104]
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: val=3 mstart=3 mend=107 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 00:13:00 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 102, PattLen: 8 (0), Pulse: -512, -32001, mStart: 3, MCD: 0, mtrunc: 1
2017.10.09 00:13:02 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-7228;P1=854;P2=-367;P3=362;P4=-866;D=01212121212121212121234341212123434121212341234121234123412123412341212343412121234121234123434123412341234121234341212343;CP=3;R=3;�
2017.10.09 00:13:05 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.09 00:13:07 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

2017.10.08 23:56:32 4: READ: �MS;P0=495;P1=-976;P2=-1946;P3=-3895;D=03020101010101010101010101010101010102010102010202020202020101010102010102;CP=0;SP=3;R=235;m0;�
2017.10.08 23:56:32 4: Matched MS Protocol id 1 -> ConradRSL
2017.10.08 23:56:33 4: READ: val=2 mstart=0 mend=73 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 state=2 addData overflow!!
2017.10.08 23:56:33 4: READ: Sync: -4048 -> SyncFact: -8.47, Clock: 478, Tol: 406, PattLen: 7 (7), Pulse: -2032, 478, mStart: 0, MCD: 0, mtrunc: 1
2017.10.08 23:56:33 4: READ: Signal: 030201010101010101010101010101010101020101020102020202020201010101020101024050503060303020302020203020303020303020203030302030303030202020202020202030202030603030203020202030203030203030202030303020303030302020202020202020302020306030302030202020302030. [252]
2017.10.08 23:56:33 4: READ: Pattern: P0: 36*[478] P1: 24*[-976] P2: 10*[-2028] P3: 1*[-4048] P4: 0*[132] P5: 0*[-32001] P6: 0*[-9074]

Dies hier fällt aus der Reihe, dort ist state=2 (syncfound).
Hier ist die Wiederholung von der Nachricht davor (MS Protocol id 1 -> ConradRSL) enthalten.
Mir ist nicht klar warum diese MS-Nachricht nicht ausgegeben wurde.

Hier wird auch ein bufferMove(i) verwendet und m_truncated = true gesetzt. Kann dieses gesetztes m_truncated irgendwelche Nebenwirkungen haben?

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Ich habe hier einige debuginfos ergänzt
und bei doDetect "bufferMove" durch "message.moveLeft" ersetzt, damit sollte es keine addData overflow mit state=2 mehr geben
33d277a

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

@Ralf9
Was soll das bringen, bufferMove durch message.moveLeft zu ersetzen?
Wenn der Wertebereich valide ist, wird doch ein moveLeft durch bufferMove ausgeführt.

Ich habe allerdings noch einen echten Fehler gefunden:

Der Array histo wird mit histo[maxNumPattern] angekegt. Also gibt es histo[0..7]!

Und hier passiert der Fehler, wir greifen auf histo[8] zu...

if (histo[patternLen] > 2) processMessage();

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Was soll das bringen, bufferMove durch message.moveLeft zu ersetzen?
Wenn der Wertebereich valide ist, wird doch ein moveLeft durch bufferMove ausgeführt.

Ich möchte damit verhindern, daß beim doDetect "bufferMove" auch das "m_truncated = true" gesetzt wird

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Naja, die Idee von m_truncated ist ja, dass es gesetzt wird, nachdem der Puffer verschoben wurde.
Bin ich jetzt noch nicht so begeistert, wenn man sich nicht darauf verlassen kann, wenn diese Flags gesetzt werden

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Das m_truncated wird auch benötigt, daß nach einem bufferMove in der processMessage am Ende kein reset() durchgeführt wird

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Ich hatte die Vermutung, daß durch das "m_truncated = true im doDetect "bufferMove" im processMessage ein voller message Buffer nicht gelöscht wird, oder habe ich da was übersehen?
Kann der histo[8] Fehler der Grund für diesen state=2 addData overflow sein?

2017.10.08 23:56:33 4: READ: val=2 mstart=0 mend=73 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 state=2 addData overflow!!

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Guten Abend,

hier kommt wieder etwas Lektüre nachdem ich die aktuelle von @sidey79 bereitgestellte Version in den Empfänger geschoben habe.

2017.10.09 23:56:19 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 488 RSSI -45.5 -> tfa 30.3208.0
2017.10.09 23:56:20 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.09 23:56:20 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.09 23:56:24 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=511;P4=-1931;P5=-947;P6=-3992;D=16141415141415151414151515151515151514141414151514141414141515151515151515;CP=1;SP=6;R=221;O;m2;�
2017.10.09 23:56:24 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: 107796 mb f a t proc
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 215, PattLen: 8 (1), Pulse: 380, -1011, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[] P2: 0*[-472] P3: 0*[] P4: 51*[-1933] P5: 72*[-1011] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 76, PattLen: 8 (2), Pulse: 380, -1011, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[-472] P3: 0*[] P4: 51*[-1933] P5: 72*[-1011] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: 107980 mb f a t proc
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 76, PattLen: 8 (2), Pulse: -964, -1011, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[-472] P3: 0*[] P4: 51*[-1933] P5: 72*[-1011] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: -964, -987, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[-472] P3: 0*[] P4: 51*[-1933] P5: 72*[-987] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: 108172 mb f a t proc
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: 508, -987, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[-472] P3: 0*[] P4: 51*[-1933] P5: 72*[-987] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 101, PattLen: 8 (3), Pulse: 508, -987, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[508] P3: 0*[] P4: 51*[-1933] P5: 72*[-987] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: 108363 mb f a t proc
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 101, PattLen: 8 (3), Pulse: -948, -987, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[508] P3: 0*[] P4: 51*[-1933] P5: 72*[-987] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 189, PattLen: 8 (3), Pulse: -948, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[508] P3: 0*[] P4: 51*[-1933] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: 108554 mb f a t proc
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 189, PattLen: 8 (3), Pulse: 528, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[508] P3: 0*[] P4: 51*[-1933] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 105, PattLen: 8 (3), Pulse: 528, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:25 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[518] P3: 0*[] P4: 51*[-1933] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: 108744 mb f a t proc
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 105, PattLen: 8 (3), Pulse: -1920, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[518] P3: 0*[] P4: 51*[-1933] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 384, PattLen: 8 (3), Pulse: -1920, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[518] P3: 0*[] P4: 51*[-1926] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: 108936 mb f a t proc
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 384, PattLen: 8 (3), Pulse: 544, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[518] P3: 0*[] P4: 51*[-1926] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 108, PattLen: 8 (3), Pulse: 544, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[531] P3: 0*[] P4: 51*[-1926] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: 109127 mb f a t proc
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 108, PattLen: 8 (3), Pulse: -1904, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[531] P3: 0*[] P4: 51*[-1926] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 380, PattLen: 8 (3), Pulse: -1904, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[531] P3: 0*[] P4: 51*[-1915] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: 109319 mb f a t proc
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 380, PattLen: 8 (3), Pulse: 528, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[531] P3: 0*[] P4: 51*[-1915] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 105, PattLen: 8 (3), Pulse: 528, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[529] P3: 0*[] P4: 51*[-1915] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: 109509 mb f a t proc
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 105, PattLen: 8 (3), Pulse: -1924, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[529] P3: 0*[] P4: 51*[-1915] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 384, PattLen: 8 (3), Pulse: -1924, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[529] P3: 0*[] P4: 51*[-1919] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: 109701 mb f a t proc
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:26 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 384, PattLen: 8 (3), Pulse: 504, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[529] P3: 0*[] P4: 51*[-1919] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 100, PattLen: 8 (3), Pulse: 504, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-4] P1: 0*[380] P2: 0*[516] P3: 0*[] P4: 51*[-1919] P5: 72*[-967] P6: 4*[-3986] P7: 0*[]
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ: 109891 mb f a t proc
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ:
2017.10.09 23:56:27 4: Arduino_Nano_433Mhz/msg READ: Sync: -3986 -> SyncFact: -0.25, Clock: NULL, Tol: 100, PattLen: 8 (3), Pulse: -1948, -967, mStart: 0, MCD: 0, mtrunc: 1
2017.10.09 23:56:49 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=851;P2=-367;P3=361;P4=-862;D=01212121212121212121234341212123434121212341212341234123412123412341212341212121234343412123434123412341234121234341212343;CP=3;R=38;�
2017.10.09 23:56:54 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=393;P2=-401;P3=612;P4=-617;P5=-8924;D=01212121212121212121212123412121234123434341212341212121212123412121212121212121234123412123434121212121212121212121212121212341212341215121212121212121212121212341212123412343434121234121212121212341212121212121212123412341212343412121212121212121212121;CP=1;R=26;O;�

2017.10.10 00:00:12 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.10.10 00:00:12 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEEA27F82 length 32 RSSI = -48.5
2017.10.10 00:00:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.10 00:00:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.10 00:00:12 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=512;P4=-1924;P5=-946;P6=-3993;D=16141415141415151414151515151515151514141414151514141414141515151515151515;CP=1;SP=6;R=221;O;m2;�
2017.10.10 00:00:12 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: 13036 mb f a t proc
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 213, PattLen: 8 (1), Pulse: 388, -1009, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[] P2: 0*[-436] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-1009] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 77, PattLen: 8 (2), Pulse: 388, -1009, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[-436] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-1009] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: 13221 mb f a t proc
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 77, PattLen: 8 (2), Pulse: -956, -1009, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[-436] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-1009] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 191, PattLen: 8 (2), Pulse: -956, -982, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[-436] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-982] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: 13414 mb f a t proc
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 191, PattLen: 8 (2), Pulse: 504, -982, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[-436] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-982] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 100, PattLen: 8 (3), Pulse: 504, -982, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[504] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-982] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: 13606 mb f a t proc
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 100, PattLen: 8 (3), Pulse: -976, -982, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[504] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-982] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: val=5 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 195, PattLen: 8 (3), Pulse: -976, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[504] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: 13799 mb f a t proc
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 195, PattLen: 8 (3), Pulse: 496, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[504] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 99, PattLen: 8 (3), Pulse: 496, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:13 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[500] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: 13991 mb f a t proc
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 99, PattLen: 8 (3), Pulse: -1936, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[500] P3: 0*[-9108] P4: 51*[-1927] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 387, PattLen: 8 (3), Pulse: -1936, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[500] P3: 0*[-9108] P4: 51*[-1931] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: 14184 mb f a t proc
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 387, PattLen: 8 (3), Pulse: 512, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[500] P3: 0*[-9108] P4: 51*[-1931] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 102, PattLen: 8 (3), Pulse: 512, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[506] P3: 0*[-9108] P4: 51*[-1931] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: 14376 mb f a t proc
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 102, PattLen: 8 (3), Pulse: -1948, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[506] P3: 0*[-9108] P4: 51*[-1931] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 389, PattLen: 8 (3), Pulse: -1948, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[506] P3: 0*[-9108] P4: 51*[-1939] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: 14569 mb f a t proc
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 389, PattLen: 8 (3), Pulse: 504, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[506] P3: 0*[-9108] P4: 51*[-1939] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 100, PattLen: 8 (3), Pulse: 504, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[505] P3: 0*[-9108] P4: 51*[-1939] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: 14761 mb f a t proc
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 100, PattLen: 8 (3), Pulse: -1940, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[505] P3: 0*[-9108] P4: 51*[-1939] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 388, PattLen: 8 (3), Pulse: -1940, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[505] P3: 0*[-9108] P4: 51*[-1939] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: 14955 mb f a t proc
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:14 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 388, PattLen: 8 (3), Pulse: 508, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[505] P3: 0*[-9108] P4: 51*[-1939] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=150 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 101, PattLen: 8 (3), Pulse: 508, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050504040404050504040404040505050505050505060404050404050504040505050505050505040404040505040404040405050505050505050604040504040505040405050505050505050404040405050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-6] P1: 0*[388] P2: 0*[506] P3: 0*[-9108] P4: 51*[-1939] P5: 72*[-979] P6: 4*[-3988] P7: 0*[]
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ: 15147 mb f a t proc
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 00:00:15 4: Arduino_Nano_433Mhz/msg READ: Sync: -3988 -> SyncFact: -0.25, Clock: NULL, Tol: 101, PattLen: 8 (3), Pulse: -1940, -979, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 00:00:20 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

meine Ergänzenden Ausgaben haben leider nichts gebracht. Was bedeutet, dass dort nicht das Problem liegt.

Irgendwo passiert aber was mit dem pattern Puffer.
Scheint echt aufwändig zu werden. Wenn ich den Fehler doch nur simulieren könnte

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hier mal noch eine Ausgabe vom erstmaligen auftreten beim 868Mhz Empfänger.

2017.10.10 15:59:28 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-26016;P1=397;P2=-395;P3=619;P4=-601;P5=-8984;D=01212121212121212121212123412121234123434123412121234123434341212121212121212121234123412123434121212121212121212121234341234343434343415121212121212121212121212341212123412343412341212123412343434121212121212121212123412341212343412121212121212121212123;CP=1;R=11;O;�
2017.10.10 15:59:28 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.10 15:59:28 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.10 15:59:28 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.10.10 15:59:28 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116170000A600 length 48 RSSI = -68.5
2017.10.10 15:59:28 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.10 15:59:43 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: 57897962 mb f a t proc
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: 57898142 mb f a t proc
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: 57898330 mb f a t proc
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:47 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: 57898518 mb f a t proc
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: 57898705 mb f a t proc
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: 57898893 mb f a t proc
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: 57899081 mb f a t proc
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: 57899269 mb f a t proc
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: 57899456 mb f a t proc
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:48 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: 57899643 mb f a t proc
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: 57899832 mb f a t proc
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: 57900019 mb f a t proc
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 6*[7859] P1: 0*[-364] P2: 0*[160] P3: 0*[-116] P4: 1*[113] P5: 1*[-156] P6: 244*[-32001] P7: 2*[-16220]
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ:
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 6400, PattLen: 8 (1), Pulse: -32001, -32001, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 15:59:49 4: Arduino_Nano_868Mhz/msg READ: Signal: 54666666666666666666666666706666666666666666666666666666666666666666670666666666666666666666666606666666666666666666666666666666666666666666666666666666666666666660666666666666666666666666666666666666666666666666666666666666666666066666606666666666666666. [254]
2017.10.10 16:00:24 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.10 16:00:43 4: Arduino_Nano_433Mhz/KeepAlive not ok, retry = 1 -> get ping
2017.10.10 16:00:44 4: Arduino_Nano_433Mhz/msg READ: OK

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Ich denke ich bin dem Problem ein kleines bisschen näher gekommen.
Das Problem liegt vermutlich doch in der Bitstore Klasse...

Es sind 252 Bits im Message Puffer. Allerdings sind die Variablen in der Bitstore Klasse so gesetzt, dass die Bitsore Klasse keine neuen Werte mehr annimmt. So auf den 1. Blick stimmen alle Werte bis auf bytecnt.
Bytecnt müsste 125 sein, das wäre dann genau 126 bit mit je zwei Werten = 252 Einträge im Puffer:

OOB
bcnt=7val=7 mstart=0 mend=0 msglen=252 bytecnt=126 valcnt=252 mTrunc=1 state=3 addData overflow!!

Sync:  Clock: NULL, Tol: 118, PattLen: 8 (5), Pulse: 592, -173, mStart: 0, MCD: 0, mtrunc: 1
Signal: 777007071707070707002525257025702570257025252570237071707070707070707025252570457025702570252525702371707070707070707070252525702570257025702525257023707070707070707070702525257025702570257045252570237070707070707070707025252570257025702570254525704371.  [252]
Pattern:  P0: 23*[-224] P1: 2*[-173] P2: 13*[180] P3: 1*[-5816] P4: 0*[141] P5: 12*[-585] P6: 0*[100] P7: 25*[580]

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79,

dann kannst du hier schauen ob deine Erkenntnisse sich bestätigen. Deine neue FW wurde reingescchoben und nach wenigen Minuten das ...

2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=514;P4=-1930;P5=-949;P6=-4006;D=16141415141415151414151515151515151415151514141514141414141515151515151515;CP=1;SP=6;R=219;O;m2;�
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=502;P4=-1933;P5=-964;P6=-3996;D=16141415141415151414151515151515151415151514141514141414141515151515151515;CP=1;SP=6;R=219;O;m1;�
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: 76766 mb f a t proc
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 188, PattLen: 8 (1), Pulse: 528, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1932] P5: 75*[-957] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 105, PattLen: 8 (2), Pulse: 528, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[528] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1932] P5: 75*[-957] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: 76952 mb f a t proc
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 105, PattLen: 8 (2), Pulse: -940, -957, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:51 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[528] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1932] P5: 75*[-957] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 188, PattLen: 8 (2), Pulse: -940, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[528] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1932] P5: 75*[-948] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: 77147 mb f a t proc
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 188, PattLen: 8 (2), Pulse: 516, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[528] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1932] P5: 75*[-948] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 103, PattLen: 8 (2), Pulse: 516, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[522] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1932] P5: 75*[-948] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: 77341 mb f a t proc
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 103, PattLen: 8 (2), Pulse: -1956, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[522] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1932] P5: 75*[-948] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=4 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 391, PattLen: 8 (2), Pulse: -1956, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[522] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-948] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: 77537 mb f a t proc
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 391, PattLen: 8 (2), Pulse: 484, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[522] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-948] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 96, PattLen: 8 (2), Pulse: 484, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[503] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-948] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: 77730 mb f a t proc
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 96, PattLen: 8 (2), Pulse: -960, -948, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[503] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-948] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: -960, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[503] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-954] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: 77925 mb f a t proc
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: 496, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[503] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-954] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:52 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 99, PattLen: 8 (2), Pulse: 496, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[499] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-954] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: 78119 mb f a t proc
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 99, PattLen: 8 (2), Pulse: -976, -954, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[499] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-954] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 195, PattLen: 8 (2), Pulse: -976, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[499] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-965] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: 78314 mb f a t proc
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 195, PattLen: 8 (2), Pulse: 496, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[499] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-965] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 99, PattLen: 8 (2), Pulse: 496, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[497] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-965] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: 78508 mb f a t proc
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 99, PattLen: 8 (2), Pulse: -960, -965, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[497] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-965] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=5 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: -960, -962, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[497] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-962] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: 78702 mb f a t proc
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 192, PattLen: 8 (2), Pulse: 532, -962, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[497] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-962] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: OOB
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=1 mstart=0 mend=73 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Sync: -3996 -> SyncFact: -0.25, Clock: NULL, Tol: 106, PattLen: 8 (2), Pulse: 532, -962, mStart: 0, MCD: 0, mtrunc: 1
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Signal: 06040405040405050404050505050505050405050504040504040404040505050505050505060404050404050504040505050505050504050505040405040404040405050505050505050604040504040505040405050505050505040505050404050404040404050505050505050506040405040405050404050505050505. [254]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 127*[-8] P1: 0*[514] P2: 0*[-480] P3: 0*[-9096] P4: 48*[-1944] P5: 75*[-962] P6: 4*[-3996] P7: 0*[]
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ: 78897 mb f a t proc
2017.10.10 21:56:53 4: Arduino_Nano_433Mhz/msg READ:
2017.10.10 21:56:55 4: Arduino_Nano_868Mhz/msg READ: �MS;P1=360;P2=-431;P4=552;P5=-637;P6=-9150;D=1612121212121212121212121245124512451245124512124512451212121212451245121245451212121212451212124512124545121212451245;CP=1;SP=6;R=0;O;�
2017.10.10 21:56:55 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-435;P1=352;P2=556;P3=-640;D=010101023102310231023102310102310231010101010231023232310101010102310101023101023231010102310231;CP=1;R=250;�
2017.10.10 21:56:55 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Du hast noch mal ein abweichendes Fehlerbild....
Da sind alle Stricke gerissen, im pattern Puffer steht nur noch schrott.
Der ist duch alle Abfragen durch und am Ende schlägt dann das hinzufügen fehl, da der message Puffer wirklich voll ist.
Ich könnte in so einem fall einfach ein Reset einbauen, was sicherlich nicht völlig verkehrt ist.

Zuerst habe ich mich aber entschieden, möchte ich feststellen, wo hier die Fehler mit dem pattern Puffer aufkommen. Das ist so gefühlt eine der Ursachen. Wie es halt so ist, zeigt sich der Fehler gerade im Moment bei mir nicht mehr :(

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Ich habe sie wieder drin und lasse sie laufen.
Einen Zusammenhang wann es dazu kommt sehe ich bei mir noch nicht. Manchmal ist es sofort wenn ich den Empfänger flashte aber manchmal auch erst Minuten bzw. Stunden später.

Bei irgendwelchen "Zusammentreffen an Ereignissen" oder Signalen tritt es auf. Ursache finden wir!

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Diesmal nach 7Stunden.

2017.10.11 06:30:16 4: Arduino_Nano_868Mhz: Found manchester Protocol id 52 clock 490 RSSI -41.5 -> OS_PIR
2017.10.11 06:30:16 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=950;SL=-524;SH=447;D=AE29974A2E59A97;C=487;L=60;R=50;�
2017.10.11 06:30:16 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 487 RSSI -49 -> tfa 30.3208.0
2017.10.11 06:30:16 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=949;SL=-524;SH=447;D=ACD16B6218289D5;C=488;L=60;R=50;�
2017.10.11 06:30:16 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 488 RSSI -49 -> tfa 30.3208.0
2017.10.11 06:30:18 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=950;SL=-524;SH=450;D=18289D5;C=488;L=28;R=204;�
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-8975;P1=487;P2=-4048;P3=-2019;D=10121213121313131213121213121213131212131313131313121313131313131312121213;CP=1;SP=0;R=44;O;m2;�
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16CC080E000 length 40 RSSI = -52
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16CC080E000 length 40 RSSI = -52
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz Dispatch: sD16CC080E000, Dropped due to short time or equal msg
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: 24781228 mb f a t proc
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 95, PattLen: 8 (0), Pulse: -4032, 476, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-8975;P1=483;P2=-4050;P3=-2022;D=10121213121313131213121213121213131212131313121313121213131212131313131313121313131313131312121213;CP=1;SP=0;R=44;m1;�
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-8975;P1=483;P2=-4051;P3=-2022;D=10121213121313131213121213121213131212131313131313121313131313131312121213;CP=1;SP=0;R=44;�
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16CC080E000 length 40 RSSI = -52
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz Dispatch: sD16CC080E000, Dropped due to short time or equal msg
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16CC080E000 length 40 RSSI = -52
2017.10.11 06:30:22 4: Arduino_Nano_433Mhz Dispatch: sD16CC080E000, Dropped due to short time or equal msg
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4050] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[476]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=3 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 806, PattLen: 8 (0), Pulse: -4032, 476, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4041] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[476]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: 24781410 mb f a t proc
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 806, PattLen: 8 (0), Pulse: 500, 476, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4041] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[476]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=7 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 100, PattLen: 8 (0), Pulse: 500, 488, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4041] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[488]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: 24781595 mb f a t proc
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 100, PattLen: 8 (0), Pulse: -4044, 488, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4041] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[488]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=3 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 808, PattLen: 8 (0), Pulse: -4044, 488, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4042] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[488]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: 24781780 mb f a t proc
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 808, PattLen: 8 (0), Pulse: 464, 488, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4042] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[488]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=7 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 92, PattLen: 8 (0), Pulse: 464, 476, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4042] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[476]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: 24781966 mb f a t proc
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 92, PattLen: 8 (0), Pulse: -4052, 476, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4042] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[476]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=3 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 810, PattLen: 8 (0), Pulse: -4052, 476, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4047] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[476]
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ: 24782151 mb f a t proc
2017.10.11 06:30:22 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 810, PattLen: 8 (0), Pulse: 468, 476, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4047] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[476]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=7 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 93, PattLen: 8 (0), Pulse: 468, 472, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4047] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[472]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: 24782336 mb f a t proc
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 93, PattLen: 8 (0), Pulse: -4052, 472, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4047] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[472]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=3 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 810, PattLen: 8 (0), Pulse: -4052, 472, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4049] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[472]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: 24782522 mb f a t proc
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 810, PattLen: 8 (0), Pulse: -4060, 472, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4049] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[472]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=3 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 812, PattLen: 8 (0), Pulse: -4060, 472, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4054] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[472]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: 24782707 mb f a t proc
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 812, PattLen: 8 (0), Pulse: -2024, 472, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4054] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[472]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=6 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 404, PattLen: 8 (0), Pulse: -2024, 472, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4054] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[472]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: 24782893 mb f a t proc
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Sync: Clock: NULL, Tol: 404, PattLen: 8 (0), Pulse: -4032, 472, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Signal: 23252323262326262623262323262323262623232626262626262326262626262626232323262523232623262626232623232623232626232326262626262623262626262626262323232625232326262626262323232625232326232626262326232326232326262323262626262626232626262626262633736573736367. [254]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: Pattern: P0: 0*[1202] P1: 0*[252] P2: 120*[-67] P3: 51*[-4054] P4: 0*[] P5: 5*[-9056] P6: 74*[-2024] P7: 4*[472]
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ: bcnt=7val=3 mstart=0 mend=0 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:30:23 4: Arduino_Nano_868Mhz/msg READ:
2017.10.11 06:30:25 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-4051;P1=477;P2=-2023;P3=-9060;D=13101012101212121012101012101012121010121212121212101212121212121210101012;CP=1;SP=3;R=44;�

2017.10.11 06:47:11 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1039;LH=911;SL=-536;SH=440;D=308CED466182BB52E;C=487;L=67;R=215;�
2017.10.11 06:47:11 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 487 RSSI -94.5 -> OSV2o3
2017.10.11 06:47:11 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 487 RSSI -94.5 -> tfa 30.3208.0
2017.10.11 06:47:12 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1034;LH=913;SL=-540;SH=422;D=9184676A530C15D6EF;C=484;L=72;R=216;�
2017.10.11 06:47:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 484 RSSI -94 -> OSV2o3
2017.10.11 06:47:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 484 RSSI -94 -> Hideki protocol
2017.10.11 06:47:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 484 RSSI -94 -> Hideki protocol not invert
2017.10.11 06:47:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 484 RSSI -94 -> tfa 30.3208.0
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: 25875933 mb f a t proc
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 198, PattLen: 8 (0), Pulse: -976, -971, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-971] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1937] P7: 1*[-3896]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=0 mstart=0 mend=105 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 195, PattLen: 8 (0), Pulse: -976, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-973] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1937] P7: 1*[-3896]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: 25876117 mb f a t proc
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 195, PattLen: 8 (0), Pulse: -1944, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-973] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1937] P7: 1*[-3896]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=6 mstart=0 mend=105 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 388, PattLen: 8 (0), Pulse: -1944, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-973] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1940] P7: 1*[-3896]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: 25876305 mb f a t proc
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 388, PattLen: 8 (0), Pulse: -1956, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-973] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1940] P7: 1*[-3896]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=6 mstart=0 mend=105 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 391, PattLen: 8 (0), Pulse: -1956, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-973] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3896]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: 25876493 mb f a t proc
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 391, PattLen: 8 (0), Pulse: -968, -973, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-973] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3896]
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=0 mstart=0 mend=105 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 193, PattLen: 8 (0), Pulse: -968, -970, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:22 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-970] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3896]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: 25876681 mb f a t proc
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 193, PattLen: 8 (0), Pulse: -968, -970, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-970] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3896]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=0 mstart=0 mend=105 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 193, PattLen: 8 (0), Pulse: -968, -969, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-969] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3896]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: 25876869 mb f a t proc
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 193, PattLen: 8 (0), Pulse: -3892, -969, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-969] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3896]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=7 mstart=0 mend=105 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 778, PattLen: 8 (0), Pulse: -3892, -969, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-969] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3894]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: 25877057 mb f a t proc
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 778, PattLen: 8 (0), Pulse: -956, -969, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-969] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3894]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=0 mstart=0 mend=105 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 191, PattLen: 8 (0), Pulse: -956, -962, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-962] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3894]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: 25877244 mb f a t proc
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 191, PattLen: 8 (0), Pulse: 504, -962, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-962] P1: 0*[913] P2: 0*[-540] P3: 39*[510] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3894]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: bcnt=7val=3 mstart=0 mend=105 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 state=0 addData overflow!!
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 100, PattLen: 8 (0), Pulse: 504, -962, mStart: 0, MCD: 0, mtrunc: 1
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Signal: 45555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555563030303030363036363636303036637600003330633036633666003060603000066633030363636003336030003600663630030. [254]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 36*[-962] P1: 0*[913] P2: 0*[-540] P3: 39*[507] P4: 1*[92] P5: 149*[-32001] P6: 28*[-1948] P7: 1*[-3894]
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ: 25877432 mb f a t proc
2017.10.11 06:47:23 4: Arduino_Nano_433Mhz/msg READ:
2017.10.11 06:47:56 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Ich fahre nun mal Tests, wo ich die einzelnen Signaltypen MU , MS , MC abstelle und dann laufen lasse.
Vielleicht ergeben sich darauf Erkenntnisse.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Der Zahn mit den unterschiedlichen Signaltypen wurde mir gezogen :-( Ständig addData.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

es sind mehrere Fehler. Besserung ist auch schon in Sicht.

in compressPattern kann auch was schief gehen, das konnte ich schon feststellen, aber leider noch nicht analysieren.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Hast Du schon eine Idee, woran es liegen kann, daß im messagebuffer ab und zu gleiche patterrnNr in Folge stehen?
Signal: 575501722. [9]

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

ja, ich weiss, warum es passiert. ich habe es aber noch nicht für alle Situationen beheben können.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hallo,
die letzte Version mit deiner Änderung konnte ich nicht compilieren.

inline void SignalDetectorClass::addData(const int8_t value)

exit status 1 prototype for 'void SignalDetectorClass::addData(int8_t)' does not match any in class 'SignalDetectorClass

in der Datei SIGNALDecoder.cpp.

Sobald ich sie wieder testen kann liefere ich neue Erkenntnisse.

G8

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

ich habe wohl vergessen die Header Datei mit zu commiten ..

mehr lofdaten helfen mir im Moment eh nicht.

es gibt da diverse Fehlersituationen, eine ist äußerst dubios.

direkt nach addData ist der messagebuffer nicht in Ordnung.
Seltsam ist, der letzte Wert, welcher an addData übergeben wurde stimmt nicht mit dem letzten Wert im Index überein.
Das deutet darauf hin, dass mit den Positionsvariablen im Bitstore etwas nicht stimmt und es dadurch zu einem fehlerhaften Wert kommt.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Da du @sidey79 ja noch einige Ausgaben mehr eingebunden hast und ich die aktuelle FW mal wieder zum testen nutzte, so wollte ich mal die aktuelle Fehlerausgabe mitteilen.

2017.10.14 10:16:20 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: after moveLeft 1 <> 2 at valcont: 13 at byte: 6 at bitpos: 7 datastore is (bin)1110101 (dec)117 : (valuelen)4 after moveLeft 1 <> 2 at valcont: 9 at byte: 4 at bitpos: 7 datastore is (bin)110111 (dec)55 : (valuelen)4 after moveLeft 2 <> 3 at valcont: 10 at byte: 5 at bitpos: 3 datastore is (bin)1000000 (dec)64 : (valuelen)4�MU;P0=-949;P1=415;P3=224;P4=-501;P5=-345;P6=678;P7=-184;D=0103010143515303510346010643537153430301;CP=3;R=236;�
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: after moveLeft 1 <> 2 at valcont: 10 at byte: 5 at bitpos: 3 datastore is (bin)110000 (dec)48 : (valuelen)4 after moveLeft 2 <> 3 at valcont: 11 at byte: 5 at bitpos: 7 datastore is (bin)11 (dec)3 : (valuelen)4 after moveLeft 3 <> 4 at valcont: 13 at byte: 6 at bitpos: 7 datastore is (bin)1010110 (dec)86 : (valuelen)4 after moveLeft 5 <> 7 at valcont: 3 at byte: 1 at bitpos: 7 datastore is (bin)110111 (dec)55 : (valuelen)4 after moveLeft 5 <> 2 at valcont: 6 at byte: 3 at bitpos: 3 datastore is (bin)1010000 (dec)80 : (valuelen)4 after moveLeft 1 <> 2 at valcont: 10 at byte: 5 at bitpos: 3 datastore is (bin)10000 (dec)16 : (valuelen)4 after moveLeft 4 <> 5 at valcont: 8 at byte: 4 at bitpos: 3 datastore is (bin)1000000 (dec)64 : (valuelen)4addData ->
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=0 msglen=17 bytecnt=8 valcnt=17 mTrunc=0 state=0 success=0 wrong Data in Buffer
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ:
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 132, PattLen: 8 (2), Pulse: -660, -660, mStart: 0, MCD: 0, mtrunc: 0
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 45364637403242301. [17]
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 1*[-1764] P1: 0*[-660] P2: 2*[-892] P3: 4*[427] P4: 4*[232] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: after addData wrong
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: val=1 mstart=0 mend=0 msglen=18 bytecnt=8 valcnt=18 mTrunc=0 state=0 success=0
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 132, PattLen: 8 (2), Pulse: -660, -660, mStart: 0, MCD: 0, mtrunc: 0
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 453646374032423011. [18]
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 1*[-1764] P1: 0*[-660] P2: 2*[-892] P3: 4*[427] P4: 4*[232] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: doDetect ->
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: wrong Data in Buffer
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ:
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 132, PattLen: 8 (2), Pulse: 216, -660, mStart: 0, MCD: 0, mtrunc: 0
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 453646374032423011. [18]
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 1*[-1764] P1: 0*[-660] P2: 2*[-892] P3: 4*[427] P4: 4*[232] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: addData ->
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=0 msglen=18 bytecnt=8 valcnt=18 mTrunc=0 state=0 success=0 wrong Data in Buffer
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ:
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 43, PattLen: 8 (2), Pulse: 216, -660, mStart: 0, MCD: 0, mtrunc: 0
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Signal: 453646374032423011. [18]
2017.10.14 10:16:20 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 1*[-1764] P1: 0*[-660] P2: 2*[-892] P3: 4*[427] P4: 4*[224] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: after addData wrong
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: val=4 mstart=0 mend=0 msglen=19 bytecnt=9 valcnt=19 mTrunc=0 state=0 success=0
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 43, PattLen: 8 (2), Pulse: 216, -660, mStart: 0, MCD: 0, mtrunc: 0
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Signal: 4536463740324230114. [19]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 1*[-1764] P1: 0*[-660] P2: 2*[-892] P3: 4*[427] P4: 4*[224] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: doDetect ->
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: wrong Data in Buffer
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ:
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 43, PattLen: 8 (2), Pulse: -1152, 224, mStart: 0, MCD: 0, mtrunc: 0
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Signal: 4536463740324230114. [19]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 1*[-1764] P1: 0*[-660] P2: 2*[-892] P3: 4*[427] P4: 4*[224] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: after buffermove ->
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: mstart=0 mend=0 msglen=5 bytecnt=2 valcnt=5 mTrunc=1 state=0 wrong Data in Buffer
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ:
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 230, PattLen: 8 (2), Pulse: -1152, 224, mStart: 0, MCD: 0, mtrunc: 1
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Signal: 30114. [5]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 2*[-1764] P1: 1*[-660] P2: 2*[-892] P3: 4*[427] P4: 4*[224] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: addData ->
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=0 msglen=5 bytecnt=2 valcnt=5 mTrunc=1 state=0 success=0 wrong Data in Buffer
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ:
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 230, PattLen: 8 (3), Pulse: -1152, 224, mStart: 0, MCD: 0, mtrunc: 1
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Signal: 30114. [5]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 2*[-1764] P1: 1*[-660] P2: 2*[-1152] P3: 4*[427] P4: 4*[224] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: error 2 <> 0 at valcont: 5 at byte: 3 at bitpos: 3 datastore is (bin)100000 (dec)32 : (valuelen)4after addData wrong
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: val=2 mstart=0 mend=0 msglen=6 bytecnt=3 valcnt=6 mTrunc=0 state=0 success=0
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 230, PattLen: 8 (3), Pulse: -1152, 224, mStart: 0, MCD: 0, mtrunc: 0
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Signal: 301140. [6]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 2*[-1764] P1: 1*[-660] P2: 2*[-1152] P3: 4*[427] P4: 4*[224] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: doDetect ->
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: wrong Data in Buffer
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ:
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Sync: Clock: NULL, Tol: 230, PattLen: 8 (3), Pulse: -424, -1764, mStart: 0, MCD: 0, mtrunc: 0
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Signal: 301140. [6]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: Pattern: P0: 2*[-1764] P1: 1*[-660] P2: 2*[-1152] P3: 4*[427] P4: 4*[224] P5: 1*[-164] P6: 2*[-410] P7: 1*[-112]
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: after moveLeft 5 <> 6 at valcont: 8 at byte: 4 at bitpos: 3 datastore is (bin)110000 (dec)48 : (valuelen)4�MU;P0=-979;P1=456;P2=229;P3=-1978;D=01020232023202323202020202020202020202323202020;CP=2;R=235;�
2017.10.14 10:16:21 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-984;P1=221;P2=-1983;P3=-8048;D=01210101210121012131012101210121210121012;CP=1;R=232;�

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Das deutet darauf hin, dass mit den Positionsvariablen im Bitstore etwas nicht stimmt

Ich habe es auch mal untersucht, mir ist dabei aufgefallen, daß in der bitstore.h einiges bei der bcnt Berechnung nicht passt. Mich wundert, daß es so seither uberhaupt funktioniert hat.

Da mir das mit der variablen valuelen zu komlex war um es zu durchschauen und es zu fixen,
habe ich bei mir der Einfachheit für valuelen 4 genommen.
Nun funktioniert bei mir das addValue, getValue und moveLeft.

Ich habe beim moveLeft die Berechnung des bcnt ans Ende angehängt:

	if (valcount % 2 == 0)
		bcnt = 7;
	else
		bcnt = 3;

Beim getValue habe ich das valuelen durch 4 ersetzt und bei den Variabendefinitionen verwende ich uint8_t

Mir ist auch aufgefallen, daß bei den Variabendefinitionen ein Durcheinander ist.
Möchstest Du zukünftig im messagepuffer auch negative Werte speichern da Du auch int16_t verwendest?

Kann es keine Probleme machen, wenn z.B.
in der bitstore.h uint16_t verwendest

bool moveLeft(const uint16_t begin);
int8_t getValue(const uint16_t pos);

und in der signaldecoder.cpp uint8_t verwendest?

message.moveLeft(start)

uint8_t idx;
for (idx = 0; idx<messageLen; ++idx) {
DBG_PRINT((int8_t)message[idx],DEC);

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Hast Du schon eine Idee, woran es liegen kann, daß im messagebuffer ab und zu gleiche patterrnNr in Folge stehen?
Signal: 575501722. [9]

ja, ich weiss, warum es passiert.

@sidey79
Kannst Du bitte mal versuchen zu erklären wie die gleichen patterrnNr in Folge zustande kommen?

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Ich habe mir das wegen der gleichen patterrnNr in Folge mal angeschaut.
So wie es ausschaut sind bei zwei gleichen patterrnNr in Folge zwei ähnlich lange Pulse mit dem gleichen Vorzeichen hintereinander im FiFo
z.B.

Sync:  Clock: NULL, Tol: 69, PattLen: 8 (4), Pulse: -348, -346, mStart: 0, MCD: 0, mtrunc: 1
Signal: 14236244.  [8]

Hier könnte dann z.B. das folgende Signal empfangen worden: 346 low, 80 high, 348 low
Die 80 high wurden nicht im FiFo gespeichert, da die Dauer von 80 zu kurz ist.

Sehe ich das so richtig?

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Wenn Werte mit gleichem Vorzeichen aus dem FIFO kommen, dann wird das Flag valid auf false gesetzt.
Das ist so designt und funktioniert wie gehabt.
Der Puffer wird dann verarbeitet. An diesem Punkt wird es dann etwas spannend, nachdem dieser Prozess abgearbeitet wurde, soll der neu Pulse ja auf jeden Fall in den Puffer.
Daher habe ich eine Abfrage eingebaut, welche den Puffer ggf. zurücksetzt.

Was dann sonst noch so passiert verstehe ich selbst noch nicht vollständig. Es wird meiner Meinung nach, manchmal an die falsche Stelle im Puffer etwas geschrieben. Dann haben wir leider Salat.

Was die Variablen angeht, ja da ist etwas durcheinander. Eventuell baue ich das noch mal um. Für den message Puffer reichen Variablen vom Typ uint8_t . 0-255 :)

An manchen Stellen werden Werte bis +-32001 gespeichert, da ist ein int16_t notwendig.
Manche Funktionen, geben -1 Zurück, wenn es nicht erfolgreich var. Dann benötigt man auch ein ìnt16_t` um von -1 bis 255 zu kommen :)
Mit den Variablen, die als uint8_t deklariert sind, muss man beim Rechnen auch aufpassen. Die werden ja nicht automatisch zu int16_t :)

Super sauber ist das alles nicht. Wenn ich es neu machen würde, dann true / false als Rückgabewerten und das Ergebnis, sofern notwendig in eine Variable die als Referenz übergeben wird.
bool schöneFunktion(int16_t *ref)

Was die Anpassung bei moveLeft angeht, könnte das durchaus einen Fehler beheben.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Mir geht es nur um die Variablendefinitionen der bitstore.h
Ich kann nicht erkennen zu was dort int8_t oder int16_t benötigt wird.
Es ist auch sauberer wenn das byte durch uint8_t ersetzt werden.
Als uint16_t Variablen müsste pos, begin und valcount reichen. Damit es sauber wird, sollten in der signaldecoder.cpp die entsprechenden Variablen auch uint16_t sein

Für die restlichen Variablen in der bitstore.h müsste uint8_t passen.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

kann ich pauschal jetzt nicht sagen, unt8_t habe ich bevorzugt benutzt, um möglichst wenig cpu zyklen für die Berechnung zu brauchen

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

moveleft startbyte:4@valpos9 bytecount:4 valcount:10 vlen:4

Hier habe ich so einen Kandidaten. Bytecount ist 4, aber valcount =10. Das maximum wäre 8 für valcount.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Dies ist doch viel komplexer als ich dachte, ich hatte übersehen, daß beim Manchester eine valuelen = 1 verwendet wird.
Beim bitstore.h müsste am Ende von moveLeft eigentlich das "bcnt" nur aus dem "valcount" ermittelt werden können.
Damit es mit valuelen = 4 funktioniert, habe ich bei moveLeft folgendes hinten angehängt

	if (valuelen == 4)      // workaround fuer valuelen 4
	{
		shift_left = 4;
	}
	
	if ((valcount*valuelen) % 8 == 0)
		bcnt = 7;
	else
		bcnt = 7 - shift_left;

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Mir ist aufgefallen, daß die folgende Abfrage in doDetect() Nebenwirkungen hat.
Mit dieser Abfrage wird mein ITv1 Sender ab und zu fehlerhaft erkannt.

		// processMessage was not able to find anything useful in our buffer. As the pulses are not valid, we reset and start new buffering. Also a check if pattern has opposit sign is done here again to prevent failuer adding after a move
		if (success == false || (messageLen > 0 && (*first ^ *last) > 0)) {
			reset();
			valid = true;
		}

z.B:
sduinoE IT: message "i421000050" (10) too short!
sduinoE IT: message "i40001400" (9) too short!
ok wäre:
sduinoE IT: message "i400015" (7)
sduinoE IT: message "i400014" (7)

Nachtrag:
Jetzt funktioniert es gerade.
Da können vielleicht auch andere Effekte eine Rolle spielen.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Ich debugge gerade nicht mehr im Signalduino, ich debugge mit einem Unit Test direkt die Bitstore Klasse.

Meine letzten Anpassung sind noch fehlerbehaftet :)

Die Berechnung von bcnt stimmt hingegen. Da finde ich keinen Fehler.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Die Berechnung von bcnt stimmt hingegen. Da finde ich keinen Fehler.

Das Problem dabei ist, daß durch das "shift_left" eine Abhängigkeit von "begin" mit rein kommt.
Beim message Puffer (valuelen = 4) ist das "bcnt" nur von "valcount" abhängig:
Ein gerader valcount ergibt ein bcnt = 7
Ein ungerader valcount ergibt ein bcnt = 3

Beim Manchester Puffer (valuelen = 1) müsste es mit der Abhängigkeit von bcnt zu valcount genauso sein.

Ungefähr so müsste es eigentlich funktionieren:

	uint8_t val_bcnt = (valcount*valuelen) % 8;
	if (val_bcnt == 0)
		bcnt = 7;
	else
		bcnt = 7 - val_bcnt;

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Wenn ich das richtig sehe, wird das moveLeft vom Manchester Puffer (valuelen = 1) nicht verwendet.
Dies vereinfacht das moveLeft, da sie nur mit valuelen = 4 funktionieren muss.
Hier ist meine aktuelle bitstore.h

bitstore.h.txt

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hallo, da ja einiges scheinbar im argen ist, so habt Ihr hier mal wieder eine Ausgabe von der aktuellen FW.

017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: CC1101 found
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer (CC1101 found) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Starting timerjob
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer (Starting timerjob) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer (CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: C1100_IOCFG2=13 vs EEPROM IOCFG2=13
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer (C1100_IOCFG2=13 vs EEPROM IOCFG2=13) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: receiver enabled
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer (receiver enabled) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: �����қ�� 2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (�����қ��) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: �ը�;��B����fB��B�����C�)B��B��B�FC�)BReading values fom eeprom
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (�ը�;��B����fB��B�����C�)B��B��B�FC�)BReading values fom eeprom) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: CCInit SRES Started
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (CCInit SRES Started) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: POR Done
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (POR Done) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: CCVersion=20
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (CCVersion=20) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: CCPartnum=0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (CCPartnum=0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: CC1101 found
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (CC1101 found) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Starting timerjob
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (Starting timerjob) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: C1100_IOCFG2=13 vs EEPROM IOCFG2=13
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (C1100_IOCFG2=13 vs EEPROM IOCFG2=13) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 1 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 1 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 2 av b: 1
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 2 av b: 1) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 3 av b: 1
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 3 av b: 1) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 1 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 1 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 2 av b: 1
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 2 av b: 1) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 3 av b: 1
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 3 av b: 1) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: receiver enabled
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer (receiver enabled) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 1 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 1 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 2 av b: 1
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 2 av b: 1) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 3 av b: 1
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 3 av b: 1) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 4 av b: 2
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 4 av b: 2) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 5 av b: 2
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 5 av b: 2) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 6 av b: 3
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 6 av b: 3) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 7 av b: 3
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 7 av b: 3) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 8 av b: 4
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 8 av b: 4) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 9 av b: 4
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 9 av b: 4) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 10 av b: 5
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 10 av b: 5) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 11 av b: 5
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 11 av b: 5) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 12 av b: 6
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 12 av b: 6) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 13 av b: 6
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 13 av b: 6) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 14 av b: 7
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 14 av b: 7) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 15 av b: 7
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 15 av b: 7) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 16 av b: 8
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 16 av b: 8) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: av c: 0 av b: 0
2017.10.17 17:49:43 4: Arduino_Nano_868Mhz/msg READ: Received answer ( av c: 0 av b: 0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 2: radino_Stick_433Mhz: initialized. v3.3.1-dev
2017.10.17 17:49:43 3: radino_Stick_433Mhz/init: enable receiver (XE)
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 17 av b: 8
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 17 av b: 8) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 18 av b: 9
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 18 av b: 9) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 19 av b: 9
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 19 av b: 9) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 20 av b: 10
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 20 av b: 10) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 21 av b: 10
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 21 av b: 10) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: av c: 22 av b: 11
2017.10.17 17:49:43 4: Arduino_Nano_433Mhz/msg READ: Received answer ( av c: 22 av b: 11) for version does not match V\s.SIGNAL(duino|ESP).

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Passt dies so? Die beiden Ausdrücke zwischen dem "+" sind gleich.

const int16_t tol = int((abs(pattern[idx2])*tolFact) + (abs(pattern[idx2])*tolFact) / 2);

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Das sieht seltsam aus. Vermutlich ein Tippfehler :(
Da wollte ich bestimmt den Mittelwert zwischen idx und idx2 ermitteln.

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

Ich habe in der tol berechnung noch einen Fehler gefunden. Es fehlt eine Klammer
const int16_t tol = int(((abs(pattern[idx2])*tolFact) + (abs(pattern[idx])*tolFact)) / 2);

In der calcHisto Routine ist auch noch ein Fehler, es fehlt am Ende noch ein getByte

	if (endpos % 2==1)
	{
		message.getByte(bendpos,&bval);
		histo[bval >> 4]++;
	}

In der doDetect Routine passt auch einiges noch nicht so richtig. Damit es übersichtlicher wird, würde ich dafür gerne ein neues issue aufmachen,

from signalduino.

Ralf9 avatar Ralf9 commented on August 20, 2024

#67

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Okay, meinen aktuellen Stand der Fehlerbehebung habe ich gepusht.
Ich habe aktuell keine Fehler mehr :)

Die Debug Ausgaben sind noch enthalten.

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hallo @sidey79

ich habe nun die neue FW reingeladen und ein kleiner Schritt ist getan aber leider muss ich dir mitteilen, das es immer noch zu Fehlern kommt. Der Empfänger macht dicht und die LED auf dem Nano flackert immer erneut ständig.

Desweiteren fällt mir auf, das sämtliche Hideki Sensoren auf einmal nicht mehr erkannt werden.

2017.10.21 10:47:03 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-23540;P1=559;P2=-419;P3=-1440;P4=-822;P5=1124;D=0121212121212121212121212121212121314125412;CP=1;R=218;�
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=1148;P1=-417;P2=560;P3=-805;D=012321212121212121212101212321212121012121232103212121212121212;CP=2;R=201;�
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:07 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=402;P4=-9226;P5=300;P6=-3979;P7=-2063;D=145616161716171617161717171717171716171717171617171717171716161616;CP=1;SP=4;R=210;�
2017.10.21 10:47:07 4: Arduino_Nano_433Mhz: Matched MS Protocol id 38 -> weather38
2017.10.21 10:47:07 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-26476;P1=499;P2=-9118;P3=-4158;P4=-2142;D=1213141314131414131314141414141414141313131414131313141314141413131314141413;CP=1;SP=2;R=234;�
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sA98073A38800 length 40 RSSI = -85
2017.10.21 10:47:09 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: GT_WT_02
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sA98073A38800 length 40 RSSI = -85
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz Dispatch: sA98073A38800, Dropped due to short time or equal msg
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=248;P1=-2259;P2=521;P3=-4144;P4=-9066;D=012321212323232123212121232323212121232421242321232121;CP=2;R=237;�
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=356;P1=-1372;P2=1596;P3=-924;P4=510;P5=-4140;P6=-2094;P7=-9094;D=0123454645464546464545464646464646464645454546464545454645464646454545464646454746474546454645454;CP=4;R=229;�
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=511;P1=-4138;P2=-2090;D=01020202020202020201010102020101010201020202010;CP=0;R=202;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=192;P2=-3948;P3=448;P4=-1014;P5=-1997;D=012343535353534353434343434343434343435351;CP=3;R=212;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=176;P1=-1991;P2=436;P3=-1025;P4=-3956;D=0123212323212121212323232323212121242321212121232321;CP=2;R=212;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1025;P1=449;P2=-1995;P3=-3964;D=0121212121010101010121212131012121212101210101212;CP=1;R=212;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1999;P1=441;P2=-1017;P3=-3956;D=01010101212121212101010131210101010121012121010;CP=1;R=212;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1993;P1=449;P2=-1013;P3=-3948;P4=176;D=01210101010121212121210101013121010101012101240;CP=1;R=211;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2008;P1=442;P2=-1009;P3=-3936;D=012121010101012121212121010101312101010101212;CP=1;R=213;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1992;P1=453;P2=-1024;P3=-3952;D=01012121010101012121212121010101312101010;CP=1;R=213;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:12 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-602;LH=606;SL=-397;SH=392;D=FFFBDADED5FFDA;C=332;L=55;R=12;�
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-20044;P1=398;P2=-394;P3=598;P4=-590;D=012121212121212121212121234121212343412123434123412343412343434121234341212121212121212;CP=1;R=4;�
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-19260;P1=396;P2=-397;P3=588;P4=-593;D=0121212121212121212121212341212123434121234341234123434123434341212343412121212123412121;CP=1;R=4;�
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:23 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.21 10:47:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1004;LH=947;SL=-525;SH=456;D=AE54974A6A;C=488;L=39;R=54;�
2017.10.21 10:47:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1003;LH=949;SL=-531;SH=444;D=0C178EA8;C=487;L=30;R=12;�
2017.10.21 10:47:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=947;SL=-523;SH=455;D=AE54974A28;C=488;L=37;R=55;�
2017.10.21 10:47:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=948;SL=-529;SH=444;D=0305E3A8;C=488;L=30;R=16;�
2017.10.21 10:47:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=947;SL=-521;SH=454;D=A4BA521F;C=488;L=32;R=55;�
2017.10.21 10:47:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=940;SL=-516;SH=458;D=C178EABAC;C=488;L=34;R=4;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-991;LH=951;SL=-515;SH=465;D=AE76974A6;C=486;L=36;R=58;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-997;LH=951;SL=-523;SH=462;D=C60A8755;C=488;L=32;R=19;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=947;SL=-525;SH=460;D=A8C4B45AD0;C=488;L=37;R=59;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1004;LH=947;SL=-525;SH=456;D=C60A8754;C=488;L=31;R=17;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MU;P1=472;P4=-513;P5=-1000;P6=954;D=0123434151464141564156514656414156514656514651414;CP=1;R=59;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1003;LH=946;SL=-511;SH=471;D=C60A87558;C=488;L=33;R=12;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=954;SL=-515;SH=459;D=A8DA345AC8;C=487;L=38;R=12;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=952;SL=-515;SH=451;D=F815D2950;C=488;L=33;R=225;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=946;SL=-518;SH=457;D=AE4B974A5;C=488;L=36;R=11;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=948;SL=-521;SH=457;D=4F815D294;C=489;L=35;R=229;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1016;LH=949;SL=-519;SH=452;D=A8DA345A4;C=489;L=34;R=11;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=941;SL=-521;SH=456;D=A7C0AE948;C=488;L=33;R=230;�
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=544;P1=-1051;P2=913;P3=416;P4=-1535;P5=1402;P6=-551;P7=112;D=01212121213456565634565656343456563434343456347;CP=3;R=206;�
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=481;P2=-4047;P4=-9084;P5=-2018;D=14121215121515151215121215121215151515121515151515121515151515151515151512;CP=1;SP=4;R=50;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -49
2017.10.21 10:47:32 4: CUL_TCM97001: W174 original-msg: D16C20801000 , reversed nibbles: b86340108000
2017.10.21 10:47:32 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.21 10:47:32 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.21 10:47:32 4: CUL_TCM97001: W174 battery bit: 0
2017.10.21 10:47:32 4: CUL_TCM97001: W174 rain gauge swing count: 260
2017.10.21 10:47:32 4: CUL_TCM97001: W174 rain total: 65 l/qm
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -49
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2018;P1=483;P2=-4054;D=01210121210121210101010121010101010121010101010;CP=1;R=51;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2022;P1=491;P2=-4051;P3=-9068;D=0121010101210121210121210101010121010101010121010101010101010101012131010;CP=1;R=51;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4045;P1=494;P2=-2021;D=01212121012101012101012121212101212121212101212;CP=1;R=48;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9068;P1=478;P2=-4048;P3=-2024;D=01212131213131312131212131212131313131213131313131213131313131313131313131213;CP=1;R=50;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=478;P1=-4051;P2=-2023;D=0102020201020101020101020202020102020202020102;CP=0;R=51;�
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=474;P1=-9064;P2=-4057;P3=-2025;D=010202030203030302030202030202030303030203030303030203030303030303030303020203;CP=0;R=50;�
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4056;P1=473;P2=-2027;D=01012121210121010121010121212121012121212121012;CP=1;R=14;�
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:35 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-23236;P1=393;P2=-411;P3=585;P4=-593;D=01212121212121212121212123434121212343434121234343412123412121234343434341212341212121212;CP=1;R=11;�
2017.10.21 10:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:36 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-22464;P1=394;P2=-407;P3=580;P4=-607;D=0121212121212121212121212343412121234343412123434341212341212123434343434121234123412121;CP=1;R=11;�
2017.10.21 10:47:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1034;LH=920;SL=-545;SH=427;D=AE29974A;C=487;L=32;R=214;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=953;SL=-513;SH=456;D=AE29974A4;C=488;L=34;R=47;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=952;SL=-514;SH=461;D=E3058CAA;C=488;L=32;R=6;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1008;LH=945;SL=-522;SH=448;D=AE29974AA;C=487;L=36;R=46;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=943;SL=-521;SH=451;D=F8C1632A;C=487;L=31;R=9;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1018;LH=934;SL=-521;SH=461;D=A8EB345AA8;C=488;L=37;R=46;�
2017.10.21 10:47:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1025;LH=902;SL=-566;SH=423;D=AE29974A2073E9CD54;C=485;L=70;R=215;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=930;SL=-539;SH=440;D=FC60B195;C=487;L=32;R=7;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=951;SL=-520;SH=456;D=54609A2D0;C=488;L=33;R=244;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=948;SL=-522;SH=461;D=9307A184;C=488;L=31;R=213;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=940;P1=-1006;P2=-513;P3=449;D=0102310102310132324567373737673701320232;CP=3;R=213;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2713;LH=3154;SL=-1245;SH=1687;D=DBD1FFE6;C=1466;L=32;R=222;�
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1466 RSSI -91 -> OSV1
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz: OSV1 input data: 00100100001011100000000000011001
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz: OSV1 protocol id (18) translated to RFXSensor format
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz: converted to hex: (500A4D1004400700002100)
2017.10.21 10:47:39 4: THR128_1 decoded Oregon: T: 7.4 BAT: ok
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2715;LH=3144;SL=-1246;SH=1694;D=D1FFE6;C=1466;L=24;R=222;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-22832;P1=458;P2=-8024;P3=312;P4=-3948;P5=-1984;D=12341514141415151415151515141514141415151514151514;CP=1;SP=2;R=243;m2;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1978;P1=462;P2=-3943;P3=-7996;D=01012131210121212101012101010101210121212101010;CP=1;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1984;P1=462;P2=-3947;P3=-7984;D=0121212101012101010101210121212101010121010121312101212121010121010101012101212;CP=1;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1983;P1=460;P2=-3951;P3=-7960;D=0101010121010121312101212121010121010101012101212;CP=1;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1997;P1=454;P2=-7970;P3=-3938;D=12131013131310101310101010131013131310101013101013;CP=1;SP=2;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:41 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: ABS700
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1994;P1=459;P2=-3938;P3=-7968;D=01212121010101210101213121012121210101210101010;CP=1;R=241;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1992;P1=461;P2=-3943;P3=-7980;D=13121012121210101210101010121012121210101012101012;CP=1;SP=3;R=238;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -83
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -83
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1990;P1=461;P2=-3941;P3=-7960;D=01012101212121010101210101213121012121210101210;CP=1;R=243;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1998;P1=457;P2=-3940;P3=-7966;D=13121012121210101210101010121012121210101012101012;CP=1;SP=3;R=237;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -83.5
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -83.5
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=452;P1=-1993;P2=-3947;P3=-7956;D=0101020102020201010102010102030201020202010102;CP=0;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=456;P1=-3935;P2=-1995;P3=-7970;D=03010201010102020102020202010201010102020201020201;CP=0;SP=3;R=242;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=449;P1=-1993;P2=-3953;P3=-7980;D=0101010102010202020101010201010203020102020201;CP=0;R=243;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=454;P1=-1978;P2=-3942;P3=-7970;D=03020102020201010201010101020102020201010102010102;CP=0;SP=3;R=242;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1991;P1=455;P2=-3943;P3=-7932;D=0101012101010101210121212101010121010121312101212;CP=1;R=240;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=491;P1=-2000;P2=-3939;P3=-7964;P4=-958;D=010201020202010101020101020302010202020101020101010404;CP=0;R=240;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1933;P1=510;P2=-965;D=0101212121212121210121212121210101010101012121212121;CP=1;R=227;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1934;P1=502;P2=-957;P3=-3994;P4=408;D=012121212121212121340101210101212101012121340;CP=1;R=227;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:46 4: Arduino_Nano_433Mhz/HandleWriteQueue: nothing to send, stopping timer
2017.10.21 10:47:50 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=394;P2=-405;P3=591;P4=-600;

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hier ist nochmal ein Auszug des Logfile verbose 4, nachdem ich die FW auf dem Nano geschoben habe, nano abgesteckt und neu angesteckt nach dem "aufhängen". Ca. 10 Min läuft er und dann ist "Ruhe". Zusätzlich, das Hideki Sensoren garnicht oder sehr sehr schlecht nun erkannt werden.

2017.10.21 10:46:10 3: Arduino_Nano_433Mhz reset
2017.10.21 10:46:10 3: Opening Arduino_Nano_433Mhz device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2017.10.21 10:46:10 3: Setting Arduino_Nano_433Mhz serial parameters to 57600,8,N,1
2017.10.21 10:46:10 1: Arduino_Nano_433Mhz/define: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:46:10 1: Arduino_Nano_433Mhz/init: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:46:10 3: Arduino_Nano_433Mhz device opened
2017.10.21 10:46:12 3: Arduino_Nano_433Mhz/init: disable receiver (XQ)
2017.10.21 10:46:12 3: Arduino_Nano_433Mhz/init: get version, retry = 0
2017.10.21 10:46:22 3: Arduino_Nano_433Mhz/init: get version, retry = 1
2017.10.21 10:46:23 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.21 10:46:25 1: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0 disconnected, waiting to reappear (Arduino_Nano_433Mhz)
2017.10.21 10:46:26 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-614;LH=606;SL=-402;SH=393;D=FFFBBF76BBFF6;C=335;L=52;R=49;�
2017.10.21 10:46:32 3: Arduino_Nano_433Mhz/init: get version, retry = 2
2017.10.21 10:46:36 3: Setting Arduino_Nano_433Mhz serial parameters to 57600,8,N,1
2017.10.21 10:46:36 1: Arduino_Nano_433Mhz/define: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:46:36 1: Arduino_Nano_433Mhz/init: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:46:36 1: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0 reappeared (Arduino_Nano_433Mhz)
2017.10.21 10:46:36 4: Arduino_Nano_433Mhz/msg READ: 0M���F��1�[�C���ρÀ�N��#T��
2017.10.21 10:46:36 4: Arduino_Nano_433Mhz/msg READ: Received answer (0M���F��1�[�C���ρÀ�N��#T��) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-5864;P1=438;P2=-356;P3=630;P4=-553;D=0121212121212121212121212341234341212343412123434341212341234343434123434341212341212121;CP=1;R=254;�
2017.10.21 10:46:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:46:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:46:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: �Reading values fom eeprom
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (�Reading values fom eeprom) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: CCInit SRES Started
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (CCInit SRES Started) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: POR Done
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (POR Done) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: CCVersion=20
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (CCVersion=20) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: CCPartnum=0
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (CCPartnum=0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: CC1101 found
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (CC1101 found) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Starting timerjob
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (Starting timerjob) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 3: Arduino_Nano_433Mhz/init: disable receiver (XQ)
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: C1100_IOCFG2=13 vs EEPROM IOCFG2=13
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (C1100_IOCFG2=13 vs EEPROM IOCFG2=13) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: receiver enabled
2017.10.21 10:46:37 4: Arduino_Nano_433Mhz/msg READ: Received answer (receiver enabled) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:46:37 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-349;P1=447;P2=639;P3=-541;D=010101010102310232310102323101023232310102310232323231023232310102323101010101010231023102;CP=1;R=1;�
2017.10.21 10:46:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:46:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:46:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:46:38 3: Arduino_Nano_433Mhz/init: get version, retry = 0
2017.10.21 10:46:38 4: Arduino_Nano_433Mhz/msg READ: V 3.3.1-dev_171021 SIGNALduino cc1101 - compiled at Oct 21 2017 10:41:50
2017.10.21 10:46:38 2: Arduino_Nano_433Mhz: initialized. v3.3.1-dev
2017.10.21 10:46:38 3: Arduino_Nano_433Mhz/init: enable receiver (XE)
2017.10.21 10:46:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2700;LH=3159;SL=-1242;SH=1692;D=DBD1FFE6;C=1465;L=32;R=227;�
2017.10.21 10:46:39 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1465 RSSI -88.5 -> OSV1
2017.10.21 10:46:39 4: Arduino_Nano_433Mhz: OSV1 input data: 00100100001011100000000000011001
2017.10.21 10:46:39 4: Arduino_Nano_433Mhz: OSV1 protocol id (18) translated to RFXSensor format
2017.10.21 10:46:39 4: Arduino_Nano_433Mhz: converted to hex: (500A4D1004400700002100)
2017.10.21 10:46:39 4: THR128_1 decoded Oregon: T: 7.4 BAT: ok
2017.10.21 10:46:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2695;LH=3160;SL=-1254;SH=1686;D=D1FFE6;C=1465;L=24;R=222;�
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1005;LH=942;SL=-524;SH=457;D=A8DA345ACD840AE94A8;C=487;L=73;R=11;�
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 487 RSSI -68.5 -> OSV2o3
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 487 RSSI -68.5 -> Hideki protocol
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75E9BACAF2BFD1AD07 with 75 bits, messagestart 1
2017.10.21 10:46:45 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75E9BACAF2BFD1AD07
2017.10.21 10:46:45 4: Hideki_Parse SensorTyp = 30 decodedString = 753bce5e16c173f709
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz crc failed
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 487 RSSI -68.5 -> Hideki protocol not invert
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 487 RSSI -68.5 -> tfa 30.3208.0
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1001;LH=948;SL=-513;SH=456;D=AE4B974A44F7EA28;C=486;L=61;R=11;�
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 486 RSSI -68.5 -> OSV2o3
2017.10.21 10:46:45 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 486 RSSI -68.5 -> tfa 30.3208.0
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1939;P1=500;P2=-956;P3=-3996;D=01012101012121010121212121212121012121212121012101010101212121212121212131010121010121210101212121212121210;CP=1;R=228;�
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=500;P1=-960;P2=-3972;P3=408;P4=-1935;D=010234040104040101040401010101010101040101010101040104040404;CP=0;R=225;�
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1940;P1=497;P2=-963;D=012121212121212101212121212101210101010121212121;CP=1;R=200;�
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:46 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:48 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=223;P2=-8004;P4=-961;P5=-1971;D=012141514151415141515141414141414141414141515141514141414;CP=1;R=235;�
2017.10.21 10:46:48 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:48 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:48 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-973;P1=226;P2=-1992;D=01210121012101212101010101010101010101210;CP=1;R=237;�
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-972;P1=232;P2=-1987;P3=-8028;D=0101212121210121013101210121012101212101;CP=1;R=237;�
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=225;P1=-971;P2=-1994;D=0101010101010101020201020101010101010201;CP=0;R=237;�
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1977;P1=240;P2=-958;D=01012121212121212121212101012101212121212;CP=1;R=235;�
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1988;P1=226;P2=-991;D=0121010121212121212121212121010121012121;CP=1;R=235;�
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1980;P1=234;P2=-968;P3=-7996;D=01012101213121012101210121010121212121212;CP=1;R=232;�
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1988;P1=236;P2=-953;D=0121012101012121212121212121212101012101;CP=1;R=232;�
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-971;P1=236;P2=-8024;P3=-1966;D=0121013101310131013131010101010101010101013;CP=1;R=236;�
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1976;P1=229;P2=-964;P3=-8024;D=010101210121312101210121012101012121212121210;CP=1;R=229;�
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-973;P1=225;P2=-1985;D=0101010101010101012121012101010101010121212121012101;CP=1;R=200;�
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:50 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:51 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1016;LH=937;SL=-516;SH=469;D=AE7D974A;C=489;L=32;R=245;�
2017.10.21 10:46:51 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1014;LH=957;SL=-519;SH=451;D=5F385E7A;C=490;L=31;R=213;�
2017.10.21 10:46:51 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1001;LH=954;SL=-509;SH=459;D=AE7D974;C=487;L=27;R=213;�
2017.10.21 10:46:51 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-999;LH=955;SL=-512;SH=467;D=AE7D974A;C=488;L=32;R=248;�
2017.10.21 10:46:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=948;SL=-519;SH=446;D=AE29974A4;C=487;L=34;R=46;�
2017.10.21 10:46:53 4: Arduino_Nano_433Mhz/msg READ: avd a chk
2017.10.21 10:46:53 4: Arduino_Nano_433Mhz/msg READ: valid=0�MC;LL=-1017;LH=940;SL=-528;SH=455;D=F182C654;C=489;L=31;R=9;�
2017.10.21 10:46:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=935;SL=-526;SH=451;D=AE29974A8;C=487;L=34;R=46;�
2017.10.21 10:46:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1022;LH=932;SL=-530;SH=444;D=A8EB345AD0;C=487;L=37;R=46;�
2017.10.21 10:46:53 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1036;LH=893;SL=-577;SH=419;D=CBA5100;C=487;L=25;R=214;�
2017.10.21 10:46:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=940;SL=-521;SH=453;D=F8C1632A;C=487;L=32;R=10;�
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=483;P2=-4047;P3=-9068;P4=-2026;D=13121214121414141214121214121214141414121414141414121414141414141414141412;CP=1;SP=3;R=49;�
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -49.5
2017.10.21 10:46:55 4: CUL_TCM97001: W174 original-msg: D16C20801000 , reversed nibbles: b86340108000
2017.10.21 10:46:55 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.21 10:46:55 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.21 10:46:55 4: CUL_TCM97001: W174 battery bit: 0
2017.10.21 10:46:55 4: CUL_TCM97001: W174 rain gauge swing count: 260
2017.10.21 10:46:55 4: CUL_TCM97001: W174 rain total: 65 l/qm
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -49.5
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2025;P1=470;P2=-4047;D=0101010121012121012121010101012101010101012101010;CP=1;R=51;�
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4051;P1=477;P2=-9088;P3=-2013;D=01210101310131313101310101310101313131310131313131310131313131313131313;CP=1;R=49;�
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2014;P1=479;P2=-4052;P3=-9064;D=0121312121012101010121012121012121010101012101010;CP=1;R=49;�
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2020;P1=476;P2=-4039;P3=-9068;D=010101010101012131212101210101012101212101212101010101210101010101210101012;CP=1;R=49;�
2017.10.21 10:46:55 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2023;P1=474;P2=-4043;P3=-9088;D=0101010101012131212101210101012101212101212101012;CP=1;R=51;�
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2015;P1=494;P2=-4049;P3=-9056;D=0101010101010101012131212101210101012101212101212101010101210101010101;CP=1;R=50;�
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2020;P1=478;P2=-4043;P3=-9064;D=01010101010101010101213121210121010101210121210;CP=1;R=50;�
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=264;P2=-3860;P3=500;P4=-1946;P5=-966;D=01234353535353535353535353535353535353434353434343534343435;CP=3;R=230;�
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-955;P1=511;P2=-1936;D=01010101010101012121012121210121210121212;CP=1;R=231;�
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1947;P1=505;P2=-959;P3=-3892;D=01010101212121212101010131012121212121212;CP=1;R=233;�
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3904;P1=508;P2=-1942;P3=-957;D=012131313131313131313131313131313131212131313;CP=1;R=232;�
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=506;P1=-959;P2=-1934;P3=-3908;D=0102020202010101010102020203020101010101;CP=0;R=232;�
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=504;P1=-952;P2=-1950;P3=-3908;D=01010102020203020101010101010101010101010;CP=0;R=225;�
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=499;P1=-969;P2=-1940;P3=152;D=010101020201020202010202020201010101010202023;CP=0;R=201;�
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:46:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-23540;P1=559;P2=-419;P3=-1440;P4=-822;P5=1124;D=0121212121212121212121212121212121314125412;CP=1;R=218;�
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:03 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=1148;P1=-417;P2=560;P3=-805;D=012321212121212121212101212321212121012121232103212121212121212;CP=2;R=201;�
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:07 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=402;P4=-9226;P5=300;P6=-3979;P7=-2063;D=145616161716171617161717171717171716171717171617171717171716161616;CP=1;SP=4;R=210;�
2017.10.21 10:47:07 4: Arduino_Nano_433Mhz: Matched MS Protocol id 38 -> weather38
2017.10.21 10:47:07 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-26476;P1=499;P2=-9118;P3=-4158;P4=-2142;D=1213141314131414131314141414141414141313131414131313141314141413131314141413;CP=1;SP=2;R=234;�
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sA98073A38800 length 40 RSSI = -85
2017.10.21 10:47:09 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: GT_WT_02
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sA98073A38800 length 40 RSSI = -85
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz Dispatch: sA98073A38800, Dropped due to short time or equal msg
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=248;P1=-2259;P2=521;P3=-4144;P4=-9066;D=012321212323232123212121232323212121232421242321232121;CP=2;R=237;�
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=356;P1=-1372;P2=1596;P3=-924;P4=510;P5=-4140;P6=-2094;P7=-9094;D=0123454645464546464545464646464646464645454546464545454645464646454545464646454746474546454645454;CP=4;R=229;�
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=511;P1=-4138;P2=-2090;D=01020202020202020201010102020101010201020202010;CP=0;R=202;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=192;P2=-3948;P3=448;P4=-1014;P5=-1997;D=012343535353534353434343434343434343435351;CP=3;R=212;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=176;P1=-1991;P2=436;P3=-1025;P4=-3956;D=0123212323212121212323232323212121242321212121232321;CP=2;R=212;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1025;P1=449;P2=-1995;P3=-3964;D=0121212121010101010121212131012121212101210101212;CP=1;R=212;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1999;P1=441;P2=-1017;P3=-3956;D=01010101212121212101010131210101010121012121010;CP=1;R=212;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1993;P1=449;P2=-1013;P3=-3948;P4=176;D=01210101010121212121210101013121010101012101240;CP=1;R=211;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2008;P1=442;P2=-1009;P3=-3936;D=012121010101012121212121010101312101010101212;CP=1;R=213;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1992;P1=453;P2=-1024;P3=-3952;D=01012121010101012121212121010101312101010;CP=1;R=213;�
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:12 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-602;LH=606;SL=-397;SH=392;D=FFFBDADED5FFDA;C=332;L=55;R=12;�
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-20044;P1=398;P2=-394;P3=598;P4=-590;D=012121212121212121212121234121212343412123434123412343412343434121234341212121212121212;CP=1;R=4;�
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-19260;P1=396;P2=-397;P3=588;P4=-593;D=0121212121212121212121212341212123434121234341234123434123434341212343412121212123412121;CP=1;R=4;�
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:23 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.21 10:47:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1004;LH=947;SL=-525;SH=456;D=AE54974A6A;C=488;L=39;R=54;�
2017.10.21 10:47:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1003;LH=949;SL=-531;SH=444;D=0C178EA8;C=487;L=30;R=12;�
2017.10.21 10:47:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=947;SL=-523;SH=455;D=AE54974A28;C=488;L=37;R=55;�
2017.10.21 10:47:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=948;SL=-529;SH=444;D=0305E3A8;C=488;L=30;R=16;�
2017.10.21 10:47:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=947;SL=-521;SH=454;D=A4BA521F;C=488;L=32;R=55;�
2017.10.21 10:47:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=940;SL=-516;SH=458;D=C178EABAC;C=488;L=34;R=4;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-991;LH=951;SL=-515;SH=465;D=AE76974A6;C=486;L=36;R=58;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-997;LH=951;SL=-523;SH=462;D=C60A8755;C=488;L=32;R=19;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=947;SL=-525;SH=460;D=A8C4B45AD0;C=488;L=37;R=59;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1004;LH=947;SL=-525;SH=456;D=C60A8754;C=488;L=31;R=17;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MU;P1=472;P4=-513;P5=-1000;P6=954;D=0123434151464141564156514656414156514656514651414;CP=1;R=59;�
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:27 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1003;LH=946;SL=-511;SH=471;D=C60A87558;C=488;L=33;R=12;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=954;SL=-515;SH=459;D=A8DA345AC8;C=487;L=38;R=12;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=952;SL=-515;SH=451;D=F815D2950;C=488;L=33;R=225;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=946;SL=-518;SH=457;D=AE4B974A5;C=488;L=36;R=11;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=948;SL=-521;SH=457;D=4F815D294;C=489;L=35;R=229;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1016;LH=949;SL=-519;SH=452;D=A8DA345A4;C=489;L=34;R=11;�
2017.10.21 10:47:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=941;SL=-521;SH=456;D=A7C0AE948;C=488;L=33;R=230;�
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=544;P1=-1051;P2=913;P3=416;P4=-1535;P5=1402;P6=-551;P7=112;D=01212121213456565634565656343456563434343456347;CP=3;R=206;�
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=481;P2=-4047;P4=-9084;P5=-2018;D=14121215121515151215121215121215151515121515151515121515151515151515151512;CP=1;SP=4;R=50;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -49
2017.10.21 10:47:32 4: CUL_TCM97001: W174 original-msg: D16C20801000 , reversed nibbles: b86340108000
2017.10.21 10:47:32 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.21 10:47:32 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.21 10:47:32 4: CUL_TCM97001: W174 battery bit: 0
2017.10.21 10:47:32 4: CUL_TCM97001: W174 rain gauge swing count: 260
2017.10.21 10:47:32 4: CUL_TCM97001: W174 rain total: 65 l/qm
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -49
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2018;P1=483;P2=-4054;D=01210121210121210101010121010101010121010101010;CP=1;R=51;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2022;P1=491;P2=-4051;P3=-9068;D=0121010101210121210121210101010121010101010121010101010101010101012131010;CP=1;R=51;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4045;P1=494;P2=-2021;D=01212121012101012101012121212101212121212101212;CP=1;R=48;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9068;P1=478;P2=-4048;P3=-2024;D=01212131213131312131212131212131313131213131313131213131313131313131313131213;CP=1;R=50;�
2017.10.21 10:47:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=478;P1=-4051;P2=-2023;D=0102020201020101020101020202020102020202020102;CP=0;R=51;�
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=474;P1=-9064;P2=-4057;P3=-2025;D=010202030203030302030202030202030303030203030303030203030303030303030303020203;CP=0;R=50;�
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4056;P1=473;P2=-2027;D=01012121210121010121010121212121012121212121012;CP=1;R=14;�
2017.10.21 10:47:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:35 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-23236;P1=393;P2=-411;P3=585;P4=-593;D=01212121212121212121212123434121212343434121234343412123412121234343434341212341212121212;CP=1;R=11;�
2017.10.21 10:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:36 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-22464;P1=394;P2=-407;P3=580;P4=-607;D=0121212121212121212121212343412121234343412123434341212341212123434343434121234123412121;CP=1;R=11;�
2017.10.21 10:47:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1034;LH=920;SL=-545;SH=427;D=AE29974A;C=487;L=32;R=214;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=953;SL=-513;SH=456;D=AE29974A4;C=488;L=34;R=47;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=952;SL=-514;SH=461;D=E3058CAA;C=488;L=32;R=6;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1008;LH=945;SL=-522;SH=448;D=AE29974AA;C=487;L=36;R=46;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=943;SL=-521;SH=451;D=F8C1632A;C=487;L=31;R=9;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1018;LH=934;SL=-521;SH=461;D=A8EB345AA8;C=488;L=37;R=46;�
2017.10.21 10:47:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1025;LH=902;SL=-566;SH=423;D=AE29974A2073E9CD54;C=485;L=70;R=215;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=930;SL=-539;SH=440;D=FC60B195;C=487;L=32;R=7;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=951;SL=-520;SH=456;D=54609A2D0;C=488;L=33;R=244;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=948;SL=-522;SH=461;D=9307A184;C=488;L=31;R=213;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=940;P1=-1006;P2=-513;P3=449;D=0102310102310132324567373737673701320232;CP=3;R=213;�
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2713;LH=3154;SL=-1245;SH=1687;D=DBD1FFE6;C=1466;L=32;R=222;�
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1466 RSSI -91 -> OSV1
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz: OSV1 input data: 00100100001011100000000000011001
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz: OSV1 protocol id (18) translated to RFXSensor format
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz: converted to hex: (500A4D1004400700002100)
2017.10.21 10:47:39 4: THR128_1 decoded Oregon: T: 7.4 BAT: ok
2017.10.21 10:47:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2715;LH=3144;SL=-1246;SH=1694;D=D1FFE6;C=1466;L=24;R=222;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-22832;P1=458;P2=-8024;P3=312;P4=-3948;P5=-1984;D=12341514141415151415151515141514141415151514151514;CP=1;SP=2;R=243;m2;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1978;P1=462;P2=-3943;P3=-7996;D=01012131210121212101012101010101210121212101010;CP=1;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1984;P1=462;P2=-3947;P3=-7984;D=0121212101012101010101210121212101010121010121312101212121010121010101012101212;CP=1;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1983;P1=460;P2=-3951;P3=-7960;D=0101010121010121312101212121010121010101012101212;CP=1;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1997;P1=454;P2=-7970;P3=-3938;D=12131013131310101310101010131013131310101013101013;CP=1;SP=2;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:41 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: ABS700
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1994;P1=459;P2=-3938;P3=-7968;D=01212121010101210101213121012121210101210101010;CP=1;R=241;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1992;P1=461;P2=-3943;P3=-7980;D=13121012121210101210101010121012121210101012101012;CP=1;SP=3;R=238;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -83
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -83
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1990;P1=461;P2=-3941;P3=-7960;D=01012101212121010101210101213121012121210101210;CP=1;R=243;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1998;P1=457;P2=-3940;P3=-7966;D=13121012121210101210101010121012121210101012101012;CP=1;SP=3;R=237;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -83.5
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -83.5
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=452;P1=-1993;P2=-3947;P3=-7956;D=0101020102020201010102010102030201020202010102;CP=0;R=242;�
2017.10.21 10:47:41 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=456;P1=-3935;P2=-1995;P3=-7970;D=03010201010102020102020202010201010102020201020201;CP=0;SP=3;R=242;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=449;P1=-1993;P2=-3953;P3=-7980;D=0101010102010202020101010201010203020102020201;CP=0;R=243;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=454;P1=-1978;P2=-3942;P3=-7970;D=03020102020201010201010101020102020201010102010102;CP=0;SP=3;R=242;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1991;P1=455;P2=-3943;P3=-7932;D=0101012101010101210121212101010121010121312101212;CP=1;R=240;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=491;P1=-2000;P2=-3939;P3=-7964;P4=-958;D=010201020202010101020101020302010202020101020101010404;CP=0;R=240;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1933;P1=510;P2=-965;D=0101212121212121210121212121210101010101012121212121;CP=1;R=227;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1934;P1=502;P2=-957;P3=-3994;P4=408;D=012121212121212121340101210101212101012121340;CP=1;R=227;�
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:47:42 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:47:46 4: Arduino_Nano_433Mhz/HandleWriteQueue: nothing to send, stopping timer
2017.10.21 10:47:50 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=394;P2=-405;P3=591;P4=-600;D=012121212121212121212121234343434123434341212341234121212341234123434343434343434121212123;CP=1;R=48;�
2017.10.21 10:47:50 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:47:50 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:47:50 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:47:51 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-598;LH=589;SL=-398;SH=389;D=FFFAAD5DBDB555578;C=328;L=65;R=49;�
2017.10.21 10:48:01 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-615;LH=612;SL=-390;SH=400;D=FFFBDABBFBFF6;C=336;L=52;R=24;�
2017.10.21 10:48:01 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-610;LH=613;SL=-396;SH=393;D=FFFBDABBFB556EB;C=335;L=60;R=24;�
2017.10.21 10:48:01 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-619;LH=600;SL=-400;SH=393;D=FFFBDABBFB7DEA;C=335;L=56;R=25;�
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-606;LH=618;SL=-387;SH=395;D=FFFBDABBFB7D5A8;C=334;L=57;R=25;�
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-611;LH=617;SL=-388;SH=397;D=FFFBDAB;C=335;L=28;R=24;�
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-618;LH=605;SL=-398;SH=389;D=809128A;C=334;L=28;R=230;�
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-22580;P1=415;P2=-418;P3=322;P4=-338;P5=583;P6=-606;D=0121232121212141212123212561212125612565656121256121232121212561256121256125656141256565;CP=1;R=72;�
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz/msg READ: �MU;P1=415;P2=-415;P6=600;P7=-618;D=012124212121215121212421267121212671267676712126712121212121567126712124267124212126767;CP=1;R=72;�
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:48:02 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz/msg READ: �MU;P1=408;P2=-418;P5=588;P6=-600;D=0121212321212321212121212561212125612565656121256121232121212561256121256125656321256565;CP=1;R=72;�
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-31392;P1=417;P2=-419;P4=334;P5=-326;P6=586;P7=-578;D=0121212421212124212121512671212126712676767126267121215121212671267676767676712121267676;CP=1;R=73;�
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=578;P2=-413;P3=323;P4=-635;P5=423;P6=-336;D=0123434343232525232525256145252321432141414525214325252565252143214141414141456525214141;CP=5;R=72;�
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:48:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:48:22 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-23832;P1=844;P2=-374;P3=354;P4=-866;D=01212121212121212121234341212123434121212343412121234123412123412341212341234121234123434123412;CP=1;R=43;�
2017.10.21 10:48:23 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-620;LH=600;SL=-416;SH=386;D=FFFBBF76BBFF6;C=336;L=52;R=51;�
2017.10.21 10:48:23 4: Arduino_Nano_868Mhz/msg READ: �MU;P2=-564;P3=409;P4=898;P6=-1066;D=0123232323242325632423232323646324232363242364646573646323;CP=3;R=212;�
2017.10.21 10:48:23 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:48:23 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:48:23 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:48:23 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-1031;LH=912;SL=-544;SH=434;D=9A2D6FE3058CAA;C=486;L=55;R=216;�
2017.10.21 10:48:23 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.21 10:48:25 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=863;P2=-350;P3=369;P4=-860;D=01212121212121212121234341212123412121212341212341234121212123412341212343434341234123412123434;CP=1;R=250;�
2017.10.21 10:48:38 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.21 10:48:41 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-8160;P1=387;P2=-408;P4=580;P5=-616;D=012121212121212121212121245454545124545454545451212451245124512121245454545451245121212121;CP=1;R=40;�
2017.10.21 10:48:41 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:48:41 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:48:41 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:48:41 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-617;LH=574;SL=-403;SH=382;D=FFFAAD5576DEAAD78;C=329;L=65;R=40;�
2017.10.21 10:49:11 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-607;LH=606;SL=-402;SH=397;D=FFFBDADED5FFDA;C=335;L=55;R=13;�
2017.10.21 10:49:11 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-14188;P1=401;P2=-400;P3=599;P4=-616;D=01212121212121212121212123412121234123434123412121234123434341212343434343412341212343412;CP=1;R=12;�
2017.10.21 10:49:11 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:49:11 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:49:11 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-607;LH=607;SL=-391;SH=402;D=FFFBDADED5D55BAC;C=334;L=62;R=13;�
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-11244;P1=408;P2=-392;P3=622;P4=-591;D=0121212121212121212121212341212123412343412341212123412343434121234121212123412121234341;CP=1;R=10;�
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-602;LH=618;SL=-398;SH=399;D=FFFBDADED5DF54;C=336;L=54;R=9;�
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-30604;P1=407;P2=-385;P3=613;P4=-601;D=01212121212121212121212123412121234123434123412121234123434341212341212341234341212343412;CP=1;R=12;�
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:49:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:49:13 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-606;LH=612;SL=-406;SH=403;D=FFFBDADED5DEFAC;C=337;L=58;R=13;�
2017.10.21 10:49:13 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-612;LH=612;SL=-392;SH=395;D=FFFBDADED5DDAEB;C=335;L=60;R=10;�
2017.10.21 10:49:13 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-610;LH=615;SL=-396;SH=395;D=FFFBDAD;C=335;L=28;R=13;�
2017.10.21 10:49:13 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-616;LH=609;SL=-390;SH=398;D=DABAAAF58;C=335;L=33;R=216;�
2017.10.21 10:49:13 4: Arduino_Nano_868Mhz/msg READ: �MU;P1=409;P2=-424;P4=-322;P5=574;P6=-618;D=01212123212121232121214125612121256125656125612123256145656563232565656565656321212565656;CP=1;R=71;�
2017.10.21 10:49:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:49:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:49:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:49:14 4: Arduino_Nano_868Mhz/msg READ: �MU;P1=419;P2=-418;P5=588;P6=-632;D=01232323232323212123212125612121256125656125617121256125656561212565656565656121217565656;CP=1;R=70;�
2017.10.21 10:49:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:49:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:49:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:49:23 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.21 10:49:38 4: Arduino_Nano_433Mhz/KeepAlive not ok, retry = 1 -> get ping
2017.10.21 10:49:38 4: Arduino_Nano_433Mhz/HandleWriteQueue: nothing to send, stopping timer
2017.10.21 10:49:56 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-617;LH=611;SL=-401;SH=392;D=FFFBDABBF8;C=336;L=37;R=18;�
2017.10.21 10:50:12 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=397;P2=-397;P3=580;P4=-602;D=012121212121212121212121234341212121212123412123412121234341234121212123434341234121212;CP=1;R=9;�
2017.10.21 10:50:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:50:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:50:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:50:13 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-604;LH=595;SL=-397;SH=388;D=FFFAFEEF5BEAD7;C=330;L=56;R=8;�
2017.10.21 10:50:20 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-614;LH=604;SL=-407;SH=389;D=FFFBBF76BBFF6;C=335;L=52;R=50;�
2017.10.21 10:50:23 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.21 10:50:38 3: Arduino_Nano_433Mhz/KeepAlive not ok, retry = 2 -> get ping
2017.10.21 10:50:38 4: Arduino_Nano_433Mhz/HandleWriteQueue: nothing to send, stopping timer
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz/msg READ: �MU;P1=418;P3=-403;P4=619;P5=-556;D=01023231313134513454513134545131345454515;CP=1;R=251;�
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=647;P1=-548;P2=440;P3=-352;D=012301010101230101012323012323232323232301012321;CP=2;R=197;�
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-5252;P1=431;P2=-355;P3=614;P4=-594;D=0121212121212121212121212341234341212321;CP=1;R=197;�
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=446;P1=-345;P2=638;P3=-547;D=01232323010123012323232301232323010123230101010;CP=0;R=200;�
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:50:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:51:18 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-32001;P1=852;P2=-370;P3=361;P4=-861;D=01212121212121212121234341212123434121212341214;CP=1;R=45;�
2017.10.21 10:51:19 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=853;P1=-375;P2=350;P3=-863;D=012301230101230123010123012301012301232301230103;CP=2;R=249;�
2017.10.21 10:51:22 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-19820;P1=854;P2=-376;P3=363;P4=-847;D=01212121212121212121234341212123412121212341412;CP=1;R=22;�
2017.10.21 10:51:22 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-376;P1=366;P2=-846;P3=853;D=01230303030123012303012123030301230123030121230;CP=1;R=227;�
2017.10.21 10:51:23 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.10.21 10:51:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-601;LH=595;SL=-406;SH=392;D=175FF8;C=332;L=21;R=231;�
2017.10.21 10:51:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-605;LH=589;SL=-415;SH=386;D=FFFBD6;C=332;L=23;R=3;�
2017.10.21 10:51:30 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-602;LH=588;SL=-415;SH=386;D=B5ABAFDE;C=331;L=31;R=198;�
2017.10.21 10:51:38 3: Arduino_Nano_433Mhz/KeepAlive not ok, retry = 3 -> get ping
2017.10.21 10:51:38 4: Arduino_Nano_433Mhz/HandleWriteQueue: nothing to send, stopping timer
2017.10.21 10:51:44 3: Arduino_Nano_433Mhz reset
2017.10.21 10:51:44 3: Opening Arduino_Nano_433Mhz device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2017.10.21 10:51:44 3: Setting Arduino_Nano_433Mhz serial parameters to 57600,8,N,1
2017.10.21 10:51:44 1: Arduino_Nano_433Mhz/define: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:51:44 1: Arduino_Nano_433Mhz/init: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:51:44 3: Arduino_Nano_433Mhz device opened
2017.10.21 10:51:45 3: Arduino_Nano_433Mhz/init: disable receiver (XQ)
2017.10.21 10:51:46 3: Arduino_Nano_433Mhz/init: get version, retry = 0
2017.10.21 10:51:49 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-592;LH=586;SL=-399;SH=390;D=FFFAF74;C=327;L=27;R=4;�
2017.10.21 10:51:49 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=391;P1=-593;P2=586;P3=-396;D=0121210303210303032121212121030321030303030303212;CP=0;R=204;�
2017.10.21 10:51:49 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:51:49 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:51:49 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:51:49 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-598;LH=587;SL=-404;SH=389;D=FFFAF4;C=329;L=24;R=204;�
2017.10.21 10:51:49 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-598;LH=597;SL=-402;SH=392;D=ABBD55DBC;C=331;L=34;R=216;�
2017.10.21 10:51:51 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-392;P1=622;P2=-598;P3=409;D=0121230123030303030303030303030301212303012123;CP=3;R=236;�
2017.10.21 10:51:51 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:51:51 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:51:51 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:51:52 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-615;LH=573;SL=-413;SH=381;D=FFFAAD0;C=330;L=27;R=50;�
2017.10.21 10:51:52 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-599;LH=592;SL=-412;SH=383;D=DEDAAAAFC;C=330;L=34;R=253;�
2017.10.21 10:51:53 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-597;LH=601;SL=-396;SH=392;D=FFFAAD15BDB55557C;C=330;L=66;R=48;�
2017.10.21 10:51:56 3: Arduino_Nano_433Mhz/init: get version, retry = 1
2017.10.21 10:52:06 3: Arduino_Nano_433Mhz/init: get version, retry = 2
2017.10.21 10:52:15 2: Arduino_Nano_868Mhz closed
2017.10.21 10:52:16 3: Arduino_Nano_433Mhz/init: get version, retry = 3
2017.10.21 10:52:16 2: Arduino_Nano_433Mhz/init retry count reached. Reset
2017.10.21 10:52:16 3: Arduino_Nano_433Mhz reset
2017.10.21 10:52:16 3: Opening Arduino_Nano_433Mhz device /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0
2017.10.21 10:52:16 3: Setting Arduino_Nano_433Mhz serial parameters to 57600,8,N,1
2017.10.21 10:52:16 1: Arduino_Nano_433Mhz/define: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:52:16 1: Arduino_Nano_433Mhz/init: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:52:16 3: Arduino_Nano_433Mhz device opened
2017.10.21 10:52:18 3: Arduino_Nano_433Mhz/init: disable receiver (XQ)
2017.10.21 10:52:18 3: Arduino_Nano_433Mhz/init: get version, retry = 0
2017.10.21 10:52:22 1: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0 disconnected, waiting to reappear (Arduino_Nano_433Mhz)
2017.10.21 10:52:28 3: Arduino_Nano_433Mhz/init: get version, retry = 1
2017.10.21 10:52:32 3: Setting Arduino_Nano_433Mhz serial parameters to 57600,8,N,1
2017.10.21 10:52:32 1: Arduino_Nano_433Mhz/define: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:52:32 1: Arduino_Nano_433Mhz/init: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0@57600
2017.10.21 10:52:32 1: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.4:1.0-port0 reappeared (Arduino_Nano_433Mhz)
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: ����{��R�QJp����X���Ǎ���H�U����Reading values fom eeprom
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (����{��R�QJp����X���Ǎ���H�U����Reading values fom eeprom) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: CCInit SRES Started
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (CCInit SRES Started) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: POR Done
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (POR Done) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: CCVersion=20
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (CCVersion=20) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: CCPartnum=0
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (CCPartnum=0) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: CC1101 found
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (CC1101 found) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Starting timerjob
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (Starting timerjob) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 3: Arduino_Nano_433Mhz/init: disable receiver (XQ)
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (CC1100_PKTCTRL0=50 vs EEPROM PKTCTRL0=50) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: C1100_IOCFG2=13 vs EEPROM IOCFG2=13
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (C1100_IOCFG2=13 vs EEPROM IOCFG2=13) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: receiver enabled
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: Received answer (receiver enabled) for version does not match V\s.SIGNAL(duino|ESP).
2017.10.21 10:52:34 3: Arduino_Nano_433Mhz/init: get version, retry = 0
2017.10.21 10:52:34 4: Arduino_Nano_433Mhz/msg READ: V 3.3.1-dev_171021 SIGNALduino cc1101 - compiled at Oct 21 2017 10:41:50
2017.10.21 10:52:34 2: Arduino_Nano_433Mhz: initialized. v3.3.1-dev
2017.10.21 10:52:34 3: Arduino_Nano_433Mhz/init: enable receiver (XE)
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1048;LH=913;SL=-560;SH=450;D=555555555;C=495;L=36;R=212;�
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=913;P1=-561;P2=415;P3=-1551;P4=1360;P5=-17920;P7=-1066;D=0123414141232323234123232341234123410547070707070707;CP=2;R=212;�
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:52:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:52:38 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-15184;P1=228;P2=-3898;P3=501;P4=-1944;P5=-963;D=012343535353535353535353535353535353534343435353535343434343535353535343434323435353535353535353535353535353435;CP=3;R=233;�
2017.10.21 10:52:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:52:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:52:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:52:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:52:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:52:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:52:38 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-958;P1=502;P2=-1949;P3=-3904;P4=744;D=010101010101212121010101012121212101010101012121213121040101010101010101010101010101012121210101010121212121010;CP=1;R=234;�
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-974;P1=506;P2=-1900;P3=1618;P4=-1382;P5=-495;P6=-313;P7=6092;D=0101012121212101010101012123034343516351635163516351635163516351634127;CP=1;R=232;�
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 37 -> Bresser 7009994 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 46 -> EKX1BE matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 48 -> TFA Dostmann matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 65 -> Homeeasy matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2716;LH=3140;SL=-1258;SH=1683;D=93B80364;C=1466;L=30;R=221;�
2017.10.21 10:52:39 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1466 RSSI -91.5 -> OSV1
2017.10.21 10:52:43 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=228;P1=-2091;P2=409;P3=-4169;P4=108;D=012121212321212121212123232321232323232123212321212323214;CP=2;R=208;�
2017.10.21 10:52:48 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=-9206;P2=-3984;P3=416;P4=-2038;P5=336;D=31523232343234323432343434343434343234346;CP=3;SP=1;R=206;�
2017.10.21 10:52:49 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-4001;P1=413;P2=-9228;P3=294;P4=-2038;D=123010101410141014101414141414143410141414141014101010101010341010;CP=1;SP=2;R=210;�
2017.10.21 10:52:49 4: Arduino_Nano_433Mhz: Matched MS Protocol id 38 -> weather38
2017.10.21 10:52:49 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:52:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=108;P1=-3990;P2=405;P3=-2035;P4=-9196;P5=318;P6=208;D=01232123232323232323212323232321232121212121212321212451212123212321232153232323236;CP=2;R=211;�
2017.10.21 10:52:49 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=132;P1=-1019;P2=415;P3=-2033;P5=-3984;P6=264;D=01212323232123212123232323212121212123232325216;CP=2;R=209;�
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=945;SL=-529;SH=451;D=5C532E94C0E7D79A8;C=489;L=65;R=46;�
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 489 RSSI -51 -> OSV2o3
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 489 RSSI -51 -> tfa 30.3208.0
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1014;LH=935;SL=-519;SH=452;D=AE29974A4073EBCD50;C=486;L=69;R=46;�
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 486 RSSI -51 -> OSV2o3
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 486 RSSI -51 -> Hideki protocol
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 486 RSSI -51 -> Hideki protocol not invert
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75CABA4AE0BECF15 with 72 bits, messagestart 0
2017.10.21 10:52:53 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75CABA4AE0BECF15
2017.10.21 10:52:53 4: Hideki_Parse SensorTyp = 30 decodedString = 755ecede20c2513f
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz crc failed
2017.10.21 10:52:53 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 486 RSSI -51 -> tfa 30.3208.0
2017.10.21 10:52:54 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=-1026;P2=443;P3=-2000;P4=-3980;D=24212323232321232121212121212121212123232321232121232323232121212121232323;CP=2;SP=4;R=212;�
2017.10.21 10:52:59 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-15460;P1=520;P2=-9076;P3=-4148;P4=-2094;D=1213141314131414131314141414141414141313131413141413141314141414131314141414;CP=1;SP=2;R=231;m2;�
2017.10.21 10:52:59 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:52:59 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sA98074A18000 length 40 RSSI = -86.5
2017.10.21 10:52:59 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: GT_WT_02
2017.10.21 10:52:59 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:52:59 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sA98074A18000 length 40 RSSI = -86.5
2017.10.21 10:52:59 4: Arduino_Nano_433Mhz Dispatch: sA98074A18000, Dropped due to short time or equal msg
2017.10.21 10:52:59 4: Arduino_Nano_433Mhz/msg READ: avd a chk
2017.10.21 10:53:05 4: Arduino_Nano_433Mhz/msg READ: valid=0�MS;P1=487;P2=-4049;P3=-9086;P4=-2018;D=13121214121414141214121214121214141414121414141414121414141414141414141412;CP=1;SP=3;R=52;m2;�
2017.10.21 10:53:06 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-4057;P1=477;P2=-2029;P3=-9064;D=13101012101212121012101012101012121212101212121212101212121212121212121210;CP=1;SP=3;R=50;�
2017.10.21 10:53:06 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:53:06 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -49
2017.10.21 10:53:06 4: CUL_TCM97001: W174 original-msg: D16C20801000 , reversed nibbles: b86340108000
2017.10.21 10:53:06 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.21 10:53:06 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.21 10:53:06 4: CUL_TCM97001: W174 battery bit: 0
2017.10.21 10:53:06 4: CUL_TCM97001: W174 rain gauge swing count: 260
2017.10.21 10:53:06 4: CUL_TCM97001: W174 rain total: 65 l/qm
2017.10.21 10:53:06 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:53:06 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -49
2017.10.21 10:53:06 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1016;LH=939;SL=-515;SH=456;D=A8D5B45ACE060BC754;C=487;L=71;R=56;�
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 487 RSSI -46 -> OSV2o3
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 487 RSSI -46 -> Hideki protocol
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 7595BACAFCBE38D5 with 71 bits, messagestart 1
2017.10.21 10:53:07 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#7595BACAFCBE38D5
2017.10.21 10:53:07 4: Hideki_Parse SensorTyp = 30 decodedString = 75bfce5e04c2487f
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz crc failed
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 487 RSSI -46 -> Hideki protocol not invert
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 487 RSSI -46 -> tfa 30.3208.0
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1002;LH=943;SL=-526;SH=454;D=A8D5B45ADE060BC6;C=487;L=63;R=57;�
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 487 RSSI -45.5 -> OSV2o3
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 487 RSSI -45.5 -> tfa 30.3208.0
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1014;LH=962;SL=-509;SH=460;D=A8C1345ACD9F0BCF0;C=490;L=65;R=251;�
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 490 RSSI -76.5 -> OSV2o3
2017.10.21 10:53:07 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 490 RSSI -76.5 -> tfa 30.3208.0
2017.10.21 10:53:08 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-994;LH=950;SL=-514;SH=461;D=A8C1345ADD9F0BCF;C=486;L=64;R=250;�
2017.10.21 10:53:08 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 486 RSSI -77 -> OSV2o3
2017.10.21 10:53:08 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 486 RSSI -77 -> tfa 30.3208.0
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2711;LH=3160;SL=-1237;SH=1695;D=DB11FF26;C=1467;L=32;R=223;�
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1467 RSSI -90.5 -> OSV1
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: OSV1 input data: 00100100111011100000000011011001
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: OSV1 protocol id (18) translated to RFXSensor format
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: converted to hex: (500A4D1004700700002400)
2017.10.21 10:53:09 4: THR128_1 decoded Oregon: T: 7.7 BAT: ok
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2716;LH=3162;SL=-1257;SH=1675;D=93B80364;C=1468;L=30;R=222;�
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1468 RSSI -91 -> OSV1
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=582;P2=-384;P3=-1416;P4=-804;P5=1163;D=01212121212121212121212121212121213141254121254545214521;CP=1;R=218;�
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 48 -> TFA Dostmann matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=1152;P1=-412;P2=559;P3=-808;P4=-1424;D=01232121212121212121212103212121212101212123032121212121212121012121212423210321030;CP=2;R=221;�
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 48 -> TFA Dostmann matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:53:09 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-810;P1=561;P2=-411;P3=1152;P4=-1416;D=01212121232101212121212321212103012121212121212123212121214101230301232103210321012121212121;CP=1;R=219;�
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 48 -> TFA Dostmann matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:53:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1016;LH=947;SL=-523;SH=450;D=A8DA345ACA7C0AE94A8;C=489;L=73;R=11;�
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 489 RSSI -68.5 -> OSV2o3
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 489 RSSI -68.5 -> Hideki protocol
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75E9BACA0DBFD1AD07 with 75 bits, messagestart 1
2017.10.21 10:53:12 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75E9BACA0DBFD1AD07
2017.10.21 10:53:12 4: Hideki_Parse SensorTyp = 30 decodedString = 753bce5e17c173f709
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz crc failed
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 489 RSSI -68.5 -> Hideki protocol not invert
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 489 RSSI -68.5 -> tfa 30.3208.0
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=953;SL=-513;SH=459;D=72E94960FD45AD5D68;C=489;L=69;R=11;�
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 489 RSSI -68.5 -> OSV2o3
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 489 RSSI -68.5 -> Hideki protocol
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 489 RSSI -68.5 -> Hideki protocol not invert
2017.10.21 10:53:12 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 489 RSSI -68.5 -> tfa 30.3208.0
2017.10.21 10:53:19 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=184;P1=112;P2=-2036;P3=406;P5=-3986;P6=-9252;P7=319;D=1232323232353232323235323535353535353235353675357532353235327532320;CP=3;R=210;�
2017.10.21 10:53:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:53:20 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=222;P1=-2025;P2=417;P4=-4002;P5=306;P6=-9216;D=0121212121242121212154212424242424542124242654242451245124212421210;CP=2;R=209;�
2017.10.21 10:53:20 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=961;SL=-521;SH=470;D=AE76974A6383EAF156;C=493;L=71;R=60;�
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 493 RSSI -44 -> OSV2o3
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 493 RSSI -44 -> Hideki protocol
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 493 RSSI -44 -> Hideki protocol not invert
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75B7BACA1CBE3DD5 with 72 bits, messagestart 0
2017.10.21 10:53:24 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75B7BACA1CBE3DD5
2017.10.21 10:53:24 4: Hideki_Parse SensorTyp = 30 decodedString = 75d9ce5e24c2477f
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz crc failed
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 493 RSSI -44 -> tfa 30.3208.0
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-976;LH=957;SL=-524;SH=451;D=AED2E948707D5E2;C=484;L=60;R=61;�
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 484 RSSI -43.5 -> tfa 30.3208.0
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-964;P1=505;P2=-1934;P3=-4004;P4=396;D=0121010101012101012121212101010101010101013421210121210101212101010101010101210101010121010121212;CP=1;R=224;�
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:24 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:53:25 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-950;P1=507;P2=-1936;P3=-3990;P4=406;D=13421210121210101212101010101010101210101010121010121212121010101010101010;CP=1;SP=3;R=222;�
2017.10.21 10:53:25 4: Arduino_Nano_433Mhz: Matched MS Protocol id 1 -> ConradRSL
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-23936;P1=768;P2=-445;P3=282;P4=-947;D=0121212121212121212123412123412343434341234121234123434121212341234121234341212343434123412341;CP=3;R=40;�
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 59 -> AK-HD-4 matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: WS2000 Sensortyp 4 - ERROR lenght of message 35 (70)
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: decoded matched MU Protocol id 61 dmsg P61#0025E96299D4 length 48 RSSI = -54
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz FS10_Parse: Protocol: 61, rawData: 0025E96299D4
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz FS10_Parse: rawBitData: 000000000010010111101001011000101001100111010100 (48)
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz FS10_Parse: datastart: 4, blen: 38 bitData=10010111101001011000101001100111010100 (38)
2017.10.21 10:53:31 3: Arduino_Nano_433Mhz FS10_Parse: error sum=4 rsum=1 bitData=10010111101001011000101001100111010100
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:53:31 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:53:34 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-8672;P1=240;P2=-3904;P3=506;P4=-1939;P5=-960;D=01234353535353535353535353535353535353434343535353534343434353535353534343432343535353535353535353;CP=3;R=230;�
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=505;P1=-963;P2=-1936;P3=-3892;D=0101010101010101010102020201010101020202020101010101020202030201010101010101010101010101010101020202010101;CP=0;R=234;�
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:53:36 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1951;P1=489;P2=-973;P3=-3876;D=01212121212121212121212121212121210101012121212101010101212121212101010131012121212121212121212121212121210;CP=1;R=234;�
2017.10.21 10:53:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:53:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:53:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1027;LH=928;SL=-539;SH=433;D=555555554;C=487;L=35;R=214;�
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=1294;P1=-556;P2=920;P3=-17908;P4=-1023;P5=440;D=01230424242424242424242424242424242424245;CP=2;R=201;�
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:53:37 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=938;SL=-521;SH=449;D=AE29974A6073EBCD50;C=486;L=69;R=46;�
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 486 RSSI -51 -> OSV2o3
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12 clock 486 RSSI -51 -> Hideki protocol
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz: Found manchester Protocol id 12.1 clock 486 RSSI -51 -> Hideki protocol not invert
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz: hideki protocol converted to hex: 75CABACAE0BECF15 with 72 bits, messagestart 0
2017.10.21 10:53:38 4: Hideki_Parse Arduino_Nano_433Mhz incomming P12#75CABACAE0BECF15
2017.10.21 10:53:38 4: Hideki_Parse SensorTyp = 30 decodedString = 755ece5e20c2513f
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz crc failed
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 486 RSSI -51 -> tfa 30.3208.0
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=935;SL=-531;SH=446;D=AE29974A4073EBCD4;C=486;L=66;R=46;�
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz: Found manchester Protocol id 10 clock 486 RSSI -51 -> OSV2o3
2017.10.21 10:53:38 4: Arduino_Nano_433Mhz: Found manchester Protocol id 58 clock 486 RSSI -51 -> tfa 30.3208.0
2017.10.21 10:53:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2703;LH=3177;SL=-1233;SH=1699;D=DB11FF26;C=1468;L=32;R=224;�
2017.10.21 10:53:39 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1468 RSSI -90 -> OSV1
2017.10.21 10:53:39 4: Arduino_Nano_433Mhz: OSV1 input data: 00100100111011100000000011011001
2017.10.21 10:53:39 4: Arduino_Nano_433Mhz: OSV1 protocol id (18) translated to RFXSensor format
2017.10.21 10:53:39 4: Arduino_Nano_433Mhz: converted to hex: (500A4D1004700700002400)
2017.10.21 10:53:39 4: THR128_1 decoded Oregon: T: 7.7 BAT: ok
2017.10.21 10:53:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2696;LH=3178;SL=-1231;SH=1706;D=93B80364;C=1468;L=30;R=226;�
2017.10.21 10:53:39 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1468 RSSI -89 -> OSV1
2017.10.21 10:53:40 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9036;P1=403;P2=-4140;P3=-2117;P4=272;P5=180;D=01212131213121313131312431313131313121212135;CP=1;R=210;�
2017.10.21 10:53:42 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=482;P2=-4043;P3=-9074;P4=-2021;D=13121214121414141214121214121214141414121414141414121414141414141414141412;CP=1;SP=3;R=51;�
2017.10.21 10:53:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:53:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -48.5
2017.10.21 10:53:42 4: CUL_TCM97001: W174 original-msg: D16C20801000 , reversed nibbles: b86340108000
2017.10.21 10:53:42 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.21 10:53:42 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.21 10:53:42 4: CUL_TCM97001: W174 battery bit: 0
2017.10.21 10:53:42 4: CUL_TCM97001: W174 rain gauge swing count: 260
2017.10.21 10:53:42 4: CUL_TCM97001: W174 rain total: 65 l/qm
2017.10.21 10:53:42 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:53:42 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -48.5
2017.10.21 10:53:42 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-2030;P1=479;P2=-4050;P3=-9076;D=13121210121010101210121210121210101010121010101010121010101010101010101012;CP=1;SP=3;R=50;�
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -49
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -49
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2024;P1=478;P2=-4052;P3=-9064;P4=180;D=0121010101210121210121210101010121010101010121010101010101010101012134;CP=1;R=48;�
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-979;P2=-1978;P3=233;P5=-8030;D=353032303230323032323030303030303030303032323032303030303030323232323230;CP=3;SP=5;R=238;�
2017.10.21 10:53:43 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-970;P1=237;P2=-1990;P3=-8008;D=13101210121012101212101010101010101010101212101210101010101012121212121010;CP=1;SP=3;R=238;�
2017.10.21 10:53:44 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1983;P1=231;P2=-966;D=012101210101212121212121212121210101210121212121212101010101012121;CP=1;R=233;�
2017.10.21 10:53:44 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:53:44 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:53:44 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:53:44 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1985;P1=226;P2=-961;P3=-8018;D=13121012101210121010121212121212121212121010121012121212121210101010101212;CP=1;SP=3;R=238;�
2017.10.21 10:53:44 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1997;P1=239;P2=-957;P3=-8026;D=13121012101210121010121212121212121212121010121012121212121210101210101212;CP=1;SP=3;R=236;�
2017.10.21 10:53:49 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-4161;P1=532;P2=-9083;P3=-2087;D=1210131013101313101013131313131313131010101310131310131013131313101013131313;CP=1;SP=2;R=234;m2;�
2017.10.21 10:53:49 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:53:49 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sA98074A18000 length 40 RSSI = -85
2017.10.21 10:53:49 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: GT_WT_02
2017.10.21 10:53:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9083;P1=505;P2=-4149;P3=-2124;D=012131213121313121213131313131313131212121312131312131213131313121213131313101310121312131213;CP=1;R=235;�
2017.10.21 10:53:49 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4131;P1=510;P2=-2100;D=0101012121212121212121010101210121210121012121212;CP=1;R=202;�
2017.10.21 10:53:54 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=958;SL=-522;SH=460;D=A8C1345AA8;C=489;L=37;R=250;�
2017.10.21 10:53:54 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-998;LH=960;SL=-508;SH=469;D=8CE179EA;C=489;L=31;R=211;�
2017.10.21 10:53:54 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-999;LH=949;SL=-518;SH=467;D=A8C1345C;C=488;L=30;R=249;�
2017.10.21 10:53:54 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1005;LH=953;SL=-520;SH=461;D=6179C;C=489;L=18;R=224;�
2017.10.21 10:53:54 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1011;LH=939;SL=-513;SH=468;D=1345ADC6;C=488;L=31;R=250;�
2017.10.21 10:53:54 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=957;SL=-510;SH=458;D=70BCF6AE;C=487;L=32;R=203;�
2017.10.21 10:53:55 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=933;SL=-528;SH=462;D=AE4B974A68;C=488;L=37;R=12;�
2017.10.21 10:53:55 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=941;SL=-525;SH=460;D=C1FA8B5AA;C=489;L=35;R=230;�
2017.10.21 10:53:55 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=939;SL=-515;SH=457;D=AE4B974A;C=488;L=32;R=12;�
2017.10.21 10:53:55 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-997;LH=960;SL=-513;SH=456;D=0574A0;C=487;L=21;R=235;�
2017.10.21 10:53:55 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1001;LH=952;SL=-520;SH=459;D=A8DA345A;C=488;L=32;R=12;�
2017.10.21 10:53:55 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-999;LH=954;SL=-522;SH=464;D=B4F815D28;C=489;L=34;R=236;�
2017.10.21 10:53:55 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=940;SL=-513;SH=457;D=A8D5B45ACA;C=486;L=39;R=57;�
2017.10.21 10:53:55 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=936;SL=-522;SH=452;D=060BC754;C=486;L=30;R=15;�
2017.10.21 10:53:56 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1014;LH=946;SL=-516;SH=445;D=AE54974A0;C=486;L=33;R=56;�
2017.10.21 10:53:56 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1015;LH=938;SL=-517;SH=453;D=E060BC7;C=487;L=28;R=27;�
2017.10.21 10:53:56 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1017;LH=940;SL=-528;SH=448;D=AE54974A;C=488;L=32;R=56;�
2017.10.21 10:53:56 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1013;LH=946;SL=-526;SH=452;D=87E7D0E0;C=489;L=29;R=28;�
2017.10.21 10:54:04 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=464;P2=-14928;P3=-3939;P4=-1988;P5=-7956;D=012131313141413141414141314131313141414131414131513141313131414131414141413141313131414141314;CP=1;R=243;�
2017.10.21 10:54:04 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:04 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-7972;P1=465;P2=-3929;P3=-1986;D=10121312121213131213131313121312121213131312130;CP=1;SP=0;R=242;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3950;P1=457;P2=-1988;P3=-7960;D=0121210121212121012101010121212101212101310121010101212101212121210121010;CP=1;R=244;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1977;P1=461;P2=-3949;P3=-7936;D=0101010121010121312101212121010121010101012101212;CP=1;R=242;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1986;P1=465;P2=-3939;P3=-7952;D=13121012121210101210101010121012121210101012101012;CP=1;SP=3;R=242;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -81
2017.10.21 10:54:05 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: ABS700
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3942;P1=460;P2=-1984;P3=-7944;D=0101210101012121210121210131012101010121210121212;CP=1;R=241;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-3961;P1=457;P2=-1991;P3=-7954;D=13101210101012121012121212101210101012121210121210;CP=1;SP=3;R=239;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -82.5
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -82.5
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1988;P1=461;P2=-3952;P3=-7936;D=0101012101010101210121212101010121010121312101212;CP=1;R=243;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1985;P1=460;P2=-3922;P3=-7960;D=0101010121012121210101012101012131210121212101012101010101210121212101010;CP=1;R=241;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1984;P1=459;P2=-3935;P3=-7956;D=0101012131210121212101012101010101210121212101010;CP=1;R=241;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-7960;P1=473;P2=-3947;P3=-1973;D=012131212121313121313131312131212121313131213131210121312121213131213131313;CP=1;R=242;�
2017.10.21 10:54:05 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1975;P1=468;P2=-3940;P3=-7964;D=0101212121010101210101213121012121210101210101010;CP=1;R=244;�
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-1985;P1=463;P2=-3945;P3=-7974;D=13121012121210101210101010121012121210101012101012;CP=1;SP=3;R=245;�
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -79.5
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3937;P1=462;P2=-1987;P3=-7964;D=0101212121210121010101212121012121013101210101012;CP=1;R=239;�
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-3946;P1=459;P2=-1988;P3=-7960;D=13101210101012121012121212101210101012121210121210;CP=1;SP=3;R=244;�
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sB90B8900 length 24 RSSI = -80
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sB90B8900 length 24 RSSI = -80
2017.10.21 10:54:06 4: Arduino_Nano_433Mhz Dispatch: sB90B8900, Dropped due to short time or equal msg
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3636;P1=570;P2=-405;P3=-1424;P4=-798;P5=1136;D=01212121212121212121212121212121213141254121;CP=1;R=219;�
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:10 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=1142;P1=-396;P2=584;P3=-800;D=0123012321212121212121212101212321212121012121230321212121212121212;CP=2;R=200;�
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 48 -> TFA Dostmann matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:54:15 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1002;LH=949;SL=-508;SH=476;D=AE76974A54;C=489;L=38;R=60;�
2017.10.21 10:54:15 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1003;LH=948;SL=-525;SH=449;D=3E0A8754;C=487;L=31;R=20;�
2017.10.21 10:54:15 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1001;LH=945;SL=-515;SH=457;D=C4B45AEE2;C=486;L=35;R=61;�
2017.10.21 10:54:15 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=949;SL=-521;SH=456;D=E0A8755A4;C=488;L=34;R=11;�
2017.10.21 10:54:15 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1004;LH=946;SL=-522;SH=460;D=AE76974;C=488;L=27;R=61;�
2017.10.21 10:54:15 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1003;LH=950;SL=-519;SH=463;D=8707D5E4;C=489;L=30;R=25;�
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=476;P2=-4058;P3=-9086;P4=-2021;D=13121214121414141214121214121214141414121414141414121414141414141414141412;CP=1;SP=3;R=48;�
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -50
2017.10.21 10:54:19 4: CUL_TCM97001: W174 original-msg: D16C20801000 , reversed nibbles: b86340108000
2017.10.21 10:54:19 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.21 10:54:19 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.21 10:54:19 4: CUL_TCM97001: W174 battery bit: 0
2017.10.21 10:54:19 4: CUL_TCM97001: W174 rain gauge swing count: 260
2017.10.21 10:54:19 4: CUL_TCM97001: W174 rain total: 65 l/qm
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -50
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9064;P1=486;P2=-2018;P3=-4043;D=01213121313121313121212121312121212121312121212;CP=1;R=46;�
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9064;P1=482;P2=-4044;P3=-2021;D=01212131213131312131212131212131313131213131313131213131313131313131313;CP=1;R=48;�
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9068;P1=489;P2=-4051;P3=-2020;D=01212131213131312131212131212131313131213131313;CP=1;R=50;�
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2007;P1=486;P2=-4057;P3=-9064;D=010101010121312121012101010121012121012121010101012101010101012101010101012;CP=1;R=50;�
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2007;P1=487;P2=-4050;P3=-9064;D=01010121312121012101010121012121012121010101012;CP=1;R=49;�
2017.10.21 10:54:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:20 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2023;P1=466;P2=-4054;P3=-9084;D=01010101010101012131212101210101012101212101212101010101210101010101210101012;CP=1;R=45;�
2017.10.21 10:54:20 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:20 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2024;P1=465;P2=-4056;P3=-9064;D=01010101012131212101210101012101212101212101012;CP=1;R=37;�
2017.10.21 10:54:20 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-28120;P1=511;P2=-476;P3=-9112;P4=-1939;P5=-959;D=012131414151414151514141515151515151514151515151415151;CP=1;R=220;�
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 37 -> Bresser 7009994 matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 65 -> Homeeasy matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:54:21 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=300;P1=-432;P2=510;P3=-944;P4=-1938;P5=860;P6=-4000;P7=408;D=01232454542423232323232323232674242324242323242323;CP=2;R=222;�
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 37 -> Bresser 7009994 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 65 -> Homeeasy matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3920;P1=512;P2=-946;P3=-1941;D=0121212121213121212121312121313131312121212121212;CP=1;R=201;�
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=939;SL=-524;SH=456;D=A8EB345AD4;C=487;L=39;R=46;�
2017.10.21 10:54:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1005;LH=943;SL=-516;SH=451;D=E3050CAA;C=485;L=32;R=6;�
2017.10.21 10:54:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1012;LH=945;SL=-526;SH=446;D=A8EB345A8;C=488;L=33;R=47;�
2017.10.21 10:54:23 4: Arduino_Nano_433Mhz/msg READ: avd a chk
2017.10.21 10:54:23 4: Arduino_Nano_433Mhz/msg READ: valid=0�MC;LL=-1010;LH=953;SL=-530;SH=452;D=F8C1432A;C=490;L=31;R=7;�
2017.10.21 10:54:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1011;LH=937;SL=-527;SH=457;D=AE29974A8;C=488;L=34;R=46;�
2017.10.21 10:54:23 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=947;SL=-524;SH=450;D=FC60A194;C=487;L=30;R=16;�
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1933;P1=252;P2=-3880;P3=496;P4=-974;D=01230343434343434343434343434343434343030303434343430303434;CP=3;R=233;�
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1948;P1=500;P2=-974;P3=-3904;D=01010121212121210101013101212121212121010131012;CP=1;R=231;�
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1954;P1=498;P2=-3912;P3=-971;D=01012101313131313131313131313131313131313;CP=1;R=234;�
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=493;P1=-963;P2=-1950;D=0101020202010101010202020201010101010202020202;CP=0;R=233;�
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1947;P1=494;P2=-958;D=01010121212121010101012121212121010101010;CP=1;R=231;�
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:32 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=493;P1=-1931;P2=-3904;P3=-974;D=010101020103030303030303030303030303030303010303;CP=0;R=232;�
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=497;P1=-969;P2=-1949;P3=-3876;D=010101020202020101010101020202030202030201010101;CP=0;R=231;�
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=497;P1=-1947;P2=-969;P3=-3880;D=010102020202010101010202020202010101030102020202;CP=0;R=208;�
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:54:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:54:34 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.21 10:54:35 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1332;P1=393;P2=-9016;P3=-4134;P4=-2129;P5=320;P6=116;D=0121313141314131414141413141414141454131313141313131314136;CP=1;R=211;�
2017.10.21 10:54:35 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=272;P1=-2115;P2=407;P3=-4118;P4=-9024;D=0123212123232121232324212423232123210321212121230;CP=2;R=212;�
2017.10.21 10:54:35 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:36 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=401;P1=-4185;P2=-2125;P3=-9030;P4=288;D=0102010102020101030203010102410201020202020102020;CP=0;R=211;�
2017.10.21 10:54:36 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=416;P1=-4132;P2=-2116;P3=-9056;P4=-92;D=0101020101010102010201020201010202010103020301010201020104;CP=0;R=212;�
2017.10.21 10:54:36 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:54:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1004;LH=923;SL=-534;SH=453;D=AAAA8;C=485;L=18;R=12;�
2017.10.21 10:54:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1015;LH=965;SL=-531;SH=444;D=AE4B974;C=492;L=26;R=12;�
2017.10.21 10:54:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1008;LH=950;SL=-526;SH=454;D=753E0574;C=489;L=31;R=233;�
2017.10.21 10:54:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=942;SL=-536;SH=446;D=E4B974A50;C=490;L=33;R=11;�
2017.10.21 10:54:38 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=940;SL=-525;SH=454;D=7C0AE94A8;C=489;L=33;R=222;�
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-23180;P1=514;P2=-9084;P3=-4134;P4=-2114;D=1213141314131414131314141414141414141313131413141313141314141414131314141413;CP=1;SP=2;R=235;�
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sA98075A18800 length 40 RSSI = -84.5
2017.10.21 10:54:39 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: GT_WT_02
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sA98075A18800 length 40 RSSI = -84.5
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz Dispatch: sA98075A18800, Dropped due to short time or equal msg
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9060;P1=-136;P2=1618;P3=-1314;P4=3184;P5=502;P6=-2104;P7=-4158;D=2346575756575657575657565656565757565656575056505756575623215;CP=5;R=235;�
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 46 -> EKX1BE matches, trying to demodulate
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=3076;P1=-232;P2=516;P3=-4117;P4=-2108;P5=-9072;D=012324232424232324242424242424242323232423242323242324242424232324242423252425232423242324242324;CP=2;R=235;�
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2107;P1=523;P2=-4113;D=01010101010101212121012101212101210101010121210;CP=1;R=204;�
2017.10.21 10:54:39 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:41 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1012;LH=944;SL=-518;SH=471;D=A8C1345AD6;C=490;L=39;R=251;�
2017.10.21 10:54:41 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1012;LH=946;SL=-516;SH=473;D=3E1462D6;C=491;L=31;R=201;�
2017.10.21 10:54:41 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=947;SL=-513;SH=459;D=AE7D974;C=487;L=28;R=250;�
2017.10.21 10:54:41 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1002;LH=951;SL=-519;SH=460;D=D43E1462;C=488;L=31;R=218;�
2017.10.21 10:54:41 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1001;LH=934;SL=-526;SH=456;D=AE7D974;C=486;L=28;R=249;�
2017.10.21 10:54:41 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=959;SL=-522;SH=457;D=B43585188;C=489;L=33;R=218;�
2017.10.21 10:54:44 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1020;LH=937;SL=-520;SH=459;D=A8D5B45ACA;C=489;L=39;R=57;�
2017.10.21 10:54:44 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1022;LH=931;SL=-517;SH=457;D=060BC754;C=487;L=30;R=15;�
2017.10.21 10:54:45 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1012;LH=944;SL=-520;SH=458;D=A8D5B45AC;C=488;L=34;R=57;�
2017.10.21 10:54:45 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=944;SL=-523;SH=458;D=0305E3AA;C=489;L=31;R=12;�
2017.10.21 10:54:45 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1020;LH=947;SL=-516;SH=449;D=AE54974A4;C=488;L=35;R=56;�
2017.10.21 10:54:45 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1020;LH=948;SL=-515;SH=455;D=C0C178E8;C=489;L=29;R=20;�
2017.10.21 10:54:52 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=-2054;P2=407;P3=-3983;P4=-9242;P5=315;D=245323232123212321232121212121512123212121212323212323212321232321;CP=2;SP=4;R=212;�
2017.10.21 10:54:52 4: Arduino_Nano_433Mhz: Matched MS Protocol id 38 -> weather38
2017.10.21 10:54:52 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:54:52 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=136;P1=-2028;P2=408;P3=-4005;D=0123232123212323232323212321232123212121212121212321212121232321232321232;CP=2;R=205;�
2017.10.21 10:54:52 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:53 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=204;P1=-2065;P2=413;P3=-3982;P4=-9228;P5=316;P6=156;D=012121232121212123232123212323212403232321232123215321212121212121232121212123232123232123212323216;CP=2;R=210;�
2017.10.21 10:54:53 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=485;P2=-4057;P3=-9074;P4=-2009;D=13121214121414141214121214121214141414121414141414121414141414141414141412;CP=1;SP=3;R=48;�
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -50
2017.10.21 10:54:56 4: CUL_TCM97001: W174 original-msg: D16C20801000 , reversed nibbles: b86340108000
2017.10.21 10:54:56 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.21 10:54:56 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.21 10:54:56 4: CUL_TCM97001: W174 battery bit: 0
2017.10.21 10:54:56 4: CUL_TCM97001: W174 rain gauge swing count: 260
2017.10.21 10:54:56 4: CUL_TCM97001: W174 rain total: 65 l/qm
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -50
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9088;P1=491;P2=-2007;P3=-4055;D=01213121313121313121212121312121212121312121212;CP=1;R=47;�
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9088;P1=470;P2=-4056;P3=-2029;D=01212131213131312131212131212131313131213131313131213131313131313131313;CP=1;R=47;�
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9060;P1=469;P2=-4054;P3=-2029;D=01212131213131312131212131212131313131213131313;CP=1;R=50;�
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2018;P1=475;P2=-4054;P3=-9064;D=010101010121312121012101010121012121012121010101012101010101012101010101012;CP=1;R=50;�
2017.10.21 10:54:56 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:57 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2025;P1=474;P2=-4045;P3=-9088;D=01010121312121012101010121012121012121010101012;CP=1;R=49;�
2017.10.21 10:54:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:57 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2021;P1=485;P2=-4053;P3=-9076;D=01010101010101012131212101210101012101212101212101010101210101010101210101012;CP=1;R=47;�
2017.10.21 10:54:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:54:57 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2021;P1=486;P2=-4055;P3=-9064;D=01010101012131212101210101012101212101212101012;CP=1;R=40;�
2017.10.21 10:54:57 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:06 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-995;LH=961;SL=-513;SH=473;D=AE76974A68;C=490;L=38;R=61;�
2017.10.21 10:55:06 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-994;LH=965;SL=-524;SH=457;D=1F0543AA8;C=489;L=33;R=24;�
2017.10.21 10:55:06 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=947;SL=-523;SH=458;D=C4B45AEE2;C=488;L=35;R=60;�
2017.10.21 10:55:06 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=946;SL=-522;SH=459;D=C150EAB48;C=489;L=33;R=5;�
2017.10.21 10:55:08 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1022;LH=940;SL=-523;SH=437;D=AE29974A4;C=486;L=34;R=47;�
2017.10.21 10:55:08 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1018;LH=939;SL=-531;SH=438;D=E3050CAA;C=487;L=32;R=5;�
2017.10.21 10:55:08 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1022;LH=942;SL=-515;SH=447;D=A8EB345AA8;C=487;L=38;R=47;�
2017.10.21 10:55:08 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=943;SL=-514;SH=453;D=F1828654;C=488;L=31;R=5;�
2017.10.21 10:55:08 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1017;LH=944;SL=-542;SH=442;D=AE29974AA;C=490;L=36;R=47;�
2017.10.21 10:55:08 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=943;SL=-528;SH=443;D=F8C1432A;C=488;L=31;R=14;�
2017.10.21 10:55:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2697;LH=3158;SL=-1237;SH=1704;D=DB61FF46;C=1465;L=32;R=225;�
2017.10.21 10:55:09 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1465 RSSI -89.5 -> OSV1
2017.10.21 10:55:09 4: Arduino_Nano_433Mhz: OSV1 input data: 00100100100111100000000010111001
2017.10.21 10:55:09 4: Arduino_Nano_433Mhz: OSV1 protocol id (18) translated to RFXSensor format
2017.10.21 10:55:09 4: Arduino_Nano_433Mhz: converted to hex: (500A4D1004900700002600)
2017.10.21 10:55:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2700;LH=3162;SL=-1236;SH=1697;D=927802E4;C=1465;L=30;R=224;�
2017.10.21 10:55:09 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1465 RSSI -90 -> OSV1
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3912;P1=556;P2=-420;P3=-1428;P4=-812;P5=1136;D=012121212121212121212121212121212131412541212;CP=1;R=218;�
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:11 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=1150;P1=-404;P2=564;P3=-812;D=01212321212121012121230321212121212121212;CP=2;R=203;�
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 48 -> TFA Dostmann matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:12 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-18400;P1=518;P2=-480;P3=-9108;P4=-1924;P5=-953;D=0121314141514141515141415151515151515141515151514151514141515;CP=1;R=226;�
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1919;P1=526;P2=-938;P3=-3976;D=012121212121213101012101012121010121212101012;CP=1;R=225;�
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-942;P1=523;P2=-1921;D=0101010101210101010121010121212121010101010121012;CP=1;R=226;�
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-959;P1=512;P2=-3988;P3=416;P4=-1928;D=01010123414101414101014141010101010101014101014141;CP=1;R=225;�
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1927;P1=520;P2=-955;P3=-3972;P4=416;D=01210101010121212121212121213401012101012121;CP=1;R=226;�
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:18 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-945;P1=511;P2=-1940;P3=-3984;P4=396;D=0101212121210101010101010101342121012121010;CP=1;R=226;�
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3916;P1=513;P2=-947;P3=-1931;D=01212121212121213121212121312121313131312121212;CP=1;R=202;�
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:19 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:21 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=942;SL=-538;SH=447;D=AE4B974A55;C=489;L=40;R=12;�
2017.10.21 10:55:21 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=943;SL=-518;SH=454;D=BE0574A54;C=487;L=35;R=218;�
2017.10.21 10:55:21 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1024;LH=927;SL=-525;SH=453;D=A8DA3458;C=488;L=29;R=14;�
2017.10.21 10:55:21 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1023;LH=932;SL=-531;SH=451;D=F7C0AE94;C=489;L=30;R=232;�
2017.10.21 10:55:21 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1000;LH=952;SL=-521;SH=458;D=AE4B974AC;C=488;L=34;R=12;�
2017.10.21 10:55:21 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1005;LH=950;SL=-530;SH=446;D=EF815D28;C=488;L=31;R=230;�
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=390;P2=-588;P3=-9240;P4=296;P5=-3991;P6=-2064;P7=112;D=0121213451515161516151615161616161616167;CP=1;R=230;�
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=240;P1=-4000;P2=395;P3=-2051;P4=-9240;P5=310;P6=180;D=012323232321212321212321232121232451212123212321232123232323232323212353232321216;CP=2;R=211;�
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=112;P1=-2028;P2=401;P3=320;P4=-4005;P5=-9252;D=01212131212121212424212424212421242421253424242124212421242121212121212124212121212424;CP=2;R=210;�
2017.10.21 10:55:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:24 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=180;P1=-3997;P2=400;P3=-2037;P4=-9252;P5=312;P6=92;D=012323232323232321212321212321232121232451212123216;CP=2;R=208;�
2017.10.21 10:55:24 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1001;LH=950;SL=-516;SH=458;D=A8C1345AB4;C=487;L=38;R=251;�
2017.10.21 10:55:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1001;LH=950;SL=-513;SH=459;D=0F8518B4;C=487;L=30;R=204;�
2017.10.21 10:55:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-999;LH=951;SL=-525;SH=463;D=AE7D9748;C=489;L=30;R=251;�
2017.10.21 10:55:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-998;LH=951;SL=-519;SH=463;D=0F8518A;C=488;L=27;R=200;�
2017.10.21 10:55:28 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1026;LH=939;SL=-515;SH=457;D=A8C1344;C=489;L=27;R=251;�
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=515;P1=-4146;P2=-2117;P3=-9056;D=0102010102010202020201010202020103020301020101;CP=0;R=233;�
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4124;P1=507;P2=-2155;P3=-9054;D=0121212121210101012101210101210121212121010121212101312131;CP=1;R=235;�
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=514;P1=-394;P2=-965;P3=761;P4=-727;P5=1032;P6=-1890;P7=-540;D=01023402020202340202510234023606063202020206070202320;CP=0;R=236;�
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3900;P1=498;P2=-1834;P3=936;P4=-528;P5=-936;P6=689;D=1234156515621212621515151514321212106215;CP=1;R=236;�
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-3884;P1=488;P2=-984;P3=-640;P4=-1320;P5=644;P6=-1951;D=012131452121212121212121212121212121216161612121212;CP=1;R=231;�
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1947;P1=504;P2=-968;P3=-3896;D=01010121212121210101013101212121212121212;CP=1;R=234;�
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1943;P1=503;P2=-975;P3=-3892;D=0101212121212101010131012121212121212121212121212;CP=1;R=232;�
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:29 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1947;P1=500;P2=-964;P3=-3916;D=01010101012121212121010101310121212121212121;CP=1;R=234;�
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=498;P1=-959;P2=-1949;P3=-3900;D=010102020202010101010102020203020101010101;CP=0;R=232;�
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1955;P1=498;P2=-959;D=01212121212121212121010101212121210101010121212;CP=1;R=201;�
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:30 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:31 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=415;P2=-9016;P3=-4156;P4=-2101;P5=228;D=0121313141314131414141413141414141414131313141313131314131413141413131414135;CP=1;R=212;�
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz/msg READ: �MS;P1=477;P2=-4057;P3=-9064;P4=-2020;D=13121214121414141214121214121214141414121414141414121414141414141414141412;CP=1;SP=3;R=49;�
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sD16C20801000 length 40 RSSI = -49.5
2017.10.21 10:55:33 4: CUL_TCM97001: W174 original-msg: D16C20801000 , reversed nibbles: b86340108000
2017.10.21 10:55:33 4: CUL_TCM97001: W174 nibble 2: 6 , nibble 3: 3
2017.10.21 10:55:33 4: CUL_TCM97001: W174 detected rain gauge message ok
2017.10.21 10:55:33 4: CUL_TCM97001: W174 battery bit: 0
2017.10.21 10:55:33 4: CUL_TCM97001: W174 rain gauge swing count: 260
2017.10.21 10:55:33 4: CUL_TCM97001: W174 rain total: 65 l/qm
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sD16C20801000 length 40 RSSI = -49.5
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz Dispatch: sD16C20801000, Dropped due to short time or equal msg
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2020;P1=479;P2=-4046;D=0101012101212101212101010101210101010101210101010;CP=1;R=50;�
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4046;P1=481;P2=-2018;D=0101210121212101210101210101212121210121212121210121212121212121212121210;CP=1;R=43;�
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2020;P1=481;P2=-4047;D=01012101010121012121012121010101012101010101012;CP=1;R=49;�
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4053;P1=458;P2=-9088;P3=-2018;P4=-664;P5=1288;P6=-1004;P7=-532;D=0121010131013131310131010131010131313131013131456171;CP=1;R=56;�
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 5 -> unitec6899 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 50 -> optus_XT300 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 64 -> WH2 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 71 -> PV-8644 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:33 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-2003;P1=454;P2=-4056;P3=-6896;P4=865;P5=-1070;P6=-554;D=01010101012101010101010101010101213454546164;CP=1;R=56;�
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=451;P1=-945;P2=945;P3=-140;P4=-531;P5=666;P7=-303;D=01210324042404510457212121210424040123212127070421;CP=0;R=46;�
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 37 -> Bresser 7009994 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 59 -> AK-HD-4 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 65 -> Homeeasy matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.21 10:55:34 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0
2017.10.21 10:55:39 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-2703;LH=3174;SL=-1222;SH=1705;D=DB61FF46;C=1467;L=32;R=226;�
2017.10.21 10:55:39 4: Arduino_Nano_433Mhz: Found manchester Protocol id 18 clock 1467 RSSI -89 -> OSV1
2017.10.21 10:55:39 4: Arduino_Nano_433Mhz: OSV1 input data: 00100100100111100000000010111001
2017.10.21 10:55:39 4: Arduino_Nano_433Mhz: OSV1 protocol id (18) translated to RFXSensor format
2017.10.21 10:55:39 4: Arduino_Nano_433Mhz: converted to hex: (500A4D1004900700002600)
2017.10.21 10:55:39 4: THR128_1 decoded Oregon: T: 7.9 BAT: ok
2017.10.21 10:55:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1015;LH=940;SL=-526;SH=442;D=A8EB345AD5;C=487;L=40;R=47;�
2017.10.21 10:55:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1012;LH=945;SL=-527;SH=447;D=8C1432AA;C=488;L=31;R=254;�
2017.10.21 10:55:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1025;LH=931;SL=-532;SH=437;D=AE29974A;C=487;L=32;R=46;�
2017.10.21 10:55:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1024;LH=931;SL=-533;SH=452;D=C60A1955;C=489;L=32;R=252;�
2017.10.21 10:55:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1016;LH=946;SL=-516;SH=457;D=AE29974A54;C=489;L=39;R=47;�
2017.10.21 10:55:53 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1015;LH=946;SL=-529;SH=460;D=C60A1955;C=491;L=32;R=3;�
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-32001;P1=412;P2=-608;P3=298;P4=-9232;P5=-4013;P6=-2025;P7=160;D=0121234351515161516151635161616161616161516161616157;CP=1;R=209;�
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=184;P1=-2036;P2=408;P3=-4007;P4=292;P5=-9232;D=0123212121212121212321212141232321232321232123232125432323212321;CP=2;R=213;�
2017.10.21 10:55:54 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:55 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=180;P1=-4007;P2=369;P3=-2030;P4=-9236;P5=292;D=0123212321212324512121232123212321232323232323235;CP=2;R=207;�
2017.10.21 10:55:55 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2017.10.21 10:55:57 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-992;LH=950;SL=-514;SH=463;D=A8C4B45AD5;C=486;L=40;R=61;�
2017.10.21 10:55:57 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-993;LH=949;SL=-527;SH=454;D=F82A1D54;C=487;L=30;R=12;�
2017.10.21 10:55:57 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1005;LH=946;SL=-513;SH=465;D=8C4B45AEB0;C=488;L=37;R=60;�
2017.10.21 10:55:57 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1006;LH=950;SL=-508;SH=465;D=F0543AAC;C=488;L=31;R=8;�
2017.10.21 10:55:57 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=949;SL=-520;SH=461;D=AE76974A;C=489;L=32;R=60;�
2017.10.21 10:55:57 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=951;SL=-514;SH=458;D=7C150EAA;C=488;L=31;R=9;�
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=116;P1=-732;P2=616;P3=-8004;P4=219;P5=-980;P6=-1990;D=012345464546454645464645454545454545454545464645464545454545;CP=4;R=238;�
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:56:00 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-961;P1=221;P2=-8000;P3=-1994;D=01210131013101310131310101010101010101010131310;CP=1;R=238;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1985;P1=217;P2=-984;D=01012121212121212121212101012101212121212;CP=1;R=237;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-990;P1=223;P2=-7992;P3=-1984;D=010121013101310131013131010101010101010101010;CP=1;R=238;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1980;P1=233;P2=-981;P3=-8024;D=010101212131210121012101210101212121212121212;CP=1;R=238;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1987;P1=217;P2=-974;P3=-8008;D=0101010101212131210121012101210101212121212;CP=1;R=238;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1977;P1=221;P2=-1007;P3=-8020;D=01010101012121312101210121012101012121212121212;CP=1;R=237;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-989;P1=224;P2=-1965;P3=-8016;D=0121212121210101310121012101210121210101010;CP=1;R=238;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1967;P1=231;P2=-966;P3=-8036;D=01010101212131210121012101210101212121212121;CP=1;R=238;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-974;P1=231;P2=-8028;P3=-1972;D=010121013101310131013131010101010101010101013131;CP=1;R=236;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-955;P1=228;P2=-1969;P3=-8036;D=0101010101012121212121010131012101212101212;CP=1;R=236;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-972;P1=228;P2=-1994;P3=-8016;D=01010101010101212121212101013101210121210121;CP=1;R=237;�
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:01 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=229;P1=-1985;P2=-985;P3=-8020;D=0101020102020202020201010101010202030201020201;CP=0;R=237;�
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1977;P1=231;P2=-981;P3=-8024;D=0121212121212101010101012121312101212101010;CP=1;R=236;�
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1985;P1=237;P2=-970;P3=-8016;D=012101212121212121010101010121213121012121010;CP=1;R=238;�
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-960;P1=237;P2=-1977;P3=-8028;D=010121212121210101310121012101210121210101310121;CP=1;R=234;�
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=224;P1=-963;P2=-1994;D=010102010201020102020101010101010101020102;CP=0;R=238;�
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1073;P1=235;P2=-2040;P3=-28324;P4=386;P5=-624;P6=-9244;P7=312;D=0101210121010101010101212121212101013454516721240404042;CP=1;R=211;�
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-292;P1=112;P2=-2082;P3=359;P4=-1098;P5=-4120;P6=292;P7=160;D=0123234343434323232323434343435623234347;CP=3;R=211;�
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.21 10:56:02 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.10.21 10:56:34 4: Arduino_Nano_433Mhz/keepalive ok, retry = 0

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Abschließend noch eine Erkenntnis. Die Erkennung an sich der Protocolle hat sich vermutlich geändert, da auch neben der Erkennung der Hideki, auch die Testprotokolle FS20 - FHT auf dem 868Mhz nicht mehr decodiert werden.

from signalduino.

elektron-bbs avatar elektron-bbs commented on August 20, 2024

Schalt mal bitte MC ab. Die Übertragungen werden wohl meistens als Manchester ausgegeben und wenn sie mal als MU kommen, fehlen immer ein paar Bits am Ende.

from signalduino.

elektron-bbs avatar elektron-bbs commented on August 20, 2024

Meine insgesamt 19 Sensoren vom Typ WS2000 werden absolut nicht mehr erkannt. Es erfolgt auch keine fälschliche Erkennung als MC, sondern immer korrekt als MU:

2017.10.21 11:57:08 4: sduino/msg READ: �MU;P0=21048;P1=-417;P2=823;P3=343;P4=-865;D=0121212121212121212134342121213434212121;CP=2;R=0;�
2017.10.21 11:57:09 4: sduino/msg READ: �MU;P0=27560;P1=-399;P2=820;P3=346;P4=-881;D=0121212121212121212134342134213434213421;CP=2;R=0;�
2017.10.21 11:57:11 4: sduino/msg READ: �MU;P0=29424;P1=-404;P2=849;P3=355;P4=-909;D=0121212121212121212134342121213434213421342;CP=2;R=247;�
2017.10.21 11:57:49 4: sduino/msg READ: �MU;P0=32001;P1=-420;P2=854;P3=364;P4=-935;D=01212121212121212121343421212134342134213431;CP=2;R=241;�
2017.10.21 11:58:07 4: sduino/msg READ: �MU;P0=25368;P1=-410;P2=821;P3=324;P4=-892;D=0121212121212121212134212121213434213421342;CP=2;R=87;�
2017.10.21 11:58:29 4: sduino/msg READ: �MU;P0=32001;P1=-390;P2=832;P3=335;P4=-880;D=012121212121212121213434242121342134342134;CP=2;R=10;�
2017.10.21 11:59:27 4: sduino/msg READ: �MU;P0=32001;P1=-395;P2=841;P3=348;P4=-886;D=012121212121212121213421312121342134212134342;CP=2;R=5;�
2017.10.21 11:59:28 4: sduino/msg READ: �MU;P0=32001;P1=-399;P2=827;P3=346;P4=-884;D=012121212121212121213421312121342121213434342;CP=2;R=5;�
2017.10.21 11:59:29 4: sduino/msg READ: �MU;P0=17624;P1=-394;P2=829;P3=353;P4=-890;D=012121212121212121213421312121342134342134342;CP=2;R=5;�
2017.10.21 11:59:35 4: sduino/msg READ: �MU;P0=32001;P1=-362;P2=854;P3=358;P4=-862;D=0121212121212121212134343434213434212121343;CP=3;R=242;�
2017.10.21 11:59:41 4: sduino/msg READ: �MU;P0=20160;P1=-410;P2=826;P3=350;P4=-892;D=0121212121212121212134342121213434343421343;CP=3;R=254;�
2017.10.21 11:59:43 4: sduino/msg READ: �MU;P0=32001;P1=-391;P2=860;P3=368;P4=-917;D=0121212121212121212134342121213434213421343425;CP=2;R=240;�
2017.10.21 11:59:44 4: sduino/msg READ: �MU;P0=32001;P1=-392;P2=861;P3=369;P4=-918;D=012121342121212134212121213434213421343425;CP=2;R=238;�
2017.10.21 11:59:46 4: sduino/msg READ: �MU;P0=32001;P1=-386;P2=826;P3=352;P4=-871;D=0121212121212121212134342121213434213421343;CP=2;R=32;�

Nach der Präambel von 10 mal 0 sollten eigentlich mindestens 35 Bit erkannt werden. Das ist hier nie der Fall. Protokolle mit längeren Puls-Zeiten wie WS7035, WS7053 und TCM97001 werden korrekt erkannt.
Mein Test lief auf einem Radino (ATmega32U4) mit nur 8 MHz Takt. Die Firmware konnte ich erst kompilieren, nachdem ich die Debug-Ausgaben entfernt hatte, weil sie sonst zu groß wurde.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Also wir haben zwei Probleme

  1. Arduino stürtzt einfach ab (seltsamerweise passiert das bei mir nur, wenn viele Debugmeldungen ausgegeben werden) Meiner läuft nun fast 20 Stunden durch.
  2. Es sind nicht mehr die gleichen Daten wie zuvor im Puffer.

Gut scheint ja zu sein, dass keine add data overflow Meldungen mehr kommen.

Mein Schritt wäre nun einmal alle Änderungen die wir für die Behebung des overflows gemacht haben zu sichten..

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hallo @sidey79 ,
ich versuche mal mehr erkenntnisse zu finden wieso der Arduino einfach abstürzt. Könnte es sein, das in einer Zeit zu viele Nachrichten auf einmal verarbeitet werden sollen?

Desweiteren bitte als Punkt 3. die Erkennung "alter" Protokolle auf der Liste mit haben. Seit dem Ich nun die FW testlaufe um unseren Fehler auf die Schliche zu kommen, werden keine Hideki Sensoren erkannt. Hier muss sich etwas geändert haben. Ich habe Testweise auch MC abgeschalten aber diese werden NICHT erkannt. Kann es sein, das durch die Umstellung nun die Protokolldefinition nicht mehr passt bzw. angebappt werden muss?

clockrange => [420,510], # min, max better for Bresser Sensors, OK for hideki/Hideki/TFA too

2017.10.22 17:11:16 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=456;P1=-1014;P2=-520;P3=946;D=010202020202320202013131020231020202310231;CP=0;R=215;�
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.22 17:11:16 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz/msg READ: �MS;P2=-800;P3=522;P4=-9070;P5=-4145;P6=-2106;D=3435363536353636353536363636363636363535353636363635363536363636353635353636;CP=3;SP=4;R=3;�
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sA98070A16000 length 40 RSSI = -72.5
2017.10.22 17:11:21 4: CUL_TCM97001 using longid: SD_WS,SD_WS07_TH,14_CUL_TCM97001 model: GT_WT_02
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sA98070A16000 length 40 RSSI = -72.5
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz Dispatch: sA98070A16000, Dropped due to short time or equal msg
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4142;P1=522;P2=-2103;D=012121212121010101212121210121012121212101;CP=1;R=230;�
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-4130;P1=525;P2=-2160;P3=-9050;D=010121212121212121210101012121212101210121212121012101012121312131012101210121212101012121312131010;CP=1;R=230;�
2017.10.22 17:11:21 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=525;P1=-2160;P2=-4129;P3=-9046;D=0101020102010101010201020201010301030202;CP=0;R=230;�
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz/msg READ: �MS;P0=-2093;P1=517;P2=-4140;P3=-9065;D=1312101210121010121210101010101010101212121010101012101210101010121012121010;CP=1;SP=3;R=3;�
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 0 -> weather1
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 0 dmsg sA98070A16000 length 40 RSSI = -72.5
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz Dispatch: sA98070A16000, Dropped due to short time or equal msg
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Matched MS Protocol id 68 -> PFR-130
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Decoded MS Protocol id 68 dmsg sA98070A16000 length 40 RSSI = -72.5
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz Dispatch: sA98070A16000, Dropped due to short time or equal msg
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-9376;P1=940;P2=-1016;P3=-519;P4=452;D=012121343424312431213434243121343421243121243121213434243;CP=4;R=7;�
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.22 17:11:22 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1016;P1=453;P2=937;P3=-519;D=01023131313131020201313202310202310202023131013;CP=1;R=15;�
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-1005;P1=454;P2=953;P3=-523;P4=92;D=010231310231310131313131343131310202013132023;CP=1;R=3;�
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-16356;P1=951;P2=-1014;P3=-525;P4=462;D=0121213434243124312134342431213434212431213421212134213;CP=4;R=4;�
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz/msg READ: �MU;P0=-524;P1=461;P2=-1014;P3=952;D=01012301010101012323210103230123230123232301230;CP=1;R=3;�
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 21 -> einhell garagedoor matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 26 -> remote26 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 49 -> quigg_gt9000 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 69 -> Hoermann matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 72 -> Siro shutter matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.10.22 17:11:23 4: Arduino_Nano_433Mhz: Fingerprint for MU Protocol id 9 -> CTW 600 matches, trying to demodulate

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

So sehen die Zeiten nun aus, wenn ich MC aktiv habe.

2017.10.22 17:27:43 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1018;LH=944;SL=-521;SH=450;D=E7D974A50;C=488;L=33;R=13;�
2017.10.22 17:27:43 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1018;LH=940;SL=-512;SH=470;D=338588B5;C=489;L=32;R=229;�
2017.10.22 17:27:43 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1023;LH=936;SL=-514;SH=460;D=AE7D974A0;C=488;L=33;R=16;�
2017.10.22 17:27:43 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1023;LH=940;SL=-512;SH=456;D=F31E9DD0;C=488;L=30;R=238;�
2017.10.22 17:27:43 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1001;LH=950;SL=-528;SH=452;D=E7D974A4;C=488;L=30;R=14;�
2017.10.22 17:27:43 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-997;LH=953;SL=-520;SH=465;D=19C2C458;C=489;L=30;R=231;�

Aus alten Logfiles habe ich entnommen, das die Zeiten bzw. Signale so registriert wurden.

2017-09-07_18:22:13 Hideki_30_1 RAWMSG: MC;LL=-999;LH=960;SL=-510;SH=458;D=A8DA345ACDDC0BD98ADCE8C;C=487;L=90;R=232;
2017-09-07_18:23:40 Hideki_30_1 RAWMSG: MC;LL=-983;LH=978;SL=-496;SH=477;D=A8DA345AD9DC0BD98A9C624;C=488;L=90;R=232;
2017-10-01_00:00:50 Hideki_30_4 RAWMSG: MC;LL=-1018;LH=932;SL=-526;SH=455;D=A8D5B45AC83E0A2755CDC16;C=488;L=91;R=56;
2017-10-01_00:00:50 Hideki_30_4 RAWMSG: MC;LL=-1018;LH=938;SL=-527;SH=442;D=51AB68B5B07C144EAB9A988;C=487;L=89;R=43;
2017-10-01_00:03:17 Hideki_30_4 RAWMSG: MC;LL=-1029;LH=929;SL=-530;SH=448;D=A8D5B45AC83E0A2755CDC16;C=489;L=91;R=3;

Wieso nun diese nicht mehr erkannt werden ... keine Ahnung.

Fakt ist, er springt nicht mehr auf die Protokolldefinition an. Versobe 5 aktiv.

2017.10.22 17:33:59 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1015;LH=941;SL=-521;SH=459;D=85C8B576B16;C=489;L=43;R=242;�
2017.10.22 17:33:59 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1007;LH=943;SL=-528;SH=460;D=518268B5;C=489;L=32;R=17;�
2017.10.22 17:33:59 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1010;LH=937;SL=-533;SH=460;D=D870B914;C=489;L=30;R=238;�
2017.10.22 17:34:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1015;LH=947;SL=-526;SH=440;D=A8EB345AC8;C=487;L=37;R=43;�
2017.10.22 17:34:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1019;LH=931;SL=-529;SH=444;D=718299D54;C=487;L=34;R=4;�
2017.10.22 17:34:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1014;LH=940;SL=-528;SH=439;D=AE29974A8;C=486;L=33;R=42;�
2017.10.22 17:34:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1022;LH=932;SL=-535;SH=440;D=AE29974A4;C=488;L=36;R=42;�
2017.10.22 17:34:09 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1023;LH=942;SL=-525;SH=442;D=E30533AA8;C=488;L=33;R=2;�
2017.10.22 17:34:17 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1063;LH=893;SL=-582;SH=392;D=2BEF8;C=488;L=18;R=201;�
2017.10.22 17:34:18 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1009;LH=951;SL=-522;SH=456;D=AE4B974A68;C=489;L=37;R=5;�
2017.10.22 17:34:19 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1008;LH=949;SL=-527;SH=457;D=FE0534A50;C=490;L=33;R=224;�
2017.10.22 17:34:19 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1018;LH=933;SL=-530;SH=451;D=AE4B974A8;C=488;L=33;R=7;�
2017.10.22 17:34:19 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1014;LH=950;SL=-519;SH=459;D=A8DA345AD4;C=490;L=38;R=5;�
2017.10.22 17:34:19 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1012;LH=946;SL=-527;SH=451;D=7F029A528;C=489;L=33;R=226;�

EDIT: Ausgabe mit Debug

2017.10.22 17:40:25 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1017;LH=943;SL=-520;SH=449;D=8FA8C5518;C=488;L=33;R=57;�
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: incomming message: (MC;LL=-1017;LH=943;SL=-520;SH=449;D=8FA8C5518;C=488;L=33;R=57;)
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LL -1017
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LH 943
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SL -520
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SH 449
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: extracted data 8FA8C5518
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: extracted absolute clock 488
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: extracted number of 33 bits
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: extracted RSSI 57
2017.10.22 17:40:25 1: DEBUG>Arduino_Nano_433Mhz: processing manchester messag len:9
2017.10.22 17:40:29 5: Arduino_Nano_433Mhz/RAW READ: /�MC;LL=-1003;LH=947;SL=-525;SH=4
2017.10.22 17:40:29 5: Arduino_Nano_433Mhz/RAW READ: �MC;LL=-1003;LH=947;SL=-525;SH=4/60;D=AE76974A530;C=489;L=42;R=58;�
2017.10.22 17:40:29 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1003;LH=947;SL=-525;SH=460;D=AE76974A530;C=489;L=42;R=58;�
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: incomming message: (MC;LL=-1003;LH=947;SL=-525;SH=460;D=AE76974A530;C=489;L=42;R=58;)
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LL -1003
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LH 947
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SL -525
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SH 460
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted data AE76974A530
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted absolute clock 489
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted number of 42 bits
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted RSSI 58
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: processing manchester messag len:11
2017.10.22 17:40:29 5: Arduino_Nano_433Mhz/RAW READ: /�MC;LL=-1004;LH=947;SL=-525;SH=4
2017.10.22 17:40:29 5: Arduino_Nano_433Mhz/RAW READ: �MC;LL=-1004;LH=947;SL=-525;SH=4/59;D=82C65566;C=489;L=31;R=64;�
2017.10.22 17:40:29 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-1004;LH=947;SL=-525;SH=459;D=82C65566;C=489;L=31;R=64;�
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: incomming message: (MC;LL=-1004;LH=947;SL=-525;SH=459;D=82C65566;C=489;L=31;R=64;)
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LL -1004
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LH 947
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SL -525
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SH 459
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted data 82C65566
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted absolute clock 489
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted number of 31 bits
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted RSSI 64
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: processing manchester messag len:8
2017.10.22 17:40:29 5: Arduino_Nano_433Mhz/RAW READ: /�MC;LL=-999;LH=949;SL=-505;SH=47
2017.10.22 17:40:29 5: Arduino_Nano_433Mhz/RAW READ: �MC;LL=-999;LH=949;SL=-505;SH=47/7;D=AE768E6A;C=488;L=32;R=58;�
2017.10.22 17:40:29 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-999;LH=949;SL=-505;SH=477;D=AE768E6A;C=488;L=32;R=58;�
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: incomming message: (MC;LL=-999;LH=949;SL=-505;SH=477;D=AE768E6A;C=488;L=32;R=58;)
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LL -999
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LH 949
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SL -505
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SH 477
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted data AE768E6A
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted absolute clock 488
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted number of 32 bits
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted RSSI 58
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: processing manchester messag len:8
2017.10.22 17:40:29 5: Arduino_Nano_433Mhz/RAW READ: /�MC;LL=-998;LH=951;SL=-504;SH=47
2017.10.22 17:40:29 5: Arduino_Nano_433Mhz/RAW READ: �MC;LL=-998;LH=951;SL=-504;SH=47/7;D=8C1632A;C=488;L=27;R=58;�
2017.10.22 17:40:29 4: Arduino_Nano_433Mhz/msg READ: �MC;LL=-998;LH=951;SL=-504;SH=477;D=8C1632A;C=488;L=27;R=58;�
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: incomming message: (MC;LL=-998;LH=951;SL=-504;SH=477;D=8C1632A;C=488;L=27;R=58;)
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LL -998
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern LH 951
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SL -504
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted pattern SH 477
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted data 8C1632A
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted absolute clock 488
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted number of 27 bits
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: extracted RSSI 58
2017.10.22 17:40:29 1: DEBUG>Arduino_Nano_433Mhz: processing manchester messag len:7

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

@sidey79

Nach ausgibigen Tests, muss die ToDo ergänzt werden

Also wir haben drei Probleme

1    Arduino stürtzt einfach ab (seltsamerweise passiert das bei mir nur, wenn viele Debugmeldungen ausgegeben werden) Meiner läuft nun fast 20 Stunden durch.
2    Es sind nicht mehr die gleichen Daten wie zuvor im Puffer.
3    Erkennung MC Signale nach "Fehlerbehebung" addDataflow (nachvollzogen mit alter FW und Debugausgaben)

Zu Punkt 3.
Ich habe den Verdacht das die MC Erkunnung nun die Signale zu "kurz" erkennt.

alte MSG:
MC;LL=-1049;LH=928;SL=-536;SH=436;D=A8C233B528FE0AB5678;C=491;L=73;R=3;
MC;LL=-1000;LH=958;SL=-508;SH=463;D=518268B5907C1632AB56B78;C=488;L=89;R=248;

Erkennung mit aktueller FW:
MC;LL=-996;LH=954;SL=-515;SH=458;D=D22D55BD9C;C=487;L=38;R=215;�
MC;LL=-1022;LH=937;SL=-524;SH=453;D=8B514A28;C=489;L=31;R=7;�
MC;LL=-1018;LH=942;SL=-520;SH=450;D=2B9D567DB58;C=488;L=41;R=9;�
MC;LL=-1008;LH=944;SL=-530;SH=448;D=51D668B5;C=488;L=32;R=67;�
MC;LL=-1113;LH=971;SL=-525;SH=462;D=C65571;C=511;L=24;R=230;�

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Ich habe so eine Idee, dass es damit zusammen hängt, dass ich die Variable messageLen in der Signaldecoder Klasse nicht mehr berechne, sondern auf valcount aus der Bitstore Klasse setze.
Ich hätte zwar gedacht, die werden beide gleich berechnet, aber eventuell kommt valcount nicht auf 254 sondern nur auf 253 und dann passen alle Anfragen gegen MaxMSGLen (254) nicht mehr.

Ist aber im Moment nur so eine Ahnung

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Guten Morgen @sidey79 ,
der Fehler, mit der MC Erkennung, welcher sich Beispiel im Hideki Protokoll wiederfindet, ist immer noch vorhanden und somit ist keine Erkennung des Protokolls möglich. Vermutlich sind auch andere MC Protokolle davon betroffen.

Wie hier geschrieben, so ist der Punkt 3 immer noch Fehlerhaft!
Vielleicht kann das Problem auch mal @Ralf9 verifizieren, da er glaube auch Hideki sensoren hat?
Ich vermute ja, das die "gesamte MC Erkennung" sobald das Signal über eine bestimmte Länge ist, derzeit fehlerbehaftet ist. Signale wie

MC;LL=-994;LH=970;SL=-505;SH=448;D=51D668B5910C14CEAB56C8;C=486;L=85;R=32;

werden nicht erkannte. Wiederum Signale welche kürzer sind, wie

MC;LL=-2739;LH=3119;SL=-1251;SH=1664;D=DFD1FFE1;C=1462;L=32;R=3;

werden erkannt.

Springe ich zurück auf die andere FW so funktionieren diese wieder.

MfG

EDIT: Ich habe dazu auch den Verdacht, das betrifft auch "längere Signale wie bei MU" was ich auf die Schnelle sehen konnte in meiner Tabelle. Diesbezüglich muss ich aber nochmal genauer schauen. Anhaltspunkt beim debugen, Länge des Signales vermutlich.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Ich hab meine Unit Tests laufen lassen.
Der Code verhält sich an ein paar Stellen nicht so wie vorher, das stimmt. Bei den Toleranzberechnungen habe ich eine Abweichung zu vorher erkannt.

Hinsichtlich MC Decodierung gibt es noch einige Abweichungen. Die Daten werden decodiert, sind aber nicht identisch zur vorherigen Ausgabe.

Den Punkt verstehe ich selbst noch nicht, da dieses veränderte Verhalten durch die Anpassungen ausgelöst wird. Für Ideen bin ich sehr dankbar.

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Ich bin die "Fehler" im Unit Tests durchgegangen und habe es mit einer Version vor unseren Anpassungen verglichen. Die Fehler sind identisch, das Fehlerbild hat also nichts mit unseren Anpassungen zu tun :(

from signalduino.

sidey79 avatar sidey79 commented on August 20, 2024

Also Manchster (OSV2) funktioniert bei mir.
Irgendwie bräuchte ich mal die Übertragung von den Sensoren, bei denen es nicht geht. Habt ihr da eine Idee wie ihr die heraus filtern könntet?

from signalduino.

HomeAutoUser avatar HomeAutoUser commented on August 20, 2024

Hallo @sidey79,

du bist auf dem richtigen Weg. Mit der neuen FW werden wieder die Hideki Protokolle decodiert. Ob diese auch noch so zahlreich empfangen werden, zeigt die Zeit.

Ist es gewollt, das du die Ausgabe

nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset nv reset

bei PARTIAL in FHEM - Empfängeransicht erzeugst zwischen den Signalempfängen?

Die FW auf dem 868 Mhz Empfänger muss ich mir nochmal genau ansehen, da auf die schnelle da kein Empfang war, obwohl ich dort auch aller max 2min Signale empfange.

Ist deine Frage noch aktuell? Wenn ja, wie meinst du diese? Möchtest du Signalausgaben?
Irgendwie bräuchte ich mal die Übertragung von den Sensoren, bei denen es nicht geht. Habt ihr da eine Idee wie ihr die heraus filtern könntet?

from signalduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.