Signalduino - Atlantic und Focus Security China Devices

Begonnen von Ralf9, 05 Januar 2019, 13:05:34

Vorheriges Thema - Nächstes Thema

Ralf9

bei
one => [-2,1],
zero => [-1,2],

ist in der sub SIGNALduino_Parse_MS() eine Anpassung notwendig, damit das fehlende Bit 36 wieder ergänzt wird.

Mit "one   => [-2,1]" ist das fehlende Bit 36  immer 1.

Wenn das letzte Bit 0 ist, kann es nicht fehlen, da es dann ja als MU-Nachricht erkannt wird.
Es wird nur bei der Folge clock | sync | clock falsch als MS-Nachricht erkannt. Dazu muß letzte Puls gleich dem Clockpuls sein.
Mit "zero    => [-1,2]" als Bit 36 kann diese Folge nicht auftreten, da der letzte Puls kein Clockpuls ist.


Die Anpassung mit der neuen Protokolldefinition "padbit" ist eine mögliche Anpassung um das fehlende 1 Bit wieder zu ergänzen.

Gruß Ralf

FHEM auf Cubietruck mit Igor-Image, SSD und  hmland + HM-CFG-USB-2,  HMUARTLGW Lan,   HM-LC-Bl1PBU-FM, HM-CC-RT-DN, HM-SEC-SC-2, HM-MOD-Re-8, HM-MOD-Em-8
HM-Wired:  HMW_IO_12_FM, HMW_Sen_SC_12_DR, Selbstbau IO-Module HBW_IO_SW
Maple-SIGNALduino, WH3080,  Hideki, Id 7

Harst

Wo wir gerade so schön in fahrt sind habe ich den CO-Sensor MD2001R mal aus dem Keller geholt. Er hat bisher nur einmal kurz gezuckt, wenn man die Batterien einlegt, aber nun kommt mehr:

ID:          FCC17E
Daten:     8 ->Sabotageschalter, 1 -> Batterie eingelegt
Kennung: C

Ich kann so schnell kein CO zum Test anliefern, es wird wohl 2 oder 4 ein. Der erste Test war mit einer Grillkohle, weil Räucherstäbchen heutzutage kaum zu bekommen sind.

Die vollständige Meldung war z.B.
         u91#FCC17E8C2 und
         u91#FCC17E8C3

Horst

jochen_f

Hallo,

direkt nach dem Einlegen der Batterie kommt in der Tat sofort eine Keepalive Nachricht. Anschließend dann etwa einmal alle 50 Minuten.

Gruß, Jochen

Harst

Die Grillkohle hat zusammen mit dem Creme Brûlée Brenner immerhin 500ppm geschafft:

Daten:     8 ->Sabotageschalter, 4 -> Alarm, 1 -> Batterie eingelegt

0 zeigt übrigens alles ok an.

Gruß

Horst

jochen_f

Hallo,

die verschiedenen Sensoren scheinen von den Daten-Bits her alle identisch zu sein.

Ich habe inzwischen das Modul eingebaut und die Protokoll Prefixe auf P91# umgestellt. Sieht soweit ganz gut aus  :)

Gruß, Jochen

HomeAuto_User

#20
Zitat von: jochen_f am 05 Januar 2019, 21:23:49
Hallo,

die verschiedenen Sensoren scheinen von den Daten-Bits her alle identisch zu sein.

Ich habe inzwischen das Modul eingebaut und die Protokoll Prefixe auf P91# umgestellt. Sieht soweit ganz gut aus  :)

Gruß, Jochen

Ich hoffe ja doch nicht ein separates Modul  ;D weil das SD_UT schon angepasst wurde in Vorbereitung zur nutzung von Euch.
"Developer" heißt nicht, das man alles wissen kann!
- FHEM v5.9 | Rasberry PI 3
- radino CC1101 433Mhz (SIGNALduino)| - radino CC1101 868Mhz (CUL) | nano 433Mhz (SIGNALduino) - Sensoren: purer Dschungel querbeet

jochen_f

#21
Hallo Marco,

ich meine doch das angepasste SD_UT Modul.
Was noch fehlt ist die Auswertung des Typ und die Anpassung des Readings abhängig vom Typ.

Gruß, Jochen

HomeAuto_User

 :D

Zitat von: jochen_f am 05 Januar 2019, 21:45:47
Hallo Marco,

ich meine doch das angepasste SD_UT Modul.
Was noch fehlt ist die Auswertung des Typ und die Anpassung des Readings abhängig vom Typ.

Gruß, Jochen

Ich werde es fortsetzen und dann hier Dir zum testen bzw Euch zum testen vorlegen.
Bei Daumen hoch, werden wir es dann ind Dev schieben.
"Developer" heißt nicht, das man alles wissen kann!
- FHEM v5.9 | Rasberry PI 3
- radino CC1101 433Mhz (SIGNALduino)| - radino CC1101 868Mhz (CUL) | nano 433Mhz (SIGNALduino) - Sensoren: purer Dschungel querbeet

jochen_f

#23
Hallo Ralf,

wie wäre es, wenn MS Nachrichten, die Kandidaten für fehlinterpretierte MU Nachrichten sind, in synthetische MU Nachrichten gewandelt werden und nochmals durch den Dekoder geschickt werden?

Ich habe es mit dem Atlantic'S Sensor und dem Dummy sduino mal probiert, und es scheint gut zu funktionieren :

MS durch MU ersetzen und im D String den ersten Wert ans Ende schieben.

Also aus MS;...;D=1234515 wird MU;...;D=2345151Damit spart man sich die doppelten Protokoll Einträge und bekommt automatisch das korrekte Padding.

Als Kriterium für die Erstellung der synthetischen MU Nachricht könnte dienen:
- kein Match auf die MS Nachricht
- ungerade Bit Anzahl

Gruß, Jochen

HomeAuto_User

Hier habt Ihr zum Abschluss des Tages mal noch eine Fortetzung des Modules.
- 3 Typen werden unterschieden und auch angelegt mit Typ angelegt.
- XOR Prüfung ist lauffähig nachdem ich die Anpassungen bei mir vornahm von 3 Zeilen.
- Der Gas + Vibrationsmelder müssen noch vervollständigt werden. Dazu benötige ich mal bitte von beiden 2-3 RAWMSG.

Hier noch ein paar Fragen um die Texte dann richtig zu wählen.

1)
- Wie ist bei dem "GasMelder" die sabotage definiert? Sobaled das Gehäuse geöffnet ist?
- Wie lange ist das Bit Batterie eingelegt gesetzt?
- "0 zeigt übrigens alles ok an." meinst du Keepalive Bit?

Zitat von: Harst am 05 Januar 2019, 21:19:28
Daten:     8 ->Sabotageschalter, 4 -> Alarm, 1 -> Batterie eingelegt

0 zeigt übrigens alles ok an.


