Funk-Gong Sender in fhem einbinden

Begonnen von rippi46, 06 Januar 2017, 18:58:44

Vorheriges Thema - Nächstes Thema

Ralf9

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

coolheizer

Wenn du mir sagst wie ich welches Signal senden kann/ soll,
könnte ich schauen ob die Innenteile darauf reagieren.
FHEM 5.8 auf Raspberry Pi 3, HM-MOD-UART und  MapleCUN.
HM-MOD-Re-8 für Velux Rolladensteuerung.
HM-CC-RT-DN.
HM-SEC-SCo.
HM-LC-Bl1PBU-FM.

Ralf9

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

HomeAuto_User

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

Ralf9

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

coolheizer

Leider passier nix:
set CUL868 sendMsg P96#238823B1001F8#R50
Die repeats habe ich in 10er schritten bis auf 100 erhöht.
FHEM 5.8 auf Raspberry Pi 3, HM-MOD-UART und  MapleCUN.
HM-MOD-Re-8 für Velux Rolladensteuerung.
HM-CC-RT-DN.
HM-SEC-SCo.
HM-LC-Bl1PBU-FM.

Ralf9

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

coolheizer

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.
FHEM 5.8 auf Raspberry Pi 3, HM-MOD-UART und  MapleCUN.
HM-MOD-Re-8 für Velux Rolladensteuerung.
HM-CC-RT-DN.
HM-SEC-SCo.
HM-LC-Bl1PBU-FM.

Ralf9

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

coolheizer

Habe eine der klingeln mal direkt daneben gestellt, leider immernoch keine Reaktion.
FHEM 5.8 auf Raspberry Pi 3, HM-MOD-UART und  MapleCUN.
HM-MOD-Re-8 für Velux Rolladensteuerung.
HM-CC-RT-DN.
HM-SEC-SCo.
HM-LC-Bl1PBU-FM.

Ralf9

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

coolheizer

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



FHEM 5.8 auf Raspberry Pi 3, HM-MOD-UART und  MapleCUN.
HM-MOD-Re-8 für Velux Rolladensteuerung.
HM-CC-RT-DN.
HM-SEC-SCo.
HM-LC-Bl1PBU-FM.

Ralf9

#72
Dies siehst Du nur im log
In der Art:
...4: CUL868/msg READredu: MU;P0=
FHEM auf Cubietruck mit Igor-Image, SSD und  hmland + HM-CFG-USB-2,  HMUARTLGW Lan,   HM-LC-Bl1PBU-FM, HM-CC-RT-DN, HM-SEC-SC-2, HM-MOD-Re-8, HM-MOD-Em-8
HM-Wired:  HMW_IO_12_FM, HMW_Sen_SC_12_DR, Selbstbau IO-Module HBW_IO_SW
Maple-SIGNALduino, WH3080,  Hideki, Id 7

coolheizer

[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
FHEM 5.8 auf Raspberry Pi 3, HM-MOD-UART und  MapleCUN.
HM-MOD-Re-8 für Velux Rolladensteuerung.
HM-CC-RT-DN.
HM-SEC-SCo.
HM-LC-Bl1PBU-FM.

coolheizer

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.
FHEM 5.8 auf Raspberry Pi 3, HM-MOD-UART und  MapleCUN.
HM-MOD-Re-8 für Velux Rolladensteuerung.
HM-CC-RT-DN.
HM-SEC-SCo.
HM-LC-Bl1PBU-FM.