FHEM Forum

FHEM - Hausautomations-Systeme => Sonstige Systeme => Thema gestartet von: rippi46 am 06 Januar 2017, 18:58:44

Titel: Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 06 Januar 2017, 18:58:44
Hallo

habe folgenden Funk-Gong Sender der Firma m-e und möchte diesen gerne in fhem einbinden.

http://shop-m-e.de/produkte/tuerglocken/funk-gongs/funk-gongs/126/funk-gong-sender-fuer-fg-basic-serie (http://shop-m-e.de/produkte/tuerglocken/funk-gongs/funk-gongs/126/funk-gong-sender-fuer-fg-basic-serie)

im Log vom Signalduino wird folgender Eintrag erzeugt:

2017.01.06 18:50:09.696 4: sduino/msg READ: MC;LL=-653;LH=665;SL=-317;SH=348;D=D55B58;C=330;L=21;
2017.01.06 18:50:09.693 4: sduino/msg READ: MC;LL=-653;LH=665;SL=-317;SH=348;D=D55B58;C=330;L=21;
2017.01.06 18:50:09.680 4: sduino/msg READ: MC;LL=-654;LH=678;SL=-314;SH=351;D=D55B58;C=332;L=21;
2017.01.06 18:50:09.629 4: sduino/msg READ: MC;LL=-653;LH=679;SL=-310;SH=351;D=D55B58;C=332;L=21;
2017.01.06 18:50:09.612 4: sduino/msg READ: MC;LL=-650;LH=680;SL=-305;SH=359;D=D55B58;C=332;L=21;
2017.01.06 18:50:09.594 4: sduino/msg READ: MC;LL=-649;LH=681;SL=-303;SH=360;D=D55B58;C=332;L=21;


Sobald dieser Code gesendet wird soll in fhem über ein Relais, der Taster der bestehenden Siedle STS 711-2 Türsprechanlage betätigt werden.

Leider weiß ich nicht wie auf die obige Logmeldung reagieren kann.

Das betätigen des Relais ist dann kein Problem.

Vielleicht hat jemand eine Idee wie ich dies Logs auswerten kann.



Gruß

rippi
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 06 Januar 2017, 21:30:11
Ich bau das Protokoll ein, dann kannst Du mit einem DOIF auf das Signal reagieren.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: habeIchVergessen am 06 Januar 2017, 21:40:40
ich habe eine VistaDoor mit VTX-Bell (http://shop-m-e.de/produkte/tuersprechanlagen/vistadoor-audio/zubehoer/12/funkmodul-vtx-bell?c=64), die wird schon unterstützt. Allerdings wird die als MU empfangen.


2017.01.06 15:44:25 4: sduino/msg READ: MC;LL=-661;LH=598;SL=-361;SH=308;D=6B5554;C=321;L=22;
2017.01.06 15:44:25 4: sduino/msg READ: MU;P0=540;P1=-421;P2=-703;P3=268;P4=-4948;D=43231023231010101010102323432310232310101010101023234323102323101010101010232343231023231010101010102323432310232310101010101023234323102323101010101010232343231023231010101010102323432310232310101010101023234323102323101010101010232343231023231010101010;CP=3;O;
2017.01.06 15:44:25 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.01.06 15:44:25 4: sduino: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2017.01.06 15:44:25 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.01.06 15:44:25 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.01.06 15:44:25 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.01.06 15:44:25 4: sduino: decoded matched MU Protocol id 30 dmsg u30#4FC length 12
2017.01.06 15:44:25 3: SD_UT_Parse: Protocol: 30, rawData: 4FC
2017.01.06 15:44:25 3: sduino Heidemann/FAAC devicecode=4F, sound=1100
2017.01.06 15:44:25 4: SD_UT: UNITEC_4F (4FC)
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 07 Januar 2017, 01:02:25
Ich habe das Protokoll aufgenommen

Wenn etwas empfangen wurde, dann wird ein Event ausgelöst:
2017-01-07 00:27:34.986 SIGNALduino dummyDuino opened

Auf dieses Event kannst Du z.B. mit einem Doif reagieren

Im SIGNALduino Gerät gibt es ein internal, welches Du dann vergleichen könntest

Interal = DMSG
Wert = u57#2AA4A7

Beispiele zum DOIF gibt es hier:
https://wiki.fhem.de/wiki/SIGNALduino#Es_wird_ein_Protokoll_erkannt.2C_Autocreate_legt_aber_kein_device_an


Und die angepasste Version erhälst Du via
https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/controls_signalduino.txt


Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: habeIchVergessen am 07 Januar 2017, 14:13:00
ich habe mal folgendes DOIF erstellt


define Klingel_DOIF DOIF ([sduino:&DMSG] =~ "u57#") ( { Log3 (4, "Klingel_DOIF", "u57# received: " . substr(InternalVal("sduino", "DMSG", ""), 4)) } )
attr Klingel_DOIF do always


Ausgabe vom DOIF

2017.01.07 13:58:13 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:13 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:14 Klingel_DOIF: u57# received: 552557
2017.01.07 13:58:14 Klingel_DOIF: u57# received: 552557
2017.01.07 13:58:14 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:14 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:24 Klingel_DOIF: u57# received: 94AAAB
2017.01.07 13:58:24 Klingel_DOIF: u57# received: 94AAAB
2017.01.07 13:58:25 Klingel_DOIF: u57# received: 94AAAA5555
2017.01.07 13:58:25 Klingel_DOIF: u57# received: 94AAAA5555
2017.01.07 13:58:25 Klingel_DOIF: u57# received: 94AAAB
2017.01.07 13:58:25 Klingel_DOIF: u57# received: 94AAAB
2017.01.07 13:58:37 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:37 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:39 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:39 Klingel_DOIF: u57# received: 2A92AB


Log 13:58:13 (2A92AB) - 13:58:14 (552557)

2017.01.07 13:58:13 4: sduino/msg READ: ^BMC;LL=-697;LH=566;SL=-377;SH=256;D=D56D54;C=315;L=22;^C
2017.01.07 13:58:13 4: sduino: Found manchester Protocol id 57 clock 315 -> m-e
2017.01.07 13:58:13 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:13 4: SIGNALduino_unknown incomming msg: u57#2A92AB
2017.01.07 13:58:13 4: SIGNALduino_unknown rawData: 2A92AB
2017.01.07 13:58:13 4: SIGNALduino_unknown Protocol: 57
2017.01.07 13:58:13 4: SIGNALduino_unknown converted to bits: 001010101001001010101011
2017.01.07 13:58:13 4: Unknown, please report
2017.01.07 13:58:13 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:13 3: sduino: Unknown code u57#2A92AB, help me!
2017.01.07 13:58:13 4: sduino/msg READ: ^BMU;P1=250;P2=-396;P3=547;P4=-703;P5=-4889;D=51234141414123412323234141512341414141234123232341415123414141412341232323414151234141414123412323234141512341414141234123232341415123414141412341232323414151234141414123412323234141512341414141234123232341415123414141412341232323414151234141414123412323;CP=1;O;^C
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 56 -> Celexon matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.01.07 13:58:13 4: sduino/msg READ: ^BMU;P0=-629;P1=323;P2=-313;P3=631;P4=-4831;D=01012301232323010141230101010123012323230101412301010101230123232301014123010101012301232323010141230101010123012323230101412301010101230123232301014123010101012301232323010141230101010123012323230101412301010101230123232301014123010101012301232323010141;CP=1;O;^C
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 56 -> Celexon matches, trying to demodulate
2017.01.07 13:58:13 4: sduino: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.01.07 13:58:13 4: sduino/msg READ: ^BMC;LL=-627;LH=638;SL=-306;SH=314;D=AADAA8;C=314;L=21;^C
2017.01.07 13:58:14 4: sduino: Found manchester Protocol id 57 clock 314 -> m-e
2017.01.07 13:58:14 Klingel_DOIF: u57# received: 552557
2017.01.07 13:58:14 4: SIGNALduino_unknown incomming msg: u57#552557
2017.01.07 13:58:14 4: SIGNALduino_unknown rawData: 552557
2017.01.07 13:58:14 4: SIGNALduino_unknown Protocol: 57
2017.01.07 13:58:14 4: SIGNALduino_unknown converted to bits: 010101010010010101010111
2017.01.07 13:58:14 4: Unknown, please report
2017.01.07 13:58:14 Klingel_DOIF: u57# received: 552557
2017.01.07 13:58:14 3: sduino: Unknown code u57#552557, help me!
2017.01.07 13:58:14 4: sduino/msg READ: ^BMC;LL=-622;LH=640;SL=-306;SH=332;D=D56D54;C=316;L=22;^C
2017.01.07 13:58:14 4: sduino: Found manchester Protocol id 57 clock 316 -> m-e
2017.01.07 13:58:14 Klingel_DOIF: u57# received: 2A92AB
2017.01.07 13:58:14 4: SIGNALduino_unknown incomming msg: u57#2A92AB
2017.01.07 13:58:14 4: SIGNALduino_unknown rawData: 2A92AB
2017.01.07 13:58:14 4: SIGNALduino_unknown Protocol: 57
2017.01.07 13:58:14 4: SIGNALduino_unknown converted to bits: 001010101001001010101011


Leider werden die MU-Nachrichten nicht mehr verarbeitet!
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 07 Januar 2017, 14:41:17
Welchen Versionsstand der Firmware hast Du im Einsatz?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: habeIchVergessen am 07 Januar 2017, 16:09:07
V 3.3.1-dev SIGNALduino - compiled at Jan 3 2017 23:59:32

Update am 06.01. + set sduino flash
Update am 07.01. (nur pm-Dateien)
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 07 Januar 2017, 17:04:08
Hallo

tut mir leid, dass ich mich erst so spät melde, aber mit einer so schnellen Lösung hatte ich nicht gerechnet. War den ganzen Tag unterwegs.
(das ist einfach ein fantastischer  Support :)).

Hat alles sofort funktioniert. Nach dem flashen des Sduino wurde sofort die entsprechende Nachricht erzeugt, auf die ich dann mit einem DOIF reagiere.

DOIF:
Internals:
   CFGFN
   DEF        ([sduino:&DMSG] eq "u57#2AA52B") (set ESPEasy_sonoff_003_relay003 on)
   NAME       d_klingel
   NR         17609
   NTFY_ORDER 50-d_klingel
   STATE      cmd_1
   TYPE       DOIF
   Readings:
     2017-01-07 16:46:52   Device          sduino
     2017-01-07 14:13:37   cmd             1
     2017-01-07 14:13:37   cmd_event       sduino
     2017-01-07 14:13:37   cmd_nr          1
     2017-01-07 16:46:52   e_sduino_DMSG   u20#55554
     2017-01-07 14:13:37   state           cmd_1
   Condition:
     0          InternalDoIf($hash,'sduino','DMSG') eq "u57#2AA52B"
   Devices:
     0           sduino
     all         sduino
   Do:
     0:
       0          set ESPEasy_sonoff_003_relay003 on
     1:
   Helper:
     event      UNKNOWNCODE u20#55554
     globalinit 1
     last_timer 0
     sleeptimer -1
     timerdev   sduino
     timerevent UNKNOWNCODE u57#2AA52B
     triggerDev sduino
     timerevents:
       UNKNOWNCODE u57#2AA52B
     timereventsState:
       UNKNOWNCODE u57#2AA52B
     triggerEvents:
       UNKNOWNCODE u20#55554
     triggerEventsState:
       UNKNOWNCODE u20#55554
   Internals:
     0           sduino:DMSG
     all         sduino:DMSG
   Itimer:
   Readings:
   Regexp:
     0:
     All:
   State:
   Trigger:
Attributes:
   do         always
   initialize 1
   room       Büro


Bei der Klingeltaste kann man verschiedene Codes einstellen. Wenn man den entsprechenden Empfänger hat kann man so verschiedene Melodien auswählen.

Codes:
D55AD4
D55AB4
D55AAC
D55B58
D55B54
D55B68


Diese Möglichkeit nutze ich aber nicht.

@habeIchVergessen:
wäre das DOIF von dir die Möglichkeit gewesen auf die Logs zu reagieren, wenn Sidey die Klingel nicht integriert hätte?

Danke für die schnelle Hilfe

Gruß rippi
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: habeIchVergessen am 07 Januar 2017, 17:34:55
Zitat von: rippi46 am 07 Januar 2017, 17:04:08
wäre das DOIF von dir die Möglichkeit gewesen auf die Logs zu reagieren, wenn Sidey die Klingel nicht integriert hätte?
Nein. "u57#" ist das Ergebnis von Sidey's Änderung.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 07 Januar 2017, 22:33:13
Zitat von: habeIchVergessen am 07 Januar 2017, 14:13:00
ich habe mal folgendes DOIF erstellt


define Klingel_DOIF DOIF ([sduino:&DMSG] =~ "u57#") ( { Log3 (4, "Klingel_DOIF", "u57# received: " . substr(InternalVal("sduino", "DMSG", ""), 4)) } )
attr Klingel_DOIF do always


Gute Idee so ein DOIF...
Warum Du drei verschiedene Codes empfängst kann ich mir aber erst mal nicht erklären.
Eventuell werden da verschiedene Informationen übertragen?

Zitat von: habeIchVergessen am 07 Januar 2017, 14:13:00
Leider werden die MU-Nachrichten nicht mehr verarbeitet!

Das wundert mich, dass die von dir bereitgestellten Daten überhaupt jemals auf das Protokoll mit der ID #30 gepasst haben.
Die passen eigentlich nicht. Welche Version hattest Du vorher im Einsatz?

Grüße Sidey
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 07 Januar 2017, 22:34:42
Zitat von: rippi46 am 07 Januar 2017, 17:04:08
Hallo

tut mir leid, dass ich mich erst so spät melde, aber mit einer so schnellen Lösung hatte ich nicht gerechnet. War den ganzen Tag unterwegs.
(das ist einfach ein fantastischer  Support :)).

Hat alles sofort funktioniert. Nach dem flashen des Sduino wurde sofort die entsprechende Nachricht erzeugt, auf die ich dann mit einem DOIF reagiere.

Prima, es geht leider nicht immer so schnell und einfach wie bei dir. Mich freut, dass es dir weiterhilft.

Du könntest die Klingel wohl von FHEM aus auch auslösen, müsstest nur das passenden Signal senden :)
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: habeIchVergessen am 07 Januar 2017, 23:13:43
Zitat von: Sidey am 07 Januar 2017, 22:33:13
Die passen eigentlich nicht. Welche Version hattest Du vorher im Einsatz?

vor dem Flash war "V 3.3.0 SIGNALduino - compiled at Sep 18 2016 00:28:28"


2017.01.06 20:33:38 4: HttpUtils https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/controls_signalduino.txt: Got data, length: 1301
...
2017.01.06 20:35:01 1: update finished, "shutdown restart" is needed to activate the changes.
...
2017.01.06 20:35:01 1: Please consider using the global attribute sendStatistics
2017.01.06 20:35:22 4: sduino/KeepAliveOk: 0
2017.01.06 20:35:22 3: sduino/KeepAliveOk: 0 retry = 1 -> get ping
2017.01.06 20:35:22 4: sduino/keepalive retry = 1
2017.01.06 20:35:22 4: sduino/msg READ: OK
2017.01.06 20:35:22 4: sduino/HandleWriteQueue: nothing to send, stopping timer
2017.01.06 20:35:25 0: Server shutdown
...
2017.01.06 20:35:43 4: sduino/msg READ: V 3.3.0 SIGNALduino - compiled at Sep 18 2016 00:28:28
2017.01.06 20:35:43 2: sduino: initialized. v3.3.1-dev
2017.01.06 20:35:43 3: sduino/init: enable receiver (XE)
2017.01.06 20:35:44 4: Connection accepted from telnetPort_127.0.0.1_49385
2017.01.06 20:36:25 3: Opening sduino device /dev/ttyUSB1
2017.01.06 20:36:25 3: Setting sduino serial parameters to 57600,8,N,1
2017.01.06 20:36:25 1: sduino/define: /dev/ttyUSB1@57600
2017.01.06 20:36:25 1: sduino/init: /dev/ttyUSB1@57600
2017.01.06 20:36:25 3: sduino device opened
2017.01.06 20:36:26 3: sduino/init: disable receiver (XQ)
2017.01.06 20:36:27 3: sduino/init: get version, retry = 0
2017.01.06 20:36:27 4: sduino/msg READ: V 3.3.1-dev SIGNALduino - compiled at Jan  3 2017 23:59:32
2017.01.06 20:36:27 2: sduino: initialized. v3.3.1-dev
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: habeIchVergessen am 07 Januar 2017, 23:33:11
Zitat von: Sidey am 07 Januar 2017, 22:33:13
Warum Du drei verschiedene Codes empfängst kann ich mir aber erst mal nicht erklären.

2A92AB und 94AAAB sind zwei verschiedene Sender.

552557 >> 1 = 2A92AB
94AAAA5555 sind fehlerhaft empfangene Daten.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 07 Januar 2017, 23:40:19
Hallo Sidey,

ZitatDu könntest die Klingel wohl von FHEM aus auch auslösen, müsstest nur das passenden Signal senden

Den Klingeltaster benutze ich um ein Relais zu schalten, das die Taste der vorhandenen Siedle Anlage betätigt.

Haben seit kurzem eine Hund und müssen das Hoftor schließen. Dadurch kommt niemand mehr an die Türklingel.

Wollte aber keine zusätzlich Klingelanlage und hab deshalb eine Funkklingel an den Torpfosten montiert.


Gruß rippi



Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 10 Januar 2017, 20:33:19
Hallo Sidey,

das Erkennen der Nachricht funktioniert Dank deine Hilfe einwandfrei und auch das Schalten des Relais funktioniert.

Womit ich leider noch Probleme habe, das die Nachricht relativ lange in der internen Variable &DMSG steht. Während dieser Zeit reagiert ständig  mein DOIF.

Wie kann ich das verhindern. oder wie kann ich dafür sorgen, dass nur beim ersten Auftreten der Message reagiert wird?

oder könnte ich auch auf diesen Event reagieren(der tritt nur einmal auf)?

2017-01-10 20:31:27.052 SIGNALduino sduino UNKNOWNCODE u57#2AA52B

Mein DOIF:

Internals:
   DEF        ([sduino:&DMSG] eq "u57#2AA52B") (set HM_BCD401_Sw_01 on-for-timer 1)
   NAME       d_klingel
   NR         901
   NTFY_ORDER 50-d_klingel
   STATE      cmd_1
   TYPE       DOIF
   Readings:
     2017-01-10 20:26:18   Device          sduino
     2017-01-10 20:21:30   cmd             1
     2017-01-10 20:21:30   cmd_event       sduino
     2017-01-10 20:21:30   cmd_nr          1
     2017-01-10 20:26:18   e_sduino_DMSG   u20#5557D7555554
     2017-01-10 20:21:30   state           cmd_1
     2017-01-10 20:21:30   wait_timer      no timer
   Condition:
     0          InternalDoIf($hash,'sduino','DMSG') eq "u57#2AA52B"
   Devices:
     0           sduino
     all         sduino
   Do:
     0:
       0          set HM_BCD401_Sw_01 on-for-timer 1
     1:
   Helper:
     event      UNKNOWNCODE u20#5557D7555554
     globalinit 1
     last_timer 0
     sleepdevice sduino
     sleepsubtimer -1
     sleeptimer -1
     timerdev   sduino
     timerevent UNKNOWNCODE u57#2AA52B
     triggerDev sduino
     timerevents:
       UNKNOWNCODE u57#2AA52B
     timereventsState:
       UNKNOWNCODE u57#2AA52B
     triggerEvents:
       UNKNOWNCODE u20#5557D7555554
     triggerEventsState:
       UNKNOWNCODE u20#5557D7555554
   Internals:
     0           sduino:DMSG
     all         sduino:DMSG
   Itimer:
   Readings:
   Regexp:
     0:
     All:
   State:
   Trigger:
Attributes:
   disable    0
   do         always
   initialize 1
   room       Büro
   wait       1:0


Gruß rippi
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: habeIchVergessen am 10 Januar 2017, 20:46:02
Du kannst ja den Status von HM_BCD401_Sw_01 prüfen und nur den Timer starten, wenn er nicht läuft.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 10 Januar 2017, 20:46:51
Ich bin jetzt nicht der DOIF Spezialist.

Man kann mit DOIF Readings oder Internals abfragen.
Alternativ kann man auch nach Events suchen. Dafür muss dann eine Regex angegeben werden.

Wenn es dir nur um das mehrfach Auslösen des Relais SWgeht, kannst du das auch mit dem Attribut cmdpause realisieren.

Das Doif wird zwar erkennen, ob dmsg den richtigen Zustand hat, aber das Schalten des HM Gerätes innerhalb der angegebenen Zeitspanne nur 1* ausführen.

Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 10 Januar 2017, 21:15:11
Auch mit cmdpause wird das Relais mehrfach ein und ausgeschaltet.

Eigentlich sollte es so funktionieren:

Es drückt jemand den Taster am Tor, danach betätigt das Relais die eigentliche Türklingel für 1 oder 2 Sekunden.

Ich glaube ich habe schon alle Parameter vom DOIF ausprobiert, aber irgendwie wir trotzdem immer mehrfach ausgelöst.


Gruß rippi
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 10 Januar 2017, 21:33:34
mit welchem Wert hast Du cmdpause denn angegeben?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 10 Januar 2017, 21:43:44
attr d_klingel cmdpause 5
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 10 Januar 2017, 21:47:34
Und der Schaltbefehl wird mehrfach innerhalb der 5 Sekunden ausgelöst?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 10 Januar 2017, 21:55:34
Ja, als ob es ihn nicht interessiert.

edit: Der Fehler lag am on-for-timer beim HM-Device.

der reine Befehl:
set HM_BCD401_Sw_01 on-for-timer 2

hat das Relais 3-mal geschalten.

Habe noch ein notify probiert.

Notify:
Internals:
   CFGFN
   DEF        sduino:.* {if ($EVTPART1 eq "u57#2AA52B") {fhem ("set HM_BCD401_Sw_01 on")};;{fhem ("define KL at +00:00:02 set HM_BCD401_Sw_01 off")}}
   NAME       n_klingel
   NOTIFYDEV  sduino
   NR         19177
   NTFY_ORDER 50-n_klingel
   REGEXP     sduino:.*
   STATE      2017-01-11 00:02:10
   TYPE       notify
   Readings:
     2017-01-11 00:01:35   state           active
Attributes:
   disable    0
   room       Demo


Das Notify funktioniert zuverlässiger als das DOIF

DOIF:
Internals:
   DEF        ([sduino:&DMSG] eq "u57#2AA52B") ( set HM_BCD401_Sw_01 on) DOELSE (define KL at +00:00:02 set HM_BCD401_Sw_01 off)
   NAME       d_klingel
   NR         901
   NTFY_ORDER 50-d_klingel
   STATE      deactivated
   TYPE       DOIF
   Readings:
     2017-01-11 00:01:18   state           deactivated
   Helper:
   Itimer:
   State:
Attributes:
   cmdpause   5
   disable    1
   do         always
   initialize 1
   room       Büro


Gruß rippi
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 11 Januar 2017, 09:06:38
Mit dem notify reagierst Du auf ein Event, welches auch im Eventmonitor auftaucht.

Mit dem jetzigen Doif fragst Du das Internals ab.

Mit dem doif könntest Du das On-For-Timer halt auch abbilden in dem Du zwei Schaltbefehle angibst und der 2. Befehl (Set ... Off) mit einem cmdpause um 1 oder 2 Sekunden verzögerst.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 11 Januar 2017, 10:29:26
Danke  für die Infos.

Muss ich heute Abend mal testen


Gruß rippi
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: habeIchVergessen am 11 Januar 2017, 22:51:26
Ein Beispiel, wie das Problem gelöst werden kann.

99_MyUtils.pm

package main;
use strict;
use warnings;
use POSIX;

use DateTime::Format::Strptime;

sub MyUtils_Initialize($$)
{
  my ($hash) = @_;
}

sub TestDOIF() {
        Log3 (1, "Test_DOIF", "u57# received: " . substr(InternalVal("sduino", "DMSG", ""), 4));

        my $state = InternalVal("IT_FFF0000FFF", "STATE", "off");
        if ( $state !~ "on") {
                Log3 (1, "Test_DOIF", "STATE != on");
                fhem("set IT_FFF0000FFF on-for-timer 4");
        }
}

1;


DOIF (ruft TestDOIF in 99_MyUtils.pm auf)

define Test_DOIF DOIF ([sduino:&DMSG] =~ "u57#") ( { TestDOIF() } )
attr Test_DOIF do always


Ausgabe

2017.01.11 22:42:55 Test_DOIF: u57# received: 2A92AB
2017.01.11 22:42:55 Test_DOIF: STATE != on
2017.01.11 22:42:55 Test_DOIF: u57# received: 2A92AB
2017.01.11 22:42:56 Test_DOIF: u57# received: 552557
2017.01.11 22:42:56 Test_DOIF: u57# received: 552557
2017.01.11 22:42:56 Test_DOIF: u57# received: 2A92AB
2017.01.11 22:42:56 Test_DOIF: u57# received: 2A92AB
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: rippi46 am 14 Januar 2017, 12:22:57
Hallo,

habe jetzt den Eintrag in der 99_MyUtils.pm etwas abgeändert, da mein HM-Relais Probleme hat mit dem on-for-timer.

sub TestDOIF() {
        Log3 (1, "Test_DOIF", "u57# received: " . substr(InternalVal("sduino", "DMSG", ""), 4));

        my $state = InternalVal("HM_BCD401_Sw_01", "STATE", "off");
        if ( $state !~ "on") {
                Log3 (1, "Test_DOIF", "STATE != on");
                fhem("set HM_BCD401_Sw_01 on") ; fhem("define kl at +00:00:02 set HM_BCD401_Sw_01 off");
        }
}


so funktioniert es jetzt zuverlässig.

Danke noch einmal für die Unterstützung! :)

Gruß rippi
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Sidey am 14 Januar 2017, 12:43:09
Ich verstehe immer noch nicht, warum das mit dem Wait für das 2. Kommando nicht geht
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 16 Mai 2019, 15:43:39
Ich hole diesen alten Tread mal raus um keinen neuen auf zu machen, da es hier rein passt.
Möchte gerne auf meine Mistral 200M Funk Türklingel über Doif meinen Fernseher Muten, komme nur nicht weiter.

mein Versionstand:
V 3.3.2.1-rc8 SIGNALduino cc1101 - compiled at Jan 10 2019 20:13:56

Internals:
   Clients    :IT:CUL_TCM97001:SD_RSL:OREGON:CUL_TX:SD_AS:Hideki:SD_WS07:SD_WS09: :SD_WS:RFXX10REC:Dooya:SOMFY:SD_BELL:SD_UT:SD_WS_Maverick:FLAMINGO:CUL_WS:Revolt: :FS10:CUL_FHTTK:Siro:FHT:FS20:CUL_EM:Fernotron:SD_Keeloq:SIGNALduino_un:
   DEF        /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0@57600
   DMSG       P69#009299710DC
   DevState   initialized
   DeviceName /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0@57600
   FD         75
   FUUID      5cd57f0e-f33f-de02-a370-d4be649709c7d70a
   IDsNoDispatch 2,72.1,82
   ITClock    250
   LASTDMSG   P69#009299710DC
   LASTDMSGID 69
   MSGCNT     14
   NAME       CUL868
   NR         455
   NR_CMD_LAST_H 1
   PARTIAL   
   RAWMSG     MU;P1=12384;P2=-526;P3=1003;P4=499;P5=-1032;CP=3;R=230;D=123232323232323232453232453232453245323245453232453245454532323245323232324545324545453232;e;w=6;
   RSSI       -87
   STATE      opened
   TIME       1557993106.09307
   TYPE       SIGNALduino
   sendworking 0
   unknownmessages 2019-05-16 15:22:39-MC;LL=-431;LH=427;SL=-214;SH=215;D=47104762003F;C=214;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-434;LH=428;SL=-215;SH=207;D=471047620040;C=213;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-430;LH=430;SL=-206;SH=210;D=47104762003F;C=212;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-423;LH=431;SL=-219;SH=214;D=471047620040;C=214;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-425;LH=424;SL=-214;SH=223;D=47104762003F;C=214;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-428;LH=420;SL=-220;SH=215;D=471047620040;C=213;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-423;LH=437;SL=-211;SH=226;D=47104762003F;C=216;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-424;LH=425;SL=-218;SH=214;D=471047620040;C=213;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-428;LH=429;SL=-212;SH=216;D=47104762003F;C=214;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-426;LH=425;SL=-217;SH=214;D=471047620040;C=213;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-429;LH=435;SL=-217;SH=210;D=47104762003F;C=215;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-422;LH=429;SL=-225;SH=215;D=471047620040;C=215;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-425;LH=436;SL=-212;SH=214;D=47104762003F;C=214;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-427;LH=431;SL=-212;SH=218;D=471047620040;C=214;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-437;LH=418;SL=-222;SH=212;D=47104762003F;C=214;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-423;LH=419;SL=-220;SH=215;D=47104762003F;C=212;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-435;LH=425;SL=-217;SH=213;D=471047620040;C=214;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-425;LH=428;SL=-210;SH=215;D=47104762003F;C=212;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:39-MC;LL=-411;LH=441;SL=-213;SH=218;D=471047620040;C=213;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:39-MC;LL=-425;LH=428;SL=-220;SH=217;D=47104762003F;C=214;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:40-MC;LL=-432;LH=424;SL=-208;SH=226;D=471047620040;C=214;L=48;R=52;s3;b2;O;w;#2019-05-16 15:22:40-MC;LL=-426;LH=429;SL=-199;SH=230;D=47104762003F;C=213;L=48;R=52;s4;b3;O;w;#2019-05-16 15:22:44-MC;LL=-423;LH=434;SL=-219;SH=209;D=471047620040;C=214;L=48;R=52;s3;b2;w;#2019-05-16 15:22:44-MC;LL=-423;LH=434;SL=-219;SH=209;D=47104762003F;C=214;L=48;R=52;s4;b3;w;#2019-05-16 15:22:44-MC;LL=-423;LH=434;SL=-219;SH=209;D=471047620040;C=214;L=48;R=52;s3;b2;
   version    V 3.3.2.1-rc8 SIGNALduino cc1101 - compiled at Jan 10 2019 20:13:56
   versionProtocols 1.03
   versionmodul v3.4.0_dev_11.05
   DoubleMsgIDs:
   MatchList:
     10:SD_WS07 ^P7#[A-Fa-f0-9]{6}F[A-Fa-f0-9]{2}(#R[A-F0-9][A-F0-9]){0,1}$
     11:SD_WS09 ^P9#F[A-Fa-f0-9]+
     12:SD_WS   ^W\d+x{0,1}#.*
     13:RFXX10REC ^(20|29)[A-Fa-f0-9]+
     14:Dooya   ^P16#[A-Fa-f0-9]+
     15:SOMFY   ^Ys[0-9A-F]+
     16:SD_WS_Maverick ^P47#[A-Fa-f0-9]+
     17:SD_UT   ^P(?:14|29|30|34|46|69|76|81|83|86|90|91|91.1|92|93|95)#.*
     18:FLAMINGO ^P13\.?1?#[A-Fa-f0-9]+
     19:CUL_WS  ^K[A-Fa-f0-9]{5,}
     1:IT       ^i......
     20:Revolt  ^r[A-Fa-f0-9]{22}
     21:FS10    ^P61#[A-F0-9]+
     22:Siro    ^P72#[A-Fa-f0-9]+
     23:FHT     ^81..(04|09|0d)..(0909a001|83098301|c409c401)..
     24:FS20    ^81..(04|0c)..0101a001
     25:CUL_EM  ^E0.................
     26:Fernotron ^P82#.*
     27:SD_BELL ^P(?:15|32|41|42|57|79)#.*
     28:SD_Keeloq ^P(?:87|88)#.*
     2:CUL_TCM97001 ^s[A-Fa-f0-9]+
     3:SD_RSL   ^P1#[A-Fa-f0-9]{8}
     4:OREGON   ^(3[8-9A-F]|[4-6][0-9A-F]|7[0-8]).*
     5:CUL_TX   ^TX..........
     6:SD_AS    ^P2#[A-Fa-f0-9]{7,8}
     7:Hideki   ^P12#75[A-F0-9]+
     9:CUL_FHTTK ^T[A-F0-9]{8}
     X:SIGNALduino_un ^[u]\d+#.*
   QUEUE:
   READINGS:
     2019-05-16 15:36:02   ccconf          freq:868.300MHz bWidth:325KHz rAmpl:42dB sens:4dB  (DataRate:5603.79Baud)
     2019-05-16 15:34:17   ping            OK
     2019-05-16 07:52:14   state           opened
     2019-05-16 07:52:14   version         V 3.3.2.1-rc8 SIGNALduino cc1101 - compiled at Jan 10 2019 20:13:56
   XMIT_TIME:
     1558009741.23273
   getcmd:
   keepalive:
     ok         1
     retry      0
   mcIdList:
     10
     11
     12
     18
     43
     47
     52
     57
     58
   msIdList:
     0
     0.1
     0.2
     0.3
     0.4
     1
     3
     3.1
     4
     6
     7
     13
     13.2
     14
     15
     17
     23
     25
     33
     33.1
     33.2
     35
     41
     51
     55
     65
     74.1
     87
     88
     90
     91.1
     93
   muIdList:
     8
     9
     13.1
     16
     17.1
     19
     21
     22
     24
     26
     27
     28
     29
     30
     31
     32
     34
     36
     37
     38
     39
     40
     42
     44
     44.1
     45
     46
     48
     49
     50
     56
     59
     60
     61
     62
     64
     66
     67
     69
     70
     71
     72
     73
     74
     76
     79
     80
     81
     83
     84
     85
     86
     89
     91
     92
     94
     95