2)
- Hat der Vibrationsmelder auch Sabotage bei geöffneten Gehäuse?

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

Harst

Die RAW Messages mache ich bei Licht.

Wenn man den Gasmelder von der Wandhalterung nimmt geht der Mikroschalter auf.
Die 0 kommt nur bei keepalive. Das montieren an der Wand und der Wegfall des Alarm erzeugen keine Meldung. Nur das abmontieren und das Alarm.

Horst

elektron-bbs

Zitat von: Ralf9 am 05 Januar 2019, 20:28:14
Es wird nur bei der Folge clock | sync | clock falsch als MS-Nachricht erkannt. Dazu muß letzte Puls gleich dem Clockpuls sein.
Ich denke, jetzt habe ich es verstanden. Wenn der letzte Puls der vorhergehenden Nachricht ungleich clock ist, dann wird es als MU ausgegeben.
Beide Varianten sind für mich aber MU-Nachrichten, halt mit einer Sendepause dazwischen.

Zitat
Die Anpassung mit der neuen Protokolldefinition "padbit" ist eine mögliche Anpassung um das fehlende 1 Bit wieder zu ergänzen.
Ich halte hier aber eine Anpassung der Firmware des SIGNALduino/ESP für sinnvoller. MS sollte ja nur erkannt werden bei einem Muster wie folgend:
... lastpuls | pause | synchigh | synclow | firstpuls ...
Intel(R) Atom(TM) CPU N270 mit 2 SIGNALduino nanoCC1101 + ESPEasy 2x serial server SIGNALduino nanoCC1101, Raspberry Pi 2 mit 2 CUL Stackable CC1101, Raspberry Pi 3 mit SIGNALduino radino + nano328 + 2 x SIGNAL-ESP CC1101 + 2 x rf_Gateway

Harst

#27
Ich habe jetzt noch einmal Meldungen erzeugt:

2019.01.06 10:52:35 4 : sduino433/msg READredu: MU;P0=779;P1=-405;P2=-799;P3=380;P4=-3933;D=0101010102323102310231023101023101010231010232323104310101023102323102310101010101023231023102310231010231010102310102323231043101010231023231023101010101010232310231023102310102310101023101023232310431010102310232310231010101010102323102310231023101023;CP=3;R=0;O;
2019.01.06 10:52:35 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:35 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:35 4 : sduino433/msg READredu: MU;P0=776;P1=-409;P2=-802;P3=379;P4=-3946;D=010102310102323231043101010231023231023101010101010232310231023102310102310101023101023232310431010102310232310231010101010102323102310231023101023101010231010232323100;CP=3;R=0;
2019.01.06 10:52:35 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:35 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:35 4 : sduino433/msg READredu: MU;P0=-204;P1=781;P2=-788;P3=389;P4=-405;P5=-3921;D=0123412341412341414123414123232341534141412341232341234141414141412323412341234123414123414141234141232323415341414123412323412341414141414123234123412341234141234141412341412323234153414141234123234123414141414141232341234123412341412341414123414123232;CP=3;R=0;O;
2019.01.06 10:52:35 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:35 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:35 4 : sduino433/msg READredu: MU;P0=-405;P1=783;P2=-3940;P3=389;P4=-792;D=012301010143014343014301010101010143430100;CP=3;R=0;
2019.01.06 10:52:35 4 : sduino433/msg READredu: MU;P0=-1772;P1=379;P2=-413;P3=763;P4=-803;D=0123232341234141234123232323232341412341234123412323412323234123234141412;CP=1;R=0;
2019.01.06 10:52:36 4 : sduino433/msg READredu: MU;P0=-148;P1=423;P2=-433;P3=779;P4=-791;P5=-3941;D=0123232341234141234123232323232341412341234123412323412323234123234141412351232323412341412341232323232323414123412341234123234123232341232341414123512323234123414123412323232323234141234123412341232341232323412323414141235123232341234120;CP=1;R=0;
2019.01.06 10:52:36 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:36 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:36 4 : sduino433/msg READredu: MU;P0=-807;P1=374;P2=-411;P3=769;D=0123232301230101230123232323232301012301230123012323012323230123230101012;CP=1;R=0;
2019.01.06 10:52:36 4 : sduino433/msg READredu: MU;P0=-403;P1=389;P2=777;P3=-794;P4=-3942;D=0102310202310202023102023131310241020202310231310231020202020202313102310231023102023102020231020231313102410202023102313102310202020202023131023102310231020231020202310202313131024102020231023131023102020202020231310231023102310202310202023102023131310;CP=1;R=0;O;
2019.01.06 10:52:36 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:36 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:36 4 : sduino433/msg READredu: MU;P0=-3944;P1=382;P2=-404;P3=774;P4=-798;P6=-124;D=0123232341234141234123232323232341412341234123412323412360;CP=1;R=0;
2019.01.06 10:52:37 4 : sduino433/msg READredu: MU;P0=-588;P1=415;P2=-384;P3=792;P4=-782;P5=-2332;P6=3188;P7=-124;D=0123414123412323232323234141234123412341232341232323412323414141235623234170;CP=1;R=0;
2019.01.06 10:52:37 4 : sduino433/msg READredu: MU;P0=-140;P1=399;P2=-399;P3=785;P4=-776;P5=-3468;D=012341234123412323412323234123234141412350;CP=1;R=0;
2019.01.06 10:52:37 4 : sduino433/msg READredu: MU;P0=-272;P1=772;P2=-408;P3=-804;P4=378;P5=-3934;D=012121343421342134213421213421212134212134343421542121213421343421342121212121213434213421342134212134212121342121343434215421212134213434213421212121212134342134213421342121342121213421213434342;CP=4;R=0;
2019.01.06 10:52:37 5 : sduino433 Dispatch: u91#E97E55BB1, test ungleich: disabled
2019-01-06 10:52:37 SIGNALduino sduino433 DMSG u91#E97E55BB1
2019.01.06 10:52:43 4 : sduino433/msg READredu: MU;P0=-560;P1=555;P2=-2071;P3=-4125;P4=-9096;P5=-1388;D=012131213131312121312121313131213121314150;CP=1;R=0;
2019.01.06 10:52:43 4 : sduino433/msg READredu: MU;P0=-1236;P1=563;P2=-2071;P3=-4118;P4=5680;P5=-216;D=012121313131312131212131212121213121313131212450;CP=1;R=0;
2019.01.06 10:52:54 4 : sduino433/msg READredu: MU;P0=-3938;P4=776;P5=-397;P6=-793;P7=392;D=4546754676754675454545454546767546754675467545467545454675454676767540754545467546767546754545454545467675467546754675454675454546754546767675407545454675467675467545454545454676754675467546754546754545467545467676754075454546754676754675454545454546767;CP=7;R=0;O;
2019.01.06 10:52:54 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:54 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:54 4 : sduino433/msg READredu: MU;P0=779;P1=-783;P2=394;P3=-399;P4=-3940;D=0123012301230301230303012303012121230423030301230121230123030303030301212301230123012303012303030123030121212300;CP=2;R=0;
2019.01.06 10:52:54 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:54 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:54 4 : sduino433/msg READredu: MU;P0=1344;P1=-393;P2=788;P3=-790;P4=393;P5=-3930;D=0121234123434123412121212121234341234123412341212341212123412123434341254121212341234341234121212121212343412341234123412123412121234121234343412541212123412343412341212121212123434123412341234121234121212341212343434125412121234123434123412121212121234;CP=4;R=0;O;
2019.01.06 10:52:54 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:54 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:54 4 : sduino433/msg READredu: MU;P0=395;P1=-397;P2=784;P3=-788;P4=-3924;D=01230123012301212301212123012123030301240121212301230301230121212121212303012301230123012123012121230121230303012401212123012303012301212121212123030123012301230121230121212301212303030120;CP=0;R=0;
2019.01.06 10:52:55 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:55 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:52:55 4 : sduino433/msg READredu: MU;P0=-548;P1=180;P2=-389;P3=786;P5=-791;P6=389;P7=-3932;D=0123232356235656235623232323232356562356235623562323562323235623235656562376232323562356562356232323232323565623562356235623235623232356232356565623762323235623565623562323232323235656235623562356232356232323562323565656237623232356235656235623232323232;CP=6;R=0;O;
2019.01.06 10:52:55 5 : sduino433 Dispatch: u91#E97E55BB1, test gleich
2019.01.06 10:52:55 4 : sduino433 Dispatch: u91#E97E55BB1, Dropped due to short time or equal msg
2019.01.06 10:53:20 4 : sduino433/msg READredu: MU;P0=-164;P1=378;P2=-813;P3=-429;P4=764;P5=-3929;D=0121212134342121343434343421342121212121213434343421212134342134213451212121212121343421213434343434213421212121212134343434212121343421342134512121212121213434212134343434342134212121212121343434342121213434213421345121212121212134342121343434343421342;CP=1;R=0;O;
2019.01.06 10:53:20 5 : sduino433 Dispatch: u91#033E81E35, test gleich
2019.01.06 10:53:20 4 : sduino433 Dispatch: u91#033E81E35, Dropped due to short time or equal msg
2019.01.06 10:53:21 4 : sduino433/msg READredu: MU;P0=-26924;P1=369;P2=-823;P3=-430;P4=762;P5=-3924;D=0121212121212134342121343434343421342121212121213434343421212134342134213451212121212121343421213434343434213421212121212134343434212121343421342134512121212121213434212134343434342134212121212121343434342121213434213421345121212121212134342121343434343;CP=1;R=0;O;
2019.01.06 10:53:21 5 : sduino433 Dispatch: u91#033E81E35, test gleich
2019.01.06 10:53:21 4 : sduino433 Dispatch: u91#033E81E35, Dropped due to short time or equal msg
2019.01.06 10:53:59 4 : sduino433/msg READredu: MS;P1=-419;P2=380;P3=-810;P5=767;P6=-3912;D=26232323232323215153232151515151532153232323232321532151515323215151515323;CP=2;SP=6;R=0;m2;
2019.01.06 10:53:59 5 : sduino433 Dispatch: u91.1#033E8173C, test gleich
2019-01-06 10:53:59 SIGNALduino sduino433 DMSG u91.1#033E8173C
2019.01.06 10:53:59 5 : sduino433 Dispatch: u91.1#033E8173C, -74 dB, dispatch
2019.01.06 10:53:59 5 : sduino433: dispatch u91.1#033E8173C
2019-01-06 10:53:59 SIGNALduino sduino433 UNKNOWNCODE u91.1#033E8173C
2019.01.06 10:53:59 3 : sduino433: Unknown code u91.1#033E8173C, help me!
2019.01.06 10:53:59 4 : sduino433/msg READredu: MU;P1=-419;P2=380;P3=-810;P5=767;P6=-3912;P7=-32001;D=262323232323232151532321515151515321532323232323215321515153232151515153232;CP=2;R=0;
2019.01.06 10:54:09 4 : sduino433/msg READredu: MU;P0=-429;P1=385;P2=764;P3=-806;P4=-3916;P5=544;P6=196;P7=-2780;D=0102023131020202020231023131313131310231020202313102020202313141313131313131020231310202020202310231313131313102310202023131020202023135367131313131313102023131020202020231023131313131310231020202313102020202313;CP=1;R=0;
2019.01.06 10:54:09 4 : sduino433/msg READredu: MS;P1=461;P2=-744;P3=-403;P4=793;P5=-3934;D=15121212121212134342121343434343421342121212121213421343434212134343434212;CP=1;SP=5;R=0;m2;
2019.01.06 10:54:09 5 : sduino433 Dispatch: u91.1#033E8173C, test ungleich: disabled
2019-01-06 10:54:09 SIGNALduino sduino433 DMSG u91.1#033E8173C
2019.01.06 10:54:09 5 : sduino433 Dispatch: u91.1#033E8173C, -74 dB, dispatch
2019.01.06 10:54:09 5 : sduino433: dispatch u91.1#033E8173C
2019-01-06 10:54:09 SIGNALduino sduino433 UNKNOWNCODE u91.1#033E8173C
2019.01.06 10:54:09 3 : sduino433: Unknown code u91.1#033E8173C, help me!
2019.01.06 10:54:09 4 : sduino433/msg READredu: MU;P1=461;P2=-744;P3=-403;P4=793;P5=-3934;P6=-32001;D=151212121212121343421213434343434213421212121212134213434342121343434342121;CP=1;R=0;
2019.01.06 10:54:09 5 : sduino433 Dispatch: u91#033E8173C, test ungleich: disabled
2019-01-06 10:54:09 SIGNALduino sduino433 DMSG u91#033E8173C
2019.01.06 10:54:09 5 : sduino433 Dispatch: u91#033E8173C, -74 dB, dispatch
2019.01.06 10:54:09 5 : sduino433: dispatch u91#033E8173C
2019.01.06 10:54:25 4 : sduino433/msg READredu: MS;P0=-416;P1=389;P2=-806;P3=775;P4=-3911;D=14121212121212103032121030303030321032121212121210321030303212103030303212;CP=1;SP=4;R=0;O;m2;
2019.01.06 10:54:25 5 : sduino433 Dispatch: u91.1#033E8173C, test ungleich: disabled
2019-01-06 10:54:25 SIGNALduino sduino433 DMSG u91.1#033E8173C
2019.01.06 10:54:25 5 : sduino433 Dispatch: u91.1#033E8173C, -74 dB, dispatch
2019.01.06 10:54:25 5 : sduino433: dispatch u91.1#033E8173C
2019-01-06 10:54:25 SIGNALduino sduino433 UNKNOWNCODE u91.1#033E8173C
2019.01.06 10:54:25 3 : sduino433: Unknown code u91.1#033E8173C, help me!
2019.01.06 10:54:25 4 : sduino433/msg READredu: MS;P0=-416;P1=382;P2=-807;P3=775;P4=-3911;D=14121212121212103032121030303030321032121212121210321030303212103030303212;CP=1;SP=4;R=0;m1;
2019.01.06 10:54:25 5 : sduino433 Dispatch: u91.1#033E8173C, test gleich
2019.01.06 10:54:25 4 : sduino433 Dispatch: u91.1#033E8173C, Dropped due to short time or equal msg
2019.01.06 10:54:25 4 : sduino433/msg READredu: MS;P0=-438;P1=381;P2=755;P3=-813;P4=-3937;D=14131313131313102023131020202020231023131313131310231020202313102020202313;CP=1;SP=4;R=0;O;m2;
2019.01.06 10:54:25 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 10:54:25 5 : sduino433: Starting demodulation at Position 3
2019.01.06 10:54:25 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 10:54:25 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#033E8173C length 36 RSSI = -74
2019.01.06 10:54:25 5 : sduino433 Dispatch: u91.1#033E8173C, test gleich
2019.01.06 10:54:25 4 : sduino433 Dispatch: u91.1#033E8173C, Dropped due to short time or equal msg
2019.01.06 10:54:25 4 : sduino433/msg READredu: MS;P0=-442;P1=373;P2=752;P3=-808;P4=-3937;D=14131313131313102023131020202020231023131313131310231020202313102020202313;CP=1;SP=4;R=0;m1;
2019.01.06 10:54:25 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 10:54:25 5 : sduino433: Starting demodulation at Position 3
2019.01.06 10:54:25 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 10:54:25 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#033E8173C length 36 RSSI = -74
2019.01.06 10:54:25 5 : sduino433 Dispatch: u91.1#033E8173C, test gleich
2019.01.06 10:54:25 4 : sduino433 Dispatch: u91.1#033E8173C, Dropped due to short time or equal msg
2019.01.06 10:54:26 4 : sduino433/msg READredu: MS;P1=378;P2=-814;P3=-426;P4=771;P5=-3933;D=15121212121212134342121343434343421342121212121213421343434212134343434212;CP=1;SP=5;R=0;O;m2;
2019.01.06 10:54:26 5 : sduino433 Dispatch: u91.1#033E8173C, test gleich
2019.01.06 10:54:26 4 : sduino433 Dispatch: u91.1#033E8173C, Dropped due to short time or equal msg
2019.01.06 10:54:26 4 : sduino433/msg READredu: MS;P1=377;P2=-814;P3=-423;P4=775;P5=-3933;D=15121212121212134342121343434343421342121212121213421343434212134343434212;CP=1;SP=5;R=0;m1;
2019.01.06 10:54:26 5 : sduino433 Dispatch: u91.1#033E8173C, test gleich
2019.01.06 10:54:26 4 : sduino433 Dispatch: u91.1#033E8173C, Dropped due to short time or equal msg
2019.01.06 10:54:40 4 : sduino433/msg READredu: MU;P0=-404;P1=641;P2=-210;P3=274;P4=-592;P6=-1980;D=0123412123412123412341212121212343434343434343434341212121234123434121212121212360;CP=3;R=0;
2019.01.06 10:54:40 4 : sduino433/msg READredu: MU;P0=-17900;P1=-178;P2=-253;P3=2624;P4=-92;P5=603;P6=248;P7=-596;D=2345152676767676767676767675252525267526767525252525252600;CP=6;R=0;
2019.01.06 10:54:49 4 : sduino433/msg READredu: MS;P0=-404;P1=383;P2=-797;P3=778;P4=-3934;D=14103030321032121032103030303030321210321032103210303030321032103032103212;CP=1;SP=4;R=0;m0;
2019.01.06 10:54:49 5 : sduino433 Dispatch: u91.1#E97E55EB4, test gleich
2019.01.06 10:54:49 4 : sduino433 Dispatch: u91.1#E97E55EB4, Dropped due to short time or equal msg
2019.01.06 10:54:49 4 : sduino433/msg READredu: MS;P0=-404;P1=383;P2=-797;P3=778;P4=-3934;D=14103030321032121032103030303030321210321032103210303030321032103032103212;CP=1;SP=4;R=0;
2019.01.06 10:54:49 5 : sduino433 Dispatch: u91.1#E97E55EB4, test gleich
2019.01.06 10:54:49 4 : sduino433 Dispatch: u91.1#E97E55EB4, Dropped due to short time or equal msg


