Signalduino - Atlantic und Focus Security China Devices

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

Vorheriges Thema - Nächstes Thema

elektron-bbs

Das wäre für mich auch keine Nachricht mit Sync-Puls. Zum Abschluss der Nachricht wird halt noch ein EOT-Puls gesendet, damit auch das letzte Bit vom Empfänger ausgewertet werden kann. Dann folgt halt eine Sendepause (Sender aus ca. 11 mS) und dann beginnt die neue Nachricht.
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

HomeAuto_User

Hallo Horst,

Zitat von: Harst am 06 Januar 2019, 12:20:53
Ich habe jetzt noch einmal Meldungen erzeugt:

....

Fensterkontakt:

....

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

Grüße

Horst

danke für deine Nachrichten und nun habe ich von allen 3 Typen jeweils Nachrichten zum testen.
Die Datenbits wurden jeweils geändert aber ich habe auch soeben am Code gearbeitet. Ich denke die Tage werden wir Ihn übernehmen können!

@all,
- Bisher wurde keine Änderung im nibble6 (2. bit von rechts  :D) registriert in meiner großen Liste. Hat jemand dazu eine Nachricht oder eine Verifizierung? (vielleicht BatterieStatus?? Hat jemand ein Labornetzteil um dies ggf. mal zu provozieren?)
- Desweiteren ist im nibble6 (1. bit von rechts) immer ein Wechsel zu registrieren welchen wir mal als keepalive erwähnt hatten. Was würdet ihr im Text des Readings als vernünftig ansehen? Jetzt habe ich es mit keepalive beziffert und gebe das bit 0 or 1 direkt aus.
"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

Hallo,

Das Bit 2. Von rechts ist für den externen Kontakt am MD210R.

https://forum.fhem.de/index.php/topic,58397.msg877916.html#msg877916

Allerdings kann ich das nicht reproduzieren, da im Moment die Dekodierung immer dieselben Werte im Nibble 6 bringt. Ich kann also Reed und extern nicht unterscheiden. Das war aber mit u79# in betrieb

Horst

jochen_f

#33
Hallo Ralf,

das Erzeugen und Dekodieren einer synthetischen MU Nachricht scheint recht einfach zu sein:

https://github.com/JochenFriedrich/RFFHEM/commit/55b81c1693d3f70c547eae419f4e63caa316c701

Oder ist das zu blauäugig?

Gruß, Jochen

jochen_f

Hallo Horst,

ich habe den externen Eingang nie verwendet, aber trotzdem einmal Probleme mit genau diesem gehabt:
Direkt unter der Klemme für den externen Eingang befindet sich eine der beiden Befestigungsschrauben. Die Pins der Schraubklemme waren so lang, dass sie die Schraube berührt hatten und dadurch ständig Fehlalarme kamen (war auf NO gejumpert). Erst das Kürzen der Pins hat das Problem beseitigt. Ein Abkleben der Schrauben mit Tesa hätte es wahrscheinlich auch getan. War das evtl. ein ähnlicher Effekt?

Wenn es einen Unterschied in der Nachricht gibt, muss der in RAWMSG sichtbar sein, unabhängig vom erkannten Protokoll. Eventuell für den Test auch mal kurzzeitig die MS Nachrichten am sduino abschalten.

Gruß, Jochen

Harst

Hallo Jochen,

das ist nicht das Problem, denn der Sensor ist gerade ausgebaut. Ich teste, wenn ich zu Hause bin, mal die RAW-Daten

Horst

HomeAuto_User

Hallo,

ist das zusammengefasst hier alles so richtig?

i ident | s sabo | c contact intern | e contact extern | k keepalive (battery?) | t typ | C ckecksumme

door/windows switch MD_210R
iiiiiiiiiiiiiiiiiiiiiiii scek tttt CCCC

Vibration Schock Sensor MD-2018R
iiiiiiiiiiiiiiiiiiiiiiii sc?k tttt CCCC

CoSensor MD-2003R
iiiiiiiiiiiiiiiiiiiiiiii sc?k tttt CCCC