Attributes:
   hardware   nanoCC1101
   updateChannelFW testing
   verbose    5


2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-425;LH=425;SL=-212;SH=228;D=47104762003F;C=214;L=48;R=51;s4;b3;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-429;LH=428;SL=-215;SH=218;D=471047620040;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-425;LH=427;SL=-219;SH=214;D=47104762003F;C=214;L=48;R=51;s4;b3;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-448;LH=412;SL=-215;SH=217;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-434;LH=416;SL=-219;SH=215;D=471047620040;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-431;LH=436;SL=-215;SH=212;D=47104762003F;C=215;L=48;R=51;s4;b3;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-436;LH=420;SL=-217;SH=214;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-427;LH=419;SL=-217;SH=216;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-435;LH=420;SL=-223;SH=204;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-434;LH=421;SL=-216;SH=209;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-427;LH=429;SL=-213;SH=214;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-430;LH=426;SL=-200;SH=228;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-434;LH=430;SL=-210;SH=223;D=47104762003F;C=216;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-429;LH=429;SL=-213;SH=219;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-424;LH=421;SL=-218;SH=214;D=471047620040;C=212;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-437;LH=419;SL=-225;SH=211;D=47104762003F;C=215;L=48;R=51;s4;b3;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-438;LH=418;SL=-219;SH=215;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-438;LH=420;SL=-231;SH=210;D=47104762003F;C=216;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-442;LH=415;SL=-236;SH=196;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-444;LH=417;SL=-216;SH=215;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-436;LH=415;SL=-237;SH=201;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-429;LH=427;SL=-199;SH=226;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-437;LH=423;SL=-217;SH=208;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-451;LH=422;SL=-213;SH=210;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:21 4 : CUL868/msg READ: MC;LL=-438;LH=416;SL=-222;SH=204;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-449;LH=410;SL=-216;SH=217;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-437;LH=415;SL=-225;SH=203;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-439;LH=415;SL=-233;SH=201;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-444;LH=412;SL=-225;SH=207;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-425;LH=418;SL=-219;SH=216;D=47104762003F;C=212;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-432;LH=415;SL=-219;SH=214;D=471047620040;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-453;LH=416;SL=-219;SH=204;D=47104762003F;C=215;L=48;R=51;s4;b3;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-433;LH=430;SL=-217;SH=204;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-435;LH=418;SL=-225;SH=204;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-445;LH=419;SL=-219;SH=201;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-438;LH=418;SL=-222;SH=210;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-451;LH=414;SL=-219;SH=208;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-437;LH=414;SL=-233;SH=202;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-439;LH=416;SL=-230;SH=201;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-441;LH=418;SL=-222;SH=207;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-439;LH=416;SL=-217;SH=210;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-443;LH=419;SL=-218;SH=212;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-438;LH=416;SL=-219;SH=211;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-428;LH=424;SL=-229;SH=197;D=47104762003F;C=212;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-438;LH=415;SL=-219;SH=204;D=47104762003F;C=212;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-426;LH=433;SL=-203;SH=226;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-424;LH=439;SL=-209;SH=219;D=471047620040;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-418;LH=445;SL=-201;SH=223;D=47104762003F;C=214;L=48;R=51;s4;b3;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-406;LH=455;SL=-192;SH=231;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-410;LH=440;SL=-205;SH=227;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-411;LH=444;SL=-210;SH=228;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-405;LH=456;SL=-190;SH=232;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-420;LH=441;SL=-204;SH=224;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-415;LH=440;SL=-207;SH=230;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-419;LH=443;SL=-204;SH=223;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-414;LH=446;SL=-194;SH=235;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-412;LH=450;SL=-210;SH=229;D=47104762003F;C=216;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-425;LH=437;SL=-212;SH=216;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-439;LH=414;SL=-215;SH=220;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-438;LH=418;SL=-220;SH=213;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-425;LH=420;SL=-220;SH=213;D=47104762003F;C=212;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-435;LH=417;SL=-219;SH=216;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-436;LH=421;SL=-221;SH=214;D=471047620040;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-437;LH=422;SL=-223;SH=215;D=47104762003F;C=216;L=48;R=51;s4;b3;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-439;LH=424;SL=-220;SH=211;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-424;LH=428;SL=-213;SH=217;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-428;LH=432;SL=-214;SH=212;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-427;LH=436;SL=-207;SH=220;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-428;LH=429;SL=-213;SH=212;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:22 4 : CUL868/msg READ: MC;LL=-423;LH=437;SL=-203;SH=227;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-428;LH=435;SL=-213;SH=218;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-427;LH=444;SL=-212;SH=218;D=47104762003F;C=216;L=48'���ښ�;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-427;LH=432;SL=-207;SH=229;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-428;LH=428;SL=-212;SH=225;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-422;LH=432;SL=-209;SH=229;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-428;LH=440;SL=-206;SH=221;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-420;LH=442;SL=-200;SH=230;D=47104762003F;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-411;LH=438;SL=-207;SH=229;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-409;LH=449;SL=-210;SH=227;D=471047620040;C=215;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-419;LH=449;SL=-194;SH=228;D=47104762003F;C=214;L=48;R=51;s4;b3;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-409;LH=437;SL=-211;SH=219;D=47104762003F;C=212;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-417;LH=444;SL=-193;SH=231;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-430;LH=428;SL=-217;SH=214;D=47104762003F;C=214;L=48;R=51;s3',��j��
2019.05.16 15:37:23 5 : CUL868/noMsg Parse: MC;LL=-430;LH=428;SL=-217;SH=214;D=47104762003F;C=214;L=48;R=51;s3',��j��
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-422;LH=437;SL=-209;SH=220;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-429;LH=438;SL=-208;SH=224;D=47104762003F;C=216;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-429;LH=431;SL=-209;SH=228;D=47104762003F;C=216;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-420;LH=444;SL=-202;SH=222;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-422;LH=441;SL=-217;SH=217;D=47104762003F;C=216;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-423;LH=440;SL=-202;SH=219;D=47104762003F;C=213;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-423;LH=436;SL=-206;SH=223;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-419;LH=443;SL=-197;SH=229;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-422;LH=439;SL=-212;SH=217;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:23 4 : CUL868/msg READ: MC;LL=-422;LH=439;SL=-197;SH=231;D=47104762003F;C=214;L=48;R=51;s3;b2;O;w;
2019.05.16 15:37:28 4 : CUL868/msg READ: MC;LL=-413;LH=435;SL=-201;SH=231;D=47104762003F;C=213;L=48;R=51;s3;b2;w;
2019.05.16 15:37:28 4 : CUL868/msg READ: MC;LL=-413;LH=435;SL=-201;SH=231;D=471047620040;C=213;L=48;R=51;s3;b2;w;
2019.05.16 15:37:28 4 : CUL868/msg READ: MC;LL=-413;LH=435;SL=-201;SH=231;D=47104762003F;C=213;L=48;R=51;s4;b3;


Nochmal:
2019.05.16 15:39:07 4 : CUL868/msg READ: MC;LL=-440;LH=414;SL=-240;SH=211;D=47104762003F;C=217;L=48;R=38;s4;b3;O;w;
2019.05.16 15:39:07 4 : CUL868/msg READ: MC;LL=-437;LH=415;SL=-242;SH=214;D=471047620040;C=217;L=48;R=38;s3;b2;O;w;
2019.05.16 15:39:07 4 : CUL868/msg READ: MC;LL=-437;LH=415;SL=-242;SH=203;D=471047620042;C=216;L=48;R=38;s4;b3;w;
2019.05.16 15:39:07 4 : CUL868/msg READ: MC;LL=-437;LH=415;SL=-242;SH=203;D=47104762003F;C=216;L=48;R=38;s4;b3;w;
2019.05.16 15:39:07 4 : CUL868/msg READ: MF=128
2019.05.16 15:39:07 5 : CUL868/noMsg Parse: MF=128
2019.05.16 15:39:07 4 : CUL868/msg READ: MC;LL=-418;LH=423;SL=-220;SH=219;D=47104762003F;C=213;L=48;R=27;s21;b20;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-420;LH=435;SL=-210;SH=221;D=B100200;C=214;L=25;R=27;s16;b15;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-436;LH=427;SL=-212;SH=226;D=47104762003F;C=216;L=48;R=27;s4;b3;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-435;LH=421;SL=-234;SH=202;D=47104762003F;C=215;L=48;R=27;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-435;LH=421;SL=-234;SH=202;D=47104762003F;C=215;L=48;R=27;s3;b2;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-435;LH=421;SL=-234;SH=202;D=47104762003F;C=215;L=48;R=27;s3;b2;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MF=121
2019.05.16 15:39:08 5 : CUL868/noMsg Parse: MF=121
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-423;LH=431;SL=-235;SH=196;D=4762003F;C=214;L=32;R=25;s1;b0;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-452;LH=415;SL=-225;SH=195;D=4710470FC;C=214;L=34;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-437;LH=419;SL=-240;SH=199;D=47104762003F;C=215;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-436;LH=421;SL=-206;SH=214;D=471047620040;C=212;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-427;LH=436;SL=-207;SH=220;D=47104762003F;C=214;L=48;R=25;s4;b3;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-430;LH=429;SL=-212;SH=213;D=47104762003F;C=213;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-413;LH=435;SL=-209;SH=230;D=47104762003F;C=214;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-410;LH=440;SL=-211;SH=227;D=47104762003F;C=214;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-428;LH=438;SL=-213;SH=211;D=47104762003F;C=214;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-445;LH=416;SL=-232;SH=201;D=47104762003F;C=215;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-434;LH=412;SL=-214;SH=216;D=47104762003F;C=212;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-427;LH=416;SL=-219;SH=216;D=47104762003F;C=212;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-456;LH=405;SL=-243;SH=183;D=47104762003F;C=214;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-435;LH=420;SL=-218;SH=211;D=47104762003F;C=213;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-448;LH=421;SL=-216;SH=206;D=47104762003F;C=215;L=48;R=25;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-438;LH=419;SL=-235;SH=205;D=47104762003F;C=216;L=48;R=25;s3;b2;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-438;LH=419;SL=-235;SH=205;D=47104762003F;C=216;L=48;R=25;s3;b2;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-406;LH=433;SL=-218;SH=217;D=E208EC40;C=212;L=30;R=33;s5;b0;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-421;LH=432;SL=-214;SH=213;D=47104762003F;C=213;L=48;R=33;s4;b3;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-423;LH=440;SL=-210;SH=227;D=471047620040;C=216;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-429;LH=427;SL=-211;SH=220;D=47104762003F;C=214;L=48;R=33;s4;b3;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-416;LH=443;SL=-210;SH=224;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-424;LH=434;SL=-216;SH=220;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-432;LH=432;SL=-197;SH=226;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-426;LH=430;SL=-217;SH=219;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-419;LH=443;SL=-212;SH=219;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-436;LH=430;SL=-213;SH=225;D=47104762003F;C=217;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-435;LH=416;SL=-221;SH=215;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-439;LH=416;SL=-219;SH=212;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-431;LH=416;SL=-220;SH=218;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-424;LH=427;SL=-204;SH=226;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-434;LH=423;SL=-215;SH=217;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-436;LH=422;SL=-209;SH=225;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-435;LH=431;SL=-213;SH=217;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-423;LH=430;SL=-215;SH=214;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-435;LH=427;SL=-219;SH=210;D=471047620040;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-427;LH=425;SL=-216;SH=214;D=47104762003F;C=213;L=48;R=33;s4;b3;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-425;LH=434;SL=-222;SH=214;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-436;LH=420;SL=-232;SH=206;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:08 4 : CUL868/msg READ: MC;LL=-426;LH=423;SL=-215;SH=215;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-431;LH=421;SL=-219;SH=217;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-431;LH=426;SL=-222;SH=208;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-436;LH=417;SL=-222;SH=211;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-443;LH=421;SL=-233;SH=197;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-440;LH=419;SL=-223;SH=210;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-439;LH=420;SL=-230;SH=202;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-429;LH=424;SL=-229;SH=197;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-441;LH=411;SL=-234;SH=201;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-448;LH=414;SL=-228;SH=192;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-441;LH=414;SL=-223;SH=211;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-445;LH=426;SL=-210;SH=219;D=47104762003F;C=216;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-436;LH=424;SL=-220;SH=213;D=471047620040;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-439;LH=414;SL=-234;SH=206;D=47104762003F;C=215;L=48;R=33;s4;b3;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-451;LH=414;SL=-227;SH=201;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-431;LH=420;SL=-218;SH=211;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-440;LH=412;SL=-221;SH=213;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-423;LH=416;SL=-221;SH=213;D=47104762003F;C=212;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-443;LH=419;SL=-217;SH=203;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-427;LH=419;SL=-216;SH=208;D=47104762003F;C=211;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-443;LH=420;SL=-219;SH=210;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-448;LH=407;SL=-215;SH=218;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-434;LH=406;SL=-238;SH=203;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-436;LH=409;SL=-222;SH=213;D=47104762003F;C=213;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-438;LH=420;SL=-220;SH=210;D=47104762003F;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-437;LH=417;SL=-220;SH=204;D=47104762003F;C=212;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-444;LH=417;SL=-235;SH=197;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-453;LH=414;SL=-228;SH=196;D=47104762003F;C=215;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-436;LH=424;SL=-202;SH=226;D=471047620040;C=214;L=48;R=33;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-429;LH=422;SL=-216;SH=213;D=47104762003F;C=213;L=48;R=33;s4;b3;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-426;LH=422;SL=-226;SH=216;D=47104762003F;C=214;L=48;R=33;s3;b2;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-426;LH=422;SL=-226;SH=216;D=47104762003F;C=214;L=48;R=33;s3;b2;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-416;LH=427;SL=-217;SH=219;D=8823B10;C=213;L=28;R=40;s1;b0;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-430;LH=435;SL=-198;SH=226;D=47104762003F;C=214;L=48;R=40;s4;b3;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-412;LH=443;SL=-209;SH=226;D=47104762003F;C=214;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-414;LH=442;SL=-211;SH=225;D=47104762003F;C=215;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-402;LH=438;SL=-201;SH=238;D=47104762003F;C=213;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-424;LH=433;SL=-211;SH=223;D=47104762003F;C=215;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-408;LH=446;SL=-210;SH=224;D=47104762003F;C=214;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-210;SH=222;D=47104762003F;C=215;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-432;LH=426;SL=-214;SH=220;D=47104762003F;C=215;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-420;LH=443;SL=-205;SH=223;D=47104762003F;C=215;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:09 4 : CUL868/msg READ: MC;LL=-421;LH=438;SL=-193;SH=230;D=47104762003F;C=213;L=48;R=40;s3;b2;O;w;
2019.05.16 15:39:14 4 : CUL868/msg READ: MC;LL=-413;LH=434;SL=-213;SH=214;D=47104762003F;C=212;L=48;R=40;s3;b2;w;
2019.05.16 15:39:14 4 : CUL868/msg READ: MC;LL=-413;LH=434;SL=-213;SH=214;D=471047620040;C=212;L=48;R=40;s3;b2;w;
2019.05.16 15:39:14 4 : CUL868/msg READ: MC;LL=-413;LH=434;SL=-213;SH=214;D=47104762003F;C=212;L=48;R=40;s4;b3;
2019.05.16 15:39:17 4 : CUL868/keepalive ok, retry = 0


Und noch einmal:
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-425;LH=430;SL=-211;SH=220;D=4007E;C=214;L=19;R=53;s12;b11;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: M�'��j����b!�429;SL=-218;SH=214;D=471047620040;C=213;L=48;R=53;s3;b2;O;w;
2019.05.16 15:40:11 5 : CUL868/noMsg Parse: M�'��j����b!�429;SL=-218;SH=214;D=471047620040;C=213;L=48;R=53;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-422;LH=436;SL=-226;SH=213;D=47104762003F;C=216;L=48;R=53;s4;b3;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-435;LH=423;SL=-215;SH=216;D=471047620040;C=214;L=48;R=53;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-426;LH=430;SL=-205;SH=220;D=471047620038;C=213;L=45;R=53;s4;b3;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-410;LH=450;SL=-203;SH=234;D=47104762003F;C=216;L=48;R=53;s9;b8;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-421;LH=440;SL=-191;SH=251;D=47104762003F;C=217;L=48;R=53;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-419;LH=441;SL=-194;SH=232;D=47104762003F;C=214;L=48;R=53;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-416;LH=444;SL=-211;SH=227;D=47104762003F;C=216;L=48;R=53;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-434;LH=423;SL=-219;SH=217;D=47104762003F;C=215;L=48;R=53;s3;b2;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-434;LH=423;SL=-219;SH=217;D=47104762003F;C=215;L=48;R=53;s3;b2;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-434;LH=423;SL=-219;SH=217;D=47104762003C;C=215;L=46;R=53;s3;b2;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-427;LH=423;SL=-217;SH=216;D=471047620;C=213;L=35;R=46;s14;b13;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-436;LH=424;SL=-217;SH=214;D=47104762003F;C=215;L=48;R=46;s4;b3;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-428;LH=428;SL=-215;SH=216;D=471047620040;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-415;LH=431;SL=-201;SH=237;D=47104762003F;C=213;L=48;R=46;s4;b3;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-426;LH=434;SL=-215;SH=219;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-428;LH=437;SL=-212;SH=215;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-439;LH=419;SL=-217;SH=219;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-426;LH=425;SL=-210;SH=216;D=47104762003F;C=212;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-430;LH=431;SL=-218;SH=205;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-438;LH=424;SL=-215;SH=217;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-429;LH=430;SL=-227;SH=212;D=47104762003F;C=216;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-434;LH=425;SL=-222;SH=212;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-439;LH=429;SL=-210;SH=217;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-413;LH=438;SL=-200;SH=239;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-405;LH=447;SL=-191;SH=232;D=47104762003F;C=212;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-412;LH=443;SL=-209;SH=231;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-414;LH=442;SL=-202;SH=215;D=47104762003F;C=212;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-412;LH=439;SL=-199;SH=234;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-407;LH=435;SL=-201;SH=238;D=471047620040;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-429;LH=431;SL=-204;SH=222;D=47104762003F;C=214;L=48;R=46;s4;b3;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-426;LH=440;SL=-208;SH=227;D=47104762003F;C=216;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-429;LH=425;SL=-202;SH=228;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-429;LH=425;SL=-218;SH=213;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-424;LH=437;SL=-209;SH=212;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-429;LH=426;SL=-210;SH=215;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-435;LH=429;SL=-214;SH=215;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-443;LH=421;SL=-220;SH=201;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-437;LH=417;SL=-223;SH=203;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-439;LH=413;SL=-228;SH=213;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-445;LH=416;SL=-235;SH=197;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-449;LH=418;SL=-229;SH=203;D=47104762003F;C=216;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-429;LH=432;SL=-214;SH=208;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:11 4 : CUL868/msg READ: MC;LL=-436;LH=430;SL=-219;SH=204;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-429;LH=431;SL=-210;SH=214;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-435;LH=421;SL=-222;SH=214;D=471047620040;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-439;LH=420;SL=-218;SH=211;D=47104762003F;C=214;L=48;R=46;s4;b3;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-437;LH=421;SL=-215;SH=215;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-441;LH=420;SL=-216;SH=214;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-420;LH=437;SL=-213;SH=215;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-435;LH=421;SL=-226;SH=214;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-438;LH=421;SL=-218;SH=212;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-440;LH=415;SL=-219;SH=209;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-438;LH=415;SL=-224;SH=205;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-439;LH=418;SL=-223;SH=205;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-424;LH=419;SL=-221;SH=213;D=47104762003F;C=212;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-448;LH=410;SL=-230;SH=204;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-439;LH=416;SL=-220;SH=212;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-448;LH=415;SL=-223;SH=208;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-427;LH=433;SL=-225;SH=210;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-423;LH=433;SL=-214;SH=214;D=47104762003F;C=213;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-432;LH=429;SL=-215;SH=212;D=471047620040;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-422;LH=418;SL=-222;SH=212;D=47104762003F;C=212;L=48;R=46;s4;b3;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-430;LH=431;SL=-209;SH=221;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-424;LH=432;SL=-204;SH=226;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-448;LH=418;SL=-217;SH=205;D=47104762003F;C=214;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-435;LH=433;SL=-220;SH=212;D=47104762003F;C=216;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-435;LH=430;SL=-223;SH=212;D=47104762003F;C=216;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-432;LH=425;SL=-210;SH=224;D=47104762003F;C=215;L=48;R=46;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-426;LH=423;SL=-232;SH=212;D=47104762003F;C=215;L=48;R=46;s3;b2;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-426;LH=423;SL=-232;SH=212;D=47104762003F;C=215;L=48;R=46;s3;b2;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-426;LH=421;SL=-212;SH=219;D=47104762002208EC4007E;C=212;L=83;R=45;s4;b3;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-422;LH=433;SL=-210;SH=216;D=47104762003F;C=213;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-420;LH=435;SL=-197;SH=228;D=47104762003F;C=213;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-435;LH=426;SL=-217;SH=210;D=47104762003F;C=214;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-433;LH=437;SL=-209;SH=226;D=47104762003F;C=217;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-431;LH=434;SL=-211;SH=218;D=471047620040;C=215;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-428;LH=439;SL=-204;SH=220;D=47104762003F;C=215;L=48;R=45;s4;b3;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-425;LH=433;SL=-207;SH=219;D=47104762003F;C=213;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-419;LH=437;SL=-203;SH=228;D=47104762003F;C=214;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-432;LH=425;SL=-213;SH=224;D=47104762003F;C=215;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-434;LH=434;SL=-210;SH=220;D=47104762003F;C=216;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-429;LH=425;SL=-216;SH=212;D=47104762003F;C=213;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-427;LH=439;SL=-217;SH=211;D=47104762003F;C=215;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-426;LH=440;SL=-210;SH=218;D=47104762003F;C=215;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-429;LH=421;SL=-213;SH=220;D=47104762003F;C=213;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-423;LH=428;SL=-212;SH=217;D=47104762003F;C=213;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:12 4 : CUL868/msg READ: MC;LL=-446;LH=425;SL=-217;SH=204;D=47104762003F;C=215;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:13 4 : CUL868/msg READ: MC;LL=-431;LH=418;SL=-225;SH=212;D=47104762003F;C=214;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:13 4 : CUL868/msg READ: MC;LL=-437;LH=433;SL=-216;SH=224;D=47104762003F;C=218;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:13 4 : CUL868/msg READ: MC;LL=-441;LH=420;SL=-224;SH=217;D=47104762003F;C=216;L=48;R=45;s3;b2;O;w;
2019.05.16 15:40:17 4 : CUL868/keepalive ok, retry = 0
2019.05.16 15:40:17 4 : CUL868/msg READ: MC;LL=-429;LH=422;SL=-227;SH=214;D=47104762003F;C=215;L=48;R=45;s3;b2;w;
2019.05.16 15:40:17 4 : CUL868/msg READ: MC;LL=-429;LH=422;SL=-227;SH=214;D=471047620040;C=215;L=48;R=45;s3;b2;w;
2019.05.16 15:40:17 4 : CUL868/msg READ: MC;LL=-429;LH=422;SL=-227;SH=214;D=47104762003F;C=215;L=48;R=45;s4;b3;


Jeweils 1 Tastendruck, andere geräte sollten nicht dabei sein.

Gruß
Karsten
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 16 Mai 2019, 16:59:32
Hallo,

Kannst du bitte mal auf die
https://github.com/RFD-FHEM/RFFHEM/tree/dev-r34?files=1 Version updaten.

Ich bin der mit dem SD_Bell Modul und kann gern deinem Gong mal unter die Lupe nehmen.

Bitte nenne noch einm Dir genaue Bezeichnung und auch die Bezeichnung des Auslösers.

Welche Firmware nutzt du vom Signalduino?

Lg Marco


Gesendet von iPhone mit Tapatalk Pro
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 16 Mai 2019, 17:41:36
Hallo Marco,
super das du dich meiner annimmst.

Meine Version ist bereits: versionmodul v3.4.0_dev_11.05

Firmware ist: version V 3.3.2.1-rc8 SIGNALduino cc1101 - compiled at Jan 10 2019 20:13:56


ZitatBitte nenne noch einm Dir genaue Bezeichnung und auch die Bezeichnung des Auslösers.
damit kann ich nix anfangen, wenn du meinst welche meldung kommen sollte : denk dir eine aus, was dir gut passt ist ok.

Es geht allerdings nicht genau um diese Klingel sondern um eine andere, gleicher hersteller, gleiches gerät.
Ich hänge gleich nochmal einen log von der Klingel um die es geht mit an, und aktualisiere diesen Post.

2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-419;LH=438;SL=-206;SH=224;D=470253B34F;C=214;L=40;R=235;s16;b15;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-415;LH=443;SL=-199;SH=232;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-415;LH=436;SL=-212;SH=230;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-403;LH=440;SL=-204;SH=237;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-417;LH=445;SL=-201;SH=226;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-416;LH=443;SL=-210;SH=222;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-413;LH=443;SL=-201;SH=230;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-409;LH=442;SL=-201;SH=241;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-401;LH=445;SL=-204;SH=229;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-406;LH=441;SL=-201;SH=235;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-412;LH=442;SL=-204;SH=216;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-419;LH=438;SL=-212;SH=226;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-424;LH=439;SL=-210;SH=217;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-416;LH=438;SL=-202;SH=228;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-422;LH=422;SL=-217;SH=227;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-421;LH=438;SL=-210;SH=219;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-419;LH=440;SL=-214;SH=216;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-419;LH=446;SL=-211;SH=222;D=470253B34F;C=216;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-413;LH=438;SL=-196;SH=229;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-423;LH=437;SL=-198;SH=213;D=470253B34F;C=211;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-416;LH=445;SL=-202;SH=229;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-418;LH=434;SL=-212;SH=221;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-410;LH=444;SL=-202;SH=236;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-412;LH=440;SL=-200;SH=235;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-403;LH=447;SL=-203;SH=235;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-403;LH=441;SL=-200;SH=233;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-413;LH=449;SL=-202;SH=227;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-402;LH=453;SL=-189;SH=230;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-410;LH=442;SL=-207;SH=230;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:02 4 : CUL868/msg READ: MC;LL=-410;LH=444;SL=-197;SH=224;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-414;LH=440;SL=-204;SH=228;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-412;LH=445;SL=-202;SH=223;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-414;LH=439;SL=-209;SH=229;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-409;LH=443;SL=-205;SH=230;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-413;LH=441;SL=-211;SH=218;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-421;LH=428;SL=-205;SH=236;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-421;LH=438;SL=-202;SH=219;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-408;LH=442;SL=-196;SH=238;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-402;LH=450;SL=-202;SH=237;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-401;LH=459;SL=-197;SH=229;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-410;LH=443;SL=-194;SH=237;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-402;LH=445;SL=-194;SH=237;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-408;LH=448;SL=-202;SH=231;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-409;LH=445;SL=-197;SH=233;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-414;LH=451;SL=-203;SH=220;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-414;LH=438;SL=-211;SH=231;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-427;LH=437;SL=-200;SH=229;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-433;LH=430;SL=-213;SH=215;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-421;LH=441;SL=-213;SH=219;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-419;LH=440;SL=-210;SH=224;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-418;LH=444;SL=-210;SH=223;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-427;LH=425;SL=-209;SH=219;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-424;LH=435;SL=-211;SH=216;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-415;LH=428;SL=-218;SH=231;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-424;LH=439;SL=-199;SH=221;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-421;LH=436;SL=-217;SH=221;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-421;LH=425;SL=-219;SH=225;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-419;LH=435;SL=-220;SH=226;D=470253B34F;C=216;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-417;LH=443;SL=-209;SH=217;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-423;LH=431;SL=-212;SH=225;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-425;LH=432;SL=-199;SH=230;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-415;LH=443;SL=-200;SH=232;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-425;LH=444;SL=-203;SH=217;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-409;LH=442;SL=-205;SH=225;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-415;LH=434;SL=-207;SH=226;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-419;LH=425;SL=-222;SH=222;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-426;LH=433;SL=-208;SH=218;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-406;LH=436;SL=-213;SH=229;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-423;LH=431;SL=-200;SH=232;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-425;LH=439;SL=-214;SH=216;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-415;LH=437;SL=-211;SH=227;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-427;LH=434;SL=-210;SH=211;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-415;LH=441;SL=-207;SH=218;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-417;LH=437;SL=-203;SH=228;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-422;LH=444;SL=-198;SH=231;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-422;LH=442;SL=-202;SH=229;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-414;LH=437;SL=-207;SH=233;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-407;LH=439;SL=-210;SH=218;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-411;LH=442;SL=-200;SH=241;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-409;LH=445;SL=-204;SH=228;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-426;LH=432;SL=-205;SH=230;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-405;LH=445;SL=-203;SH=238;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:03 4 : CUL868/msg READ: MC;LL=-408;LH=452;SL=-209;SH=217;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-417;LH=435;SL=-199;SH=235;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-408;LH=440;SL=-207;SH=229;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-414;LH=437;SL=-201;SH=222;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-418;LH=444;SL=-212;SH=220;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-412;LH=441;SL=-201;SH=228;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-415;LH=442;SL=-212;SH=226;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-415;LH=428;SL=-219;SH=230;D=470253B34F;C=215;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-427;LH=420;SL=-199;SH=230;D=470253B34F;C=212;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-413;LH=436;SL=-207;SH=229;D=470253B34F;C=214;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:04 4 : CUL868/msg READ: MC;LL=-423;LH=432;SL=-210;SH=219;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:05 4 : CUL868/msg READ: MC;LL=-423;LH=439;SL=-205;SH=217;D=470253B34F;C=213;L=40;R=235;s3;b2;O;w;
2019.05.16 17:43:09 4 : CUL868/msg READ: MC;LL=-410;LH=436;SL=-214;SH=218;D=470253B34F;C=212;L=40;R=235;s3;b2;w;
2019.05.16 17:43:09 4 : CUL868/msg READ: MC;LL=-410;LH=436;SL=-214;SH=218;D=470253B34F;C=212;L=40;R=235;s3;b2;w;
2019.05.16 17:43:09 4 : CUL868/msg READ: MC;LL=-410;LH=436;SL=-214;SH=218;D=470253B34F;C=212;L=40;R=235;s3;b2;w;
2019.05.16 17:43:09 4 : CUL868/msg READ: MC;LL=-410;LH=436;SL=-214;SH=218;D=470253B34E;C=212;L=39;R=235;s3;b2;
2019.05.16 17:43:17 4 : CUL868/keepalive ok, retry = 0