Fensterkontakt:

2019.01.06 12:02:38 4 : sduino433/msg READredu: MS;P0=-409;P1=389;P2=-4023;P3=-825;P4=807;D=12131040431040404313131043131313131043104043131313104310404313131043104313;CP=1;SP=2;R=0;O;m2;
2019.01.06 12:02:38 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:38 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:38 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:38 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:38 5 : sduino433 Dispatch: u91.1#6E20B0B14, test ungleich: disabled
2019-01-06 12:02:38 SIGNALduino sduino433 DMSG u91.1#6E20B0B14
2019.01.06 12:02:38 5 : sduino433 Dispatch: u91.1#6E20B0B14, -74 dB, dispatch
2019.01.06 12:02:38 5 : sduino433: dispatch u91.1#6E20B0B14
2019-01-06 12:02:38 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B0B14
2019.01.06 12:02:38 3 : sduino433: Unknown code u91.1#6E20B0B14, help me!
2019.01.06 12:02:38 4 : sduino433/msg READredu: MS;P0=-407;P1=402;P2=-4023;P3=-817;P4=806;D=12131040431040404313131043131313131043104043131313104310404313131043104313;CP=1;SP=2;R=0;m1;
2019.01.06 12:02:38 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:38 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:38 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:38 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:38 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:38 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:38 4 : sduino433/msg READredu: MS;P0=-407;P1=402;P2=-4023;P3=-817;P4=806;D=12131040431040404313131043131313131043104043131313104310404313131043104313;CP=1;SP=2;R=0;m0;
2019.01.06 12:02:38 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:38 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:38 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:38 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:38 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:38 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:39 4 : sduino433/msg READredu: MS;P0=-412;P1=411;P3=808;P5=-805;P6=-4009;D=16151030351030303515151035151515151035103035151515103510303515151035103515;CP=1;SP=6;R=0;O;m2;
2019.01.06 12:02:39 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:39 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:39 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:39 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:39 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:39 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:39 4 : sduino433/msg READredu: MS;P0=-410;P1=395;P3=804;P5=-823;P6=-4029;D=16151030351030303515151035151515151035103035151515103510303515151035103515;CP=1;SP=6;R=0;O;m1;
2019.01.06 12:02:39 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:39 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:39 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:39 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:39 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:39 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:39 4 : sduino433/msg READredu: MS;P0=-409;P1=404;P3=808;P5=-813;P6=-4029;D=16151030351030303515151035151515151035103035151515103510303515151035103515;CP=1;SP=6;R=0;m0;
2019.01.06 12:02:39 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:39 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:39 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:39 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:39 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:39 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:39 4 : sduino433/msg READredu: MS;P0=-409;P1=404;P3=808;P5=-813;P6=-4029;D=16151030351030303515151035151515151035103035151515103510303515151035103515;CP=1;SP=6;R=0;
2019.01.06 12:02:39 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:39 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:39 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:39 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:39 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:39 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:39 4 : sduino433/msg READredu: MS;P1=812;P2=-820;P3=396;P4=-401;P5=-4027;D=35323414123414141232323412323232323412341412323232341234141232323412341232;CP=3;SP=5;R=0;O;m2;
2019.01.06 12:02:39 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:39 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:39 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:39 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:39 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:39 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:39 4 : sduino433/msg READredu: MS;P1=802;P2=-808;P3=407;P4=-414;P5=-4023;D=35323414123414141232323412323232323412341412323232341234141232323412341232;CP=3;SP=5;R=0;O;m1;
2019.01.06 12:02:39 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:39 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:39 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:39 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:39 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:39 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:40 4 : sduino433/msg READredu: MS;P1=807;P2=-820;P3=396;P4=-405;P5=-4023;D=35323414123414141232323412323232323412341412323232341234141232323412341232;CP=3;SP=5;R=0;m0;
2019.01.06 12:02:40 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:40 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:40 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:40 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:40 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:40 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:40 4 : sduino433/msg READredu: MS;P1=807;P2=-820;P3=396;P4=-405;P5=-4023;D=35323414123414141232323412323232323412341412323232341234141232323412341232;CP=3;SP=5;R=0;
2019.01.06 12:02:40 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:40 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:40 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:40 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:40 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:40 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:40 4 : sduino433/msg READredu: MU;P0=-236;P1=435;P2=-797;P3=-375;P4=838;P5=2900;P6=-4000;D=01213421343421212121342134342534213421216121343421343434212100;CP=1;R=0;
2019.01.06 12:02:40 4 : sduino433/msg READredu: MS;P1=393;P2=-412;P3=806;P4=-819;P5=-4029;D=15141232341232323414141234141414141234123234141414123412323414141234123414;CP=1;SP=5;R=0;O;m2;
2019.01.06 12:02:40 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:40 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:40 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:40 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:40 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:40 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:40 4 : sduino433/msg READredu: MS;P1=392;P2=-416;P3=804;P4=-822;P5=-4029;D=15141232341232323414141234141414141234123234141414123412323414141234123414;CP=1;SP=5;R=0;m1;
2019.01.06 12:02:40 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:40 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:40 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:40 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:40 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:40 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:40 4 : sduino433/msg READredu: MS;P1=392;P2=-416;P3=804;P4=-822;P5=-4029;D=15141232341232323414141234141414141234123234141414123412323414141234123414;CP=1;SP=5;R=0;m0;
2019.01.06 12:02:40 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:40 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:40 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:40 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:40 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:40 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:40 4 : sduino433/msg READredu: MU;P1=392;P2=-416;P3=804;P4=-822;P5=-4029;P6=-32001;D=151412323412323234141412341414141412341232341414141234123234141412341234141660;CP=1;R=0;
2019.01.06 12:02:40 5 : sduino433 Dispatch: u91#6E20B0B14, test ungleich: disabled
2019-01-06 12:02:40 SIGNALduino sduino433 DMSG u91#6E20B0B14
2019.01.06 12:02:40 5 : sduino433 Dispatch: u91#6E20B0B14, -74 dB, dispatch
2019.01.06 12:02:40 5 : sduino433: dispatch u91#6E20B0B14
2019.01.06 12:02:41 4 : sduino433/msg READredu: MS;P0=-409;P1=397;P2=813;P3=-817;P4=-4017;D=14131020231020202313131023131313131023102023131313102310202313131023102313;CP=1;SP=4;R=0;O;m2;
2019.01.06 12:02:41 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:41 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:41 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:41 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:41 5 : sduino433 Dispatch: u91.1#6E20B0B14, test ungleich: disabled
2019-01-06 12:02:41 SIGNALduino sduino433 DMSG u91.1#6E20B0B14
2019.01.06 12:02:41 5 : sduino433 Dispatch: u91.1#6E20B0B14, -74 dB, dispatch
2019.01.06 12:02:41 5 : sduino433: dispatch u91.1#6E20B0B14
2019-01-06 12:02:41 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B0B14
2019.01.06 12:02:41 3 : sduino433: Unknown code u91.1#6E20B0B14, help me!
2019.01.06 12:02:41 4 : sduino433/msg READredu: MS;P0=-406;P1=398;P2=809;P3=-821;P4=-4017;D=14131020231020202313131023131313131023102023131313102310202313131023102313;CP=1;SP=4;R=0;m1;
2019.01.06 12:02:41 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:41 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:41 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:41 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B0B14 length 36 RSSI = -74
2019.01.06 12:02:41 5 : sduino433 Dispatch: u91.1#6E20B0B14, test gleich
2019.01.06 12:02:41 4 : sduino433 Dispatch: u91.1#6E20B0B14, Dropped due to short time or equal msg
2019.01.06 12:02:41 4 : sduino433/msg READredu: MU;P0=-216;P1=400;P2=-823;P3=-419;P4=798;P5=-4036;D=0121212134213434212121213421343421212134213421215121343421343434212121342121212121342134342121212134213434212121342134212;CP=1;R=0;
2019.01.06 12:02:44 4 : sduino433/msg READredu: MS;P0=-382;P1=399;P2=812;P3=-817;P4=-4034;D=14131020231020202313131023131313131023102023131313131310202313131020202313;CP=1;SP=4;R=0;m2;
2019.01.06 12:02:44 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:44 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:44 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:44 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:44 5 : sduino433 Dispatch: u91.1#6E20B031C, test ungleich: disabled
2019-01-06 12:02:44 SIGNALduino sduino433 DMSG u91.1#6E20B031C
2019.01.06 12:02:44 5 : sduino433 Dispatch: u91.1#6E20B031C, -74 dB, dispatch
2019.01.06 12:02:44 5 : sduino433: dispatch u91.1#6E20B031C
2019-01-06 12:02:44 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B031C
2019.01.06 12:02:44 3 : sduino433: Unknown code u91.1#6E20B031C, help me!
2019.01.06 12:02:44 4 : sduino433/msg READredu: MU;P0=-300;P1=377;P2=-839;P3=-433;P4=784;P5=-4056;P6=-25996;D=012134342134343421212134212121212134213434212121212121343421212134343421215121343421343434212121342121212121342134342121212121213434212121343434212160;CP=1;R=0;
2019.01.06 12:02:44 5 : sduino433: dispatching hex: u91#6E20B031C
2019.01.06 12:02:44 4 : sduino433: decoded matched MU Protocol id 91 dmsg u91#6E20B031C length 36 dispatch(1/4) RSSI = -74
2019.01.06 12:02:44 5 : sduino433 Dispatch: u91#6E20B031C, test ungleich: disabled
2019-01-06 12:02:44 SIGNALduino sduino433 DMSG u91#6E20B031C
2019.01.06 12:02:44 5 : sduino433 Dispatch: u91#6E20B031C, -74 dB, dispatch
2019.01.06 12:02:44 5 : sduino433: dispatch u91#6E20B031C
2019.01.06 12:02:45 4 : sduino433/msg READredu: MS;P1=398;P2=-825;P3=-413;P4=803;P5=-4038;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;m2;
2019.01.06 12:02:45 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:45 5 : sduino433 Dispatch: u91.1#6E20B031C, test ungleich: disabled
2019-01-06 12:02:45 SIGNALduino sduino433 DMSG u91.1#6E20B031C
2019.01.06 12:02:45 5 : sduino433 Dispatch: u91.1#6E20B031C, -74 dB, dispatch
2019.01.06 12:02:45 5 : sduino433: dispatch u91.1#6E20B031C
2019-01-06 12:02:45 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B031C
2019.01.06 12:02:45 3 : sduino433: Unknown code u91.1#6E20B031C, help me!
2019.01.06 12:02:45 4 : sduino433/msg READredu: MU;P0=92;P1=-3496;P2=398;P3=-822;P4=-426;P5=805;P6=-320;D=0123245453245454532323245323232323265324545323232;CP=2;R=0;
2019.01.06 12:02:45 4 : sduino433/msg READredu: MU;P0=-3012;P1=392;P2=-826;P3=-419;P4=799;P5=2028;D=01213435343434212121342121212121342134342121212121213434212121343434212;CP=1;R=0;
2019.01.06 12:02:45 4 : sduino433/msg READredu: MU;P0=-852;P1=402;P2=-409;P3=804;D=01010101230123230101010101012323010101232323010100;CP=1;R=0;
2019.01.06 12:02:45 4 : sduino433/msg READredu: MU;P0=132;P1=-805;P2=405;P3=-417;P4=803;P5=-4024;P6=-324;D=0121212121212343412121234343412125212343412343434121212641212;CP=2;R=0;
2019.01.06 12:02:45 4 : sduino433/msg READredu: MS;P0=-417;P1=386;P2=-822;P4=805;P5=-3626;D=15121040421040404212121042121212121042104042121212121210404212121040404212;CP=1;SP=5;R=0;
2019.01.06 12:02:45 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:45 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:45 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:45 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:45 5 : sduino433 Dispatch: u91.1#6E20B031C, test ungleich: disabled
2019-01-06 12:02:45 SIGNALduino sduino433 DMSG u91.1#6E20B031C
2019.01.06 12:02:45 5 : sduino433 Dispatch: u91.1#6E20B031C, -74 dB, dispatch
2019.01.06 12:02:45 5 : sduino433: dispatch u91.1#6E20B031C
2019-01-06 12:02:45 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B031C
2019.01.06 12:02:45 3 : sduino433: Unknown code u91.1#6E20B031C, help me!
2019.01.06 12:02:45 4 : sduino433/msg READredu: MU;P0=-156;P1=382;P2=-420;P3=795;P4=-829;D=01234123234141414141412323414141232323414;CP=1;R=0;
2019.01.06 12:02:53 4 : sduino433/msg READredu: MS;P1=400;P2=-397;P3=822;P4=-817;P6=-4020;D=16141232341232323414141234141414141234123234141414141412323414141232323414;CP=1;SP=6;R=0;O;m2;
2019.01.06 12:02:53 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:53 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:53 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:53 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:53 5 : sduino433 Dispatch: u91.1#6E20B031C, test ungleich: disabled
2019-01-06 12:02:53 SIGNALduino sduino433 DMSG u91.1#6E20B031C
2019.01.06 12:02:53 5 : sduino433 Dispatch: u91.1#6E20B031C, -74 dB, dispatch
2019.01.06 12:02:53 5 : sduino433: dispatch u91.1#6E20B031C
2019-01-06 12:02:53 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B031C
2019.01.06 12:02:53 3 : sduino433: Unknown code u91.1#6E20B031C, help me!
2019.01.06 12:02:54 4 : sduino433/msg READredu: MS;P1=404;P2=-392;P3=815;P4=-815;P6=-4026;D=16141232341232323414141234141414141234123234141414141412323414141232323414;CP=1;SP=6;R=0;O;m1;
2019.01.06 12:02:54 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:54 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:54 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:54 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:54 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:54 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:54 4 : sduino433/msg READredu: MS;P1=393;P2=-405;P3=807;P4=-824;P6=-4026;D=16141232341232323414141234141414141234123234141414141412323414141232323414;CP=1;SP=6;R=0;m0;
2019.01.06 12:02:54 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:54 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:54 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:54 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:54 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:54 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:54 4 : sduino433/msg READredu: MS;P1=393;P2=-405;P3=807;P4=-824;P6=-4026;D=16141232341232323414141234141414141234123234141414141412323414141232323414;CP=1;SP=6;R=0;
2019.01.06 12:02:54 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:54 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:54 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:54 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:54 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:54 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:54 4 : sduino433/msg READredu: MS;P1=405;P2=-810;P3=-403;P4=821;P5=-4009;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m2;
2019.01.06 12:02:54 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:54 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:54 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:54 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:54 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:54 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:54 4 : sduino433/msg READredu: MS;P1=395;P2=-822;P3=-405;P4=810;P5=-4026;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m1;
2019.01.06 12:02:54 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:54 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:54 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:54 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:54 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:54 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:54 4 : sduino433/msg READredu: MS;P1=397;P2=-817;P3=-410;P4=806;P5=-4026;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;m0;
2019.01.06 12:02:54 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:54 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:54 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:54 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:54 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:54 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:54 4 : sduino433/msg READredu: MS;P1=397;P2=-817;P3=-410;P4=806;P5=-4026;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;
2019.01.06 12:02:54 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:54 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:54 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:54 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:54 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:54 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:55 4 : sduino433/msg READredu: MS;P1=401;P2=-814;P3=-402;P4=813;P5=-4016;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m2;
2019.01.06 12:02:55 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:55 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:55 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:55 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:55 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:55 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:55 4 : sduino433/msg READredu: MS;P1=395;P2=-819;P3=-408;P4=807;P5=-4026;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m1;
2019.01.06 12:02:55 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:55 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:55 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:55 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:55 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:55 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:55 4 : sduino433/msg READredu: MS;P1=402;P2=-814;P3=-409;P4=810;P5=-4026;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;m0;
2019.01.06 12:02:55 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:55 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:55 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:55 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:55 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:55 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:55 4 : sduino433/msg READredu: MS;P1=402;P2=-814;P3=-409;P4=810;P5=-4026;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;
2019.01.06 12:02:55 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:55 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:55 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:55 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:55 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:55 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:55 4 : sduino433/msg READredu: MS;P1=405;P2=-814;P3=-403;P4=814;P5=-4018;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m2;
2019.01.06 12:02:55 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:55 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:55 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:55 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:55 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:55 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:56 4 : sduino433/msg READredu: MS;P1=399;P2=-816;P3=-410;P4=806;P5=-4028;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m1;
2019.01.06 12:02:56 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:56 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:56 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:56 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:56 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019-01-06 12:02:56 SIGNALduino sduino433 DMSG u91.1#6E20B031C
2019.01.06 12:02:56 5 : sduino433 Dispatch: u91.1#6E20B031C, -74 dB, dispatch
2019.01.06 12:02:56 5 : sduino433: dispatch u91.1#6E20B031C
2019-01-06 12:02:56 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B031C
2019.01.06 12:02:56 3 : sduino433: Unknown code u91.1#6E20B031C, help me!
2019.01.06 12:02:56 4 : sduino433/msg READredu: MS;P1=397;P2=-820;P3=-404;P4=811;P5=-4028;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;m0;
2019.01.06 12:02:56 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:56 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:56 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:56 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:56 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:56 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:56 4 : sduino433/msg READredu: MS;P1=397;P2=-820;P3=-404;P4=811;P5=-4028;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;
2019.01.06 12:02:56 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:56 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:56 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:56 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:56 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:56 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:56 4 : sduino433/msg READredu: MS;P1=403;P2=-810;P3=-393;P4=821;P5=-4017;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m2;
2019.01.06 12:02:56 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:56 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:56 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:56 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:56 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:56 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:56 4 : sduino433/msg READredu: MS;P1=402;P2=-815;P3=-405;P4=810;P5=-4021;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m1;
2019.01.06 12:02:56 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:56 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:56 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:56 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:56 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:56 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019-01-06 12:02:56 EQ3BT eing.heizung bluetoothDevice: hci0
2019.01.06 12:02:56 4 : sduino433/msg READredu: MS;P1=399;P2=-815;P3=-411;P4=806;P5=-4021;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;m0;
2019.01.06 12:02:56 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:56 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:56 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:56 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:56 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:56 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:02:56 4 : sduino433/msg READredu: MS;P1=399;P2=-815;P3=-411;P4=806;P5=-4021;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;
2019.01.06 12:02:56 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:02:56 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:02:56 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:02:56 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:02:56 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:02:56 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:10 4 : sduino433/msg READredu: MS;P0=-403;P1=404;P2=-812;P3=818;P4=-4011;D=14121030321030303212121032121212121032103032121212121210303212121030303212;CP=1;SP=4;R=0;O;m2;
2019.01.06 12:03:10 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:10 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:10 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:10 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:10 5 : sduino433 Dispatch: u91.1#6E20B031C, test ungleich: disabled
2019-01-06 12:03:10 SIGNALduino sduino433 DMSG u91.1#6E20B031C
2019.01.06 12:03:10 5 : sduino433 Dispatch: u91.1#6E20B031C, -74 dB, dispatch
2019.01.06 12:03:10 5 : sduino433: dispatch u91.1#6E20B031C
2019-01-06 12:03:10 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B031C
2019.01.06 12:03:10 3 : sduino433: Unknown code u91.1#6E20B031C, help me!
2019.01.06 12:03:10 4 : sduino433/msg READredu: MS;P0=-410;P1=396;P2=-822;P3=807;P4=-4027;D=14121030321030303212121032121212121032103032121212121210303212121030303212;CP=1;SP=4;R=0;O;m1;
2019.01.06 12:03:10 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:10 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:10 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:10 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:10 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:10 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:10 4 : sduino433/msg READredu: MS;P0=-417;P1=393;P2=-823;P3=801;P4=-4027;D=14121030321030303212121032121212121032103032121212121210303212121030303212;CP=1;SP=4;R=0;m0;
2019.01.06 12:03:10 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:10 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:10 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:10 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:10 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:10 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:10 4 : sduino433/msg READredu: MS;P0=-417;P1=393;P2=-823;P3=801;P4=-4027;D=14121030321030303212121032121212121032103032121212121210303212121030303212;CP=1;SP=4;R=0;
2019.01.06 12:03:10 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:10 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:10 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:10 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:10 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:10 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:11 4 : sduino433/msg READredu: MS;P1=419;P2=-806;P3=-403;P4=815;P5=-4022;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m2;
2019.01.06 12:03:11 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:11 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:11 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:11 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:11 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:11 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:11 4 : sduino433/msg READredu: MS;P1=391;P2=-825;P3=-399;P4=810;P5=-4031;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;O;m1;
2019.01.06 12:03:11 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:11 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:11 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:11 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:11 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:11 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:11 4 : sduino433/msg READredu: MS;P1=397;P2=-821;P3=-402;P4=811;P5=-4031;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;m0;
2019.01.06 12:03:11 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:11 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:11 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:11 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:11 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:11 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:11 4 : sduino433/msg READredu: MS;P1=397;P2=-821;P3=-402;P4=811;P5=-4031;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;R=0;
2019.01.06 12:03:11 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:11 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:11 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:11 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:11 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:11 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:11 4 : sduino433/msg READredu: MS;P0=-392;P1=409;P3=818;P4=-807;P6=-4014;D=16141030341030303414141034141414141034103034141414141410303414141030303414;CP=1;SP=6;R=0;O;m2;
2019.01.06 12:03:11 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:11 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:11 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:11 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:11 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:11 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:11 4 : sduino433/msg READredu: MS;P0=-408;P1=394;P3=806;P4=-821;P6=-4027;D=16141030341030303414141034141414141034103034141414141410303414141030303414;CP=1;SP=6;R=0;O;m1;
2019.01.06 12:03:11 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:11 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:11 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:11 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:11 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:11 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:11 4 : sduino433/msg READredu: MS;P0=-405;P1=399;P3=812;P4=-814;P6=-4027;D=16141030341030303414141034141414141034103034141414141410303414141030303414;CP=1;SP=6;R=0;m0;
2019.01.06 12:03:11 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:11 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:11 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:11 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:11 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:11 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:11 4 : sduino433/msg READredu: MS;P0=-405;P1=399;P3=812;P4=-814;P6=-4027;D=16141030341030303414141034141414141034103034141414141410303414141030303414;CP=1;SP=6;R=0;
2019.01.06 12:03:11 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:11 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:11 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:11 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:11 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:11 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:12 4 : sduino433/msg READredu: MS;P0=-403;P1=400;P3=-816;P4=814;P5=-4017;D=15131040431040404313131043131313131043104043131313131310404313131040404313;CP=1;SP=5;R=0;O;m2;
2019.01.06 12:03:12 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:12 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:12 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:12 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:12 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:12 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:12 4 : sduino433/msg READredu: MS;P0=-409;P1=401;P3=-815;P4=805;P5=-4023;D=15131040431040404313131043131313131043104043131313131310404313131040404313;CP=1;SP=5;R=0;O;m1;
2019.01.06 12:03:12 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:12 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:12 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:12 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:12 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:12 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:12 4 : sduino433/msg READredu: MS;P0=-408;P1=398;P3=-817;P4=808;P5=-4023;D=15131040431040404313131043131313131043104043131313131310404313131040404313;CP=1;SP=5;R=0;m0;
2019.01.06 12:03:12 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:12 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:12 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:12 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:12 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:12 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:12 4 : sduino433/msg READredu: MS;P0=-408;P1=398;P3=-817;P4=808;P5=-4023;D=15131040431040404313131043131313131043104043131313131310404313131040404313;CP=1;SP=5;R=0;
2019.01.06 12:03:12 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:12 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:12 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:12 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:12 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:12 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:13 4 : sduino433/msg READredu: MS;P0=-404;P1=405;P2=-811;P4=812;P5=-4020;D=15121040421040404212121042121212121042104042121212121210404212121040404212;CP=1;SP=5;R=0;O;m2;
2019.01.06 12:03:13 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:13 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:13 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:13 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:13 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019-01-06 12:03:13 SIGNALduino sduino433 DMSG u91.1#6E20B031C
2019.01.06 12:03:13 5 : sduino433 Dispatch: u91.1#6E20B031C, -74 dB, dispatch
2019.01.06 12:03:13 5 : sduino433: dispatch u91.1#6E20B031C
2019-01-06 12:03:13 SIGNALduino sduino433 UNKNOWNCODE u91.1#6E20B031C
2019.01.06 12:03:13 3 : sduino433: Unknown code u91.1#6E20B031C, help me!
2019.01.06 12:03:13 4 : sduino433/msg READredu: MS;P0=-410;P1=398;P2=-818;P4=808;P5=-4028;D=15121040421040404212121042121212121042104042121212121210404212121040404212;CP=1;SP=5;R=0;O;m1;
2019.01.06 12:03:13 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:13 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:13 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:13 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:13 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:13 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:13 4 : sduino433/msg READredu: MS;P0=-413;P1=392;P2=-822;P4=804;P5=-4028;D=15121040421040404212121042121212121042104042121212121210404212121040404212;CP=1;SP=5;R=0;m0;
2019.01.06 12:03:13 4 : sduino433: Matched MS Protocol id 91.1 -> Atlantic security
2019.01.06 12:03:13 5 : sduino433: Starting demodulation at Position 3
2019.01.06 12:03:13 5 : sduino433: Found wrong signalpattern, catched 35 bits, aborting demodulation
2019.01.06 12:03:13 4 : sduino433: Decoded MS Protocol id 91.1 dmsg u91.1#6E20B031C length 36 RSSI = -74
2019.01.06 12:03:13 5 : sduino433 Dispatch: u91.1#6E20B031C, test gleich
2019.01.06 12:03:13 4 : sduino433 Dispatch: u91.1#6E20B031C, Dropped due to short time or equal msg
2019.01.06 12:03:13 4 : sduino433/msg READredu: MS;P0=-413;P1=392;P2=-822;P4=804;P5=-4028;D=15121040421040404212121042121212121042104042121212121210404212121040404212;CP=1;SP=5;R=0;