Wenn ja, so würde ich diese Verarbeitung dann abhaken und das Modul weitergeben ins DEV-r33.

LG
"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

Ralf9

Zitat von: jochen_f am 07 Januar 2019, 10:15:34
das Erzeugen und Dekodieren einer synthetischen MU Nachricht scheint recht einfach zu sein:

https://github.com/JochenFriedrich/RFFHEM/commit/55b81c1693d3f70c547eae419f4e63caa316c701

Ich habe es mir zwar nicht genauer angeschaut, es müsste im Prinzip so funktionieren.
Dies ist aber nur ein Workaround.
Wenn die whitelist nicht aktiv ist und bei einem ähnlichen MS Protokoll ein dispatch durchgeführt wird, dann wird keine synthetischen MU Nachricht erzeugt.
Alle MS-Nachrichten bei denen kein dispatch erfolgt, werden nochmals in der SIGNALduino_Parse_MU() getestet.

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

Hallo,

ich muss abbitte leisten, ich werde halt nächstes Jhr 60.

Bei mir reagiert der externe Kontakt, weil ich 2 Bit brauchte (Tür auf/zu als Reed, Schloss auf zu auf Microswitch).
Und da gibt es eine keine handgemachte Leitung unter der Platine, die ich aus meinem Gedächtnis gestrichen habe.

Also hat Bit 2 wirklich keine Zuordnung.

Tschuldigung

Horst

HomeAuto_User

Moinmoin,
Zitat von: Harst am 07 Januar 2019, 21:36:50
Hallo,

....

Bei mir reagiert der externe Kontakt, weil ich 2 Bit brauchte (Tür auf/zu als Reed, Schloss auf zu auf Microswitch).
Und da gibt es eine keine handgemachte Leitung unter der Platine, die ich aus meinem Gedächtnis gestrichen habe.

Also hat Bit 2 wirklich keine Zuordnung.

Tschuldigung

Horst

also konntest du keine Veränderung des Zustandes des Bits verzeichnen?

@Jochen, hast du vielleicht dort Änderungen mal?

Wie ist das Verhalten des Keepalive Bits? Gibt es da Parallelen zur Batterie? Entweder die Bezeichnung bleibt keepalive mit Bitausgabe oder wir können ihm feste Zustände definieren.

LG
"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

Ich hab den Fenstersensor an ein Netzteil gehängt.  Bei 2.1V war das Bit 2 auf 0. Bit 1 hat keepalive Meldungen mit Bit 1 als 0 gesendet.

Horst

HomeAuto_User

Hallo,

also sind bisher noch offen die beiden Bits 1 & 2 wenn ich das richtig vernehme.

Hat denn jemand mal mitbekommen wann die keepalive Meldungen erscheinen bzw. wann dort eine 1 gesetzt ist?
@Horst, wie hast du das mit dem Labornetzteil gemacht? Welche Spannung ist normal bei den Sensoren?

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

Ich sehe eigentlich alle Bit  geklärt:

Bit 0  0001  1  keep Alice bei 0, Event, dann 1
Bit 1  0010  2  Batterie ok, dann 1
Bit 2  0100  4  Datenbit
Bit 3  1000  8  Sabotage, 1 bei geschlossenem Gehäuse

Alles beim Fenstersensor.

Die Batterien haben 3V und ich habe einfach statt der Batterie mit Klemmen 3V angelegt und langsam runtergeregelt.

Horst

HomeAuto_User

Hallo Horst,

Zitat von: Harst am 08 Januar 2019, 22:03:27
Ich sehe eigentlich alle Bit  geklärt:

Bit 0  0001  1  keep Alice bei 0, Event, dann 1
Bit 1  0010  2  Batterie ok, dann 1
Bit 2  0100  4  Datenbit
Bit 3  1000  8  Sabotage, 1 bei geschlossenem Gehäuse

Alles beim Fenstersensor.

Die Batterien haben 3V und ich habe einfach statt der Batterie mit Klemmen 3V angelegt und langsam runtergeregelt.