Und noch einmal:
2019.05.16 17:49:03 4 : CUL868/msg READ: MC;LL=-434;LH=420;SL=-220;SH=218;D=470253B34F;C=215;L=40;R=233;s12;b11;O;w;
2019.05.16 17:49:03 4 : CUL868/msg READ: MC;LL=-429;LH=429;SL=-210;SH=219;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:03 4 : CUL868/msg READ: MC;LL=-405;LH=440;SL=-214;SH=237;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:03 4 : CUL868/msg READ: MC;LL=-422;LH=435;SL=-203;SH=224;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-418;LH=444;SL=-203;SH=215;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-422;LH=440;SL=-210;SH=217;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-427;LH=436;SL=-214;SH=217;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-411;LH=439;SL=-207;SH=228;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-417;LH=442;SL=-212;SH=218;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-427;LH=435;SL=-207;SH=219;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-411;LH=438;SL=-209;SH=232;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-415;LH=437;SL=-209;SH=230;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-420;LH=427;SL=-216;SH=221;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-424;LH=437;SL=-201;SH=225;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-412;LH=438;SL=-211;SH=223;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-407;LH=443;SL=-206;SH=229;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-416;LH=440;SL=-200;SH=233;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-407;LH=444;SL=-203;SH=229;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-410;LH=448;SL=-205;SH=227;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-425;LH=439;SL=-199;SH=214;D=470253B34F;C=212;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-417;LH=439;SL=-194;SH=237;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-408;LH=445;SL=-203;SH=238;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-418;LH=442;SL=-197;SH=230;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-407;LH=443;SL=-203;SH=236;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-420;LH=439;SL=-200;SH=220;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-407;LH=438;SL=-201;SH=245;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-417;LH=439;SL=-202;SH=232;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-419;LH=436;SL=-195;SH=225;D=470253B34F;C=212;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-416;LH=442;SL=-201;SH=227;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-403;LH=446;SL=-203;SH=239;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-401;LH=452;SL=-194;SH=236;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-411;LH=443;SL=-202;SH=232;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-408;LH=448;SL=-199;SH=237;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-407;LH=446;SL=-197;SH=243;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-419;LH=444;SL=-198;SH=233;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-405;LH=448;SL=-193;SH=240;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-414;LH=449;SL=-203;SH=234;D=470253B34F;C=216;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-419;LH=434;SL=-196;SH=230;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-408;LH=449;SL=-193;SH=225;D=470253B34F;C=212;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-412;LH=446;SL=-191;SH=231;D=470253B34F;C=213;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-411;LH=439;SL=-207;SH=236;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-415;LH=442;SL=-203;SH=233;D=470253B34F;C=215;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-407;LH=445;SL=-196;SH=242;D=470253B34F;C=214;L=40;R=233;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-412;LH=440;SL=-202;SH=244;D=470253B34F;C=216;L=40;R=233;s3;b2;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-412;LH=440;SL=-202;SH=244;D=470253B34F;C=216;L=40;R=233;s3;b2;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-412;LH=440;SL=-202;SH=244;D=470253B34F;C=216;L=40;R=233;s3;b2;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-416;LH=445;SL=-194;SH=232;D=470253B34F;C=214;L=40;R=237;s4;b3;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-409;LH=450;SL=-197;SH=231;D=470253B34F;C=214;L=40;R=237;s19;b18;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-413;LH=445;SL=-202;SH=226;D=470253B34F;C=214;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-419;LH=434;SL=-210;SH=219;D=470253B34F;C=213;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-424;LH=424;SL=-217;SH=217;D=470253B34F;C=213;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-405;LH=441;SL=-205;SH=230;D=470253B34F;C=213;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-411;LH=439;SL=-212;SH=218;D=470253B34F;C=213;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-418;LH=431;SL=-210;SH=225;D=470253B34F;C=213;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-410;LH=443;SL=-205;SH=239;D=470253B34F;C=216;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:04 4 : CUL868/msg READ: MC;LL=-412;LH=441;SL=-205;SH=239;D=470253B34F;C=216;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-414;LH=446;SL=-186;SH=237;D=470253B34F;C=213;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-402;LH=453;SL=-202;SH=238;D=470253B34F;C=215;L=40;R=237;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-401;LH=453;SL=-205;SH=236;D=470253B34F;C=215;L=40;R=237;s3;b2;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-401;LH=453;SL=-205;SH=236;D=470253B34F;C=215;L=40;R=237;s3;b2;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-401;LH=453;SL=-205;SH=236;D=470253B34F;C=215;L=40;R=237;s3;b2;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MF=136
2019.05.16 17:49:05 5 : CUL868/noMsg Parse: MF=136
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-421;LH=457;SL=-184;SH=226;D=A7669E;C=214;L=23;R=235;s2;b1;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-421;LH=457;SL=-184;SH=226;D=470253B2;C=214;L=31;R=235;s3;b2;
2019.05.16 17:49:05 4 : CUL868/msg READ: MF=135
2019.05.16 17:49:05 5 : CUL868/noMsg Parse: MF=135
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-416;LH=448;SL=-194;SH=226;D=470253B34F;C=213;L=40;R=234;s16;b15;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-416;LH=448;SL=-194;SH=226;D=470253B2;C=213;L=31;R=234;s3;b2;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-420;LH=445;SL=-204;SH=219;D=470253B34F;C=214;L=40;R=234;s15;b14;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-410;LH=443;SL=-197;SH=233;D=470253B34F;C=213;L=40;R=234;s19;b18;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-418;LH=441;SL=-200;SH=229;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-421;LH=440;SL=-210;SH=217;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-408;LH=446;SL=-197;SH=244;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-418;LH=449;SL=-193;SH=235;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-403;LH=440;SL=-204;SH=238;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-404;LH=441;SL=-198;SH=234;D=470253B34F;C=212;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-416;LH=443;SL=-200;SH=231;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-416;LH=440;SL=-192;SH=235;D=470253B34F;C=213;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-411;LH=439;SL=-199;SH=242;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-406;LH=447;SL=-196;SH=244;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-412;LH=446;SL=-200;SH=231;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-409;LH=438;SL=-196;SH=249;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-410;LH=445;SL=-199;SH=237;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-403;LH=446;SL=-200;SH=238;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-399;LH=449;SL=-198;SH=241;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-404;LH=453;SL=-193;SH=240;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-402;LH=443;SL=-197;SH=237;D=470253B34F;C=213;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-398;LH=452;SL=-202;SH=242;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-413;LH=441;SL=-195;SH=232;D=470253B34F;C=213;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-409;LH=444;SL=-194;SH=240;D=470253B34F;C=214;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-405;LH=443;SL=-196;SH=239;D=470253B34F;C=213;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-419;LH=447;SL=-191;SH=234;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-408;LH=449;SL=-194;SH=243;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-407;LH=444;SL=-208;SH=235;D=470253B34F;C=215;L=40;R=234;s3;b2;O;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-407;LH=444;SL=-212;SH=240;D=470253B34F;C=217;L=40;R=234;s3;b2;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-407;LH=444;SL=-212;SH=240;D=470253B34F;C=217;L=40;R=234;s3;b2;w;
2019.05.16 17:49:05 4 : CUL868/msg READ: MC;LL=-407;LH=444;SL=-212;SH=240;D=470253B34F;C=217;L=40;R=234;s3;b2;w;
2019.05.16 17:49:10 4 : CUL868/msg READ: MC;LL=-418;LH=451;SL=-205;SH=226;D=4ECD3C;C=216;L=22;R=227;i;s1;b1;w;
2019.05.16 17:49:10 4 : CUL868/msg READ: MC;LL=-418;LH=451;SL=-205;SH=226;D=470253B34F;C=216;L=40;R=227;s19;b18;w;
2019.05.16 17:49:10 4 : CUL868/msg READ: MC;LL=-418;LH=451;SL=-205;SH=226;D=470253B34E;C=216;L=39;R=227;s3;b2;
2019.05.16 17:49:17 4 : CUL868/keepalive ok, retry = 0
Titel: Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 16 Mai 2019, 17:44:29
Mit

Bitte nenne noch einm Dir genaue Bezeichnung und auch die Bezeichnung des Auslösers.

meine ich, die genaue Modellbezeichnung / Herstellerkennung / Aufschrift der Komponenten. :)

EDIT: würde du bitte auf die nightly FW updaten und dann nochmal Nachrichten erfassen. Hintergrund ist, das deine FW eine andere als das von mir genutzte System ist und wir das als Grundlage anpassen müssen.

Gesendet von iPhone mit Tapatalk Pro
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 16 Mai 2019, 17:54:34
Wie kann ich auf die Nigthly FW updaten?

Taster ist Grothe Mistral SE 03.1 , Innenteil Grothe Mistral 200M(E)
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 16 Mai 2019, 18:52:22
Die Nightly V 3.3.1-RC-nightly SIGNALduino cc1101 (chip CC1101) - compiled at Feb 3 2019 21:35:11   ist geflasht

2019.05.16 18:42:40 4 : CUL868/msg READ: MC;LL=-439;LH=419;SL=-221;SH=212;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:40 4 : CUL868/msg READ: MC;LL=-426;LH=422;SL=-219;SH=214;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:42:40 4 : CUL868/msg READ: MC;LL=-432;LH=425;SL=-209;SH=224;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-432;LH=431;SL=-207;SH=231;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-421;LH=441;SL=-206;SH=235;D=238823B1001F8;C=217;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-420;LH=440;SL=-211;SH=220;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-419;LH=440;SL=-219;SH=215;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-419;LH=438;SL=-201;SH=230;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-429;LH=424;SL=-217;SH=213;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-414;LH=442;SL=-209;SH=231;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-426;LH=435;SL=-216;SH=217;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-420;LH=433;SL=-201;SH=228;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-412;LH=439;SL=-218;SH=214;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-421;LH=438;SL=-213;SH=211;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=437;SL=-207;SH=221;D=238823B100200;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=429;SL=-199;SH=229;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-430;LH=436;SL=-209;SH=218;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-432;LH=433;SL=-209;SH=229;D=238823B1001F8;C=217;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=436;SL=-212;SH=210;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=437;SL=-207;SH=221;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-419;LH=439;SL=-201;SH=229;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-434;LH=434;SL=-218;SH=217;D=238823B1001F8;C=217;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=435;SL=-206;SH=223;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=440;SL=-205;SH=221;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-434;LH=431;SL=-214;SH=215;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-429;LH=439;SL=-216;SH=209;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-427;LH=437;SL=-206;SH=222;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-424;LH=431;SL=-210;SH=216;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-430;LH=431;SL=-214;SH=213;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-427;LH=436;SL=-206;SH=223;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=435;SL=-213;SH=218;D=238823B100200;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=436;SL=-204;SH=222;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-429;LH=430;SL=-207;SH=221;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-430;LH=437;SL=-205;SH=220;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-430;LH=430;SL=-211;SH=225;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-432;LH=432;SL=-213;SH=219;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-432;LH=437;SL=-221;SH=217;D=238823B1001F8;C=217;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-424;LH=431;SL=-209;SH=216;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-424;LH=432;SL=-213;SH=214;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-430;LH=425;SL=-211;SH=225;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-428;LH=442;SL=-213;SH=207;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-433;LH=427;SL=-224;SH=209;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-431;LH=435;SL=-222;SH=212;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-427;LH=429;SL=-208;SH=214;D=238823B1001F8;C=212;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-422;LH=436;SL=-210;SH=217;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-445;LH=419;SL=-215;SH=215;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-433;LH=425;SL=-217;SH=213;D=238823B100200;C=214;L=49;R=69;
2019.05.16 18:42:41 4 : CUL868/msg READ: MC;LL=-432;LH=435;SL=-209;SH=214;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-431;LH=427;SL=-216;SH=213;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-428;LH=436;SL=-208;SH=220;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-422;LH=419;SL=-218;SH=216;D=238823B1001F8;C=212;L=49;R=69;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-426;LH=418;SL=-227;SH=218;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-435;LH=426;SL=-213;SH=216;D=762003F;C=214;L=28;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-430;LH=420;SL=-216;SH=213;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-425;LH=430;SL=-213;SH=217;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-436;LH=423;SL=-214;SH=223;D=238823B1001F8;C=215;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-430;LH=420;SL=-214;SH=217;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-426;LH=427;SL=-211;SH=225;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-423;LH=432;SL=-214;SH=210;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-431;LH=429;SL=-212;SH=219;D=238823B1001F8;C=215;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-430;LH=422;SL=-216;SH=211;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-419;LH=439;SL=-213;SH=213;D=238823B100200;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-445;LH=425;SL=-200;SH=222;D=238823B1001F8;C=215;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-421;LH=429;SL=-214;SH=214;D=238823B1001F8;C=212;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-435;LH=421;SL=-218;SH=212;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-422;LH=430;SL=-215;SH=214;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-421;LH=428;SL=-213;SH=214;D=238823B1001F8;C=212;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-423;LH=433;SL=-212;SH=214;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-420;LH=433;SL=-213;SH=214;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-432;LH=422;SL=-216;SH=213;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-419;LH=437;SL=-213;SH=212;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-422;LH=437;SL=-215;SH=214;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-421;LH=432;SL=-213;SH=214;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-437;LH=424;SL=-216;SH=212;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-439;LH=425;SL=-213;SH=215;D=238823B1001F8;C=215;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-426;LH=433;SL=-214;SH=216;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-423;LH=430;SL=-213;SH=214;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-435;LH=426;SL=-212;SH=210;D=238823B100200;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-427;LH=430;SL=-212;SH=215;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-437;LH=423;SL=-214;SH=218;D=238823B1001F8;C=215;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-424;LH=438;SL=-215;SH=212;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-421;LH=419;SL=-219;SH=214;D=238823B1001F8;C=212;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-436;LH=423;SL=-217;SH=212;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-439;LH=426;SL=-212;SH=220;D=238823B1001F8;C=216;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-431;LH=422;SL=-217;SH=210;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-433;LH=423;SL=-220;SH=214;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-439;LH=425;SL=-209;SH=220;D=238823B1001F8;C=215;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-422;LH=419;SL=-218;SH=216;D=238823B1001F8;C=212;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-423;LH=429;SL=-214;SH=214;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-440;LH=422;SL=-208;SH=220;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-434;LH=428;SL=-217;SH=211;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:42 4 : CUL868/msg READ: MC;LL=-442;LH=419;SL=-213;SH=213;D=238823B1001F8;C=214;L=49;R=68;
2019.05.16 18:42:43 4 : CUL868/msg READ: MC;LL=-420;LH=432;SL=-214;SH=218;D=238823B1001F8;C=213;L=49;R=68;
2019.05.16 18:42:43 4 : CUL868/msg READ: MC;LL=-420;LH=432;SL=-214;SH=218;D=238823B100200;C=213;L=49;R=68;


2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-446;LH=422;SL=-203;SH=210;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-428;LH=424;SL=-218;SH=215;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-431;LH=429;SL=-210;SH=227;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-428;LH=437;SL=-221;SH=214;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-424;LH=432;SL=-209;SH=217;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-421;LH=437;SL=-201;SH=229;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-418;LH=444;SL=-208;SH=230;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-432;LH=432;SL=-209;SH=223;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-419;LH=430;SL=-217;SH=218;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-407;LH=442;SL=-201;SH=221;D=238823B1001F8;C=211;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-427;LH=433;SL=-209;SH=223;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-417;LH=442;SL=-208;SH=230;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-416;LH=440;SL=-212;SH=217;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-421;LH=441;SL=-211;SH=220;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-427;LH=432;SL=-208;SH=228;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-410;LH=449;SL=-193;SH=227;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-424;LH=430;SL=-200;SH=234;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-415;LH=447;SL=-208;SH=225;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-431;LH=427;SL=-210;SH=229;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-430;LH=431;SL=-208;SH=232;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-427;LH=428;SL=-208;SH=229;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-433;LH=437;SL=-210;SH=223;D=238823B1001F8;C=217;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-432;LH=430;SL=-207;SH=232;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-432;LH=431;SL=-207;SH=230;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-430;LH=431;SL=-208;SH=229;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-428;LH=436;SL=-206;SH=221;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-430;LH=421;SL=-214;SH=218;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-422;LH=430;SL=-214;SH=214;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-429;LH=422;SL=-217;SH=215;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-429;LH=425;SL=-217;SH=208;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-426;LH=431;SL=-217;SH=211;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-435;LH=424;SL=-207;SH=227;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-437;LH=426;SL=-219;SH=206;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-424;LH=432;SL=-208;SH=217;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-422;LH=439;SL=-213;SH=217;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-433;LH=431;SL=-207;SH=230;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-432;LH=430;SL=-210;SH=215;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-432;LH=431;SL=-208;SH=228;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-429;LH=437;SL=-206;SH=221;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-427;LH=431;SL=-208;SH=229;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-426;LH=431;SL=-207;SH=220;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-431;LH=437;SL=-208;SH=222;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-429;LH=433;SL=-209;SH=230;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-428;LH=430;SL=-206;SH=232;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:05 4 : CUL868/msg READ: MC;LL=-429;LH=429;SL=-214;SH=221;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-410;LH=439;SL=-192;SH=228;D=238823B1001F8;C=211;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-426;LH=432;SL=-208;SH=224;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-414;LH=450;SL=-208;SH=230;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-410;LH=449;SL=-209;SH=230;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-418;LH=448;SL=-204;SH=223;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-425;LH=442;SL=-206;SH=220;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-405;LH=448;SL=-192;SH=231;D=238823B1001F8;C=212;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-428;LH=440;SL=-206;SH=216;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-421;LH=438;SL=-212;SH=216;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-429;LH=437;SL=-206;SH=221;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-422;LH=423;SL=-209;SH=216;D=238823B1001F8;C=211;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-419;LH=441;SL=-201;SH=231;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-430;LH=430;SL=-206;SH=221;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-421;LH=439;SL=-211;SH=218;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-422;LH=433;SL=-213;SH=217;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-431;LH=436;SL=-205;SH=220;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-419;LH=438;SL=-207;SH=235;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-417;LH=444;SL=-206;SH=219;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-418;LH=444;SL=-208;SH=224;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-428;LH=429;SL=-212;SH=224;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-428;LH=429;SL=-209;SH=216;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-434;LH=424;SL=-215;SH=213;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-427;LH=425;SL=-206;SH=231;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-424;LH=437;SL=-212;SH=223;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-422;LH=428;SL=-219;SH=214;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-428;LH=437;SL=-198;SH=215;D=238823B1001F8;C=212;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-436;LH=426;SL=-220;SH=213;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-431;LH=426;SL=-218;SH=211;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-432;LH=431;SL=-208;SH=227;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-423;LH=429;SL=-204;SH=221;D=238823B1001F8;C=212;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-426;LH=431;SL=-198;SH=233;D=238823B1001F8;C=214;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-427;LH=433;SL=-212;SH=223;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-417;LH=450;SL=-209;SH=227;D=238823B1001F8;C=217;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-415;LH=440;SL=-198;SH=238;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-419;LH=441;SL=-199;SH=232;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-420;LH=435;SL=-198;SH=224;D=238823B1001F8;C=212;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-414;LH=441;SL=-208;SH=229;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-421;LH=437;SL=-212;SH=212;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-429;LH=426;SL=-210;SH=214;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-407;LH=439;SL=-201;SH=237;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-419;LH=430;SL=-215;SH=220;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-415;LH=443;SL=-208;SH=228;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-428;LH=436;SL=-216;SH=213;D=238823B1001F8;C=215;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-422;LH=432;SL=-213;SH=213;D=238823B1001F8;C=213;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-419;LH=430;SL=-213;SH=213;D=238823B1001F8;C=212;L=49;R=69;
2019.05.16 18:44:06 4 : CUL868/msg READ: MC;LL=-430;LH=433;SL=-208;SH=227;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:07 4 : CUL868/msg READ: MC;LL=-433;LH=435;SL=-220;SH=217;D=238823B1001F8;C=217;L=49;R=69;
2019.05.16 18:44:07 4 : CUL868/msg READ: MC;LL=-432;LH=427;SL=-208;SH=231;D=238823B1001F8;C=216;L=49;R=69;
2019.05.16 18:44:07 4 : CUL868/msg READ: MC;LL=-415;LH=434;SL=-200;SH=228;D=238823B1001F8;C=212;L=49;R=69;
2019.05.16 18:44:07 4 : CUL868/msg READ: MC;LL=-415;LH=434;SL=-200;SH=228;D=47104762003F;C=212;L=48;R=69;
2019.05.16 18:44:09 4 : CUL868/keepalive ok, retry = 0



2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-438;LH=424;SL=-216;SH=220;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-424;LH=438;SL=-204;SH=222;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-432;LH=432;SL=-208;SH=230;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-432;LH=427;SL=-213;SH=226;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-424;LH=437;SL=-213;SH=206;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-431;LH=424;SL=-208;SH=227;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-428;LH=433;SL=-196;SH=235;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-432;LH=431;SL=-207;SH=230;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-434;LH=430;SL=-217;SH=214;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-422;LH=437;SL=-214;SH=214;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-432;LH=418;SL=-216;SH=210;D=238823B1001F8;C=212;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-437;LH=427;SL=-214;SH=216;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-424;LH=426;SL=-217;SH=216;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-435;LH=423;SL=-216;SH=210;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-423;LH=430;SL=-213;SH=214;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-427;LH=424;SL=-218;SH=215;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-422;LH=434;SL=-209;SH=224;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-431;LH=423;SL=-207;SH=229;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-415;LH=435;SL=-201;SH=221;D=238823B1001F8;C=211;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-426;LH=433;SL=-197;SH=233;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-433;LH=436;SL=-213;SH=216;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-426;LH=436;SL=-215;SH=217;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-427;LH=436;SL=-206;SH=221;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-430;LH=437;SL=-214;SH=206;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-422;LH=430;SL=-216;SH=218;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-427;LH=430;SL=-208;SH=229;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-408;LH=439;SL=-200;SH=236;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-428;LH=430;SL=-212;SH=224;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-429;LH=435;SL=-208;SH=222;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:35 4 : CUL868/msg READ: MC;LL=-416;LH=443;SL=-208;SH=231;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-427;LH=431;SL=-209;SH=230;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-417;LH=441;SL=-209;SH=230;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-427;LH=436;SL=-207;SH=219;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-425;LH=430;SL=-214;SH=217;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-422;LH=433;SL=-210;SH=219;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-417;LH=434;SL=-207;SH=234;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-429;LH=437;SL=-211;SH=221;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-426;LH=428;SL=-206;SH=225;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-418;LH=434;SL=-205;SH=223;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-417;LH=448;SL=-210;SH=211;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-419;LH=437;SL=-204;SH=223;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-414;LH=441;SL=-209;SH=228;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-420;LH=441;SL=-212;SH=217;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-417;LH=438;SL=-206;SH=230;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-416;LH=437;SL=-209;SH=228;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-432;LH=434;SL=-209;SH=222;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-432;LH=429;SL=-207;SH=230;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-431;LH=434;SL=-212;SH=210;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-434;LH=434;SL=-210;SH=218;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-436;LH=430;SL=-208;SH=222;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-425;LH=431;SL=-214;SH=219;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-419;LH=437;SL=-214;SH=218;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-408;LH=442;SL=-200;SH=236;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-421;LH=430;SL=-206;SH=237;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-422;LH=432;SL=-210;SH=222;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-433;LH=428;SL=-208;SH=223;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-407;LH=439;SL=-201;SH=236;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-416;LH=445;SL=-199;SH=232;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-414;LH=439;SL=-207;SH=230;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-416;LH=442;SL=-208;SH=229;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-419;LH=430;SL=-214;SH=217;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-430;LH=426;SL=-207;SH=231;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-429;LH=438;SL=-218;SH=208;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-434;LH=422;SL=-214;SH=217;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-433;LH=425;SL=-208;SH=218;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-432;LH=430;SL=-216;SH=213;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-436;LH=422;SL=-218;SH=210;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-424;LH=431;SL=-212;SH=217;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-440;LH=424;SL=-211;SH=218;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-432;LH=431;SL=-207;SH=231;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-435;LH=429;SL=-210;SH=215;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-421;LH=440;SL=-211;SH=217;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-412;LH=435;SL=-204;SH=219;D=238823B1001F8;C=211;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-429;LH=434;SL=-208;SH=224;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:36 4 : CUL868/msg READ: MC;LL=-408;LH=443;SL=-201;SH=225;D=238823B1001F8;C=212;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-415;LH=439;SL=-207;SH=234;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-419;LH=430;SL=-199;SH=234;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-418;LH=440;SL=-209;SH=227;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-430;LH=431;SL=-207;SH=228;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-429;LH=423;SL=-209;SH=229;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-426;LH=428;SL=-208;SH=229;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-420;LH=433;SL=-207;SH=215;D=238823B1001F8;C=212;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-423;LH=441;SL=-200;SH=230;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-423;LH=441;SL=-212;SH=216;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-420;LH=435;SL=-201;SH=229;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-417;LH=444;SL=-209;SH=228;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-415;LH=443;SL=-207;SH=230;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-430;LH=435;SL=-196;SH=227;D=238823B1001F8;C=214;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-419;LH=442;SL=-211;SH=221;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-419;LH=429;SL=-216;SH=218;D=238823B1001F8;C=213;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-414;LH=444;SL=-209;SH=228;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-413;LH=443;SL=-208;SH=229;D=238823B1001F8;C=215;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-426;LH=432;SL=-207;SH=232;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-421;LH=433;SL=-213;SH=230;D=238823B1001F8;C=216;L=49;R=71;
2019.05.16 18:44:37 4 : CUL868/msg READ: MC;LL=-421;LH=433;SL=-213;SH=230;D=47104762003F;C=216;L=48;R=71;


Jeweils 1 Tastendruck die obere von der die erstmal nicht so wichtig ist, unten auch jeweils 1 Tastendruck, das ist die um die es geht:

2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-408;LH=452;SL=-188;SH=237;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-410;LH=461;SL=-187;SH=232;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-412;LH=442;SL=-180;SH=246;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-409;LH=451;SL=-190;SH=241;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-403;LH=450;SL=-191;SH=236;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-403;LH=452;SL=-198;SH=230;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-407;LH=454;SL=-189;SH=238;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-402;LH=448;SL=-191;SH=241;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-406;LH=448;SL=-199;SH=239;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-414;LH=453;SL=-189;SH=233;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-400;LH=462;SL=-187;SH=242;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-399;LH=462;SL=-185;SH=245;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-405;LH=457;SL=-190;SH=241;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-416;LH=451;SL=-186;SH=230;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-399;LH=457;SL=-187;SH=243;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-399;LH=464;SL=-182;SH=248;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-400;LH=458;SL=-188;SH=237;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-398;LH=461;SL=-186;SH=253;D=238129D9A78;C=216;L=41;R=242;
2019.05.16 18:48:15 4 : CUL868/msg READ: MC;LL=-406;LH=448;SL=-188;SH=237;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-394;LH=467;SL=-187;SH=239;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-408;LH=439;SL=-189;SH=237;D=238129D9A78;C=212;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-404;LH=452;SL=-198;SH=242;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-413;LH=449;SL=-202;SH=237;D=238129D9A78;C=216;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-409;LH=457;SL=-186;SH=242;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-401;LH=444;SL=-186;SH=240;D=238129D9A78;C=211;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-399;LH=461;SL=-187;SH=237;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-403;LH=458;SL=-204;SH=237;D=238129D9A78;C=216;L=41;R=242;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-408;LH=445;SL=-187;SH=279;D=470253B34F;C=219;L=40;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-406;LH=450;SL=-191;SH=241;D=E04A7669E;C=214;L=35;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-402;LH=460;SL=-176;SH=240;D=238129D9A78;C=212;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-407;LH=446;SL=-200;SH=238;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-412;LH=446;SL=-186;SH=238;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-405;LH=446;SL=-200;SH=239;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-416;LH=445;SL=-190;SH=237;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-415;LH=437;SL=-193;SH=235;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-420;LH=446;SL=-204;SH=222;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-402;LH=442;SL=-200;SH=236;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-419;LH=442;SL=-212;SH=216;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-417;LH=441;SL=-209;SH=227;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-403;LH=444;SL=-208;SH=230;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-427;LH=436;SL=-197;SH=219;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-410;LH=438;SL=-209;SH=231;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-413;LH=445;SL=-207;SH=238;D=238129D9A78;C=217;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-408;LH=450;SL=-194;SH=225;D=238129D9A78;C=212;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-420;LH=441;SL=-197;SH=237;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-407;LH=450;SL=-190;SH=238;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-422;LH=439;SL=-199;SH=228;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-412;LH=450;SL=-200;SH=230;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-405;LH=438;SL=-206;SH=238;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-416;LH=437;SL=-202;SH=234;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-417;LH=437;SL=-201;SH=232;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-414;LH=442;SL=-206;SH=238;D=238129D9A78;C=216;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-412;LH=442;SL=-207;SH=223;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-410;LH=441;SL=-209;SH=234;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-414;LH=439;SL=-211;SH=216;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-416;LH=432;SL=-204;SH=244;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-415;LH=439;SL=-205;SH=238;D=238129D9A78;C=216;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-405;LH=457;SL=-200;SH=224;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-412;LH=445;SL=-200;SH=237;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-404;LH=451;SL=-199;SH=219;D=238129D9A78;C=212;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-404;LH=454;SL=-199;SH=232;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-405;LH=458;SL=-192;SH=229;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-410;LH=458;SL=-181;SH=233;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-402;LH=444;SL=-203;SH=236;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-409;LH=450;SL=-192;SH=239;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-414;LH=455;SL=-180;SH=241;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-413;LH=447;SL=-186;SH=238;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-406;LH=451;SL=-191;SH=241;D=238129D9A78;C=214;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-407;LH=458;SL=-183;SH=235;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:16 4 : CUL868/msg READ: MC;LL=-414;LH=441;SL=-186;SH=238;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-397;LH=460;SL=-187;SH=236;D=238129D9A78;C=213;L=41;R=244;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-402;LH=447;SL=-206;SH=237;D=238129D9A78;C=215;L=41;R=244;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-400;LH=446;SL=-202;SH=238;D=2381298;C=214;L=25;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-411;LH=453;SL=-188;SH=236;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-409;LH=449;SL=-191;SH=238;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-407;LH=447;SL=-199;SH=237;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-406;LH=449;SL=-199;SH=239;D=238129D9A78;C=215;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-406;LH=458;SL=-190;SH=239;D=238129D9A78;C=215;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-405;LH=441;SL=-204;SH=238;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-406;LH=444;SL=-202;SH=238;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-404;LH=448;SL=-197;SH=246;D=238129D9A78;C=215;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-400;LH=440;SL=-195;SH=240;D=238129D9A78;C=212;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-400;LH=453;SL=-184;SH=243;D=238129D9A78;C=213;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-407;LH=451;SL=-185;SH=244;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-395;LH=457;SL=-196;SH=234;D=238129D9A78;C=213;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-407;LH=456;SL=-189;SH=239;D=238129D9A78;C=215;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-410;LH=447;SL=-195;SH=244;D=238129D9A78;C=215;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-411;LH=452;SL=-188;SH=238;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-400;LH=447;SL=-208;SH=240;D=238129D9A78;C=215;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-411;LH=449;SL=-186;SH=235;D=238129D9A78;C=213;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-417;LH=436;SL=-187;SH=236;D=238129D9A78;C=212;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-408;LH=456;SL=-185;SH=241;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:48:17 4 : CUL868/msg READ: MC;LL=-408;LH=456;SL=-185;SH=241;D=238129D9A78;C=214;L=41;R=246;
2019.05.16 18:49:09 4 : CUL868/keepalive ok, retry = 0


2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-401;LH=439;SL=-202;SH=239;D=238129D9A78;C=213;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-413;LH=452;SL=-198;SH=235;D=238129D9A78;C=216;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-409;LH=440;SL=-192;SH=238;D=238129D9A78;C=213;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-395;LH=463;SL=-184;SH=239;D=238129D9A78;C=213;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-414;LH=457;SL=-186;SH=237;D=238129D9A78;C=215;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-407;LH=452;SL=-189;SH=239;D=238129D9A78;C=214;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-405;LH=447;SL=-200;SH=243;D=238129D9A78;C=215;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-402;LH=459;SL=-181;SH=244;D=238129D9A78;C=214;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-402;LH=455;SL=-194;SH=239;D=238129D9A78;C=214;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-407;LH=446;SL=-197;SH=241;D=238129D9A78;C=215;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-416;LH=447;SL=-187;SH=239;D=238129D9A78;C=214;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-409;LH=444;SL=-192;SH=241;D=238129D9A78;C=214;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-403;LH=460;SL=-190;SH=236;D=238129D9A78;C=214;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-410;LH=454;SL=-198;SH=233;D=238129D9A78;C=215;L=41;R=243;
2019.05.16 18:50:02 4 : CUL868/msg READ: MC;LL=-406;LH=455;SL=-184;SH=228;D=238129D9A78;C=212;L=41;R=243;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-399;LH=460;SL=-195;SH=239;D=238129D9A78;C=215;L=41;R=243;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-408;LH=455;SL=-185;SH=243;D=238129D9A78;C=215;L=41;R=243;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-407;LH=447;SL=-187;SH=241;D=238129D9A78;C=213;L=41;R=243;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-409;LH=451;SL=-195;SH=245;D=238129D9A78;C=216;L=41;R=243;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-404;LH=464;SL=-181;SH=242;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-398;LH=456;SL=-196;SH=241;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-411;LH=450;SL=-186;SH=239;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-406;LH=449;SL=-189;SH=234;D=238129D9A78;C=212;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-399;LH=446;SL=-204;SH=242;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-401;LH=452;SL=-208;SH=231;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-425;LH=438;SL=-196;SH=223;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-402;LH=460;SL=-190;SH=238;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-414;LH=450;SL=-185;SH=237;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-414;LH=444;SL=-186;SH=229;D=238129D9A78;C=212;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-403;LH=456;SL=-187;SH=248;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-405;LH=444;SL=-187;SH=251;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-413;LH=448;SL=-188;SH=237;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-407;LH=455;SL=-186;SH=232;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-401;LH=448;SL=-188;SH=245;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-399;LH=456;SL=-189;SH=239;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-408;LH=448;SL=-190;SH=238;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-401;LH=460;SL=-185;SH=251;D=238129D9A78;C=216;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-413;LH=446;SL=-195;SH=236;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-402;LH=458;SL=-189;SH=239;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-402;LH=459;SL=-178;SH=245;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-399;LH=460;SL=-185;SH=238;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-406;LH=456;SL=-181;SH=253;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-410;LH=455;SL=-189;SH=240;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-403;LH=454;SL=-191;SH=235;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-402;LH=462;SL=-174;SH=255;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-401;LH=460;SL=-183;SH=240;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-408;LH=459;SL=-177;SH=236;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-396;LH=470;SL=-187;SH=244;D=238129D9A78;C=216;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-401;LH=457;SL=-189;SH=238;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-410;LH=447;SL=-191;SH=238;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-412;LH=436;SL=-196;SH=248;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-421;LH=442;SL=-183;SH=239;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-411;LH=456;SL=-190;SH=235;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-409;LH=446;SL=-198;SH=239;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-402;LH=458;SL=-187;SH=238;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-409;LH=450;SL=-194;SH=239;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-408;LH=440;SL=-201;SH=237;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-409;LH=446;SL=-190;SH=234;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-400;LH=460;SL=-183;SH=240;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-405;LH=447;SL=-198;SH=241;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-405;LH=452;SL=-198;SH=237;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-410;LH=447;SL=-188;SH=243;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-407;LH=447;SL=-193;SH=237;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-412;LH=447;SL=-189;SH=239;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:03 4 : CUL868/msg READ: MC;LL=-407;LH=458;SL=-191;SH=236;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-393;LH=458;SL=-183;SH=250;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-402;LH=449;SL=-187;SH=251;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-397;LH=458;SL=-181;SH=244;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-395;LH=470;SL=-181;SH=252;D=238129D9A78;C=216;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-410;LH=449;SL=-183;SH=249;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-405;LH=461;SL=-188;SH=243;D=238129D9A78;C=216;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-400;LH=460;SL=-185;SH=239;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-400;LH=459;SL=-193;SH=238;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-396;LH=459;SL=-199;SH=239;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-402;LH=456;SL=-187;SH=242;D=8129D9A78;C=214;L=33;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-402;LH=462;SL=-186;SH=236;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-399;LH=449;SL=-186;SH=252;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-399;LH=459;SL=-182;SH=250;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-401;LH=455;SL=-179;SH=252;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-397;LH=455;SL=-198;SH=235;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-397;LH=463;SL=-182;SH=244;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-388;LH=457;SL=-186;SH=242;D=238129D9A78;C=212;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-394;LH=459;SL=-189;SH=237;D=238129D9A78;C=213;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-383;LH=464;SL=-192;SH=248;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-397;LH=454;SL=-183;SH=251;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-403;LH=462;SL=-184;SH=238;D=238129D9A78;C=214;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-405;LH=458;SL=-184;SH=237;D=238129D9A78;C=213;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-399;LH=457;SL=-186;SH=239;D=238129D9A78;C=213;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-404;LH=457;SL=-191;SH=240;D=238129D9A78;C=215;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-395;LH=450;SL=-186;SH=251;D=238129D9A78;C=213;L=41;R=245;
2019.05.16 18:50:04 4 : CUL868/msg READ: MC;LL=-395;LH=450;SL=-186;SH=251;D=238129D9A78;C=213;L=41;R=245;
2019.05.16 18:50:09 4 : CUL868/keepalive ok, retry = 0