Update von heute Nacht ist gemacht gewesen.
Allerdings scheinen mir die Datennibbles nicht mehr die Zustände darzustellen.

Grüße

Horst

Ralf9

Zitat von: jochen_f am 05 Januar 2019, 23:52:07
wie wäre es, wenn MS Nachrichten, die Kandidaten für fehlinterpretierte MU Nachrichten sind, in synthetische MU Nachrichten gewandelt werden und nochmals durch den Dekoder geschickt werden?

Ich habe es mit dem Atlantic'S Sensor und dem Dummy sduino mal probiert, und es scheint gut zu funktionieren :

MS durch MU ersetzen und im D String den ersten Wert ans Ende schieben.
Damit spart man sich die doppelten Protokoll Einträge und bekommt automatisch das korrekte Padding.

Als Kriterium für die Erstellung der synthetischen MU Nachricht könnte dienen:
- kein Match auf die MS Nachricht
- ungerade Bit Anzahl

Das wird wahrscheinlich zu aufwändig, da ist das ergänzen des fehlenden Bit 36 viel einfacher.

Gruß Ralf
FHEM auf Cubietruck mit Igor-Image, SSD und  hmland + HM-CFG-USB-2,  HMUARTLGW Lan,   HM-LC-Bl1PBU-FM, HM-CC-RT-DN, HM-SEC-SC-2, HM-MOD-Re-8, HM-MOD-Em-8
HM-Wired:  HMW_IO_12_FM, HMW_Sen_SC_12_DR, Selbstbau IO-Module HBW_IO_SW
Maple-SIGNALduino, WH3080,  Hideki, Id 7