Horst

ich habe es mal nun so eingebunden und würde dich bitten dies zu testen!
Bitte teste ebenso mal das Verhalten mit der Batterie beim GasMelder. Die Warscheinlichkeit, das es bei allen Typen gleich ist, ist sehr hoch.

Im Anhang ist das aktualisierte Modul.

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

Harst

Hallo Marko,

ich habe das Modul ausgetauscht, es kommt aber immer unknown Code.

2019.01.08 22:56:38 4 : sduino433/msg READredu: MU;P0=-406;P1=803;P4=-816;P5=401;P6=-4034;P7=-32001;D=565450101450101014545450145454545450145010145454545454501014545450101014545;CP=5;R=0;
2019.01.08 22:56:38 5 : sduino433: one pattern for MU Protocol id 5 not found, aborting
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:54|14){43,})) did not match
2019.01.08 22:56:38 5 : sduino433: zero pattern for MU Protocol id 9 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.01.08 22:56:38 5 : sduino433: zero pattern for MU Protocol id 17.1 not found, aborting
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:10|54){19,})) did not match
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.01.08 22:56:38 5 : sduino433: substr: 101450101014545450145454545450145010145454545454501014545450101014545
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2019.01.08 22:56:38 5 : part is 01450101014545450145454545450145010145454545454501014545450101014545 starts at position 0 and ends at 69
2019.01.08 22:56:38 5 : sduino433: 1. skip demodulation (length 34 is to long) at Pos 0 regex ((?:1)((?:01|45){20,}))
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.01.08 22:56:38 5 : sduino433: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.01.08 22:56:38 5 : sduino433: substr: 50101450101014545450145454545450145010145454545454501014545450101014545
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 40 -> Romotec matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:50)((?:10|54){12,})) did not match
2019.01.08 22:56:38 5 : sduino433: substr: 50101014545450145454545450145010145454545454501014545450101014545
2019.01.08 22:56:38 5 : sduino433: zero pattern for MU Protocol id 42 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 46 -> Berner Garagedoor GA401 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.01.08 22:56:38 5 : sduino433: zero pattern for MU Protocol id 50 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:54|10){38,})) did not match
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:54|50){38,})) did not match
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.01.08 22:56:38 5 : sduino433: for MU Protocol id 63, applying filterfunc SIGNALduino_filterMC
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 63 -> Warema matches, trying to demodulate
2019.01.08 22:56:38 5 : part is 000000000000000000000000000000000000 starts at position 0 and ends at 36
2019.01.08 22:56:38 5 : sduino433: Starting demodulation ( regex: (?:)((?:0|0){24,}) Pos 0) length_min_max (24..) length=36
2019.01.08 22:56:38 5 : sduino433: dispatching hex: u63#000000000
2019.01.08 22:56:38 4 : sduino433: decoded matched MU Protocol id 63 dmsg u63#000000000 length 36 dispatch(1/4) RSSI = -74
2019.01.08 22:56:38 5 : sduino433 Dispatch: u63#000000000, test ungleich: disabled
2019-01-08 22:56:38 SIGNALduino sduino433 DMSG u63#000000000
2019.01.08 22:56:38 5 : sduino433 Dispatch: u63#000000000, -74 dB, dispatch
2019.01.08 22:56:38 5 : sduino433: dispatch u63#000000000
2019.01.08 22:56:38 4 : SIGNALduino_unknown incomming msg: u63#000000000
2019.01.08 22:56:38 4 : SIGNALduino_unknown rawData: 000000000
2019.01.08 22:56:38 4 : SIGNALduino_unknown Protocol: 63
2019.01.08 22:56:38 4 : SIGNALduino_unknown converted to bits: 000000000000000000000000000000000000
2019.01.08 22:56:38 5 : SIGNALduino_unknown: sduino433 Protocol 163 found in AttrVal development!
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_63 bitMsg: 000000000000000000000000000000000000
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_63 bitMsg_invert: 111111111111111111111111111111111111
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_63 bitCount: 36
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_63 hexMsg: 000000000
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_63 hexMsg_invert: FFFFFFFFF
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_63 hexCount_or_nibble: 9
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_63 lastInputDev: sduino433
2019.01.08 22:56:38 5 : sduino433: zero pattern for MU Protocol id 64 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.01.08 22:56:38 5 : sduino433: one pattern for MU Protocol id 67 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:14|50){50,})) did not match
2019.01.08 22:56:38 5 : sduino433: zero pattern for MU Protocol id 71 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:50|50){59,})) did not match
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:10|50){50,})) did not match
2019.01.08 22:56:38 5 : sduino433: one pattern for MU Protocol id 75 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.01.08 22:56:38 5 : sduino433: one pattern for MU Protocol id 77 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 78 -> geiger not found, aborting
2019.01.08 22:56:38 5 : sduino433: substr: 65450101450101014545450145454545450145010145454545454501014545450101014545
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 79 -> wireless doorbell matches, trying to demodulate
2019.01.08 22:56:38 5 : part is 450101450101014545450145454545450145010145454545454501014545450101014545 starts at position 0 and ends at 74
2019.01.08 22:56:38 5 : sduino433: 1. skip demodulation (length 36 is to long) at Pos 0 regex ((?:65)((?:01|45){12,}))
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:54|50){104,})) did not match
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 82 -> Fernotron matches, trying to demodulate
2019.01.08 22:56:38 5 : sduino433: 0. try, regex ((?:)((?:54|10|56){100,})) did not match
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff not found, aborting
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.01.08 22:56:38 5 : sduino433: substr: 65450101450101014545450145454545450145010145454545454501014545450101014545
2019.01.08 22:56:38 4 : sduino433: Fingerprint for MU Protocol id 91 -> Atlantic security matches, trying to demodulate
2019.01.08 22:56:38 5 : part is 450101450101014545450145454545450145010145454545454501014545450101014545 starts at position 0 and ends at 74
2019.01.08 22:56:38 5 : sduino433: Starting demodulation (StartStr: 65 first found at 1 regex: (?:65)((?:01|45){36,}) Pos 1) length_min_max (36..36) length=36
2019.01.08 22:56:38 5 : sduino433: dispatching hex: u91#6E20B031C
2019.01.08 22:56:38 4 : sduino433: decoded matched MU Protocol id 91 dmsg u91#6E20B031C length 36 dispatch(1/4) RSSI = -74
2019.01.08 22:56:38 5 : sduino433 Dispatch: u91#6E20B031C, test ungleich: disabled
2019-01-08 22:56:38 SIGNALduino sduino433 DMSG u91#6E20B031C
2019.01.08 22:56:38 5 : sduino433 Dispatch: u91#6E20B031C, -74 dB, dispatch
2019.01.08 22:56:38 5 : sduino433: dispatch u91#6E20B031C
2019.01.08 22:56:38 4 : SIGNALduino_unknown incomming msg: u91#6E20B031C
2019.01.08 22:56:38 4 : SIGNALduino_unknown rawData: 6E20B031C
2019.01.08 22:56:38 4 : SIGNALduino_unknown Protocol: 91
2019.01.08 22:56:38 4 : SIGNALduino_unknown converted to bits: 011011100010000010110000001100011100
2019.01.08 22:56:38 5 : SIGNALduino_unknown: sduino433 Protocol 191 found in AttrVal development!
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_91 bitMsg: 011011100010000010110000001100011100
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_91 bitMsg_invert: 100100011101111101001111110011100011
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_91 bitCount: 36
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_91 hexMsg: 6E20B031C
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_91 hexMsg_invert: 91DF4FCE3
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_91 hexCount_or_nibble: 9
2019-01-08 22:56:38 SIGNALduino_un SIGNALduino_unknown_91 lastInputDev: sduino433
2019.01.08 22:56:38 5 : sduino433: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting


Was mache ich falsch (ok, bei meinen Kunden hasse ich diese Frage)

Horst