2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-412;LH=441;SL=-192;SH=242;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-403;LH=454;SL=-201;SH=226;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-412;LH=458;SL=-187;SH=240;D=238129D9A78;C=216;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-403;LH=449;SL=-204;SH=240;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-399;LH=455;SL=-203;SH=237;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-411;LH=445;SL=-195;SH=232;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-414;LH=441;SL=-186;SH=244;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-413;LH=451;SL=-190;SH=233;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-413;LH=446;SL=-196;SH=241;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-409;LH=440;SL=-199;SH=239;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-405;LH=447;SL=-206;SH=235;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-400;LH=453;SL=-191;SH=239;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-408;LH=448;SL=-207;SH=233;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:55 4 : CUL868/msg READ: MC;LL=-409;LH=449;SL=-188;SH=237;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-409;LH=440;SL=-195;SH=237;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-400;LH=457;SL=-188;SH=233;D=238129D9A78;C=212;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-400;LH=460;SL=-194;SH=238;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-411;LH=457;SL=-189;SH=234;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-411;LH=444;SL=-185;SH=239;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-405;LH=445;SL=-187;SH=246;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-399;LH=448;SL=-201;SH=238;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-399;LH=450;SL=-188;SH=241;D=238129D9A78;C=212;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-404;LH=444;SL=-200;SH=235;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-397;LH=459;SL=-187;SH=244;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-406;LH=444;SL=-188;SH=252;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-405;LH=456;SL=-180;SH=244;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-398;LH=452;SL=-186;SH=240;D=238129D9A78;C=212;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-404;LH=458;SL=-187;SH=241;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-396;LH=456;SL=-201;SH=251;D=238129D9A78;C=217;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-414;LH=442;SL=-189;SH=238;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-401;LH=461;SL=-189;SH=239;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-394;LH=455;SL=-186;SH=243;D=238129D9A78;C=212;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-401;LH=460;SL=-189;SH=243;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-406;LH=459;SL=-189;SH=240;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-393;LH=468;SL=-180;SH=254;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-393;LH=455;SL=-193;SH=250;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-409;LH=463;SL=-185;SH=235;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-410;LH=458;SL=-189;SH=233;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-405;LH=457;SL=-182;SH=244;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-411;LH=456;SL=-183;SH=234;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-406;LH=461;SL=-188;SH=241;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-402;LH=450;SL=-187;SH=240;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-413;LH=456;SL=-181;SH=229;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-412;LH=452;SL=-194;SH=236;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-388;LH=463;SL=-189;SH=241;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-408;LH=455;SL=-189;SH=235;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-405;LH=460;SL=-187;SH=239;D=238129D9A78;C=215;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-397;LH=452;SL=-193;SH=239;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-402;LH=458;SL=-189;SH=235;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-392;LH=459;SL=-192;SH=242;D=238129D9A78;C=214;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-403;LH=458;SL=-185;SH=238;D=238129D9A78;C=213;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-411;LH=443;SL=-197;SH=248;D=238129D9A78;C=216;L=41;R=241;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-415;LH=440;SL=-185;SH=239;D=7669E;C=213;L=19;R=243;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-417;LH=446;SL=-198;SH=230;D=238129D9A78;C=215;L=41;R=243;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-408;LH=452;SL=-190;SH=237;D=238129D9A78;C=214;L=41;R=243;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-398;LH=442;SL=-202;SH=250;D=238129D9A78;C=215;L=41;R=243;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-403;LH=452;SL=-193;SH=237;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-412;LH=444;SL=-193;SH=229;D=238129D9A78;C=212;L=41;R=242;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-400;LH=447;SL=-193;SH=238;D=238129D9A78;C=212;L=41;R=242;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-407;LH=458;SL=-189;SH=238;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-397;LH=450;SL=-204;SH=241;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-404;LH=450;SL=-199;SH=238;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:56 4 : CUL868/msg READ: MC;LL=-402;LH=444;SL=-196;SH=251;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-402;LH=465;SL=-184;SH=234;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-391;LH=456;SL=-190;SH=244;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-400;LH=462;SL=-183;SH=244;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-403;LH=452;SL=-203;SH=239;D=238129D9A78;C=216;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-407;LH=454;SL=-201;SH=233;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-408;LH=448;SL=-200;SH=237;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-412;LH=452;SL=-195;SH=232;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-414;LH=447;SL=-196;SH=232;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-401;LH=450;SL=-194;SH=229;D=238129D9A78;C=212;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-416;LH=447;SL=-196;SH=231;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-405;LH=456;SL=-190;SH=241;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-405;LH=456;SL=-188;SH=238;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-400;LH=458;SL=-190;SH=239;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-413;LH=455;SL=-191;SH=234;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-407;LH=460;SL=-185;SH=231;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-415;LH=452;SL=-182;SH=236;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-406;LH=459;SL=-197;SH=220;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-414;LH=449;SL=-196;SH=234;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-413;LH=452;SL=-183;SH=233;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-417;LH=445;SL=-187;SH=239;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-408;LH=451;SL=-205;SH=231;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-413;LH=442;SL=-203;SH=236;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-416;LH=447;SL=-203;SH=221;D=238129D9A78;C=214;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-407;LH=438;SL=-200;SH=239;D=238129D9A78;C=213;L=41;R=242;
2019.05.16 18:50:57 4 : CUL868/msg READ: MC;LL=-394;LH=459;SL=-203;SH=235;D=238129D9A78;C=215;L=41;R=242;
2019.05.16 18:51:09 4 : CUL868/keepalive ok, retry = 0


Ich hoffe du kannst etwas damit anfangen.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 19 Mai 2019, 00:53:46
Wenn man sich die empfangenen Nachrichten im BIN Format anschaut, müsste die Nachricht mit einer preamble anfangen.


0010001110001000001000111011000100000000000111111000
010001110001000001000111011000100000000000111111

00100011100000010010100111011001101001111000
0100011100000010010100111011001101001111


Interessant wäre noch ob sich die Nachricht ändert, wenn eine fast leer Batterie eingelegt wird.

Laut Anleitung gibt es eine ALARM-Funktion, interessant wäre auch eine Nachricht dieser ALARM-Funktion

Auf der Leiterplatte des
Senders befindet sich
eine Drahtbrücke. Wird
diese Brücke gemäß Bild
4 durchtrennt, so ist die
ALARM-Funktion aktiv!
Wird die Taste des
Senders länger als 3
Sekunden betätigt, ertönt
am Empfänger der DIN-
ALARM-Ton


Gruß Ralf
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 09:22:16
Hallo Ralf,
die Drahtbrücke habe ich jetzt nicht vor zu durchtrennen.

Eine Leere und eine volle eingelegte Batterie ergibt bei genau 20 mal drücken:

2019.05.19 09:17:23 4 : CUL868/msg READ: MC;LL=-429;LH=424;SL=-210;SH=217;D=238823B100;C=213;L=40;R=97;
2019.05.19 09:17:24 4 : CUL868/msg READ: MC;LL=-432;LH=42Ӛ1�-220;SH=213;D=238823B100;C=215;L=40;R=98;
2019.05.19 09:17:26 4 : CUL868/msg READ: MC;LL=-432;LH=423;SL=-221;SH=204;D=238823B100;C=213;L=40;R=97;
2019.05.19 09:17:27 4 : CUL868/msg READ: MC;LL=-430;LH=437;SL=-218;SH=216;D=238823B100;C=216;L=40;R=97;
2019.05.19 09:17:29 4 : CUL868/msg READ: MC;LL=-425;LH=428;SL=-209;SH=214;D=238823B100;C=212;L=40;R=97;
2019.05.19 09:17:29 4 : CUL868/keepalive ok, retry = 0
2019.05.19 09:17:30 4 : CUL868/msg READ: MC;LL=-430;LH=435;SL=-218;SH=211;D=238823B100;C=215;L=40;R=97;
2019.05.19 09:17:31 4 : CUL868/msg READ: MC;LL=-423;LH=437;SL=-211;SH=212;D=238823B100;C=213;L=40;�ʺ�
2019.05.19 09:17:31 5 : CUL868/noMsg Parse: MC;LL=-423;LH=437;SL=-211;SH=212;D=238823B100;C=213;L=40;�ʺ�
2019.05.19 09:17:33 4 : CUL868/msg READ: MC;LL=-427;LH=434;SL=-210;SH=215;D=238823B100;C=214;L=40;R=97;
2019.05.19 09:17:34 4 : CUL868/msg READ: MC;LL=-426;LH=441;SL=-214;SH=211;D=238823B100;C=215;L=40;R=97;
2019.05.19 09:17:36 4 : CUL868/msg READ: MC;LL=-425;LH=436;SL=-212;SH=213;D=238823B100;C=214;L=40;R=97;
2019.05.19 09:17:37 4 : CUL868/msg READ: MC;LL=-422;LH=435;SL=-228;SH=213;D=238823B100;C=216;L=40;R=97;
2019.05.19 09:17:39 4 : CUL868/msg READ: MC;LL=-415;LH=439;SL=-219;SH=215;D=238823B100;C=214;L=40;R=97;
2019.05.19 09:17:40 4 : CUL868/msg READ: MC;LL=-430;LH=440;SL=-218;SH=214;D=238823B100;C=216;L=40;R=97;
2019.05.19 09:17:42 4 : CUL868/msg READ: MC;LL=-426;LH=429;SL=-212;SH=213;D=238823B100;C=213;L=40;R=97;
2019.05.19 09:17:43 4 : CUL868/msg READ: MC;LL=-421;LH=430;SL=-211;SH=213;D=238823B100;C=212;L=40;R=97;
2019.05.19 09:17:45 4 : CUL868/msg READ: MC;LL=-431;LH=425;SL=-218;SH=218;D=238823B100;C=215;L=40;R=97;
2019.05.19 09:17:46 4 : CUL868/msg READ: MC;LL=-429;LH=430;SL=-212;SH=211;D=238823B100;C=213;L=40;R=97;
2019.05.19 09:17:47 4 : CUL868/msg READ: MC;LL=-442;LH=418;SL=-231;SH=203;D=238823B100;C=215;L=40;R=99;
2019.05.19 09:17:49 4 : CUL868/msg READ: MC;LL=-431;LH=427;SL=-218;SH=213;D=238823B100;C=214;L=40;R=97;
2019.05.19 09:17:51 4 : CUL868/msg READ: MC;LL=-432;LH=428;SL=-221;SH=208;D=238823B100;C=214;L=40;R=97;


Das Innenteil reagiert dabei nicht.

Gruß Karsten
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 19 Mai 2019, 09:37:33
Evtl war die Batterie nicht leer genug.

Laut Anleitung gibt es beim Empfänger eine optionale Low Batt-LED für Sender
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 10:00:21
Denke eher sie war schon zu leer, der empfänger hat nichtmal mehr reagiert, und wenn ich so sehe was er ansonsten bei jedem einzelnen Tastendruck ins Log schreibt..
Wie gesagt der letzte auszug waren 20 Tastendrücke.
Ich schaue mal ob ich noch etwas vollere Batterien finde.

Übrigens was mir gerade aufgefallen ist: beim umflashen auf die nightly hat sich auch das versionmodul irgendwie auf 3.3.3 geändert, habe es gerade wieder auf die v3.4.0_dev_11.05 gebracht.

Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 10:17:44
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-433;LH=424;SL=-214;SH=210;D=238823B100248;C=213;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-435;LH=421;SL=-212;SH=216;D=238823B100258;C=213;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-440;LH=426;SL=-213;SH=212;D=238823B100258;C=215;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-444;LH=420;SL=-220;SH=201;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-425;LH=430;SL=-215;SH=218;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-428;LH=425;SL=-211;SH=222;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-431;LH=428;SL=-218;SH=214;D=238823B100258;C=215;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-439;LH=420;SL=-220;SH=207;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-431;LH=434;SL=-212;SH=218;D=238823B100258;C=215;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-430;LH=425;SL=-217;SH=216;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-429;LH=426;SL=-211;SH=221;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-430;LH=426;SL=-216;SH=214;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-430;LH=427;SL=-216;SH=215;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-437;LH=427;SL=-210;SH=213;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-429;LH=426;SL=-216;SH=215;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-437;LH=427;SL=-210;SH=213;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-427;LH=423;SL=-215;SH=215;D=238823B100258;C=213;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-426;LH=413;SL=-220;SH=214;D=238823B100258;C=212;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-431;LH=429;SL=-215;SH=216;D=238823B100258;C=215;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-424;LH=427;SL=-201;SH=223;D=238823B100258;C=212;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-431;LH=429;SL=-216;SH=214;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-431;LH=427;SL=-216;SH=214;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-425;LH=410;SL=-221;SH=214;D=238823B100258;C=211;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-427;LH=425;SL=-201;SH=217;D=238823B100258;C=211;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-425;LH=435;SL=-211;SH=226;D=238823B100258;C=216;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-431;LH=426;SL=-219;SH=212;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-430;LH=428;SL=-220;SH=212;D=238823B100258;C=214;L=49;R=65;
2019.05.19 10:03:49 4 : CUL868/msg READ: MC;LL=-423;LH=427;SL=-220;SH=214;D=238823B100258;C=213;L=49;R=65;
2019.05.19 10:03:50 4 : CUL868/msg READ: MC;LL=-430;LH=415;SL=-216;SH=220;D=238823B100258;C=213;L=49;R=65;
2019.05.19 10:03:50 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-209;SH=215;D=238823B100258;C=213;L=49;R=65;
2019.05.19 10:03:50 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-209;SH=215;D=238823B100258;C=213;L=49;R=65;


2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-427;LH=418;SL=-216;SH=221;D=238823B100248;C=213;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-428;LH=429;SL=-213;SH=219;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-429;LH=429;SL=-214;SH=217;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-428;LH=427;SL=-212;SH=216;D=238823B100258;C=213;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-428;LH=431;SL=-205;SH=223;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-424;LH=430;SL=-217;SH=215;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-412;LH=419;SL=-219;SH=220;D=238823B100258;C=211;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-433;LH=445;SL=-207;SH=213;D=238823B100258;C=216;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-424;LH=432;SL=-214;SH=218;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-427;LH=426;SL=-210;SH=223;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-428;LH=429;SL=-212;SH=220;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-429;LH=424;SL=-217;SH=217;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-424;LH=427;SL=-214;SH=219;D=238823B100258;C=213;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-424;LH=430;SL=-214;SH=219;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-426;LH=424;SL=-217;SH=217;D=238823B100258;C=213;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-426;LH=411;SL=-221;SH=214;D=238823B100258;C=211;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-441;LH=423;SL=-196;SH=221;D=238823B100258;C=213;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-425;LH=428;SL=-215;SH=216;D=238823B100258;C=213;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-425;LH=428;SL=-200;SH=225;D=238823B100258;C=212;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-421;LH=429;SL=-216;SH=221;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-431;LH=427;SL=-218;SH=214;D=238823B100258;C=214;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-426;LH=423;SL=-219;SH=215;D=238823B100258;C=213;L=49;R=87;
2019.05.19 10:05:05 4 : CUL868/msg READ: MC;LL=-426;LH=431;SL=-209;SH=216;D=238823B100258;C=213;L=49;R=87;
2019.05.19 10:05:06 4 : CUL868/msg READ: MC;LL=-431;LH=422;SL=-215;SH=213;D=238823B100258;C=213;L=49;R=87;
2019.05.19 10:05:06 4 : CUL868/msg READ: MC;LL=-431;LH=422;SL=-215;SH=213;D=4710476200;C=213;L=40;R=87;


2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-425;LH=424;SL=-211;SH=219;D=238823B100248;C=213;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-431;LH=423;SL=-221;SH=202;D=238823B100258;C=212;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-431;LH=425;SL=-216;SH=215;D=238823B100258;C=214;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-429;LH=429;SL=-216;SH=215;D=238823B100258;C=214;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-430;LH=421;SL=-214;SH=215;D=238823B100258;C=213;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-423;LH=428;SL=-218;SH=215;D=238823B100258;C=213;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;��j����b!�427;SL=-214;SH=215;D=238823B100258;C=213;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-421;LH=438;SL=-205;SH=222;D=238823B100258;C=214;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-428;LH=429;SL=-218;SH=214;D=238823B100258;C=214;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-420;LH=423;SL=-216;SH=215;D=238823B100258;C=212;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-424;LH=431;SL=-216;SH=217;D=238823B100258;C=214;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-429;LH=426;SL=-213;SH=219;D=238823B100258;C=214;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-422;LH=429;SL=-212;SH=222;D=238823B100258;C=214;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-214;SH=217;D=238823B100258;C=215;L=49;R=31;
2019.05.19 10:12:06 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-214;SH=217;D=238823B100258;C=215;L=49;R=31;


2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-428;LH=427;SL=-216;SH=216;D=238823B100248;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-428;LH=428;SL=-218;SH=213;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-429;LH=427;SL=-218;SH=213;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-410;LH=416;SL=-217;SH=222;D=238823B100258;C=210;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-428;LH=428;SL=-211;SH=221;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-422;LH=430;SL=-217;SH=218;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-411;LH=417;SL=-217;SH=222;D=238823B100258;C=211;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-422;LH=431;SL=-216;SH=218;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-419;LH=428;SL=-220;SH=212;D=238823B100258;C=213;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-412;LH=420;SL=-217;SH=221;D=238823B100258;C=211;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-421;LH=420;SL=-217;SH=222;D=238823B100258;C=213;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-426;LH=430;SL=-216;SH=217;D=2389C;C=214;L=18;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-423;LH=434;SL=-213;SH=219;D=4762004B;C=214;L=32;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-412;LH=429;SL=-213;SH=220;D=238823B100258;C=212;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-421;LH=431;SL=-213;SH=221;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-422;LH=432;SL=-214;SH=220;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-411;LH=420;SL=-216;SH=222;D=238823B100258;C=211;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-432;LH=444;SL=-198;SH=222;D=238823B100258;C=215;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-420;LH=429;SL=-216;SH=221;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-421;LH=432;SL=-210;SH=224;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-429;LH=429;SL=-214;SH=219;D=238823B100258;C=215;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-430;LH=426;SL=-213;SH=219;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-427;LH=429;SL=-210;SH=223;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-421;LH=432;SL=-211;SH=222;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-421;LH=431;SL=-215;SH=219;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-422;LH=429;SL=-211;SH=221;D=238823B100258;C=213;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-427;LH=430;SL=-211;SH=221;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-412;LH=433;SL=-214;SH=219;D=238823B100258;C=212;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-430;LH=428;SL=-213;SH=219;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-425;LH=438;SL=-204;SH=222;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 4 : CUL868/msg READ: MC;LL=-425;LH=438;SL=-204;SH=222;D=238823B100258;C=214;L=49;R=84;
2019.05.19 10:14:47 5 : CUL868/RAW rmsg: Mu;��;���;���;���;�ɀ;���;d4TTTTTTTTTTTTTTTTW;C5;RD8;
2019.05.19 10:14:47 4 : CUL868/msg READredu: MU;P0=113;P2=-1212;P3=808;P4=-123;P5=201;P7=-4280;D=0234545404545454545454545404545454545454570;CP=5;R=216;
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 10:14:47 4 : CUL868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2019.05.19 10:14:47 5 : CUL868: 0. try, regex ((?:)((?:34|02){19,})) did not match
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 10:14:47 5 : CUL868: substr: 34545404545454545454545404545454545454570
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 10:14:47 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 40 -> Romotec not found, aborting
2019.05.19 10:14:47 5 : CUL868: substr: 545454545454545404545454545454570
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 10:14:47 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 10:14:47 5 : CUL868: 0. try, regex ((?:)((?:02|54){38,})) did not match
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 10:14:47 5 : CUL868: substr: 70
2019.05.19 10:14:47 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 10:14:47 5 : CUL868: 0. try, regex ((?:)((?:02|54){104,})) did not match
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 10:14:47 5 : CUL868: substr: 70
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 10:14:47 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting


2019.05.19 10:15:57 4 : CUL868/msg READ: MC;LL=-424;LH=427;SL=-219;SH=205;D=238823B100248;C=212;L=49;R=59;
2019.05.19 10:15:57 4 : CUL868/msg READ: MC;LL=-427;LH=433;SL=-217;SH=216;D=238823B100258;C=215;L=49;R=59;
2019.05.19 10:15:57 4 : CUL868/msg READ: MC;LL=-427;LH=433;SL=-217;SH=216;D=238823B100258;C=215;L=49;R=59;

Jeweils ein Tastendruck, mehr ging mit den Batterien nicht.
Bei beiden allen hat die Klingel reagiert und einen zusätlichen Ton ausgegeben, wohl wegen leerer Batterie.


Ps. am Empfänger werden auch die leds aktiviert und blinken alle paar sekunden, nachdem ich mit vollen batterien wieder den Taster bediene sind die Leds wieder aus.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 19 Mai 2019, 10:32:25
Es haben sich nun am Ende ein paar Bits geändert:

0010001110001000001000111011000100000000000111111000
fast leere Batterie:
0010001110001000001000111011000100000000001001011000
0010001110001000001000111011000100000000001001001000


Kannst Du Bitte das mit der fast leeren Batterie auch noch mit dem anderen Sender wiederholen?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 11:13:56
Das ist leider schlecht, bei dieser ging es auch lediglich weil ich noch einen Handsender von einer defekten klingel hier als ersatz liegen habe.
Die anderen beiden sind fest verbaut und verdrahtet mit der Haustürklingel, auch sind hier keine Batterien drin.
Dieses Model wurde gewählt weil es hiermit möglich ist eine bestehende Klingelanlage über die Anschlüsse in den Tastern zu erweitern.

Habe mir die Bedienungsanleitung mal herunter geladen und nach der Programmierung geschaut, leider wird scheinbar nicht der Handsender um Programmiert, sondern die Station lernt das jeweilige Signal, ansonsten hätte ich fix mal den Handsender neu programmiert.


Mir ist gerade aufgefallen: Wenn ich ein normales FHEM Update mache wird wieder das versionmodul v3.3.3 geladen, kann ich das irgendwie verhindern?

Wenn ihr am dev. Modul etwas ändert muss ich danach jedesmal ein
update all https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r34/controls_signalduino.txt
machen?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 19 Mai 2019, 11:28:55
Du hast demnach 3 Sender, sind das alles Grothe Mistral SE 03.1 ?

Dies ist vom Ersatzsender
0010001110001000001000111011000100000000000111111000
010001110001000001000111011000100000000000111111
0010001110001000001000111011000100000000
fast leere Batterie:
0010001110001000001000111011000100000000001001011000
0010001110001000001000111011000100000000001001001000


Und dies von einem der beiden festverbauten Sender
00100011100000010010100111011001101001111000
0100011100000010010100111011001101001111


Hast Du vom anderen festverbauten Sender auch noch Nachrichten?


ZitatMir ist gerade aufgefallen: Wenn ich ein normales FHEM Update mache wird wieder das versionmodul v3.3.3 geladen, kann ich das irgendwie verhindern?
steht im Wiki
update add https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r34/controls_signalduino.txt
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 19 Mai 2019, 11:36:58
@Ralf,
sobald Sidey das Protokoll übernommen hat, ist es am besten, der User spielt alles durch und gibt uns das log mit den Bits.

Preamble, sehe ich es richtig, das es bis zu 5 Nullen sein kann?