Ralf9

Zitat von: elektron-bbs am 06 Januar 2019, 11:43:11
Ich halte hier aber eine Anpassung der Firmware des SIGNALduino/ESP für sinnvoller. MS sollte ja nur erkannt werden bei einem Muster wie folgend:
... lastpuls | pause | synchigh | synclow | firstpuls ...

Was meinst Du mit Pause? Hast Du Dir schon mal eine MS-Nachricht mit abgeschaltetem MS als MU-Nachricht angeschaut?

Hier ist z.B. die itv1 (ID 3)
MU;P0=-411;P1=508;P2=-1085;P3=1039;P5=327;P6=-11156;CP=5;D=012305252525252525252525252525252525252305230525256523052525252525252525252525252525252523052305252565230525252525252525252525252525252525230523052525652305252525252525252525252525252525252305230525256523052525252525252525252525252525252523052305252565230525252525252525252525252 ...


MU;P0=-411;P1=508;P2=-1085;P3=1039;P5=327;P6=-11156;CP=5;D=
  0123052525252525252525252525252525252523052305252
56 523052525252525252525252525252525252523052305252
56 523052525252525252525252525252525252523052305252
56 523052525252525252525252525252525252523052305252
56 523052525252525252525252525252525252523052305252


52 zero
30 one
56 clock + sync

Hier ist dann

zero zero clock sync zero one

Gruß Ralf
FHEM auf Cubietruck mit Igor-Image, SSD und  hmland + HM-CFG-USB-2,  HMUARTLGW Lan,   HM-LC-Bl1PBU-FM, HM-CC-RT-DN, HM-SEC-SC-2, HM-MOD-Re-8, HM-MOD-Em-8
HM-Wired:  HMW_IO_12_FM, HMW_Sen_SC_12_DR, Selbstbau IO-Module HBW_IO_SW
Maple-SIGNALduino, WH3080,  Hideki, Id 7