Gesendet von iPhone mit Tapatalk Pro
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 11:50:05
2019.05.19 11:35:07 4 : CUL868/msg READ: MC;LL=-419;LH=451;SL=-190;SH=231;D=0936D52C;C=215;L=30;R=238;
2019.05.19 11:35:07 4 : CUL868/msg READ: MC;LL=-409;LH=448;SL=-172;SH=262;D=238126DAA58;C=215;L=41;R=238;
2019.05.19 11:35:07 4 : CUL868/msg READ: MC;LL=-389;LH=464;SL=-188;SH=249;D=238126DAA58;C=214;L=41;R=238;
2019.05.19 11:35:07 4 : CUL868/msg READ: MC;LL=-413;LH=463;SL=-188;SH=249;D=238126DAA58;C=218;L=41;R=238;
2019.05.19 11:35:07 4 : CUL868/msg READ: MC;LL=-408;LH=462;SL=-188;SH=254;D=238126DAA58;C=218;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-408;LH=464;SL=-187;SH=252;D=238126DAA58;C=218;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-409;LH=454;SL=-183;SH=247;D=238126DAA58;C=215;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-398;LH=463;SL=-192;SH=237;D=238126DAA58;C=214;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-409;LH=456;SL=-183;SH=260;D=238126DAA58;C=217;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-393;LH=462;SL=-187;SH=254;D=238126DAA58;C=215;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-388;LH=457;SL=-184;SH=239;D=238126DAA58;C=211;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-416;LH=461;SL=-183;SH=249;D=238126DAA58;C=218;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-423;LH=450;SL=-189;SH=251;D=238126DAA58;C=218;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-419;LH=448;SL=-187;SH=248;D=238126DAA58;C=216;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-420;LH=449;SL=-194;SH=243;D=238126DAA58;C=217;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-406;LH=461;SL=-175;SH=257;D=238126DAA58;C=216;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-415;LH=472;SL=-173;SH=260;D=238126DAA58;C=219;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-426;LH=446;SL=-178;SH=256;D=238126DAA58;C=217;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-395;LH=461;SL=-197;SH=256;D=238126DAA58;C=218;L=41;R=238;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-412;LH=465;SL=-184;SH=248;D=238126DAA58;C=218;L=41;R=235;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-404;LH=460;SL=-173;SH=258;D=238126DAA58;C=215;L=41;R=235;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-403;
2019.05.19 11:35:08 5 : CUL868/noMsg Parse: MC;LL=-403;
2019.05.19 11:35:08 4 : CUL868/msg READ: ����ښ1�-184;SH=263;D=238126DAA58;C=219;L=41;R=2��
2019.05.19 11:35:08 5 : CUL868/noMsg Parse: ����ښ1�-184;SH=263;D=238126DAA58;C=219;L=41;R=2��
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-424;LH=460;SL=-187;SH=252;D=238126DAA58;C=220;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-403;LH=465;SL=-183;SH=255;D=238126DAA58;C=217;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-391'
2019.05.19 11:35:08 5 : CUL868/noMsg Parse: MC;LL=-391'
2019.05.19 11:35:08 4 : CUL868/msg READ: ����ښ1�-190;SH=247;D=238126DAA58;C=215;L=41;R=234;
2019.05.19 11:35:08 5 : CUL868/noMsg Parse: ����ښ1�-190;SH=247;D=238126DAA58;C=215;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-420;LH=458;SL=-184;SH=245;D=238126DAA58;C=217;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-422;LH=447;SL=-196;SH=241;D=238126DAA58;C=217;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-428;LH=447;SL=-194;SH=237;D=238126DAA58;C=217;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-420;LH=456;SL=-188;SH=232;D=238126DAA58;C=215;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-401;LH=465;SL=-196;SH=248;D=238126DAA58;C=218;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-419;LH=460;SL=-180;SH=252;D=7024DB54B;C=218;L=36;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-401;LH=462;SL=-188;SH=250;D=238126DAA58;C=216;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-418;LH=452;SL=-198;SH=233;D=238126DAA58;C=216;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-S��b!�457;SL=-LNښ!�238;D=238126DAA58;C=215;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-420;LH=454;SL=-199;SH=237;D=238126DAA58;C=���b�41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-419;LH=447;SL=-181;SH=259;D=47024DB54B;C=217;L=40;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-391;LH=492;SL=-170;SH=269;D=238126DAA58;C=220;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-399;LH=473;SL=-173;SH=258;D=238126DAA58;C=217;L=41;R=234;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-423;LH=465;SL=-169;SH=258;D=238126D;C=219;L=28;R=232;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-380;LH=478;SL=-158;SH=278;D=238126DAA58;C=215;L=41;R=232;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-412;LH=477;SL=-174;SH=255;D=238126DAA58;C=219;L=41;R=232;
2019.05.19 11:35:08 4 : CUL868/msg READ: MC;LL=-392;LH=480;SL=-193;SH=252;D=238126DAA58;C=219;L=41;R=232;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-418;LH=458;SL=-177;SH=259;D=238126DAA58;C=218;L=41;R=230;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-424;LH=471;SL=-166;SH=258;D=47024DB54B;C=219;L=40;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-374;LH=493;SL=-166;SH=274;D=238126DAA58;C=217;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-403;LH=473;SL=-160;SH=261;D=238126DAA58;C=216;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-393;LH=477;SL=-171;SH=267;D=238126DAA58;C=217;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-408;LH=459;SL=-185;SH=262;D=C0936D52C;C=218;L=34;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-396;LH=472;SL=-175;SH=256;D=238126DAA58;C=216;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-418;LH=451;SL=-186;SH=250;D=238126DAA58;C=217;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-417;LH=450;SL=-198;SH=237;D=238126DAA58;C=216;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-416;LH=456;SL=-190;SH=238;D=238126DAA58;C=216;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-418;LH=456;SL=-200;SH=243;D=238126DAA58;C=219;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-417;LH=464;SL=-196;SH=237;D=238126DAA58;C=218;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-400;LH=460;SL=-194;SH=246;D=238126DAA58;C=216;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-421;LH=465;SL=-180;SH=249;D=238126DAA58;C=219;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-405;LH=455;SL=-175;SH=253;D=238126DAA58;C=214;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-410;LH=466;SL=-192;SH=238;D=238126DAA58;C=217;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-407;LH=474;SL=-182;SH=257;D=238126DAA58;C=219;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-402;LH=477;SL=-179;SH=253;D=238126DAA58;C=218;L=41;R=231;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-420;LH=448;SL=-189;SH=251;D=238126DAA58;C=217;L=41;R=233;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-405;LH=468;SL=-178;SH=259;D=238126DAA58;C=218;L=41;R=233;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-368;LH=482;SL=-174;SH=255;D=238126DAA58;C=213;L=41;R=233;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-411;LH=460;SL=-176;SH=261;D=238126DAA58;C=217;L=41;R=233;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-398;LH=479;SL=-182;SH=243;D=B6A96;C=216;L=19;R=232;
2019.05.19 11:35:09 5 : CUL868/RAW rmsg: Mu;���;�ށ;���;���;���;d#!!!!#!#!!###!!!!#!#!!###!!!!#!#!!#;C3;RE7;
2019.05.19 11:35:09 4 : CUL868/msg READredu: MU;P0=-140;P1=478;P2=-412;P3=291;P4=1567;D=01230121212103212304032103032303010303030303210321032301230123012121210321230403210303230301030303030321032103230123012301212121032123040321030323030103030303032103210323010;CP=3;R=231;
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 11:35:09 5 : CUL868: substr: 1230121212103212304032103032303010303030303210321032301230123012121210321230403210303230301030303030321032103230123012301212121032123040321030323030103030303032103210323010
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 11:35:09 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 11:35:09 5 : CUL868: substr: 3212304032103032303010303030303210321032301230123012121210321230403210303230301030303030321032103230123012301212121032123040321030323030103030303032103210323010
2019.05.19 11:35:09 5 : CUL868: substr: 121212103212304032103032303010303030303210321032301230123012121210321230403210303230301030303030321032103230123012301212121032123040321030323030103030303032103210323010
2019.05.19 11:35:09 4 : CUL868: Fingerprint for MU Protocol id 42 -> wireless doorbell matches, trying to demodulate
2019.05.19 11:35:09 5 : CUL868: 0. try, regex ((?:121212)((?:12|40){28,})) did not match
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 11:35:09 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 11:35:09 5 : CUL868: 0. try, regex ((?:)((?:12|12){38,})) did not match
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 11:35:09 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 11:35:09 5 : CUL868: 0. try, regex ((?:)((?:12|12){50,})) did not match
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 11:35:09 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 11:35:09 5 : CUL868: 0. try, regex ((?:)((?:12|12){59,})) did not match
2019.05.19 11:35:09 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 11:35:09 5 : CUL868: 0. try, regex ((?:)((?:12|12){50,})) did not match
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 11:35:09 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 11:35:09 5 : CUL868: 0. try, regex ((?:)((?:12|12){104,})) did not match
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 11:35:09 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-404;LH=462;SL=-175;SH=235;D=238126DAA58;C=212;L=41;R=230;
2019.05.19 11:35:09 4 : CUL868/msg READ: MC;LL=-404;LH=462;SL=-175;SH=235;D=238126DAA58;C=212;L=41;R=230;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-408;LH=464;SL=-166;SH=269;D=238126DAA58;C=217;L=41;R=231;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-374;LH=469;SL=-194;SH=296;DO�&���"�8;C=222;L=41;R=231;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-399;LH=480;SL=-192;SH=243;D=238126DAA58;C=218;L=41;R=231;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-378;LH=480;SL=-189;SH=275;D=47024DB54A;C=220;L=39;R=231;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-393;LH=473;SL=-166;SH=257;D=238126DAA58;C=214;L=41;R=231;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-409;LH=452;SL=-152;SH=259;D=DB54B;C=211;L=20'�����
2019.05.19 11:35:18 5 : CUL868/noMsg Parse: MC;LL=-409;LH=452;SL=-152;SH=259;D=DB54B;C=211;L=20'�����
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-410;LH=462;SL=-178;SH=261;D=238126DAA58;C=���b�41;R=229;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-389;LH=490;SL=-174;SH=262;D=238126DAA58;C=219;L=41;R=229;
2019.05.19 11:35:18 5 : CUL868/RAW rmsg: Mu;��;l�;���;���;���;���;�Ё;D12B12122552211122u;C3;RE5;
2019.05.19 11:35:18 4 : CUL868/msg READredu: MU;P0=484;l=�;P2=-170;P3=254;P4=1556;P5=-124;P7=336;D=0101010231013242310232313232053535323231023102313201320175;CP=3;R=229;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-374;LH=511;SL=-188;SH=269;D=238124;C=223;L=22;R=229; �Mu;�ȁ;���;���;���;���;���;��;d#$#S$#$######$$;C2;RE4;
2019.05.19 11:35:18 5 : CUL868/RAW rmsg: Mu;���;���;���;���;���;���;d!!!####!c!#�!!!####!#!##!!!####!#!##!!!;C1;RE4;
2019.05.19 11:35:18 4 : CUL868/msg READredu: MU;P0=-147;P1=263;P2=-410;P3=496;P5=1563;P6=-272;D=01210321032103232323012321050163010121010301010101012301104210321032103232323012321050123010121010301010101012301230121032103210323232301232105012301012101030101010101230123012103210321030;CP=1;R=228;
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 11:35:18 5 : CUL868: substr: 321032103232323012321050163010121010301010101012301104210321032103232323012321050123010121010301010101012301230121032103210323232301232105012301012101030101010101230123012103210321030
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 11:35:18 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 11:35:18 5 : CUL868: substr: 1210321032103232323012321050163010121010301010101012301104210321032103232323012321050123010121010301010101012301230121032103210323232301232105012301012101030101010101230123012103210321030
2019.05.19 11:35:18 5 : CUL868: substr: 3232323012321050163010121010301010101012301104210321032103232323012321050123010121010301010101012301230121032103210323232301232105012301012101030101010101230123012103210321030
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 42 -> wireless doorbell matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:323232)((?:32|50){28,})) did not match
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:)((?:32|32){38,})) did not match
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:)((?:32|32){50,})) did not match
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:)((?:32|32){59,})) did not match
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:)((?:32|32){50,})) did not match
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:)((?:32|32){104,})) did not match
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=K��b!�480;SL=-184;SH=262;D=23810;C=221;L=18;R=230;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-411;LH=462;SL=-160;S�����"�238126DAA58;C=212;L=41;R=230;
2019.05.19 11:35:18 5 : CUL868/RAW rmsg: Mu;���;��;���;���;���;dC!#!######!!!###!#C!#!######!!!###!#C!#!######!!!###!#C!#!######!!!###;C2;RE6;
2019.05.19 11:35:18 4 : CUL868/msg READredu: MU;P0=547;P1=-372;P2=261;P3=-173;P4=1570;D=432103232123230323232323210321032123012301230101010321012343210323212323032323232321032103212301230123010101032101234321032321232303232323232103210321230123012301010103210123432103232123230323232323210321032123012301230301010;CP=2;R=230;
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 11:35:18 5 : CUL868: substr: 03232123230323232323210321032123012301230101010321012343210323212323032323232321032103212301230123010101032101234321032321232303232323232103210321230123012301010103210123432103232123230323232323210321032123012301230301010
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 11:35:18 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 11:35:18 5 : CUL868: substr: 2103232123230323232323210321032123012301230101010321012343210323212323032323232321032103212301230123010101032101234321032321232303232323232103210321230123012301010103210123432103232123230323232323210321032123012301230301010
2019.05.19 11:35:18 5 : CUL868: substr: 0101010321012343210323212323032323232321032103212301230123010101032101234321032321232303232323232103210321230123012301010103210123432103232123230323232323210321032123012301230301010
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 42 -> wireless doorbell matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:010101)((?:01|43){28,})) did not match
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:)((?:01|21){50,})) did not match
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:)((?:01|21){59,})) did not match
2019.05.19 11:35:18 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 11:35:18 5 : CUL868: 0. try, regex ((?:)((?:01|21){50,})) did not match
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 11:35:18 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-376;LH=505;SL=-181;SH=277;D=238124;C=223;L=&�'�����
2019.05.19 11:35:18 5 : CUL868/noMsg Parse: MC;LL=-376;LH=505;SL=-181;SH=277;D=238124;C=223;L=&�'�����
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-411;LH=456;SL=-177;SH=248;D=238126DAA58;C=215;L=41;R=232;
2019.05.19 11:35:18 4 : CUL868/msg READ: MC;LL=-423;LH=451;SL=-180;SH=248;D=238126DAA58;C=216;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-422;LH=455;SL=-198;SH=236;D=238126DAA58;C=218;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-418;LH=456;SL=-196;SH=233;D=238126DAA58;C=217;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-409;LH=451;SL=-203;SH=227;D=238126DAA58;C=214;L=41;R=232� �MC;LL=-409;LH=457;SL=-203;SH=240;D=238L&T�8;C=218;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-431;LH=447;SL=-193;SH=235;D=238126DAA5;C=217;L=40;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-426;LHO�Ӛ1�-197;SH=232;D=238126DAA58;C=216;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-414;LH=436;SL=-204;SH=230;D=238126DAA58;C=213;���ڒ�232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-420;LH=449;SL=-189;SH=233;D=238126DAA58;C=215;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-416;LH=459;SL=-194;SH=241;D=238126DAA58;C=218;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-426;LH=443;SL=-191;SH=246;D=238126DAA58;C=217;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-419;LH=453;SL=-191;SH=252;D=238126DAA58;C=219;L=4L'�����
2019.05.19 11:35:19 5 : CUL868/noMsg Parse: MC;LL=-419;LH=453;SL=-191;SH=252;D=238126DAA58;C=219;L=4L'�����
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-418;LH=455;SL=-188;SH=248;D=238126DAAM��218;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-417;LH=448;SL=-202;SH=241;D=238126DAA58;C=217;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-416;LH=4MӚ1�-199;SH=231;D=238126DAA58;C=217;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-421;LH=445;SL=-192;*�����"�238126DAA58;C=216;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-409;LH=449;SL=-198;SHO���"�238126DAA58;C=215;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-423;LH=453;SL=-200;SH=234;D=238126DAA58;C=218;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-426;LH=449;SL=-190;SH=233;D=238126DAA58;C=216;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-410;LH=457;SL=-189;SH=244;D=238126DAA58;C=216;L=41;R=232;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-423;LH=448;SL=-191;SH=236;D=238126DAA58;C=216;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-403;LH=456;SL=-1Nښ!�235;D=238126DAA58;C=215;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-415;LH=451;SL=-197;SH=251;D=238126DPPM��218;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-421;LH=449;SL=-191;SH=243;D=238126DAA58;C=217;L=41;R=24�
2019.05.19 11:35:19 5 : CUL868/noMsg Parse: MC;LL=-421;LH=449;SL=-191;SH=243;D=238126DAA58;C=217;L=41;R=24�
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-424;LH=453;SL=-194;SH=24�"�238126DAA58;C=218;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-421;LH=446;SL=-198;SH=232;D=238126DAAM��216;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-414;LH=464;SL=-191;SH=250;D=238126DAA58;CO���b�41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;��j����b!�471;SL=-180;SH=251;D=238126DAA58;C=217;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-414;LH=457;SL=-189;SH=252'T����"�8;C=218;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-421;LH=450;SL=-191;SH=244;D=238126DAA58;C=217;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-410;LH=449;SL=-190;SH=239;D=238126DAPM��214;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-411;LH=451;SL=-194;SH=245;D=238126DAA58;C=216;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;��j����b!�462;SL=-197;SH=235;D=238126DAA58;C=218;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-420;LH=447;SL=-202;SH=239;D=238126DAA58;C=217;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-408;LH=465;S�j���ښ!�251;D=238126DAA58;C=216;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-408;LH=467;SL=-176;SH=253;D=�&���"�8;C=217;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-40�b!�460;SL=-195;SH=239;D=238126DAA58;C=216;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-405;LH=453;SL=-194;SH=233;D=238126DAA58;C=21�b�41;R=240;
2019.05.19 11:35:19 1 : PERL WARNING: Argument "21�b�41" isn't numeric in numeric gt (>) at ./FHEM/00_SIGNALduino.pm line 2508.
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-416;LH=450;SL=-181;SH=248;D=2&���"�8;C=215;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-415;LH=460;SL=-189;SH=248;D=238126DAA58;C=218;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=KS��b!�470;SL=-171;SH=260;D=238126DAA58;C=218;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-404;LH=467;SL=-178;SH=253;D=238126DAA58;C=216;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-413;LH=471;SL=-167;SH=269;D=238126DAA58;C=219;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-409;LH=456;SL=-176;SH=257;D=238126DAA58;C=216;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-398;LH=463;SL=KLMM�*�����"�238126DAA58;C=210;L=41;R=240;
2019.05.19 11:35:19 4 : CUL868/msg READ: MC;LL=-403;LH=471;SL=-182;SH=259;D=238126DAA5;C=219;L=40;R=240;
2019.05.19 11:35:20 4 : CUL868/msg READ: MC;LL=-419;LH=459;SL=-180;SH=239;D=C0936D52C;C=216;L=34;R=231;
2019.05.19 11:35:20 4 : CUL868/msg READ: MC;LL=-417;LH=486;SL=-187;SH=233;D=238126DAA58;C=220;L=41;RO���
2019.05.19 11:35:20 5 : CUL868/noMsg Parse: MC;LL=-417;LH=486;SL=-187;SH=233;D=238126DAA58;C=220;L=41;RO���
2019.05.19 11:35:20 5 : CUL868/RAW rmsg: Mu;��;��;���;���;���;���;DQaQQSSSSSQS;C0;RE7;
2019.05.19 11:35:20 4 : CUL868/msg READredu: MU;P0=225;P1=-237;P3=-423;P5=447;P6=156;P7=-180;D=0103010151010161010351035103015301530753535351035307;CP=0;R=231;
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 11:35:20 5 : CUL868: substr: 51010161010351035103015301530753535351035307
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 11:35:20 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 11:35:20 5 : CUL868: substr: 03010151010161010351035103015301530753535351035307
2019.05.19 11:35:20 5 : CUL868: substr: 53535351035307
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 11:35:20 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 11:35:20 5 : CUL868: 0. try, regex ((?:)((?:53|53){38,})) did not match
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 11:35:20 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 11:35:20 5 : CUL868: 0. try, regex ((?:)((?:53|53){50,})) did not match
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 11:35:20 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 11:35:20 5 : CUL868: 0. try, regex ((?:)((?:53|53){59,})) did not match
2019.05.19 11:35:20 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 11:35:20 5 : CUL868: 0. try, regex ((?:)((?:53|53){50,})) did not match
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 11:35:20 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 11:35:20 5 : CUL868: 0. try, regex ((?:)((?:53|53){104,})) did not match
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 11:35:20 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 11:35:20 4 : CUL868/msg READ: MC;LL=-400;LH=500;SL=-170;SH=260;D=238126DAA;C=&��b�35;R=230;
2019.05.19 11:35:33 4 : CUL868/keepalive ok, retry = 0
2019.05.19 11:36:33 4 : CUL868/KeepAlive not ok, retry = 1 -> get ping
2019.05.19 11:36:33 5 : AddSendQueue: CUL868: P (1)
2019.05.19 11:36:33 5 : CUL868 SW: P
2019.05.19 11:36:33 4 : CUL868/msg READ: OK
2019.05.19 11:36:33 5 : CUL868/noMsg Parse: OK
2019.05.19 11:36:33 5 : CUL868/msg READ: regexp=^OK$ cmd=ping msg=OK
2019.05.19 11:36:33 4 : CUL868/msg READ: V 3.3.1-RC-nightly SIGNALduino cc1101 (chip CC1101) - compiled at Feb 3 2019 21:35:11
2019.05.19 11:36:33 5 : CUL868/noMsg Parse: V 3.3.1-RC-nightly SIGNALduino cc1101 (chip CC1101) - compiled at Feb 3 2019 21:35:11
2019.05.19 11:36:33 4 : CUL868/HandleWriteQueue: nothing to send, stopping timer
2019.05.19 11:37:33 4 : CUL868/keepalive ok, retry = 0


Hier der 3 Handsender mehrfach gedrückt.

Habe die verbauten Sender nun doch auseinander gebaut, sind tatsächlich etwas andere Sender Grothe Mistral SE 01.1, und haben 12V Batterien, sind sogar noch drinnen, dachte da wären keine Batterien drin und werden über den Klingeltrafo versorgt.

Die Mistral 3.1 werden über 2 aaa Baterien versorgt.

Habe leider keine anderen fast leeren 12V Batterien, ansonsten hätte ich den log hier noch gepostet.

Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 19 Mai 2019, 11:55:54
@Coolheizer,

besitzt du ein Labornetzteil oder hast Akkus? 12V bekommen wir doch zusammengestellt [emoji6]


Gesendet von iPhone mit Tapatalk Pro
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 12:18:48
[code]2019.05.19 12:11:07 5 : CUL868/RAW rmsg: Mu;���;�ǁ;��;���;�€;���;d11BBBB2BBB2BBBBBBB22BB2BbB@;C4;RD8;
2019.05.19 12:11:07 4 : CUL868/msg READredu: MU;P0=142;P1=-327;P2=-111;P3=261;P4=194;P6=440;D=010231023142024202424232424242324242424242424232324242324262424;CP=4;R=216;
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:07 5 : CUL868: substr: 62424
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:07 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:07 5 : CUL868: substr: 31023142024202424232424242324242424242424232324242324262424
2019.05.19 12:11:07 5 : CUL868: substr: 3142024202424232424242324242424242424232324242324262424
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:07 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:07 5 : CUL868: 0. try, regex ((?:)((?:31|62){50,})) did not match
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:07 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:07 5 : CUL868: 0. try, regex ((?:)((?:31|62){59,})) did not match
2019.05.19 12:11:07 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:07 5 : CUL868: 0. try, regex ((?:)((?:31|62){50,})) did not match
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:16 5 : CUL868/RAW rmsg: Mu;���;��;���;���;���;�Ѐ;���;DQqq;C0;RDC;
2019.05.19 12:11:16 4 : CUL868/msg READredu: MU;P0=380;P1=-100;P3=-418;P4=-160;P5=112;P6=-208;P7=186;D=0103040101510106010101010101710103010171;CP=0;R=220;
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:16 5 : CUL868: substr: 0103040101510106010101010101710103010171
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:16 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:16 5 : CUL868: substr: 03040101510106010101010101710103010171
2019.05.19 12:11:16 5 : CUL868: substr: 03040101510106010101010101710103010171
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){38,})) did not match
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){50,})) did not match
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){59,})) did not match
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){50,})) did not match
2019.05.19 12:11:16 5 : CUL868: substr: 06010101010101710103010171
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 76 -> LED XM21 matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:06010101)((?:71){58,})) did not match
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){104,})) did not match
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:26 5 : CUL868/RAW rmsg: Mu;��;�ȁ;��;�Ȁ;���;�܁;���;D#Saa@�;C1;RDC;
2019.05.19 12:11:26 4 : CUL868/msg READredu: MU;P0=-109;P1=328;P2=-232;P3=200;P5=-1184;P6=-476;P7=140;D=012303536107010161014010001010101030103;CP=1;R=220;
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:26 5 : CUL868: substr: 12303536107010161014010001010101030103
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:26 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:26 5 : CUL868: substr: 161014010001010101030103
2019.05.19 12:11:26 5 : CUL868: substr: 10161014010001010101030103
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){38,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){50,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){59,})) did not match
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){50,})) did not match
2019.05.19 12:11:26 5 : CUL868: substr: 1010101030103
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 76 -> LED XM21 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:10101010)((?:30){58,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){104,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:26 5 : CUL868/RAW rmsg: Mu;���;��;��;�ȁ;���;���;d!aa!q!;C0;RD8;
2019.05.19 12:11:26 4 : CUL868/msg READredu: MU;P0=259;P1=-108;P2=371;P4=-456;P6=126;P7=164;D=0121010401616101010101010121010101010171210;CP=0;R=216;
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:26 5 : CUL868: substr: 21010401616101010101010121010101010171210
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:26 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:26 5 : CUL868: substr: 0401616101010101010121010101010171210
2019.05.19 12:11:26 5 : CUL868: substr: 21010401616101010101010121010101010171210
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){38,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){50,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){59,})) did not match
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){50,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){104,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:27 5 : CUL868/RAW rmsg: Mu;���;���;�Ɂ;���;���;���;d24444444T424444T0;C3;RD6;
2019.05.19 12:11:27 4 : CUL868/msg READredu: MU;P0=135;P1=-304;P2=-457;P3=186;P4=-112;P5=264;D=0102320401340434343434343454343234343434543;CP=3;R=214;
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:27 5 : CUL868: substr: 54343234343434543
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:27 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:27 5 : CUL868: substr: 320401340434343434343454343234343434543
2019.05.19 12:11:27 5 : CUL868: substr: 54343234343434543
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){38,})) did not match
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){50,})) did not match
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){59,})) did not match
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){50,})) did not match
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){104,})) did not match
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:31 5 : CUL868/RAW rmsg: Mu;���;��;���;��;���;���;d4;C4;RDB;
2019.05.19 12:11:31 4 : CUL868/msg READredu: MU;P0=-276;P1=-115;P2=421;P3=-372;P4=192;P7=276;D=12121234121214121412121412121417121404121;CP=4;R=219;
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:31 5 : CUL868: substr: 2121234121214121412121412121417121404121
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:31 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:31 5 : CUL868: substr: 404121
2019.05.19 12:11:31 5 : CUL868: substr: 234121214121412121412121417121404121
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:31 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:31 5 : CUL868: 0. try, regex ((?:)((?:23|23){50,})) did not match
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:31 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:31 5 : CUL868: 0. try, regex ((?:)((?:23|23){59,})) did not match
2019.05.19 12:11:31 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:31 5 : CUL868: 0. try, regex ((?:)((?:23|23){50,})) did not match
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;�ˀ;���;���;���;���;d##!!!!!!!!!!;C0;RDA;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=203;P1=-96;P2=316;P3=-432;P5=-260;D=0123230501012121210121212121210121010101210;CP=0;R=218;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 23230501012121210121212121210121010101210
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 0501012121210121212121210121010101210
2019.05.19 12:11:32 5 : CUL868: substr: 23230501012121210121212121210121010101210
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){38,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){59,})) did not match
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: substr: 21212121210121010101210
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 76 -> LED XM21 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:21212121)((?:01){58,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){104,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;���;��;��;�ځ;dAAAAAAAAAA;C0;RDB;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=181;P1=-109;P3=-242;P4=346;D=010101030101410103010141414101414141414101410;CP=0;R=219;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 410103010141414101414141414101410
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 40 -> Romotec not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 41414101414141414101410
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:03|41){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:03|41){59,})) did not match
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:03|41){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: substr: 414141414101410
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 76 -> LED XM21 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:41414141)((?:01){58,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;���;���;��;���;dBBBBBBBBBB;C4;RDD;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=281;P1=-254;P2=-108;P4=187;D=010202020202420142420202420242424202424242020;CP=4;R=221;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 010202020202420142420202420242424202424242020
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 40 -> Romotec not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 010202020202420142420202420242424202424242020
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){59,})) did not match
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;���;�Ҁ;���;��;���;D##!#&##################;C2;RDB;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=279;P1=-210;P2=176;P3=-105;P6=-300;D=0123232123262323032303232323032323230323232323032323030323230323;CP=2;R=219;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 0123232123262323032303232323032323230323232323032323030323230323
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 262323032303232323032323230323232323032323030323230323
2019.05.19 12:11:32 5 : CUL868: substr: 0123232123262323032303232323032323230323232323032323030323230323
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){59,})) did not match
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;���;���;��;���;�܁;d22B2222222;C0;RDA;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=175;P1=-256;P2=-115;P3=256;P4=348;D=0102023232420201020232320232020202320202023202020232320;CP=0;R=218;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 420201020232320232020202320202023202020232320
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 40 -> Romotec not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 420201020232320232020202320202023202020232320
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:37 4 : CUL868/keepalive ok, retry = 0
2019.05.19 12:11:38 5 : CUL868/RAW rmsg: Mu;�;��;�ā;���;���;d!4!41$!1!!!!1!1 ;C0;RDC;
2019.05.19 12:11:38 4 : CUL868/msg READredu: MU;P0=;P1=-114;P2=452;P3=288;P4=-396;D=01213421343124012101312101210121012131012101312;CP=0;R=220;
2019.05.19 12:11:38 5 : CUL868/RAW rmsg: Mu;�̀;�Ԁ;�ҁ;���;���;��
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 19 Mai 2019, 12:19:30
Hier ist mal eine Zusammenfassung von allen 3 Sendern, dabei fällt auf, daß die Nachrichten vom SE 03.1 länger sind

SE 03.1
0010001110001000001000111011000100000000000111111000
010001110001000001000111011000100000000000111111
0010001110001000001000111011000100000000
fast leere Batterie
0010001110001000001000111011000100000000001001011000
0010001110001000001000111011000100000000001001001000

SE 01.1 D=238129D9A78  L=41
00100011100000010010100111011001101001111 000
SE 01.1 D=238126DAA58  L=41
00100011100000010010011011011010101001011 000
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 12:19:53
[code]2019.05.19 12:11:07 5 : CUL868/RAW rmsg: Mu;���;�ǁ;��;���;�€;���;d11BBBB2BBB2BBBBBBB22BB2BbB@;C4;RD8;
2019.05.19 12:11:07 4 : CUL868/msg READredu: MU;P0=142;P1=-327;P2=-111;P3=261;P4=194;P6=440;D=010231023142024202424232424242324242424242424232324242324262424;CP=4;R=216;
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:07 5 : CUL868: substr: 62424
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:07 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:07 5 : CUL868: substr: 31023142024202424232424242324242424242424232324242324262424
2019.05.19 12:11:07 5 : CUL868: substr: 3142024202424232424242324242424242424232324242324262424
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:07 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:07 5 : CUL868: 0. try, regex ((?:)((?:31|62){50,})) did not match
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:07 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:07 5 : CUL868: 0. try, regex ((?:)((?:31|62){59,})) did not match
2019.05.19 12:11:07 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:07 5 : CUL868: 0. try, regex ((?:)((?:31|62){50,})) did not match
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:07 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:16 5 : CUL868/RAW rmsg: Mu;���;��;���;���;���;�Ѐ;���;DQqq;C0;RDC;
2019.05.19 12:11:16 4 : CUL868/msg READredu: MU;P0=380;P1=-100;P3=-418;P4=-160;P5=112;P6=-208;P7=186;D=0103040101510106010101010101710103010171;CP=0;R=220;
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:16 5 : CUL868: substr: 0103040101510106010101010101710103010171
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:16 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:16 5 : CUL868: substr: 03040101510106010101010101710103010171
2019.05.19 12:11:16 5 : CUL868: substr: 03040101510106010101010101710103010171
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){38,})) did not match
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){50,})) did not match
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){59,})) did not match
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){50,})) did not match
2019.05.19 12:11:16 5 : CUL868: substr: 06010101010101710103010171
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 76 -> LED XM21 matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:06010101)((?:71){58,})) did not match
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:16 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:16 5 : CUL868: 0. try, regex ((?:)((?:03|03){104,})) did not match
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:16 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:26 5 : CUL868/RAW rmsg: Mu;��;�ȁ;��;�Ȁ;���;�܁;���;D#Saa@�;C1;RDC;
2019.05.19 12:11:26 4 : CUL868/msg READredu: MU;P0=-109;P1=328;P2=-232;P3=200;P5=-1184;P6=-476;P7=140;D=012303536107010161014010001010101030103;CP=1;R=220;
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:26 5 : CUL868: substr: 12303536107010161014010001010101030103
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:26 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:26 5 : CUL868: substr: 161014010001010101030103
2019.05.19 12:11:26 5 : CUL868: substr: 10161014010001010101030103
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){38,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){50,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){59,})) did not match
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){50,})) did not match
2019.05.19 12:11:26 5 : CUL868: substr: 1010101030103
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 76 -> LED XM21 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:10101010)((?:30){58,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:16|16){104,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:26 5 : CUL868/RAW rmsg: Mu;���;��;��;�ȁ;���;���;d!aa!q!;C0;RD8;
2019.05.19 12:11:26 4 : CUL868/msg READredu: MU;P0=259;P1=-108;P2=371;P4=-456;P6=126;P7=164;D=0121010401616101010101010121010101010171210;CP=0;R=216;
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:26 5 : CUL868: substr: 21010401616101010101010121010101010171210
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:26 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:26 5 : CUL868: substr: 0401616101010101010121010101010171210
2019.05.19 12:11:26 5 : CUL868: substr: 21010401616101010101010121010101010171210
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){38,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){50,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){59,})) did not match
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){50,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:26 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:26 5 : CUL868: 0. try, regex ((?:)((?:04|21){104,})) did not match
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:26 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:27 5 : CUL868/RAW rmsg: Mu;���;���;�Ɂ;���;���;���;d24444444T424444T0;C3;RD6;
2019.05.19 12:11:27 4 : CUL868/msg READredu: MU;P0=135;P1=-304;P2=-457;P3=186;P4=-112;P5=264;D=0102320401340434343434343454343234343434543;CP=3;R=214;
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:27 5 : CUL868: substr: 54343234343434543
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:27 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:27 5 : CUL868: substr: 320401340434343434343454343234343434543
2019.05.19 12:11:27 5 : CUL868: substr: 54343234343434543
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){38,})) did not match
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){50,})) did not match
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){59,})) did not match
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){50,})) did not match
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:27 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:27 5 : CUL868: 0. try, regex ((?:)((?:32|54){104,})) did not match
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:27 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:31 5 : CUL868/RAW rmsg: Mu;���;��;���;��;���;���;d4;C4;RDB;
2019.05.19 12:11:31 4 : CUL868/msg READredu: MU;P0=-276;P1=-115;P2=421;P3=-372;P4=192;P7=276;D=12121234121214121412121412121417121404121;CP=4;R=219;
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:31 5 : CUL868: substr: 2121234121214121412121412121417121404121
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:31 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:31 5 : CUL868: substr: 404121
2019.05.19 12:11:31 5 : CUL868: substr: 234121214121412121412121417121404121
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:31 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:31 5 : CUL868: 0. try, regex ((?:)((?:23|23){50,})) did not match
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:31 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:31 5 : CUL868: 0. try, regex ((?:)((?:23|23){59,})) did not match
2019.05.19 12:11:31 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:31 5 : CUL868: 0. try, regex ((?:)((?:23|23){50,})) did not match
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:31 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;�ˀ;���;���;���;���;d##!!!!!!!!!!;C0;RDA;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=203;P1=-96;P2=316;P3=-432;P5=-260;D=0123230501012121210121212121210121010101210;CP=0;R=218;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 23230501012121210121212121210121010101210
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 0501012121210121212121210121010101210
2019.05.19 12:11:32 5 : CUL868: substr: 23230501012121210121212121210121010101210
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){38,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){59,})) did not match
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: substr: 21212121210121010101210
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 76 -> LED XM21 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:21212121)((?:01){58,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:23|23){104,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;���;��;��;�ځ;dAAAAAAAAAA;C0;RDB;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=181;P1=-109;P3=-242;P4=346;D=010101030101410103010141414101414141414101410;CP=0;R=219;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 410103010141414101414141414101410
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 40 -> Romotec not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 41414101414141414101410
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:03|41){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:03|41){59,})) did not match
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:03|41){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: substr: 414141414101410
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 76 -> LED XM21 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:41414141)((?:01){58,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;���;���;��;���;dBBBBBBBBBB;C4;RDD;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=281;P1=-254;P2=-108;P4=187;D=010202020202420142420202420242424202424242020;CP=4;R=221;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 010202020202420142420202420242424202424242020
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 40 -> Romotec not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 010202020202420142420202420242424202424242020
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){59,})) did not match
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;���;�Ҁ;���;��;���;D##!#&##################;C2;RDB;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=279;P1=-210;P2=176;P3=-105;P6=-300;D=0123232123262323032303232323032323230323232323032323030323230323;CP=2;R=219;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 0123232123262323032303232323032323230323232323032323030323230323
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 262323032303232323032323230323232323032323030323230323
2019.05.19 12:11:32 5 : CUL868: substr: 0123232123262323032303232323032323230323232323032323030323230323
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){59,})) did not match
2019.05.19 12:11:32 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.19 12:11:32 5 : CUL868: 0. try, regex ((?:)((?:01|01){50,})) did not match
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:32 5 : CUL868/RAW rmsg: Mu;���;���;��;���;�܁;d22B2222222;C0;RDA;
2019.05.19 12:11:32 4 : CUL868/msg READredu: MU;P0=175;P1=-256;P2=-115;P3=256;P4=348;D=0102023232420201020232320232020202320202023202020232320;CP=0;R=218;
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 420201020232320232020202320202023202020232320
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.19 12:11:32 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 40 -> Romotec not found, aborting
2019.05.19 12:11:32 5 : CUL868: substr: 420201020232320232020202320202023202020232320
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 84 -> IAN 283582 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 85 -> TFA 30.3222.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff | Refsta Topdraft not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 89 -> TFA 30.3221.02 not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 91 -> Atlantic security not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 92 -> KRINNER Lumix not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 94 -> Atech not found, aborting
2019.05.19 12:11:32 5 : CUL868: start pattern for MU Protocol id 95 -> Techmar not found, aborting
2019.05.19 12:11:37 4 : CUL868/keepalive ok, retry = 0
2019.05.19 12:11:38 5 : CUL868/RAW rmsg: Mu;�;��;�ā;���;���;d!4!41$!1!!!!1!1 ;C0;RDC;
2019.05.19 12:11:38 4 : CUL868/msg READredu: MU;P0=;P1=-114;P2=452;P3=288;P4=-396;D=01213421343124012101312101210121012131012101312;CP=0;R=220;
2019.05.19 12:11:38 5 : CUL868/RAW rmsg: Mu;�̀;�Ԁ;�ҁ;���;���;��
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 19 Mai 2019, 12:27:12
Dies sieht nicht mehr nach sinnvollen Nachrichten aus, es sind nun MU-Nachrichten anstatt MC-Nachrichten.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 12:34:09
Konnte keinen code tab erzeugen, schreibt mir Datenbank Fehler, daher so unaufgeräumt.

Also nochmal meinen Text:

Die Taster Vers. 1.1 scheint keine leere Batterie funktion zu besitzen, nicht immer hat die klingel auf den Taster reagiert.
Es kam auch kein extra ton für leere Batterie wenn die Klingel mal reagiert hat, somit auch kein LED Blinken für leere Batterie.

Wenn die Klingel nicht reagiert hat, hat er teilweise nur 2 Zeilen geschrieben.

Hoffe das hilft etwas weiter, muss gleich los zur Arbeit.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 19 Mai 2019, 13:06:13
Das einzige was noch interessant wäre, ist die Alarm Funktion (Taste länger als 3 Sek), gibt es diese Brücke auch bei den SE 01.1?

Lassen sich diese Brücken nach dem durchtrennen wieder verbinden?

Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 19 Mai 2019, 18:29:42
Ob es sie bei der 1.1 auch gibt kann ich gerade nicht sagen (auf Arbeit), bei der 3.1 muss sie mit einem Seitenschneider durchtrennt werden, warum dort allerdings kein Jumper eingesetzt wird ist mir schleierhaft..

Lässt sich also nicht wieder schließen.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 20 Mai 2019, 09:49:13
Gerade mal geschaut, die anderen Sender haben ebenfalls die Drahtbrücken.
Nicht zu verstehen warum keine Jumper verwendet werden.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 20 Mai 2019, 11:42:53
Besteht evtl. noch Interesse an anderen Protokollen?

Habe mir diese minimal Wetterstation/ Regenmesser https://de.aliexpress.com/item/32997418707.html?spm=a2g0s.9042311.0.0.43ca4c4dkes08A (https://de.aliexpress.com/item/32997418707.html?spm=a2g0s.9042311.0.0.43ca4c4dkes08A) für kleines Geld in China bestellt, in der Hoffnung das es von FHEM erkannt wird.

Leider wird sie nicht erkannt.
Was ich bisher zur WH0531 Rain Gauge gefunden habe, wenn ich es richtig verstanden habe ist sie baugleich zur Alecto WS-1200 und wurde bereits für rtl_433 entschlüsselt:
https://github.com/merbanan/rtl_433/issues/973
Ihr könnt damit sicher damit mehr anfangen, selber habe ich davon keinen Plan.
Wäre schon genial wenn jemand lust dazu hätte das Teil mit auf zu nehmen.
Das Außenteil steht zz. direkt neben dem empfänger.
Könnte mit einen kochtopf evtl einen Faradayscher Käfig bauen und somit nur die Signale von der außeneinheit loggen.
Jemand Interesse oder sollte ich ein neues Thema auf machen?

Naja erstmal sollte der Klingeltaster funktionieren.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 20 Mai 2019, 18:39:32
ZitatBesteht evtl. noch Interesse an anderen Protokollen?
Habe mir diese minimal Wetterstation/ Regenmesser https://de.aliexpress.com/item/32997418707.html?spm=a2g0s.9042311.0.0.43ca4c4dkes08A für kleines Geld in China bestellt, in der Hoffnung das es von FHEM erkannt wird.

Du kannst dafür gerne mal ein neues Thema aufmachen.
Hat der Sensor eine LED an der erkannt werden kann wenn er sendet?

Für den Anfang müssten eigentlich ein paar Nachrichten reichen (bitte die Werte dazu schreiben):
- Temperatur,
- leere Batterie,
- Batterie wechsel

Gruß Ralf
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 20 Mai 2019, 18:41:52
Zitatmuss sie mit einem Seitenschneider durchtrennt werden,
Lässt sich also nicht wieder schließen.

Mit einem Lötkolben müsste es man doch wieder zusammen löten können.



Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 20 Mai 2019, 23:36:52
Hier ist eine Zusammenfassung der bisherigen Erkenntnisse.

Die Nachrichten beginnen mit einer preamble, jeder Sender hat einen eigenen Code. Mit den bisherigen Erkenntnissen lässt sich die preamble und die Position des Codes noch nicht bestimmen.
Ein Vorschlag für die preamble wäre 1000111000
Eine oder beide Nullen am Anfang können auch fehlen, z.B. bei nicht so gutem Empfang.

In der "Sub SIGNALduino_GROTHE()" kann dann nach der preamble am Anfang gesucht werden, die Daten beginnen dann erst ab der preamble.

SE 03.1
0010001110001000001000111011000100000000000111111 000  D=238823B1001F8  L=49
010001110001000001000111011000100000000000111111      D=47104762003F   L=48
fast leere Batterie
0010001110001000001000111011000100000000001001001 000  D=238823B100248  L=49  1.Nachricht
0010001110001000001000111011000100000000001001011 000  D=238823B100258  L=49  Wiederholungen

SE 01.1
00100011100000010010100111011001101001111 000  D=238129D9A78  L=41
0100011100000010010100111011001101001111      D=470253B34F   L=40
SE 01.1
00100011100000010010011011011010101001011 000  D=238126DAA58  L=41



Für weitere Erkenntnisse sind noch Nachrichten von weiteren Sendern und der Alarm Funktion notwendig


List hier zufällig jemand mit, der auch einen Grothe Mistral Sender hat?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 21 Mai 2019, 00:06:11
Guten Abend,

danke für deine Arbeit Ralf.
Die Erkenntnisse werde ich einbauen in das Modul.

Jeder der einen solchen Sensor besitzt erhält nach einem update der dev-r34 Version ein u96 Device.
In dem Logfile werden alle Bits + RAWMSG gesammelt und können direkt uns zur Verfügung gestellt werden.

@Ralf, ob wir mit 2 Modelen ausreichen? Ich sehe bisher die Längenunterschiede als einzige Kennung.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 21 Mai 2019, 10:02:45
Habe mich jetzt doch durchgerungen den Draht zu kappen,allerdings nur bei dem ersatz Handsender,
hier mit durchtrenntem draht, normales klingeln:

2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 001000110010001010100010010100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#2322A25001F8, test ungleich: disabled
2019-05-21 09:58:17 SIGNALduino CUL868 DMSG u96#2322A25001F8
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#2322A25001F8, -52.5 dB, dispatch
2019.05.21 09:58:17 5 : CUL868: dispatch u96#2322A25001F8
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-443;LH=428;SL=-219;SH=206;D=238823B1001F8;C=215;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test ungleich: disabled
2019-05-21 09:58:17 SIGNALduino CUL868 DMSG u96#238823B1001F8
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, -52.5 dB, dispatch
2019.05.21 09:58:17 5 : CUL868: dispatch u96#238823B1001F8
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-445;LH=420;SL=-215;SH=210;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-427;LH=435;SL=-21Ӛ!�205;D=238823B1001F8;C=213;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-426;LH=434;SL=-212;SH=217;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-433;LH=435;*�j���ښ!�207;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-432;LH=422;SL=-209;SH=227;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-424;LH=421;SL=-219;SH=213;D=238823B1001F8;C=212;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-432;LH=434;SL=-210;SH=217;D=238823B1001F8;C=215;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-428;LH=422;SL=-218;SH=207;D=238823B1001F��212'���ڒ�43;
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-437;LH=421;SL=-209;SH=224;D=238823B1001F8;C=215;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-430;LH=422;SL=-218;SH=205;D=238823B1001F8;C=212;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-447;LH=421;SL=-215;SH=206;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;��j����b!�429;SL=-218;SH=209;D=238823B1001F8;C=213;L=49;R=43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:17 4 : CUL868/msg READ: MC;LL=-433;LH=423;SL=-216;SH=212;D=238823B1001F8;C=213;LOSڒ�43;
2019.05.21 09:58:17 4 : CUL868: Found manchester Protocol id 96 clock 213 -> Grothe Mistral
2019.05.21 09:58:17 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:17 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:17 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LLOKӲ�b!�420;SL=-218;SH=212;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-423;LH=438;SL=-214;SH=213;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-444;LH=424;SL=-208;SH=219;D=�&’��001F8;C=215;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-441;LH=431;SL=-210;SH=218;D=238823B1001F8;C=216;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-432;LH=430;SL=-212;SH=207;D=238823B1001F8;C=���b�49;R=43;
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-431;LH=431;SL=-210;SH=222;D=238823B1001F8;C=215;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-434;LH=434;SL=-210;SH=215;D=238823B1001F8;C=215;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-4&�b!�421;SL=-2LӚ!�211;D=238823B1001F8;C=213;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-447'
2019.05.21 09:58:18 5 : CUL868/noMsg Parse: MC;LL=-447'
2019.05.21 09:58:18 4 : CUL868/msg READ: ����ښ1�-215;SH=207;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:18 5 : CUL868/noMsg Parse: ����ښ1�-215;SH=207;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-435;LH=436;SL=-222;SH=211;D=238823B1001F8;C=217;LOSڒ�43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 217 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-437;LH=421;SL=-216;SH=212;D=238823B1001F8;C=214;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg
2019.05.21 09:58:18 4 : CUL868/msg READ: MC;LL=-434;LH=432;SL=-216;SH=209;D=238823B1001F8;C=215;L=49;R=43;
2019.05.21 09:58:18 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -52.5 -> Grothe Mistral
2019.05.21 09:58:18 5 : CUL868: extracted data 0010001110001000001000111011000100000000000111111000 (bin)
2019.05.21 09:58:18 5 : CUL868 Dispatch: u96#238823B1001F8, test gleich
2019.05.21 09:58:18 4 : CUL868 Dispatch: u96#238823B1001F8, Dropped due to short time or equal msg


Hier 3sekunden /Alarm:
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-430;LH=418;SL=-216;SH=226;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test ungleich: disabled
2019-05-21 10:01:16 SIGNALduino CUL868 DMSG u96#23C823B1401F8
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, -47.5 dB, dispatch
2019.05.21 10:01:16 5 : CUL868: dispatch u96#23C823B1401F8
2019.05.21 10:01:16 4 : SIGNALduino_unknown incomming msg: u96#23C823B1401F8
2019.05.21 10:01:16 4 : SIGNALduino_unknown rawData: 23C823B1401F8
2019.05.21 10:01:16 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:01:16 4 : SIGNALduino_unknown converted to bits: 0010001111001000001000111011000101000000000111111000
2019.05.21 10:01:16 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:01:16 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-423;LH=430;SL=-210;SH=221;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-429;LH=423;SL=-208;SH=215;D=23C823B1401F8;C=212;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-422;LH=439;SL=-214;SH=217;D=23C823B1401F8;C=215;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-424;LH=434;SL=-213;SH=219;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-425;LH=431;SL=-210;SH=219;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-213;SH=217;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-429;LH=423;SL=-215;SH=216;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-422;LH=423;SL=-222;SH=212;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-430;LH=426;SL=-220;SH=204;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-429;LH=417;SL=-222;SH=211;T���23B1401F8;C=2L�'���ڒ�53;
2019.05.21 10:01:16 1 : PERL WARNING: Argument "2L�'����M-^R�53" isn't numeric in numeric gt (>) at ./FHEM/00_SIGNALduino.pm line 2508.
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-213;SH=217;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-423;LH=433;SL=-214;SH=215;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-430;LH=426;SL=-212;SH=218;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-430;LH=425;SL=-214;SH=214;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-426;LH=432;SL=-209;SH=220;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-431;LH=419;SL=-232;SH=204;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-423;LH=435;SL=-215;SH=215;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-213;SH=217;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-429;LH=423;SL=-214;SH=217;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-428;LH=431;SL=-206;SH=219;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-424;LH=437;SL=-211;SH=220;D=23C823B1401F8;C=215;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-423;LH=437;SL=-214;SH=217;D=23C823B1401F8;C=215;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-427;LH=427;SL=-211;SH=219;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-427;LH=426;SL=-212;SH=219;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-426;LH=426;SL=-212;SH=219;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-410;LH=443;SL=-213;SH=224;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-416;LH=444;SL=-202;SH=226;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-409;LH=441;SL=-214;SH=224;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-410;LH=438;SL=-213;SH=219;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-424;LH=437;SL=-199;SH=231;D=23C823B1401F8;C=215;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-424;LH=440;SL=-211;SH=219;D=23C823B1401F8;C=215;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-429;LH=421;SL=-209;SH=221;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-425;LH=421;SL=-223;SH=213;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-438;LH=408;SL=-218;SH=218;D=23C823B1401F8;C=213;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-417;LH=437;SL=-202;SH=221;D=23C823B1401F8;C=212;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:16 4 : CUL868/msg READ: MC;LL=-427;LH=430;SL=-213;SH=218;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:16 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:16 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:16 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:16 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-412;LH=438;SL=-210;SH=232;D=23C823B1401F8;C=215;L=49;R=53;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-417;LH=435;SL=-221;SH=215;D=23C823B1401F8;C=214;L=49;R=53;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-422;LH=435;SL=-216;SH=234;D=47904762803E;C=217;L=47;R=53;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -47.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 010001111001000001000111011000101000000000111110 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#47904762803E, test ungleich: disabled
2019-05-21 10:01:17 SIGNALduino CUL868 DMSG u96#47904762803E
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#47904762803E, -47.5 dB, dispatch
2019.05.21 10:01:17 5 : CUL868: dispatch u96#47904762803E
2019.05.21 10:01:17 4 : SIGNALduino_unknown incomming msg: u96#47904762803E
2019.05.21 10:01:17 4 : SIGNALduino_unknown rawData: 47904762803E
2019.05.21 10:01:17 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:01:17 4 : SIGNALduino_unknown converted to bits: 010001111001000001000111011000101000000000111110
2019.05.21 10:01:17 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:01:17 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-412;LH=440;SL=-210;SH=222;D=23C823B1401F8;C=213;L=49;R=17;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -65.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test ungleich: disabled
2019-05-21 10:01:17 SIGNALduino CUL868 DMSG u96#23C823B1401F8
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, -65.5 dB, dispatch
2019.05.21 10:01:17 5 : CUL868: dispatch u96#23C823B1401F8
2019.05.21 10:01:17 4 : SIGNALduino_unknown incomming msg: u96#23C823B1401F8
2019.05.21 10:01:17 4 : SIGNALduino_unknown rawData: 23C823B1401F8
2019.05.21 10:01:17 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:01:17 4 : SIGNALduino_unknown converted to bits: 0010001111001000001000111011000101000000000111111000
2019.05.21 10:01:17 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:01:17 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-425;LH=437;SL=-212;SH=218;D=23C823B1401F8;C=215;L=49;R=17;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -65.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-430;LH=432;SL=-217;SH=211;D=23C823B1401F8;C=214;L=49;R=17;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -65.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-419;LH=424;SL=-203;SH=227;D=23C823B1401F8;C=212;L=49;R=17;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -65.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-420;LH=431;SL=-213;SH=224;D=23C823B1401F8;C=214;L=49;R=17;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -65.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-424;LH=437;SL=-225;SH=217;D=23C823B1401F8;C=217;L=49;R=17;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -65.5 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-423;LH=428;SL=-196;SH=233;D=23C823B14�2�;C=213;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 001000111100100000100011101100010100101000100001 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B14A21, test ungleich: disabled
2019-05-21 10:01:17 SIGNALduino CUL868 DMSG u96#23C823B14A21
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B14A21, -56 dB, dispatch
2019.05.21 10:01:17 5 : CUL868: dispatch u96#23C823B14A21
2019.05.21 10:01:17 4 : SIGNALduino_unknown incomming msg: u96#23C823B14A21
2019.05.21 10:01:17 4 : SIGNALduino_unknown rawData: 23C823B14A21
2019.05.21 10:01:17 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:01:17 4 : SIGNALduino_unknown converted to bits: 001000111100100000100011101100010100101000100001
2019.05.21 10:01:17 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:01:17 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-428;LH=427;SL=-202;SH=226;D=23C823B1401F8;C=213;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test ungleich: disabled
2019-05-21 10:01:17 SIGNALduino CUL868 DMSG u96#23C823B1401F8
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, -56 dB, dispatch
2019.05.21 10:01:17 5 : CUL868: dispatch u96#23C823B1401F8
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-433;LH=429;SL=-203;SH=222;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-424;LH=431;SL=-214;SH=216;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-428;LH=432;SL=-211;SH=220;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-428;LH=423;SL=-214;SH=217;D=23C823B1401F8;C=213;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-427;LH=440;SL=-191;SH=235;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-422;LH=441;SL=-215;SH=216;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-428;LH=430;SL=-213;SH=217;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-422;LH=438;SL=-221;SH=212;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-412;LH=442;SL=-211;SH=225;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-422;LH=441;SL=-209;SH=222;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-427;LH=432;SL=-212;SH=219;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-411;LH=431;SL=-201;SH=234;D=23C823B1401F8;C=212;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-428;LH=430;SL=-216;SH=217;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-426;LH=434;SL=-214;SH=218;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-426;LH=432;SL=-212;SH=219;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-427;LH=431;SL=-213;SH=217;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-426;LH=429;SL=-202;SH=225;D=23C823B1401F8;C=213;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-426;LH=435;SL=-211;SH=219;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-426;LH=429;SL=-211;SH=219;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-426;LH=431;SL=-213;SH=216;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-415;LH=430;SL=-203;SH=229;D=23C823B1401F8;C=212;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-411;LH=440;SL=-214;SH=224;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-414;LH=438;SL=-199;SH=232;D=23C823B1401F8;C=213;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-424;LH=436;SL=-201;SH=227;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-413;LH=436;SL=-200;SH=229'T���23B1401��212;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-422;LH=439;SL=-210;SH=220;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-416;LH=430;SL=-201;SH=230;D=23C823B1401F8;C=212;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-429;LH=429;SL=-212;SH=218;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-427;LH=430;SL=-212;SH=220;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-426;LH=436;SL=-202;SH=225;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:17 4 : CUL868/msg READ: MC;LL=-423;LH=440;SL=-211;SH=221;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:17 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:17 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:17 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:17 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-426;LH=432;SL=-210;SH=220;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-413;LH=437;SL=-198;SH=231;D=23C823B1401F8;C=213;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-425;LH=431;SL=-212;SH=218;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-423;LH=440;SL=-209;SH=221;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-412;LH=443;SL=-212;SH=226;D=23C���401F8;C=215;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 001000111100001010100010010101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C2A25401F8, test ungleich: disabled
2019-05-21 10:01:18 SIGNALduino CUL868 DMSG u96#23C2A25401F8
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C2A25401F8, -56 dB, dispatch
2019.05.21 10:01:18 5 : CUL868: dispatch u96#23C2A25401F8
2019.05.21 10:01:18 4 : SIGNALduino_unknown incomming msg: u96#23C2A25401F8
2019.05.21 10:01:18 4 : SIGNALduino_unknown rawData: 23C2A25401F8
2019.05.21 10:01:18 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:01:18 4 : SIGNALduino_unknown converted to bits: 001000111100001010100010010101000000000111111000
2019.05.21 10:01:18 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:01:18 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-423;LH=433;SL=-212;SH=219;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test ungleich: disabled
2019-05-21 10:01:18 SIGNALduino CUL868 DMSG u96#23C823B1401F8
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, -56 dB, dispatch
2019.05.21 10:01:18 5 : CUL868: dispatch u96#23C823B1401F8
2019.05.21 10:01:18 4 : SIGNALduino_unknown incomming msg: u96#23C823B1401F8
2019.05.21 10:01:18 4 : SIGNALduino_unknown rawData: 23C823B1401F8
2019.05.21 10:01:18 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:01:18 4 : SIGNALduino_unknown converted to bits: 0010001111001000001000111011000101000000000111111000
2019.05.21 10:01:18 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:01:18 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-424;LH=439;SL=-212;SH=219;D=23C823B1401F8;C=215;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-424;LH=424;SL=-215;SH=216;D=23C823B1401F8;C=213;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-426;LH=442;SL=-212;SH=219;D=23C823B1401F8;C=216;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-426;LH=434;SL=-212;SH=218;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-426;LH=431;SL=-214;SH=219;D=23C823B1401F8;C=214;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-415;LH=436;SL=-192;SH=241;D=23C823B1401F8;C=213;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg
2019.05.21 10:01:18 4 : CUL868/msg READ: MC;LL=-415;LH=436;SL=-192;SH=241;D=23C823B1401F8;C=213;L=49;R=36;
2019.05.21 10:01:18 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -56 -> Grothe Mistral
2019.05.21 10:01:18 5 : CUL868: extracted data 0010001111001000001000111011000101000000000111111000 (bin)
2019.05.21 10:01:18 5 : CUL868 Dispatch: u96#23C823B1401F8, test gleich
2019.05.21 10:01:18 4 : CUL868 Dispatch: u96#23C823B1401F8, Dropped due to short time or equal msg


Das Teil macht richtig Krach dabei.

Danke für eure Arbeit.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 21 Mai 2019, 10:59:10
Hier noch einer der fest verbauten, 3 sekunden gedrückt obwohl Draht nicht durchtrennt gab es den Alarm:

2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-408;LH=442;SL=-176;SH=239;D=A7679E;C=210;L=23;R=241;
2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-407;LH=451;SL=-195;SH=239;D=23C129D9E78;C=215;L=41;R=241;
2019.05.21 10:56:44 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:44 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:44 5 : CUL868 Dispatch: u96#23C129D9E78, test ungleich: disabled
2019-05-21 10:56:44 SIGNALduino CUL868 DMSG u96#23C129D9E78
2019.05.21 10:56:44 5 : CUL868 Dispatch: u96#23C129D9E78, -81.5 dB, dispatch
2019.05.21 10:56:44 5 : CUL868: dispatch u96#23C129D9E78
2019.05.21 10:56:44 4 : SIGNALduino_unknown incomming msg: u96#23C129D9E78
2019.05.21 10:56:44 4 : SIGNALduino_unknown rawData: 23C129D9E78
2019.05.21 10:56:44 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:56:44 4 : SIGNALduino_unknown converted to bits: 00100011110000010010100111011001111001111000
2019.05.21 10:56:44 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:56:44 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-409;LH=447;SL=-189;SH=243;D=23C129D9E78;C=214;L=41;R=241;
2019.05.21 10:56:44 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:44 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:44 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:44 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-401;LH=436;SL=-192;SH=237;D=23C129D9E78;C=210;L=41;R=241;
2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-412;LH=444;SL=-191;SH=238;D=23C129D9E78;C=214;L=41;R=241;
2019.05.21 10:56:44 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:44 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:44 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:44 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-414;LH=459;SL=-182;SH=232;D=23C129D9E78;C=214;L=41;R=241;
2019.05.21 10:56:44 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:44 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:44 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:44 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-408;LH=438;SL=-195;SH=236;D=23C129D9E78;C=212;L=41;R=241;
2019.05.21 10:56:44 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:44 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:44 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:44 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-407;LH=��ښ1�-191;SH=241;D=23C129D9E78;C=212;L=41;R=241;
2019.05.21 10:56:44 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:44 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:44 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:44 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:44 4 : CUL868/msg READ: MC;LL=-411;LH=448;SL=-187;SH=247;D=23C129D9E78;C=215;L=41;R=241;
2019.05.21 10:56:44 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:44 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:44 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:44 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-415;LH=450;SLOK&�ښ!�227;D=23C129D9E78;C=215;L=41;R=241;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-413;LH=441;SL=-205;SH=239;D=23C129D9E78;C=216;L=41;R=241;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -81.5 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-413;LH=438;SL=-189;SH=238;D=78���CF;C=212;L=36;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: M�'��j����b!�452;SL=-186;SH=238;D=3C129D9E78;C=213;L=37;R=240;
2019.05.21 10:56:45 5 : CUL868/noMsg Parse: M�'��j����b!�452;SL=-186;SH=238;D=3C129D9E78;C=213;L=37;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-411;LH=446;SL=-202;SH=22N'T���29D9E78;C=214;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-408;LH=448;SL=-189;SH=236;D=23C129D9E7��213;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-402;LH=450;SL=-193;SH=239;D=23C129D9E78;C=213;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-395;LH=453;SL=-201;SH=239;D=23C129D9Q��214;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-410;LH=452;SL=-185;SH=236;D=23C129D9E78;C=213;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-398;LH=460;SL=-172;SH=254;D=23C129D9E78;C=213;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-394;LH=457;SL=-189;SH=246;D=23C129D9E78;C=214;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-411;LH=446;SL=-194;SH=222;D=23C129D9E78;C=212;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-407;LH=439;SL=-195;SH=252;D=23C129D9E78;C=215;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-418;LH=446;SL=-189;SH=239;D=23C129D9E78;C=215;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-415;
2019.05.21 10:56:45 5 : CUL868/noMsg Parse: MC;LL=-415;
2019.05.21 10:56:45 4 : CUL868/msg READ: ����ښ1�-187;SH=246;D=23C129D9E78;C=216;L=41;R=240;
2019.05.21 10:56:45 5 : CUL868/noMsg Parse: ����ښ1�-187;SH=246;D=23C129D9E78;C=216;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-407;LH=451;SL=-188;SH=242;D=23C129D9E78;C=214;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-411;LH=448;SL=-179;SH=238;D=23C129D9E78;C=212;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: M�'��j����b!�437;SL=-204;SH=230;D=23C129D9E78;C=213;L=41;R=240;
2019.05.21 10:56:45 5 : CUL868/noMsg Parse: M�'��j����b!�437;SL=-204;SH=230;D=23C129D9E78;C=213;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-408;LH=453;SL=-202;S�����"�23C129D9E78;C=214;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-413;LH=451;SL=-193;SH=237;D=23C129D9E78;C=215;LOSڒ�240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-413;
2019.05.21 10:56:45 5 : CUL868/noMsg Parse: MC;LL=-413;
2019.05.21 10:56:45 4 : CUL868/msg READ: ����ښ1�-204;SH=228;D=23C129D9E78;C=216;L=41;R=240;
2019.05.21 10:56:45 5 : CUL868/noMsg Parse: ����ښ1�-204;SH=228;D=23C129D9E78;C=216;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-4L�'
2019.05.21 10:56:45 5 : CUL868/noMsg Parse: MC;LL=-4L�'
2019.05.21 10:56:45 4 : CUL868/msg READ: ����ښ1�-192;SH=236;D=23C129D9E78;C=214;L=41;R=240;
2019.05.21 10:56:45 5 : CUL868/noMsg Parse: ����ښ1�-192;SH=236;D=23C129D9E78;C=214;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;L�j����b!�444;SL=-187;SH=228;D=23C129D9E78;C=211;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 211 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-414;LH=439;SL=-205;SH=231;D=23C129D9E78;C=214;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-407;LH=449;SL=-183;SH=233;D=23C129D9E78;C=211;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 211 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-407;LH=438;SL=-193;SH=239;D=23C129D9E78;C=212;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-404;LH=454;SL=-199;SH=239;D=23C129D9E78;C=215;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-407;LH=437;SL=-194;SH=237;D=23C129D9E78;C=212;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-400;LH=449;SL=-183;SH=243;D=23C129D9E78;C=212;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-393;LH=449;SL=-184;SH=247;D=23C129D9E78;C=212;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-403;LH=451;SL=-172;SH=256;D=23C129D9E78;C=213;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-421;LH=454;SL=-189;SH=232;D=�����"�E78;C=215;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-412;LH=452;SL=-189;SH=236;D=23C129D9E78;C=214;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-409;LH=437;SL=-191;SH=242;D=23C129D9E78;C=213;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-410;LH=446;SL=-185;SH=251;D=23C129D9E78;C=215;L=41;R=240;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -82 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-411;LH=446;SL=-178;SH=249;D=04A7679E;C=213;L=31;R=242;
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-395;LH=447;SL=-178;SH=251;D=23C129D9E78;C=211;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 211 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-402;LH=456;SL=-197;SH=236;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-396;LH=456;SL=-200;SH=235;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-405;LH=453;SL=-184;SH=251;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-402;LH=454;SL=-184;SH=252;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-400;LH=455;SL=-187;SH=240;D=23C129D9E78;C=213;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-400;LH=457;SL=-190;SH=242;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:45 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-402;LH=460;SL=-185;SH=249;D=23C129D9E78;C=215;L=41;R=242; �MC;LL=-403;LH=445;SL=-178;SH=244;D=23C129D9E7��211;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 0010001111000001001010011101100111100111101010100101001000010001 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E7AA5211, test ungleich: disabled
2019-05-21 10:56:45 SIGNALduino CUL868 DMSG u96#23C129D9E7AA5211
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E7AA5211, -81 dB, dispatch
2019.05.21 10:56:45 5 : CUL868: dispatch u96#23C129D9E7AA5211
2019.05.21 10:56:45 4 : SIGNALduino_unknown incomming msg: u96#23C129D9E7AA5211
2019.05.21 10:56:45 4 : SIGNALduino_unknown rawData: 23C129D9E7AA5211
2019.05.21 10:56:45 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:56:45 4 : SIGNALduino_unknown converted to bits: 0010001111000001001010011101100111100111101010100101001000010001
2019.05.21 10:56:45 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:56:45 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:56:45 4 : CUL868/msg READ: MC;LL=-397;LH=456;SL=-173;SH=253;D=23C129D9E78;C=213;L=41;R=242;
2019.05.21 10:56:45 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:45 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:45 5 : CUL868 Dispatch: u96#23C129D9E78, test ungleich: disabled
2019-05-21 10:56:46 SIGNALduino CUL868 DMSG u96#23C129D9E78
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, -81 dB, dispatch
2019.05.21 10:56:46 5 : CUL868: dispatch u96#23C129D9E78
2019.05.21 10:56:46 4 : SIGNALduino_unknown incomming msg: u96#23C129D9E78
2019.05.21 10:56:46 4 : SIGNALduino_unknown rawData: 23C129D9E78
2019.05.21 10:56:46 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 10:56:46 4 : SIGNALduino_unknown converted to bits: 00100011110000010010100111011001111001111000
2019.05.21 10:56:46 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 10:56:46 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-410;LH=449;SL=-184;SH=231;D=23C129D9E78;C=212;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-401;LH=455;SL=-191;SH=234;D=23C129D9E78;C=213;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-394;LH=457;SL=-174;SH=250;D=23C129D9E78;C=212;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 212 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-392;LH=448;SL=-174;SH=251;D=23C129D9E78;C=210;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-396;LH=457;SL=-177;SH=250;D=23C129D9E78;C=213;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-415;LH=446;SL=-190;SH=243;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-399;LH=439;SL=-191;SH=244;D=23C129D9E78;C=2L�'���ڒ�242;
2019.05.21 10:56:46 1 : PERL WARNING: Argument "2L�'��M-\n�M-^R�242" isn't numeric in numeric gt (>) at ./FHEM/00_SIGNALduino.pm line 2508.
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-399;LH=455;SL=-193;SH=242;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-408;LH=457;SL=-190;SH=240;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-401;LH=452;SL=-189;SH=240;D=23C129D9E78;C=213;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-399;LH=451;SL=-188;SH=254;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/keepalive ok, retry = 0
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-400;LH=465;SL=-183;SH=248;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-405;LH=451;SL=-193;SH=244;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-401;LH=451;SL=-197;SH=237;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-405;LH=462;SL=-177;SH=237;D=23C129D9E78;C=���b�41;R=242;
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-410;LH=444;SL=-187;SH=250;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-401;LH=463;SL=-186;SH=238;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-398;LH=453;SL=-189;SH=247;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-426;LH=436;SL=-204;SH=226;D=23C129D9E78;C=215;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-427;LH=431;SL=-193;SH=235;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-413;LH=444;SL=-212;SH=220;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-425;LH=432;SL=-192;SH=237;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-414;LH=440;SL=-209;SH=224;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-401;LH=434;SL=-206;SH=222;D=23C129D9E78;C=210;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-407;LH=445;SL=-&�ښ!�226;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-411'
2019.05.21 10:56:46 5 : CUL868/noMsg Parse: MC;LL=-411'
2019.05.21 10:56:46 4 : CUL868/msg READ: ����ښ1�-203;SH=231;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 5 : CUL868/noMsg Parse: ����ښ1�-203;SH=231;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-412;LH=438;SL=-196;SH=239;D=23C129D9E78;C=214;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-416;LH=450;SL=-194;SH=23M'T���29D9E78������b�41;R=242;
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-413;LH=442;SL=-208;SH=236;D=23C129D9E78;C=216;L=41;R=242;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -81 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-413;LH=449;SL=-204;SH=226;D=1E094ECF3C;C=215;L=38;R=247;
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-420;LH=442;SL=-187;SH=236;D=23C129D9E78������b�41;R=247;
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-408;LH=438;SL=-193;SH=241;D=23C129D9E78;C=213;L=41;R=247;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -78.5 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-408;LH=438;SL=-193�*�����"�23C129D9E78;C=213;L=41;R=247;
2019.05.21 10:56:46 4 : CUL868/msg READ: MC;LL=-408;LH=438;SL=-193;SH=240;D=23C129D9E78;C=213;L=41;R=247;
2019.05.21 10:56:46 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -78.5 -> Grothe Mistral
2019.05.21 10:56:46 5 : CUL868: extracted data 00100011110000010010100111011001111001111000 (bin)
2019.05.21 10:56:46 5 : CUL868 Dispatch: u96#23C129D9E78, test gleich
2019.05.21 10:56:46 4 : CUL868 Dispatch: u96#23C129D9E78, Dropped due to short time or equal msg
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 21 Mai 2019, 17:19:50
Der follständigkeitshalber auch noch der letzte Taster mit Alarm, Brücke auch hier nicht durchtrennt:

2019.05.21 17:18:05 4 : CUL868/keepalive ok, retry = 0
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-415;LH=454;SL=-200;SH=226;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test ungleich: disabled
2019-05-21 17:18:20 SIGNALduino CUL868 DMSG u96#23C126DAE58
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, -79 dB, dispatch
2019.05.21 17:18:20 5 : CUL868: dispatch u96#23C126DAE58
2019.05.21 17:18:20 4 : SIGNALduino_unknown incomming msg: u96#23C126DAE58
2019.05.21 17:18:20 4 : SIGNALduino_unknown rawData: 23C126DAE58
2019.05.21 17:18:20 4 : SIGNALduino_unknown Protocol: 96
2019.05.21 17:18:20 4 : SIGNALduino_unknown converted to bits: 00100011110000010010011011011010111001011000
2019.05.21 17:18:20 5 : SIGNALduino_unknown: CUL868 Protocol 196 found in AttrVal development!
2019-05-21 17:18:20 SIGNALduino_un SIGNALduino_unknown_96 lastInputDev: CUL868
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-423;LH=450;SL=-208;SH=232;D=23C126DAE58;C=218;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:20 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-422;LH=447;SL=-189;SH=235;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:20 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-412;LH=452;SL=-198;SH=237;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:20 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-424;LH=452;SL=-208;SH=223;D=23C126DAE58;C=217;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:20 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-419;LH=458;SL=-185;SH=240;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:20 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-411;LH=458;SL=-205;SH=236;D=23C126DAE58;C=218;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:20 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-419;LH=445;SL=-194;SH=238;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:20 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:20 4 : CUL868/msg READ: MC;LL=-410;LH=452;SL=-196;SH=239;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:20 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:20 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:20 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:20 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-407;LH=461;SL=-210;SH=232;D=23C126DAE58;C=218;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-415;LH=444;SL=-211;SH=226;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-429;LH=439;SL=-200;SH=230;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-427;LH=444;SL=-193;SH=237;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-432;LH=442;SL=-212;SH=227;D=23C126DAE58;C=218;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-411;LH=453;SL=-190;SH=251;D=23C126DAE58;C=217;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-424;LH=450;SL=-196;SH=231;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-404;LH=461;SL=-189;SH=242;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-416;LH=452;SL=-190;SH=237;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-410;LH=458;SL=-183;SH=242;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-415;LH=449;SL=-192;SH=241;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-410;LH=452;SL=-193;SH=248;D=23C126DAE58;C=217;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-411;LH=447;SL=-191;SH=253;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-417;LH=462;SL=-191;SH=239;D=23C126DAE58;C=218;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-400;LH=459;SL=-190;SH=243;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-410;LH=462;SL=-192;SH=241;D=23C126DAE58;C=217;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-410;LH=458;SL=-185;SH=256;D=23C126DAE58;C=218;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-410;LH=447;SL=-191;SH=244;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-400;LH=462;SL=-192;SH=245;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-412;LH=457;SL=-175;SH=253;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-414;LH=461;SL=-194;SH=232;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-420;LH=448;SL=-196;SH=237;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-408;LH=465;SL=-179;SH=251;D=23C126DAE58;C=217;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-417;LH=448;SL=-193;SH=237;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-417;LH=458;SL=-190;SH=238;D=23C126DAE58;C=217;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-408;LH=457;SL=-192;SH=243;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-409;LH=454;SL=-195;SH=238;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-408;LH=460;SL=-190;SH=251;D=23C126DAE58;C=218;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-410;LH=449;SL=-181;SH=249;D=23C126DAE58;C=214;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-415;LH=453;SL=-188;SH=237;D=23C126DAE58;C=215;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-407;LH=460;SL=-192;SH=244;D=23C126DAE58;C=217;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-400;LH=460;SL=-191;SH=236;D=23C126DAE58;C=214;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-412;LH=454;SL=-192;SH=239;D=23C126DAE58;C=216;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-412;LH=451;SL=-198;SH=248;D=23C126DAE58;C=218;L=41;R=246;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-432;LH=440;SL=-201;SH=235;D=23C126DAE58;C=217;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-414;LH=456;SL=-192;SH=238;D=23C126DAE58;C=216;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-408;LH=455;SL=-191;SH=236;D=23C126DAE58;C=214;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-413;LH=450;SL=-192;SH=243;D=23C126DAE58;C=216;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-409;LH=444;SL=-181;SH=249;D=23C126DAE58;C=213;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 213 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-419;LH=454;SL=-191;SH=237;D=23C126DAE58;C=216;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-418;LH=446;SL=-187;SH=245;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-411;LH=451;SL=-198;SH=233;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-419;LH=458;SL=-192;SH=241;D=23C126DAE58;C=218;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-402;LH=457;SL=-194;SH=250;D=23C126DAE58;C=217;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-404;LH=466;SL=-202;SH=235;D=23C126DAE58;C=217;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-405;LH=455;SL=-192;SH=244;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-415;LH=456;SL=-191;SH=242;D=23C126DAE58;C=217;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-409;LH=461;SL=-191;SH=246;D=23C126DAE58;C=217;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-411;LH=455;SL=-190;SH=239;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:21 4 : CUL868/msg READ: MC;LL=-428;LH=444;SL=-206;SH=218;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:21 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:21 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:21 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:21 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-426;LH=450;SL=-187;SH=242;D=23C126DAE58;C=217;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-422;LH=437;SL=-194;SH=234;D=23C126DAE58;C=214;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -79.5 -&
gt; Grothe Mistral2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-415;LH=446;SL=-192;SH=243;D=23C126DAE58;C=215;L=41;R=245;2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-411;LH=451;SL=-195;SH=243;D=23C126DAE58;C=216;L=41;R=245;2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79.5 -> Grothe Mistral2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-430;LH=452;SL=-187;SH=242;D=23C126DAE58;C=218;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-421;LH=447;SL=-191;SH=235;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-422;LH=449;SL=-210;SH=224;D=23C126DAE58;C=217;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-410;LH=450;SL=-199;SH=237;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-410;LH=453;SL=-201;SH=235;D=23C126DAE58;C=216;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-410;LH=445;SL=-197;SH=238;D=23C126DAE58;C=214;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-423;LH=447;SL=-209;SH=231;D=23C126DAE58;C=218;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-420;LH=444;SL=-196;SH=233;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-426;LH=444;SL=-200;SH=231;D=23C126DAE58;C=216;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-413;LH=447;SL=-211;SH=221;D=23C126DAE58;C=215;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-408;LH=459;SL=-197;SH=238;D=23C126DAE58;C=216;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-421;LH=442;SL=-194;SH=233;D=23C126DAE58;C=214;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-411;LH=467;SL=-184;SH=241;D=23C126DAE58;C=217;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 217 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-405;LH=463;SL=-180;SH=269;D=23C126DAE58;C=219;L=41;R=245;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 219 RSSI -79.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-417;LH=453;SL=-193;SH=233;D=23C126D;C=215;L=28;R=239;
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-405;LH=468;SL=-178;SH=258;D=23C126DAE58;C=218;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -82.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-424;LH=455;SL=-193;SH=239;D=23C126DAE58;C=218;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -82.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-417;LH=441;SL=-190;SH=239;D=23C126DAE58;C=214;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -82.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-413;LH=459;SL=-202;SH=235;D=23C126DAE58;C=218;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 218 RSSI -82.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-417;LH=454;SL=-184;SH=246;D=23C126DAE58;C=216;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 216 RSSI -82.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-415;LH=447;SL=-180;SH=243;D=23C126DAE58;C=214;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 214 RSSI -82.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-410;LH=457;SL=-170;SH=255;D=23C126DAE58;C=215;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -82.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-415;LH=455;SL=-174;SH=252;D=23C126DAE58;C=215;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868: Found manchester Protocol id 96 clock 215 RSSI -82.5 -> Grothe Mistral
2019.05.21 17:18:22 5 : CUL868: extracted data 00100011110000010010011011011010111001011000 (bin)
2019.05.21 17:18:22 5 : CUL868 Dispatch: u96#23C126DAE58, test gleich
2019.05.21 17:18:22 4 : CUL868 Dispatch: u96#23C126DAE58, Dropped due to short time or equal msg
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-355;LH=499;SL=-170;SH=317;D=23C126DAE58;C=223;L=41;R=239;
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-421;LH=446;SL=-163;SH=277;D=23C1260;C=217;L=25;R=230;
2019.05.21 17:18:22 4 : CUL868/msg READ: MC;LL=-420;LH=458;SL=-184;SH=241;D=47824DB5CA;C=217;L=39;R=233;
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 21 Mai 2019, 17:55:14
Danke für die 3 Sek  (Alarm) Nachrichten.
Damit kann ich schon mal versuchen die Bedeutung einiger Bits zu erraten.
Es können auch feste 0 und 1 und eine Prüfsumme dabei sein.

SE 03.1
0010001110001000001000111011000100000000000111111 000  D=238823B1001F8  L=49
010001110001000001000111011000100000000000111111      D=47104762003F   L=48
0010001111001000001000111011000101000000000111111 000  D=23C823B1401F8  L=49  Alarm
fast leere Batterie
0010001110001000001000111011000100000000001001001 000  D=238823B100248  L=49  1.Nachricht
0010001110001000001000111011000100000000001001011 000  D=238823B100258  L=49  Wiederholungen
  PPPPPPPAIIIIIIIIIIIIIIIIIIIIIIIA........BBBBBB

SE 01.1
00100011100000010010100111011001101001111 000  D=238129D9A78  L=41
0100011100000010010100111011001101001111      D=470253B34F   L=40
00100011110000010010100111011001111001111 000  D=23C129D9E78  L=41  Alarm
SE 01.1
00100011100000010010011011011010101001011 000  D=238126DAA58  L=41
00100011110000010010011011011010111001011 000  D=23C126DAE58  L=41  Alarm
  PPPPPPPAIIIIIIIIIIIIIIIIIIIIIIIA

P preamble
A Alarm
I eindeutige feste ID
B Batterie
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 21 Mai 2019, 19:03:14
Wenn du mir sagst wie ich welches Signal senden kann/ soll,
könnte ich schauen ob die Innenteile darauf reagieren.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 22 Mai 2019, 18:29:08
Du kannst mal versuchen ob die Innenteile darauf reagieren, wenn Du die empfangenen MC-Nachrichten wieder sendest

Dies
MC;LL=-432;LH=432;SL=-209;SH=223;D=238823B1001F8;C=215;L=49;R=69;
wird damit wieder gesendet, evtl sind die repeats (R=50) zu wenig.
SM;R=50;C=215;D=238823B1001F8;
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 22 Mai 2019, 19:11:54
@Ralf9

Zitat von: Ralf9 am 22 Mai 2019, 18:29:08
Du kannst mal versuchen ob die Innenteile darauf reagieren, wenn Du die empfangenen MC-Nachrichten wieder sendest

Dies
MC;LL=-432;LH=432;SL=-209;SH=223;D=238823B1001F8;C=215;L=49;R=69;
wird damit wieder gesendet, evtl sind die repeats (R=50) zu wenig.
SM;R=50;C=215;D=238823B1001F8;

wieso nimmst du
SM;R=50;C=215;D=238823B1001F8; ?

Müsste es nicht wie im Beispiel 3 Commandref
SC;;R=50;;LL=-432;;LH=432;;SL=-209;;SH=223;;D=238823B1001F8;;C=215;;L=49;;R=69;;
sein?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 22 Mai 2019, 21:53:44
Zitatwieso nimmst du
SM;R=50;C=215;D=238823B1001F8;

Da dies die richtige Syntax ist.

mit "set sendMsg P96#238823B1001F8#R50" bekommst Du den selben Befehl

Gruß Ralf
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 23 Mai 2019, 18:29:50
Leider passier nix:
set CUL868 sendMsg P96#238823B1001F8#R50
Die repeats habe ich in 10er schritten bis auf 100 erhöht.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 23 Mai 2019, 19:03:23
Du kannst auch mal die folgenden testen:

set CUL868 sendMsg P96#47104762003F#R50
set CUL868 sendMsg P96#47104762003F#R100
set CUL868 sendMsg P96#47104762003F#R150

set CUL868 sendMsg P96#470253B34F#R50
set CUL868 sendMsg P96#470253B34F#R100
set CUL868 sendMsg P96#470253B34F#R150
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 24 Mai 2019, 20:50:11
Leider funktioniert auch das nicht.

Naja hauptsache ich kann jetzt mit einem Doif auf die Signale reagieren, Fernseher Mutet dabei erste Sahne.

Danke nochmal an alle die geholfen haben.

Gruß
Karsten


ps. wenn ich euch weiter helfen kann mit testen, mache ich das natürlich gerne.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 24 Mai 2019, 22:17:11
wie ist die Entfernung zum Empfänger?
Du kannst mal die Sendeleistung erhöhen
mit
set cc1101_patable_868 
die Sendeleistung auf 7 oder 10_dBm erhöhen
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 25 Mai 2019, 08:45:59
Habe eine der klingeln mal direkt daneben gestellt, leider immernoch keine Reaktion.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 25 Mai 2019, 09:05:21
Mich interessiert noch wie die Nachrichten vom Sender als MU-Nachrichten aussehen
Dazu folgendes ausführen:
set disableMessagetype syncedMS
set disableMessagetype manchesterMC


Ein "get config" ergibt dann
config: MS=0;MU=1;MC=0;...
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 25 Mai 2019, 17:51:10
config: MS=0;MU=1;MC=0;Mred=1

Wenn ich jetzt die Klingel V3.1 drücke, erscheint im Event monitor rein garnix.
Ah, Alarm (3sec.) bringt ein:

2019-05-25 17:44:08 SIGNALduino CUL868 DMSG u63#7EFDFB
2019-05-25 17:44:08 SIGNALduino_un SIGNALduino_unknown_63 lastInputDev: CUL868


Die v1.1 bringt ein:
2019-05-25 17:40:57 SIGNALduino CUL868 DMSG u63#F07C1F
2019-05-25 17:40:57 SIGNALduino_un SIGNALduino_unknown_63 lastInputDev: CUL868
2019-05-25 17:40:57 SIGNALduino CUL868 DMSG u63#C1F07C1F04
2019-05-25 17:40:57 SIGNALduino_un SIGNALduino_unknown_63 lastInputDev: CUL868
2019-05-25 17:40:57 SIGNALduino CUL868 DMSG u63#783E0F83E0E
2019-05-25 17:40:57 SIGNALduino_un SIGNALduino_unknown_63 lastInputDev: CUL868
2019-05-25 17:40:58 SIGNALduino CUL868 DMSG u63#1F07C1F07C1C
2019-05-25 17:40:58 SIGNALduino_un SIGNALduino_unknown_63 lastInputDev: CUL868
2019-05-25 17:40:59 SIGNALduino CUL868 DMSG u63#F07C1F07C
2019-05-25 17:40:59 SIGNALduino_un SIGNALduino_unknown_63 lastInputDev: CUL868



Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 25 Mai 2019, 18:00:50
Dies siehst Du nur im log
In der Art:
...4: CUL868/msg READredu: MU;P0=
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 25 Mai 2019, 20:26:51
[code]2019.05.25 20:23:54 5 : CUL868/RAW rmsg: Mu;���;�̀;�߀;���;�ޅ;D!#!!!#!!!#!#!!!!#!!!!!!!!!#!!!!!A#!#!!!#!!!#!#!!!!#!!!!!!!!!#!!!!!A#!#!!!#!!!#!#!!!!#!!!!!!!!!#!!!!!A#!#!;C2;R38;O;
2019.05.25 20:23:54 4 : CUL868/msg READredu: MU;P0=440;P1=-205;P2=223;P3=-423;P4=1502;D=01212321210121230121212123012123212103210121230121212121212121212123212121212141230121232121012123012121212301212321210321012123012121212121212121212321212121214123012123212101212301212121230121232121032101212301212121212121212121232121212121412301212321;CP=2;R=56;O;
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 16 -> Dooya not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 22 -> HAMULiGHT not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 26 -> remote not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 27 -> remote not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 29 -> HT12e not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 31 -> Pollin ISOTRONIC not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 32 -> FreeTec PE-6946 not found, aborting
2019.05.25 20:23:54 5 : CUL868: substr: 01212321210121230121212123012123212103210121230121212121212121212123212121212141230121232121012123012121212301212321210321012123012121212121212121212321212121214123012123212101212301212121230121232121032101212301212121212121212121232121212121412301212321
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 36 -> remote not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 38 -> NC-3911 not found, aborting
2019.05.25 20:23:54 5 : CUL868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2019.05.25 20:23:54 5 : CUL868: substr: 2321210121230121212123012123212103210121230121212121212121212123212121212141230121232121012123012121212301212321210321012123012121212121212121212321212121214123012123212101212301212121230121232121032101212301212121212121212121232121212121412301212321
2019.05.25 20:23:54 5 : CUL868: substr: 03210121230121212121212121212123212121212141230121232121012123012121212301212321210321012123012121212121212121212321212121214123012123212101212301212121230121232121032101212301212121212121212121232121212121412301212321
2019.05.25 20:23:54 4 : CUL868: Fingerprint for MU Protocol id 42 -> wireless doorbell matches, trying to demodulate
2019.05.25 20:23:54 5 : CUL868: 0. try, regex ((?:032101)((?:03|41){28,})) did not match
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 46 -> SKXxxx, GF0x0x not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2019.05.25 20:23:54 4 : CUL868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.05.25 20:23:54 5 : CUL868: 0. try, regex ((?:)((?:03|03){38,})) did not match
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2019.05.25 20:23:54 5 : CUL868: for MU Protocol id 63, applying filterfunc SIGNALduino_filterMC
2019.05.25 20:23:54 4 : CUL868: Fingerprint for MU Protocol id 63 -> Warema matches, trying to demodulate
2019.05.25 20:23:54 5 : CUL868: 0. try, regex ((?:)((?:1|0){24,})) did not match
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2019.05.25 20:23:54 4 : CUL868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.05.25 20:23:54 5 : CUL868: 0. try, regex ((?:)((?:03|03){50,})) did not match
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2019.05.25 20:23:54 4 : CUL868: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2019.05.25 20:23:54 5 : CUL868: 0. try, regex ((?:)((?:03|03){59,})) did not match
2019.05.25 20:23:54 4 : CUL868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.05.25 20:23:54 5 : CUL868: 0. try, regex ((?:)((?:03|03){50,})) did not match
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 76 -> LED XM21 not found, aborting
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 79 -> wireless doorbell not found, aborting
2019.05.25 20:23:54 4 : CUL868: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.05.25 20:23:54 5 : CUL868: 0. try, regex ((?:)((?:03|03){104,})) did not match
2019.05.25 20:23:54 5 : CUL868: start pattern for MU Protocol id 81 -> SA-434-1 not found, aborting
2019.05.25 20:23:54 4 : CUL868: Fingerprint for MU Protocol id 82 -> Fernotron matches, trying to demodulate
2019.05.25 20:23:54 5 : part is starts at position 0 and ends at 0
2019.05.25 20:23:54 5 : CUL868: Starting demodulation ( regex: (?:)((?:03|03|){100,}) Pos 0) length_min_max (100..3360) length=0
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 1 and ends at 1
2019.05.25 20:23:54 5 : CUL868: 2. try demodulation at Pos 1
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 2 and ends at 2
2019.05.25 20:23:54 5 : CUL868: 3. try demodulation at Pos 2
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 3 and ends at 3
2019.05.25 20:23:54 5 : CUL868: 4. try demodulation at Pos 3
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 4 and ends at 4
2019.05.25 20:23:54 5 : CUL868: 5. try demodulation at Pos 4
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 5 and ends at 5
2019.05.25 20:23:54 5 : CUL868: 6. try demodulation at Pos 5
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 6 and ends at 6
2019.05.25 20:23:54 5 : CUL868: 7. try demodulation at Pos 6
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 7 and ends at 7
2019.05.25 20:23:54 5 : CUL868: 8. try demodulation at Pos 7
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 8 and ends at 8
2019.05.25 20:23:54 5 : CUL868: 9. try demodulation at Pos 8
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 9 and ends at 9
2019.05.25 20:23:54 5 : CUL868: 10. try demodulation at Pos 9
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 10 and ends at 10
2019.05.25 20:23:54 5 : CUL868: 11. try demodulation at Pos 10
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 11 and ends at 11
2019.05.25 20:23:54 5 : CUL868: 12. try demodulation at Pos 11
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 12 and ends at 12
2019.05.25 20:23:54 5 : CUL868: 13. try demodulation at Pos 12
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 13 and ends at 13
2019.05.25 20:23:54 5 : CUL868: 14. try demodulation at Pos 13
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 14 and ends at 14
2019.05.25 20:23:54 5 : CUL868: 15. try demodulation at Pos 14
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 15 and ends at 15
2019.05.25 20:23:54 5 : CUL868: 16. try demodulation at Pos 15
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 16 and ends at 16
2019.05.25 20:23:54 5 : CUL868: 17. try demodulation at Pos 16
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 17 and ends at 17
2019.05.25 20:23:54 5 : CUL868: 18. try demodulation at Pos 17
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 18 and ends at 18
2019.05.25 20:23:54 5 : CUL868: 19. try demodulation at Pos 18
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 19 and ends at 19
2019.05.25 20:23:54 5 : CUL868: 20. try demodulation at Pos 19
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 20 and ends at 20
2019.05.25 20:23:54 5 : CUL868: 21. try demodulation at Pos 20
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 21 and ends at 21
2019.05.25 20:23:54 5 : CUL868: 22. try demodulation at Pos 21
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 22 and ends at 22
2019.05.25 20:23:54 5 : CUL868: 23. try demodulation at Pos 22
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 23 and ends at 23
2019.05.25 20:23:54 5 : CUL868: 24. try demodulation at Pos 23
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 24 and ends at 24
2019.05.25 20:23:54 5 : CUL868: 25. try demodulation at Pos 24
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 25 and ends at 25
2019.05.25 20:23:54 5 : CUL868: 26. try demodulation at Pos 25
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 26 and ends at 26
2019.05.25 20:23:54 5 : CUL868: 27. try demodulation at Pos 26
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 27 and ends at 27
2019.05.25 20:23:54 5 : CUL868: 28. try demodulation at Pos 27
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 28 and ends at 28
2019.05.25 20:23:54 5 : CUL868: 29. try demodulation at Pos 28
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 29 and ends at 29
2019.05.25 20:23:54 5 : CUL868: 30. try demodulation at Pos 29
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 30 and ends at 30
2019.05.25 20:23:54 5 : CUL868: 31. try demodulation at Pos 30
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 31 and ends at 31
2019.05.25 20:23:54 5 : CUL868: 32. try demodulation at Pos 31
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 32 and ends at 32
2019.05.25 20:23:54 5 : CUL868: 33. try demodulation at Pos 32
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 33 and ends at 33
2019.05.25 20:23:54 5 : CUL868: 34. try demodulation at Pos 33
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 34 and ends at 34
2019.05.25 20:23:54 5 : CUL868: 35. try demodulation at Pos 34
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 35 and ends at 35
2019.05.25 20:23:54 5 : CUL868: 36. try demodulation at Pos 35
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is 03 starts at position 36 and ends at 38
2019.05.25 20:23:54 5 : CUL868: 37. try demodulation at Pos 36
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#0
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 38 and ends at 38
2019.05.25 20:23:54 5 : CUL868: 38. try demodulation at Pos 38
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 39 and ends at 39
2019.05.25 20:23:54 5 : CUL868: 39. try demodulation at Pos 39
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 40 and ends at 40
2019.05.25 20:23:54 5 : CUL868: 40. try demodulation at Pos 40
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 41 and ends at 41
2019.05.25 20:23:54 5 : CUL868: 41. try demodulation at Pos 41
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 42 and ends at 42
2019.05.25 20:23:54 5 : CUL868: 42. try demodulation at Pos 42
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 43 and ends at 43
2019.05.25 20:23:54 5 : CUL868: 43. try demodulation at Pos 43
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 44 and ends at 44
2019.05.25 20:23:54 5 : CUL868: 44. try demodulation at Pos 44
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 45 and ends at 45
2019.05.25 20:23:54 5 : CUL868: 45. try demodulation at Pos 45
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 46 and ends at 46
2019.05.25 20:23:54 5 : CUL868: 46. try demodulation at Pos 46
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 47 and ends at 47
2019.05.25 20:23:54 5 : CUL868: 47. try demodulation at Pos 47
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 48 and ends at 48
2019.05.25 20:23:54 5 : CUL868: 48. try demodulation at Pos 48
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 49 and ends at 49
2019.05.25 20:23:54 5 : CUL868: 49. try demodulation at Pos 49
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 50 and ends at 50
2019.05.25 20:23:54 5 : CUL868: 50. try demodulation at Pos 50
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 51 and ends at 51
2019.05.25 20:23:54 5 : CUL868: 51. try demodulation at Pos 51
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 52 and ends at 52
2019.05.25 20:23:54 5 : CUL868: 52. try demodulation at Pos 52
2019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#
2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs
2019.05.25 20:23:54 5 : part is starts at position 53 and ends at 53
2019.05.25 20:23:54 5 : CUL868: 53. try demod
ulation at Pos 532019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 54 and ends at 542019.05.25 20:23:54 5 : CUL868: 54. try demodulation at Pos 542019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 55 and ends at 552019.05.25 20:23:54 5 : CUL868: 55. try demodulation at Pos 552019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 56 and ends at 562019.05.25 20:23:54 5 : CUL868: 56. try demodulation at Pos 562019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 57 and ends at 572019.05.25 20:23:54 5 : CUL868: 57. try demodulation at Pos 572019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 58 and ends at 582019.05.25 20:23:54 5 : CUL868: 58. try demodulation at Pos 582019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 59 and ends at 592019.05.25 20:23:54 5 : CUL868: 59. try demodulation at Pos 592019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 60 and ends at 602019.05.25 20:23:54 5 : CUL868: 60. try demodulation at Pos 602019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 61 and ends at 612019.05.25 20:23:54 5 : CUL868: 61. try demodulation at Pos 612019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 62 and ends at 622019.05.25 20:23:54 5 : CUL868: 62. try demodulation at Pos 622019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 63 and ends at 632019.05.25 20:23:54 5 : CUL868: 63. try demodulation at Pos 632019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 64 and ends at 642019.05.25 20:23:54 5 : CUL868: 64. try demodulation at Pos 642019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 65 and ends at 652019.05.25 20:23:54 5 : CUL868: 65. try demodulation at Pos 652019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 66 and ends at 662019.05.25 20:23:54 5 : CUL868: 66. try demodulation at Pos 662019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 67 and ends at 672019.05.25 20:23:54 5 : CUL868: 67. try demodulation at Pos 672019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 68 and ends at 682019.05.25 20:23:54 5 : CUL868: 68. try demodulation at Pos 682019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 69 and ends at 692019.05.25 20:23:54 5 : CUL868: 69. try demodulation at Pos 692019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 70 and ends at 702019.05.25 20:23:54 5 : CUL868: 70. try demodulation at Pos 702019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 71 and ends at 712019.05.25 20:23:54 5 : CUL868: 71. try demodulation at Pos 712019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 72 and ends at 722019.05.25 20:23:54 5 : CUL868: 72. try demodulation at Pos 722019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 73 and ends at 732019.05.25 20:23:54 5 : CUL868: 73. try demodulation at Pos 732019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 74 and ends at 742019.05.25 20:23:54 5 : CUL868: 74. try demodulation at Pos 742019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 75 and ends at 752019.05.25 20:23:54 5 : CUL868: 75. try demodulation at Pos 752019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 76 and ends at 762019.05.25 20:23:54 5 : CUL868: 76. try demodulation at Pos 762019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 77 and ends at 772019.05.25 20:23:54 5 : CUL868: 77. try demodulation at Pos 772019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 78 and ends at 782019.05.25 20:23:54 5 : CUL868: 78. try demodulation at Pos 782019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 79 and ends at 792019.05.25 20:23:54 5 : CUL868: 79. try demodulation at Pos 792019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 80 and ends at 802019.05.25 20:23:54 5 : CUL868: 80. try demodulation at Pos 802019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 81 and ends at 812019.05.25 20:23:54 5 : CUL868: 81. try demodulation at Pos 812019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 82 and ends at 822019.05.25 20:23:54 5 : CUL868: 82. try demodulation at Pos 822019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 83 and ends at 832019.05.25 20:23:54 5 : CUL868: 83. try demodulation at Pos 832019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 84 and ends at 842019.05.25 20:23:54 5 : CUL868: 84. try demodulation at Pos 842019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 85 and ends at 852019.05.25 20:23:54 5 : CUL868: 85. try demodulation at Pos 852019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 86 and ends at 862019.05.25 20:23:54 5 : CUL868: 86. try demodulation at Pos 862019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 87 and ends at 872019.05.25 20:23:54 5 : CUL868: 87. try demodulation at Pos 872019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 88 and ends at 882019.05.25 20:23:54 5 : CUL868: 88. try demodulation at Pos 882019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 89 and ends at 892019.05.25 20:23:54 5 : CUL868: 89. try demodulation at Pos 892019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 90 and ends at 902019.05.25 20:23:54 5 : CUL868: 90. try demodulation at Pos 902019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 91 and ends at 912019.05.25 20:23:54 5 : CUL868: 91. try demodulation at Pos 912019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 92 and ends at 922019.05.25 20:23:54 5 : CUL868: 92. try demodulation at Pos 922019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 93 and ends at 932019.05.25 20:23:54 5 : CUL868: 93. try demodulation at Pos 932019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 94 and ends at 942019.05.25 20:23:54 5 : CUL868: 94. try demodulation at Pos 942019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 95 and ends at 952019.05.25 20:23:54 5 : CUL868: 95. try demodulation at Pos 952019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 96 and ends at 962019.05.25 20:23:54 5 : CUL868: 96. try demodulation at Pos 962019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 97 and ends at 972019.05.25 20:23:54 5 : CUL868: 97. try demodulation at Pos 972019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 98 and ends at 982019.05.25 20:23:54 5 : CUL868: 98. try demodulation at Pos 982019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 99 and ends at 992019.05.25 20:23:54 5 : CUL868: 99. try demodulation at Pos 992019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 100 and ends at 1002019.05.25 20:23:54 5 : CUL868: 100. try demodulation at Pos 1002019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 101 and ends at 1012019.05.25 20:23:54 5 : CUL868: 101. try demodulation at Pos 1012019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 102 and ends at 1022019.05.25 20:23:54 5 : CUL868: 102. try demodulation at Pos 1022019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 103 and ends at 1032019.05.25 20:23:54 5 : CUL868: 103. try demodulation at Pos 1032019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 104 and ends at 1042019.05.25 20:23:54 5 : CUL868: 104. try demodulation at Pos 1042019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 105 and ends at 1052019.05.25 20:23:54 5 : CUL868: 105. try demodulation at Pos 1052019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 106 and ends at 1062019.05.25 20:23:54 5 : CUL868: 106. try demodulation at Pos 1062019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 107 and ends at 1072019.05.25 20:23:54 5 : CUL868: 107. try demodulation at Pos 1072019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 108 and ends at 1082019.05.25 20:23:54 5 : CUL868: 108. try demodulation at Pos 1082019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 109 and ends at 1092019.05.25 20:23:54 5 : CUL868: 109. try demodulation at Pos 1092019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 110 and ends at 1102019.05.25 20:23:54 5 : CUL868: 110. try demodulation at Pos 1102019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 111 and ends at 1112019.05.25 20:23:54 5 : CUL868: 111. try demodulation at Pos 1112019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 112 and ends at 1122019.05.25 20:23:54 5 : CUL868: 112. try demodulation at Pos 1122019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 113 and ends at 1132019.05.25 20:23:54 5 : CUL868: 113. try demodulation at Pos 1132019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 114 and ends at 1142019.05.25 20:23:54 5 : CUL868: 114. try demodulation at Pos 1142019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 115 and ends at 1152019.05.25 20:23:54 5 : CUL868: 115. try demodulation at Pos 1152019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 116 and ends at 1162019.05.25 20:23:54 5 : CUL868: 116. try demodulation at Pos 1162019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 117 and ends at 1172019.05.25 20:23:54 5 : CUL868: 117. try demodulation at Pos 1172019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is 03 starts at position 118 and ends at 1202019.05.25 20:23:54 5 : CUL868: 118. try demodulation at Pos 1182019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#02019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 120 and ends at 1202019.05.25 20:23:54 5 : CUL868: 119. try demodulation at Pos 1202019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 121 and ends at 1212019.05.25 20:23:54 5 : CUL868: 120. try demodulation at Pos 1212019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 122 and ends at 1222019.05.25 20:23:54 5 : CUL868: 121. try demodulation at Pos 1222019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 123 and ends at 1232019.05.25 20:23:54 5 : CUL868: 122. try demodulation at Pos 1232019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 124 and ends at 1242019.05.25 20:23:54 5 : CUL868: 123. try demodulation at Pos 1242019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 125 and ends at 1252019.05.25 20:23:54 5 : CUL868: 124. try demodulation at Pos 1252019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 126 and ends at 1262019.05.25 20:23:54 5 : CUL868: 125. try demodulation at Pos 1262019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 127 and ends at 1272019.05.25 20:23:54 5 : CUL868: 126. try demodulation at Pos 1272019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 128 and ends at 1282019.05.25 20:23:54 5 : CUL868: 127. try demodulation at Pos 1282019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 129 and ends at 1292019.05.25 20:23:54 5 : CUL868: 128. try demodulation at Pos 1292019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 130 and ends at 1302019.05.25 20:23:54 5 : CUL868: 129. try demodulation at Pos 1302019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 131 and ends at 1312019.05.25 20:23:54 5 : CUL868: 130. try demodulation at Pos 1312019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 132 and ends at 1322019.05.25 20:23:54 5 : CUL868: 131. try demodulation at Pos 1322019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 133 and ends at 1332019.05.25 20:23:54 5 : CUL868: 132. try demodulation at Pos 1332019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 134 and ends at 1342019.05.25 20:23:54 5 : CUL868: 133. try demodulation at Pos 1342019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 135 and ends at 1352019.05.25 20:23:54 5 : CUL868: 134. try demodulation at Pos 1352019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 136 and ends at 1362019.05.25 20:23:54 5 : CUL868: 135. try demodulation at Pos 1362019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 137 and ends at 1372019.05.25 20:23:54 5 : CUL868: 136. try demodulation at Pos 1372019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 138 and ends at 1382019.05.25 20:23:54 5 : CUL868: 137. try demodulation at Pos 1382019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 139 and ends at 1392019.05.25 20:23:54 5 : CUL868: 138. try demodulation at Pos 1392019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 140 and ends at 1402019.05.25 20:23:54 5 : CUL868: 139. try demodulation at Pos 1402019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 141 and ends at 1412019.05.25 20:23:54 5 : CUL868: 140. try demodulation at Pos 1412019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 142 and ends at 1422019.05.25 20:23:54 5 : CUL868: 141. try demodulation at Pos 1422019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 143 and ends at 1432019.05.25 20:23:54 5 : CUL868: 142. try demodulation at Pos 1432019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 144 and ends at 1442019.05.25 20:23:54 5 : CUL868: 143. try demodulation at Pos 1442019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 145 and ends at 1452019.05.25 20:23:54 5 : CUL868: 144. try demodulation at Pos 1452019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 146 and ends at 1462019.05.25 20:23:54 5 : CUL868: 145. try demodulation at Pos 1462019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 147 and ends at 1472019.05.25 20:23:54 5 : CUL868: 146. try demodulation at Pos 1472019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 148 and ends at 1482019.05.25 20:23:54 5 : CUL868: 147. try demodulation at Pos 1482019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 149 and ends at 1492019.05.25 20:23:54 5 : CUL868: 148. try demodulation at Pos 1492019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 150 and ends at 1502019.05.25 20:23:54 5 : CUL868: 149. try demodulation at Pos 1502019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 151 and ends at 1512019.05.25 20:23:54 5 : CUL868: 150. try demodulation at Pos 1512019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 152 and ends at 1522019.05.25 20:23:54 5 : CUL868: 151. try demodulation at Pos 1522019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 153 and ends at 1532019.05.25 20:23:54 5 : CUL868: 152. try demodulation at Pos 1532019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 154 and ends at 1542019.05.25 20:23:54 5 : CUL868: 153. try demodulation at Pos 1542019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 155 and ends at 1552019.05.25 20:23:54 5 : CUL868: 154. try demodulation at Pos 1552019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 156 and ends at 1562019.05.25 20:23:54 5 : CUL868: 155. try demodulation at Pos 1562019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 157 and ends at 1572019.05.25 20:23:54 5 : CUL868: 156. try demodulation at Pos 1572019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 158 and ends at 1582019.05.25 20:23:54 5 : CUL868: 157. try demodulation at Pos 1582019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 159 and ends at 1592019.05.25 20:23:54 5 : CUL868: 158. try demodulation at Pos 1592019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 160 and ends at 1602019.05.25 20:23:54 5 : CUL868: 159. try demodulation at Pos 1602019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 161 and ends at 1612019.05.25 20:23:54 5 : CUL868: 160. try demodulation at Pos 1612019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 162 and ends at 1622019.05.25 20:23:54 5 : CUL868: 161. try demodulation at Pos 1622019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 163 and ends at 1632019.05.25 20:23:54 5 : CUL868: 162. try demodulation at Pos 1632019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 164 and ends at 1642019.05.25 20:23:54 5 : CUL868: 163. try demodulation at Pos 1642019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 165 and ends at 1652019.05.25 20:23:54 5 : CUL868: 164. try demodulation at Pos 1652019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 166 and ends at 1662019.05.25 20:23:54 5 : CUL868: 165. try demodulation at Pos 1662019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 167 and ends at 1672019.05.25 20:23:54 5 : CUL868: 166. try demodulation at Pos 1672019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 168 and ends at 1682019.05.25 20:23:54 5 : CUL868: 167. try demodulation at Pos 1682019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 169 and ends at 1692019.05.25 20:23:54 5 : CUL868: 168. try demodulation at Pos 1692019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 170 and ends at 1702019.05.25 20:23:54 5 : CUL868: 169. try demodulation at Pos 1702019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 171 and ends at 1712019.05.25 20:23:54 5 : CUL868: 170. try demodulation at Pos 1712019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 172 and ends at 1722019.05.25 20:23:54 5 : CUL868: 171. try demodulation at Pos 1722019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 173 and ends at 1732019.05.25 20:23:54 5 : CUL868: 172. try demodulation at Pos 1732019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 174 and ends at 1742019.05.25 20:23:54 5 : CUL868: 173. try demodulation at Pos 1742019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 175 and ends at 1752019.05.25 20:23:54 5 : CUL868: 174. try demodulation at Pos 1752019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 176 and ends at 1762019.05.25 20:23:54 5 : CUL868: 175. try demodulation at Pos 1762019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 177 and ends at 1772019.05.25 20:23:54 5 : CUL868: 176. try demodulation at Pos 1772019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 178 and ends at 1782019.05.25 20:23:54 5 : CUL868: 177. try demodulation at Pos 1782019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 179 and ends at 1792019.05.25 20:23:54 5 : CUL868: 178. try demodulation at Pos 1792019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 180 and ends at 1802019.05.25 20:23:54 5 : CUL868: 179. try demodulation at Pos 1802019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 181 and ends at 1812019.05.25 20:23:54 5 : CUL868: 180. try demodulation at Pos 1812019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 182 and ends at 1822019.05.25 20:23:54 5 : CUL868: 181. try demodulation at Pos 1822019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 183 and ends at 1832019.05.25 20:23:54 5 : CUL868: 182. try demodulation at Pos 1832019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 184 and ends at 1842019.05.25 20:23:54 5 : CUL868: 183. try demodulation at Pos 1842019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 185 and ends at 1852019.05.25 20:23:54 5 : CUL868: 184. try demodulation at Pos 1852019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 186 and ends at 1862019.05.25 20:23:54 5 : CUL868: 185. try demodulation at Pos 1862019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 187 and ends at 1872019.05.25 20:23:54 5 : CUL868: 186. try demodulation at Pos 1872019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 188 and ends at 1882019.05.25 20:23:54 5 : CUL868: 187. try demodulation at Pos 1882019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part is  starts at position 189 and ends at 1892019.05.25 20:23:54 5 : CUL868: 188. try demodulation at Pos 1892019.05.25 20:23:54 5 : CUL868: dispatching bin: P82#2019.05.25 20:23:54 3 : CUL868: ID=82 skipped dispatch (developId=m). To use, please add 82 to the attr whitelist_IDs2019.05.25 20:23:54 5 : part
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 25 Mai 2019, 20:29:27
Das ist die v3.1,  Code einfügen ist anscheinend aufgrund der Größe nicht möglich.

Sry, hatte in der Zwischenzeit das Verbose auf 0 gesetzt, dann kann es auch nicht funktionieren.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 25 Mai 2019, 20:31:55
verbose 4 ist ausreichend.
Ich benötige nur die
2019.05.25 20:23:54 4 : CUL868/msg READredu: MU;P0=440;P1=-205;P2=223;P3=-423;P4=1502;D=01212321210121230121212123012123212103210121230121212121212121212123212121212141230121232121012123012121212301212321210321012123012121212121212121212321212121214123012123212101212301212121230121232121032101212301212121212121212121232121212121412301212321;CP=2;R=56;O;
Nachrichten
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 25 Mai 2019, 20:38:51
V1.1:

CUL868/msg READredu: MU;P0=-908;P1=1553;P2=-163;P3=273;P4=-402;P5=466;D=01234523234323252323232323452345234325432543254545452345432123452323432325232323232345234523432543254325454545234543212345232343232523232323234523452343254325432545454523454321234523234323252323232323452345234325432543254545452345432123452323432325232323;CP=3;R=233;O;

CUL868/msg READredu: MU;P0=-908;P1=1553;P2=-163;P3=273;P4=-402;P5=466;D=01234523234323252323232323452345234325432543254545452345432123452323432325232323232345234523432543254325454545234543212345232343232523232323234523452343254325432545454523454321234523234323252323232323452345234325432543254545452345432123452323432325232323;CP=3;R=233;O;

CUL868/msg READredu: MU;P0=-144;P1=281;P2=-377;P3=552;P5=-260;P6=1564;D=0101230123012103210321032323230153210601230101210103010101010123;CP=1;R=234;

CUL868/msg READredu: MU;P0=267;P1=-171;P2=465;P3=-108;P4=-404;P5=1555;D=01230101010104210421040124012401242424210424015104210104010121010101010421042104012401240124242421042401510421010401012101010101042104210401240124012424242104240151042101040101210101010104210421040124012401242424210424015104210104010121010101010421042104;CP=0;R=232;

CUL868/msg READredu: MU;P0=294;P1=-158;P2=484;P3=-364;P4=1396;D=01230123012323232103230141032101030101210101010103210321034;CP=0;R=234;

CUL868/msg READredu: MU;P0=273;P1=-162;P2=462;P3=-398;P5=1557;P6=696;D=01230123232321032301510321612101210101010103210321030123012301232323210323015103210103010121010101010321032103012301230123232321032301510321010301012101010101032103210301230123012323232103230151032101030101210101010103210321030123012301232323210323015103;CP=0;R=231;

CUL868/msg READredu: MU;P0=458;P1=-167;P2=260;P3=-411;P4=-127;P5=1563;P6=936;D=01212321210121212121230123042324032103210303030123032151236101212101212124212301230123210321032103030301230321512301212321210121212121230123012321032103210303030123032151230121232121012121212123012301232103210321030303012303215123012123212101212121212301;CP=2;R=233;

CUL868/msg READredu: MU;P0=254;P1=-419;P2=454;P3=-177;P4=1554;D=01230103210321032121212301210343012303010303230303030301230143210321032121212301210343012303010303230303030301230123010321032103212121230121034301230301030323030303030123012301032103210321212123012103430123030103032303030303012301230103210321032121212301;CP=0;R=233;

CUL868/msg READredu: MU;P0=489;P1=-387;P2=265;P3=-163;P4=1556;P6=788;P7=-92;D=012343210323212323032323232321032103212301230123010101032167;CP=2;R=234;

CUL868/msg READredu: MU;P0=1992;P1=-181;P2=257;P3=-403;P4=466;P5=-140;P7=1547;D=01234121232121412121212123412341232141454321434343412343217123412123212141212121212341234123214321432143434341234321712341212321214121212121234123412321432143214343434123432171234121232121412121212123412341232143214321434343412343217123412123212141212121;CP=2;R=233;



Die v3.1 der gleichen Klingel kommt auch gleich noch, werde diesen txt gleich aktualisieren

V3.1 :
CUL868/msg READredu: MU;P0=-1392;P1=1484;P2=-211;P3=234;P4=-410;P5=436;D=01234523234323252323452323232345232343232543252323452323232323232323232343232323232123452323432325232345232323234523234323254325232345232323232323232323234323232323212345232343232523234523232323452323432325432523234523232323232323232323432323232321234523;CP=3;R=52;O;

CUL868/msg READredu: MU;P0=-214;P1=224;P2=-414;P3=428;P4=1515;D=01210103010123010101012301012101032103010123010101010101010101012101010101040123010121010301012301010101230101210103210301012301010101010101010101210101010104012301012101030101230101010123010121010321030101230101010101010101010121010101010401230101210103;CP=1;R=55;

CUL868/msg READredu: MU;P0=-198;P1=218;P2=-409;P3=453;P4=1514;D=01012301010101230101210103210301012301010101010101010101210101010104012301012101030101230101010123010121010321030101230101010101010101010121010101010401230101210103010123010101012301012101032103010123010101010101010101012101010101040123010121010301012301;CP=1;R=61;



Einiges weniger.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 25 Mai 2019, 21:20:11
Du kannst mit "set raw" mal die folgenden beiden versuchen. R=50 sind die repeats

SR;R=50;P0=273;P1=-162;P2=462;P3=-398;P5=1557;D=1032101030101210101010103210321030123012301232323210323015;

SR;R=50;P0=440;P1=-205;P2=223;P3=-423;P4=1502;D=1230121232121012123012121212301212321210321012123012121212121212121212321212121214;
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 26 Mai 2019, 06:23:52
Super, funktionieren beide, nebenbei ist mir aufgefallen das jede ihren eigenen Sound abspielen.

Hier noch die letzte V1.1:

CUL868/msg READredu: MU;P0=-1724;P1=131;P2=-413;P4=444;P5=-188;P6=246;P7=1535;D=01212124245626565426545626542456265656575624565626565456565656562456242456265654265456265424562656565756245656265654565656565624562424562656542654562654245626565657562456562656545656565656245624245626565426545626542456265656575624565626565456565656562456;CP=6;R=241;
CUL868/msg READredu: MU;P0=-396;P1=457;P2=-183;P3=244;P4=1518;P5=-112;P6=-248;D=01012303232103212303210123032323242301232303232123232323230151610123032321032123032101230323232423012323032321232323232301230101230323210321230321012303232324230123230323212323232323012301012303232103212303210123032323242301232303232123232323230123010123;CP=3;R=239;
CUL868/msg READredu: MU;P0=-391;P1=252;P2=-187;P3=462;P5=1552;P6=908;D=012123012321012303210121212521032121012123212121212103210306;CP=1;R=238;
CUL868/msg READredu: MU;P0=454;P1=-186;P2=936;P4=248;P5=-413;P6=1523;D=01214141414145014505014541410541014541050145414141614501414541410141414141450145050145414105410145410501454141416145014145414101414141414501450501454141054101454105014541414161450141454141014141414145014505014541410541014541050145414141614501414541410141;CP=4;R=237;
CUL868/msg READredu: MU;P0=240;P1=-190;P2=-402;P3=452;P4=1525;P5=-130;P6=712;D=01010102310232310201013201310201323102010101410231010201053561010102310232310201013201310201323102010101410231010201013101010101023102323102010132013102013231020101014102310102010131010101010231023231020101320131020132310201010141023101020101310101010102;CP=0;R=236;
CUL868/msg READredu: MU;P0=442;P1=-187;P2=253;P3=-403;P4=1536;D=01230301232121032101232103012321212141230121232121012121212143030123212103210123210301232121214123012123212101212121212301230301232121032101232103012321212141230121232121012121212123012303012321210321012321030123212121412301212321210121212121230123030123;CP=2;R=234;
CUL868/msg READredu: MU;P0=281;P1=-159;P2=480;P3=-374;P4=1548;P6=-212;P7=636;D=010123012103012321030101014103210103010121010101010321067;CP=0;R=231;
CUL868/msg READredu: MU;P0=344;P1=-143;P2=255;P3=-405;P4=479;P5=1530;P7=-108;D=12321214321412321434123212121512341512141270121212341234341232121432141232143412321212151234121232121412121212123412343412321214321412321434123212121512341212321214121212121234123434123212143214123214341232121215123412123212141212121212341234341232121432;CP=2;R=231;
CUL868/msg READredu: MU;P0=-149;P1=481;P2=274;P3=-401;P4=1544;D=0102313102320201320102320131023202020402310202320201020202020231023131023202013201020101;CP=2;R=227;
CUL868/msg READredu: MU;P0=260;P1=-162;P2=465;P3=-411;P4=-115;P5=1550;D=01012301240304232103010101510321010301012104010101032103232403010123012403012321030401015103210103010121010101010321032321030101230121030123210301010151032101030101210101010103210323210301012301210301232103010101510321010301012101010101032103232103010123;CP=0;R=228;
CUL868/msg READredu: MU;P0=268;P1=-151;P2=482;P3=-393;P6=1568;P7=-248;D=01210301232103010101610321010701012101010101032;CP=0;R=229;
CUL868/msg READredu: MU;P0=-163;P1=469;P2=258;P3=-400;P5=1555;D=01023131023202013201023201310232020205023102023202010202020202310231310232020132010232013102320202050231020232020102020202023102313102320201320102320131023202020502310202320201020202020231023131023202013201023201310232020205023102023202010202020202310231;CP=2;R=228;
CUL868/msg READredu: MU;P0=501;P1=-336;P2=-162;P3=295;P4=-109;P5=1612;P7=912;D=0102313234325231023231343202323234323172;CP=3;R=231;
CUL868/msg READredu: MU;P0=-173;P1=-406;P2=461;P3=-128;P4=245;P7=1988;D=1234143432143234143212041404343712343414343234343434041204121204140402140204140212041404040;CP=4;R=233;
CUL868/msg READredu: MU;P0=241;P1=-186;P2=-414;P3=452;P4=1536;D=01023102323102010132013102013231020101014102310102010131010101010231023231020101320131020132310201010141023101020101310101010102310232310201013201310201323102010101410231010201013101010101023102323102010132013102013231020101014102310102010131010101010231;CP=0;R=233;
CUL868/msg READredu: MU;P0=253;P1=-378;P2=482;P3=-181;P4=1528;P5=-140;P6=696;D=0121230103032103230103212301030303430125030103032303036;CP=0;R=234;
CUL868/msg READredu: MU;P0=458;P1=-400;P2=-192;P3=237;P4=1521;D=01023101023132320132023132010231323232423102323132320232323232310231010231323201320231320102313232324231023231323202323232323102310102313232013202313201023132323242310232313232023232323231023101023132320132023132010231323232423102323132320232323232310231;CP=3;R=233;
CUL868/msg READredu: MU;P0=453;P1=-414;P2=-188;P3=243;P4=1551;D=01023132320132023132010231323232423102323132320232323232314102313232013202313201023132323242310232313232023232323231023101023132320132023132010231323232423102323132320232323232310231010231323201320231320102313232324231023231323202323232323102310102313232;CP=3;R=234;
CUL868/msg READredu: MU;P0=445;P1=-406;P2=247;P3=-184;P4=1523;P5=-280;P6=-96;P7=880;D=01230321230103212323234321032321232303232323232103210103250671230321230103212323234321032321232303232323232103210103212323012303212301032123232343210323212323032323232321032101032123230123032123010321232323432103232123230323232323210321010321232301230321;CP=2;R=235;
CUL868/msg READredu: MU;P0=239;P1=-187;P2=460;P3=-399;P4=1538;D=01232103010101410321010301012101010101032103232103010123012103410301010141032101030101210101010103210323210301012301210301232103010101410321010301012101010101032103232103010123012103012321030101014103210103010121010101010321032321030101230121030123210301;CP=0;R=235;
CUL868/msg READredu: MU;P0=240;P1=-187;P2=1528;P3=-414;P4=452;P5=716;P6=-140;P7=-96;D=01012103410103010141010101010341034341030101430141030156470301010121034101030101410101010103410343410301014301410301434103010101210341010301014101010101034103434103010143014103014341030101012103410103010141010101010341034341030101430141030143410301010121;CP=0;R=234;
CUL868/msg READredu: MU;P0=247;P1=-404;P2=456;P3=-177;P4=1540;P5=108;D=01230301030323030303030123012123010303210323010321230103030343035;CP=0;R=237;
CUL868/msg READredu: MU;P0=992;P1=-183;P2=254;P3=-396;P5=459;P7=-292;D=0123212151212121212351235351232121532151275;CP=2;R=238;
CUL868/msg READredu: MU;P0=1152;P1=-168;P2=450;P4=262;P5=-403;P6=1540;D=121454141416145214145414121414105214525214541412541214541252145414141614521414541412141414141452;CP=4;R=237;
CUL868/msg READredu: MU;P0=896;P1=-415;P2=239;P3=-186;P4=450;P5=1516;D=01234143212323235321432321232343232323232143214143212323412343212341432123232353214323212323432323232321432141432123234123432123414321232323532143232123234323232323214321414321232341234321234143212323235321432321232343232323232143214143212323412343212341;CP=2;R=238;
CUL868/msg READredu: MU;P0=466;P1=-173;P2=254;P3=-397;P4=1378;D=01232121214123012123212101212121212301230301232121032101234;CP=2;R=234;
CUL868/msg READredu: MU;P0=1522;P1=-410;P2=445;P3=-179;P4=257;D=01212341434321432341432123414343430341234341434323434343434123412123414343214323414321234143434303412343414343234343434341234121234143432143234143212341434343034123434143432343434343412341212341434321432341432123414343430341234341434323434343434123412123;CP=4;R=233;
CUL868/msg READredu: MU;P0=236;P1=-399;P2=-191;P3=467;P4=1532;P5=-116;P6=116;D=0102023102320102313201020202420132020102023202020202013201356;CP=0;R=237;
CUL868/msg READredu: MU;P0=1040;P1=-410;P2=235;P3=-172;P5=459;P6=1515;D=01232351235321235153212323236321532321632323232321532151532123235123532123515321232323632153232123235323232323215321515321232351235321235153212323236321532321232353232323232153215153212323512353212351532123232363215323212323532323232321532151532123235123;CP=2;R=235;
CUL868/msg READredu: MU;P0=461;P1=-193;P2=242;P3=-394;P4=1524;P5=764;D=01232103012321212141230121232121012121212123012303012321215;CP=2;R=240;
CUL868/msg READredu: MU;P0=1024;P1=-192;P2=237;P3=-413;P4=443;P5=1530;D=01232143412321212151234121232121412101234123434123212143214123214341232121215123412123212141212121212341234341232121432141232143412321212151234121232121412121212123412343412321214321412321434123212121512341212321214121212121234123434123212143214123214341;CP=2;R=240;
CUL868/msg READredu: MU;P0=277;P1=-377;P2=-182;P3=1528;P4=467;P5=-128;D=0102020232014202010202420202020201420141420102024102420102414205;CP=0;R=240;
CUL868/msg READredu: MU;P0=234;P1=-420;P3=-192;P4=446;P5=1522;D=0103034103430103414301030303530143030103034303030303014301414301030341034301034143010303035301430301030343030303030143014143010303410343010341430103030;CP=0;R=240;
CUL868/msg READredu: MU;P0=-32001;P1=92;P2=-109;P3=207;D=0121232323232323232323232323232323232323;CP=3;R=240;



Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 26 Mai 2019, 11:39:17
hier ist dafür das "set raw"
SR;R=50;P0=454;P1=-186;P4=248;P5=-413;P6=1523;D=14501414541410141414141450145050145414105410145410501454141416;

Du kannst mal versuchen ob es auch noch zuverlässig funktioniert, wenn Du die repeats auf 20 oder 10 verringerst.

Außerdem interressiert mich noch, ob es auch funktioniert, wenn Du die Pause (P6=1523) auf 1000 verringerst.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 27 Mai 2019, 04:29:24
Pause ging bis 900 runter, repeats: bei R=20 von 10 mal klingeln regiert er nur 9mal, würde also R=30 sagen.

SR;R=30;P0=454;P1=-186;P4=248;P5=-413;P6=900;D=14501414541410141414141450145050145414105410145410501454141416;
Scheint zuverlässig zu funktionieren.
Genauso wie:
SR;R=30;P0=273;P1=-162;P2=462;P3=-398;P5=900;D=1032101030101210101010103210321030123012301232323210323015;
SR;R=30;P0=440;P1=-205;P2=223;P3=-423;P4=900;D=1230121232121012123012121212301212321210321012123012121212121212121212321212121214;


ps.
Habe übrigens wieder die V 3.3.2.1-rc8 SIGNALduino cc1101 drauf, nach einem FHEM update war der CUL, warum auch immer, auf closed.
Da ich nicht wusste wie die nightly direkt geflasht wird halt auf diese version, bleibt dann auch erstmal wenn soweit alles passt.

Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 27 Mai 2019, 06:41:40
Es stellt sich hier nur die Frage wieso die MU funktioniert und die FW es zu MA decodiert!?

Es bringt ja nichts, es als MS auszuwerten und als MU zu senden als Workaround. Wie denkst du darüber Ralf?

Coolheizer, besitzt du einen signalanalyzer?

Grüße Marco


Gesendet von iPhone mit Tapatalk Pro
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 27 Mai 2019, 17:17:52
Signalanalyzer: Was auch immer das sein mag, habe ich nicht.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 27 Mai 2019, 17:38:45
@coolheizer Du kannst als Pause wieder die 1500 verwenden.

@Marco
Da Problem ist daß dies anscheinend eine recht spezielles MC Format ist, wir haben ja schon versucht es als MC zu senden, dies ist aber nicht gelungen.
Irgendwas passt nicht, ich hatte die Pause im verdacht, die firmware verwendet als Pause 1000.
Die anderen Werte müssten auch in der Toleranz liegen.
Evtl liegt es auch daran, daß hier eine positive Pause verwendet wird, dies ist unüblich.

Zum Eingrenzen müsste mal jemand, der 2 Signalduinos hat, mit einem die Nachricht als MC senden und beim anderen als MU Nachricht empfangen,
und dann die empfangene MU-Nachricht mit der vom Grothe vergleichen.

Gruß Ralf

Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 27 Mai 2019, 19:34:04
Was für ein zufall, ich habe 2 am laufen, müsste diesen halt nur von 433 auf 868 umschalten.

Musst mir halt nur schreiben was ich wie umstellen muss, und was senden.
Firmware?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: coolheizer am 27 Mai 2019, 20:49:53
CUL2/msg READredu: MU;P0=-27740;P1=422;P2=-201;P3=221;P4=-441;P5=168;P7=-1242;D=01234123234323212323412323232341232343232143212323412323232523232323232343232323232123237323412323432321232541232323234123234323214321232341232323232523232323234323232323212323732341232343232123234123232323412323432321432123234123232323232323232323432323;CP=3;R=106;
CUL2/msg READredu: MU;P0=-215;P1=213;P2=420;P4=-1230;P5=-440;D=01020101410152520101510102010152010101015201015101025102010152010101010101010101015101010101020101410152010151010201015201010101520101510102510201015201010101010101010101510101010102010141015201015101020101520101010152010151010251020101520101010101010101;CP=1;R=0;
CUL2/msg READredu: MU;P0=-217;P1=213;P2=-425;P3=423;P4=-1238;D=01210101010103010141410123010121010301012301010101230101210103210301012301010101010101010101210101010103010141012301012101030101230101010123010121010321030101230101010101010101010121010101010301014101230101210103010123010101012301012101032103010123010101;CP=1;R=106;
CUL2/msg READredu: MU;P0=-216;P1=221;P2=-421;P4=423;P5=-1226;D=01010101010101210101010104010151012401012101040101240101010124010121010421040101240101010101010101010121010101010401015101240101210104010124010101012401012101042104010124010101010101010101012101010101040101510124010121010401012401010101240101210104210401;CP=1;R=0;
CUL2/msg READredu: MU;P0=-221;P1=437;P2=214;P3=-429;P4=-1251;D=01020202020202020202020232020202020102024202310202320201020231020202023102023202013201020231020202020202020202023202020202010202420231020232020102023102020202310202320201320102023102020202020202020202320202020201020242023102023202010202310202020231020232;CP=2;R=106;
CUL2/msg READredu: MU;P0=-218;P1=435;P2=-429;P3=194;P4=-1232;P6=264;D=01230103032103030303030303030303032303030303010303430321030323030103032103030303210303230301230103032103030303030303030303230303030301030343032103032303010303210303030321030323030126010303210303030303030303030323030303030103034303210303230301030321030303;CP=3;R=0;
CUL2/msg READredu: MU;P0=-223;P1=426;P2=217;P3=-432;P4=-1220;D=01020232020132010202310202020202020202020202320202020201020242023102023202010202310202020231020232020132010202310202020202020202020232020202020102024202310202320201020231020202023102023202013201020231020202020202020202023202020202010202420231020232020102;CP=2;R=107;
CUL2/msg READredu: MU;P0=-227;P1=424;P3=203;P5=-432;P6=-1226;D=01030303035103035303015301030303510303030303030303030353030303030103036303510303530301030351030303035103035303015301030351030303030303030303035303030303010303630351030353030103035103030303510303530301530103035103030303030303030303530303030301030363035103;CP=3;R=0;
CUL2/msg READredu: MU;P0=-207;P1=212;P2=423;P3=-423;P4=-1240;D=01010202010132010101013201013101023102010132010101010101010101013101010101020101410132010131010201013201010101320101310102310201013201010101010101010101310101010102010141013201013101020101320101010132010131010231020101320101010101010101010131010101010201;CP=1;R=107;
CUL2/msg READredu: MU;P0=-217;P1=211;P2=-428;P3=421;P6=-1234;D=01012301012101010301012301010101230101210103210301012301010101010101010101210101010103010161012301012101030101230101010123010121010321030101230101010101010101010121010101010301016101230101210103010123010101012301012101032103010123010101010101010101012101;CP=1;R=0;
CUL2/msg READredu: MU;P0=-231;P1=196;P2=416;P3=-1230;P4=-425;D=01010201013101014201014101020101420101010142010141010241020101420101010101010101010141010101010201013101420101410102010142010101014201014101024102010142010101010101010101014101010101020101310142010141010201014201010101420101410102410201014201010101010101;CP=1;R=107;
CUL2/msg READredu: MU;P0=-225;P1=205;P2=-425;P3=424;P4=-1244;D=01012101010101010301014101230101210103010123010101012301012101032103010123010101010101010101012101010101030101410123010121010301012301010101230101210103210301012301010101010101010101210101010103010141012301012101030101230101010123010121010321030101230101;CP=1;R=0;
CUL2/msg READredu: MU;P0=-200;P1=214;P3=-437;P4=428;P5=-1222;D=01010101010101310101010101040101510134010131010401013401010101340101310104310401013401010101010101010101310101010104010151013401013101040101340101010134010131010431040101340101010101010101010131010101010401015101340101310104010134010101013401013101043104;CP=1;R=106;
CUL2/msg READredu: MU;P0=-233;P1=208;P2=-427;P3=426;P4=-1224;D=01230101010101010101010121210101010103010141012301012101030101230101010123010121010321030101230101010101010101010121010101010301014101230101210103010123010101012301012101032103010123010101010101010101012101010101030101410123010121010301012301010101230101;CP=1;R=0;
CUL2/msg READredu: MU;P0=-430;P1=213;P2=-222;P3=426;P4=-1226;D=01230123212101032121212121212121212101212121212321214121032121012123212103212121210321210121230123212103212121212121212121210121212121232121412103212101212321210321212121032121012123012321210321212121212121212121012121212123212141210321210121232121032121;CP=1;R=107;
CUL2/msg READredu: MU;P0=-207;P1=220;P2=-422;P3=433;P6=-1241;D=01230101210103210301012301010101010101010101210101010101030101610123010121010301012301010101230101210103210301012301010101010101010101210101010103010161012301012101030101230101010123010121010321030101230101010101010101010121010101010301016101230101210103;CP=1;R=0;
CUL2/msg READredu: MU;P0=-215;P1=222;P2=-419;P3=435;P4=-1223;D=01230101010123010121210103210301012301010101010101010101210101010103010141012301012101030101230101010123010121010321030101230101010101010101010121010101010301014101230101210103010123010101012301012101032103010123010101010101010101012101010101030101410123;CP=1;R=107;
CUL2/msg READredu: MU;P0=-217;P1=210;P2=-429;P3=421;D=0101210103010123010101012301012101032103010123010101010101010101012101010101030101;CP=1;R=0;
CUL2/msg READredu: MU;P0=-28320;P1=534;P2=-941;P4=1495;D=0121212121212124242121212124212421242124242124212424242121212121242424242121212424242424242424212121212121212121242421242424212424212124212421;CP=1;R=39;



CUL2 (Empfänger) mit der Nightly geflasht config: MS=0;MU=1;MC=0;Mred=1
CUL868 (Sender) mit der V 3.3.2.1-rc8 SIGNALduino cc1101 set CUL868 sendMsg P96#238823B1001F8#R50

War es das was du möchtest?
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 27 Mai 2019, 21:05:10
Ja, das war genau das was ich haben wollte, damit ist auch klar warum das Senden als MC nicht funktionieren kann.
Hier ist eine negative Pause.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 27 Mai 2019, 21:15:40
Zitat von: Ralf9 am 27 Mai 2019, 21:05:10
Ja, das war genau das was ich haben wollte, damit ist auch klar warum das Senden als MC nicht funktionieren kann.
Hier ist eine negative Pause.

Habe ich gerade ne falsche Überlegung im Kopf? Eine Pause sollte doch immer negativ sein um beim Signal mit dem High zu beginnen.
Schlussfolgerung wäre dann, das das Signal falsch herum ausgewertet wird.


Gesendet von iPhone mit Tapatalk Pro
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 27 Mai 2019, 22:20:39
wie sollte es falsch ausgewertet werden?
Beim Empfang als MU-Nachrichten ist die Pause positiv, und wenn mit positiver Pause gesendet wird, funktioniert es.
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 27 Mai 2019, 23:53:37
Wenn das senden so funktionieren sollte und der Empfänger anspricht, so waren nur alle 17 Melodien interessant. Diese müsste coolheizer mal durchgehen.

Wenn nur ein senden als MU zum Erfolg kommt, so wäre es ja denkbar 2 Defs zu erstellen um keine Dekodierung abschalten zu müssen. Eine empfang / andere senden.


Gesendet von iPhone mit Tapatalk Pro
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: HomeAuto_User am 28 Mai 2019, 15:29:07
Hallo,
ist es möglich, hier alle Informationen zu bündeln. So kann ich diese in das dazugehörige Modul einarbeiten um nicht manuell  immer den sendMSG durchzuführen.

@Ralf, bezüglich deiner VerarbeitungsRoutine (sub in der SIGNALduino.pm) machst du da bitte einen PR um alles zusammenzuführen damit @Coolheizer dann erfolgreich mit dem Modul Klingeln kann?

MfG :-*
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 30 Mai 2019, 11:50:10
Zitat@Ralf, bezüglich deiner VerarbeitungsRoutine (sub in der SIGNALduino.pm) machst du da bitte einen PR um alles zusammenzuführen

Mir wäre es lieber, wenn Du den PR machen würdest.

Mit der "sub SIGNALduino_GROTHE" wird geprüft ob am Anfang die preamble ist.
Falls die Nachricht mit 2 Nullen beginnt
00100011100000010010100111011001101001111 000  D=238129D9A78  L=41
wird am Anfang eine Null entfernt
0100011100000010010100111011001101001111      D=470253B34F   L=40
damit fallen die 3 Nullen am Ende, die nicht zur Nachricht gehören, weg.

sub SIGNALduino_GROTHE()
{
my ($name,$bitData,$id,$mcbitnum) = @_;
#my $debug = AttrVal($name,"debug",0);

my $bitLength;
$bitData = substr($bitData, 0, $mcbitnum);
my $preamble = "01000111";
my $pos = index($bitData, $preamble);
if ($pos < 0 || $pos > 5) {
return (-1,"Start pattern ($preamble) not found");
} else {
if ($pos == 1) { # eine Null am Anfang zuviel
$bitData =~ s/^0//; # eine Null am Anfang entfernen
}
$bitLength = length($bitData);
my ($rcode, $rtxt) = SIGNALduino_TestLength($name, $id, $bitLength, "GROTHE ID=$id");
if (!$rcode) {
return (-1," $rtxt");
}
}

my $hex=SIGNALduino_b2h($bitData);

SIGNALduino_Log3 $name, 4, "$name: GROTHE protocol Id=$id detected. $bitData ($bitLength)";
return  (1,$hex); ## Return the bits unchanged in hex
}



ZitatknownFreqs      => '866.35',
            clockrange         => [210,220],                     # min , max
            length_min         => '41',
            method   => \&main::SIGNALduino_MCRAW,

Die Protokolldefinition passt so nicht ganz:
In der knownFreqs ist ein Tippfehler
Die clockrange ist recht knapp, die Sender und Empfänger haben Toleranzen. Ich habe mal eine Toleranz von ca 0.2 genommen.
knownFreqs => '868.35',
clockrange => [170,260], # min , max
developId => 'y',
length_min => '40',
method => \&main::SIGNALduino_GROTHE,


Gruß Ralf
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: Ralf9 am 01 Juni 2019, 13:03:50
ZitatSo kann ich diese in das dazugehörige Modul einarbeiten um nicht manuell  immer den sendMSG durchzuführen.

Momentan funktioniert nur ein send raw, damit auch ein sendMSG funktioniert, sind noch Anpassungen in der sendMSG Routine notwendig.
Außerdem ist in der Protokolldefinition eine zusätzliche Variable für die Pause notwendig.

In der sendMSG Routine wird dann geprüft ob eine manchester Pause definiert ist und dann die manchester Bitfolge in das send raw Format gewandelt.

z.B.

sendMSG P96#470253B34F#R30

dabei gilt

s - short low
S - short high
l - long low
L - long high

0100011100000010010100111011001101001111

0 ist Ss
1 ist sS

0  1  0  0  0  1  1  1  0  0  000010010100111011001101001111
Ss sS Ss Ss Ss sS sS sS Ss Ss

mit
ss ist l
SS ist L

ergibt sich:
SlLsSsSlSs


mit SlLsSsSlSs... kann dann send raw zusammengesetzt werden
P0 - S
P1 - s
P2 - L
P3 - l
SR;R=30;P0=273;P1=-162;P2=462;P3=-398;P5=1557;D=1032101030101210101010103210321030123012301232323210323015;


Gruß Ralf
Titel: Antw:Funk-Gong Sender in fhem einbinden
Beitrag von: elektron-bbs am 11 August 2019, 13:11:55
Ich bin jetzt dabei, das Protokoll einzubauen. Mit dem Senden bin ich mir noch nicht ganz sicher. Coolheizer, probiere doch bitte mal folgende Befehle:


set CUL868 raw SC;;R=30;;SR;;R=1;;P0=1500;;P1=-215;;D=01;;SM;;R=1;;C=215;;D=470253B34F;;
set CUL868 raw SC;;R=30;;SR;;R=1;;P0=1500;;P1=-215;;D=01;;SM;;R=1;;C=215;;D=47824DB5CB;;
set CUL868 raw SC;;R=30;;SR;;R=1;;P0=1500;;P1=-215;;D=01;;SM;;R=1;;C=215;;D=47904762803F;;