signalduino und Motorleinwand

Begonnen von tnt99, 08 Januar 2017, 19:02:25

Vorheriges Thema - Nächstes Thema

tnt99

Hallo zusammen,

ich nutze fhem schon seit Jahren, jedoch melde ich mich erst jetzt im Forum an, da ich das erste Problem habe, das ich nicht selbst lösen kann.

Ich habe folgende Motorleinwand "eSmart Germany Tension Leinwand TATENSO", welche ich per FHEM steuern möchte. Hierfür wolle ich per signalduino  die Funkbefehle der Original Fernbedienung einlesen und unverändert per fhem senden.
Wenn ich z.B. die "UP" Taste der Fernbedienung drücke, bekomme ich folgenden log-Eintrag:

2017.01.08 18:46:58 4: sduino/msg READ: MS;P1=655;P2=-255;P3=201;P4=-709;P5=-7074;D=35121212123412341212343412123412343434343434341234;CP=3;SP=5;
2017.01.08 18:46:58 4: sduino: Matched MS Protocol id 3 -> itv1
2017.01.08 18:46:58 5: sduino: Starting demodulation at Position 2
2017.01.08 18:46:58 4: sduino: Decoded MS Protocol id 3 dmsg iF59A02 length 24
2017.01.08 18:46:58 5: sduino: converted Data to (iF59A02)
2017.01.08 18:46:58 5: sduino: dispatch iF59A02
2017.01.08 18:46:58 4: sduino IT: message "iF59A02" (7)
2017.01.08 18:46:58 4: sduino IT: msgcode "" (0) bin = 111101011001101000000010
2017.01.08 18:46:58 5: sduino IT: EV1527 housecode = 1527xf59a0  onoffcode = 0010
2017.01.08 18:46:58 3: sduino IT: Code 0010 not supported by IT_1527xf59a0.
2017.01.08 18:46:58 4: sduino IT: message "iF59A02" (7)
2017.01.08 18:46:58 4: sduino IT: msgcode "" (0) bin = 111101011001101000000010
2017.01.08 18:46:58 5: sduino IT: EV1527 housecode = 1527xf59a0  onoffcode = 0010
2017.01.08 18:46:58 3: sduino IT: Code 0010 not supported by IT_1527xf59a0.
2017.01.08 18:46:58 3: sduino: Unknown code iF59A02, help me!



Die oben eingelesene Message wollte ich dann per sduino raw senden. Allerdings habe ich noch nicht ganz verstanden, wie das funktionieren soll.
Ich habe es u.a. mit folgenden Befehl versucht:

set sduino raw SR;;P1=655;;P2=-255;;P3=201;;P4=-709;;P5=-7074;;D=35121212123412341212343412123412343434343434341234;;

Das erzeugt in der Log-Datei aber nur folgende Ausgabe und es passiert nichts.

2017.01.08 18:59:02 4: set sduino raw raw SR;;P1=655;;P2=-255;;P3=201;;P4=-709;;P5=-7074;;D=35121212123412341212343412123412343434343434341234;;
2017.01.08 18:59:02 5: sduino SW: raw SR;;P1=655;;P2=-255;;P3=201;;P4=-709;;P5=-7074;;D=35121212123412341212343412123412343434343434341234;;
2017.01.08 18:59:02 4: sduino/msg READ: Unsupported command
2017.01.08 18:59:02 4: sduino/HandleWriteQueue: nothing to send, stopping timer


Kann mir jemand weiter helfen?


Viele Grüße,

Sebastian

Sidey

#1
Hallo tnt99,

Du bist nicht alleine mit dieser Leinwand. Vor 2 Wochen hat Marcel85 genau die gleiche Frage gestellt und ich bin gerade dabei ihm die gleichen Fragen zu beantworten.

Deine Leinwand nutzt das gleiche Protokoll, wie es auch IT Steckdosen machen:
Es besteht aus 24 Bit.

20 Bit stellen so etwas die den Code deiner Leinwand dar. Vielleicht sind auch irgendwo dipschalter, mit denen Du einen Teil des Codes verändern kannst.
Diese sind für alle Befehle (hoch/runter/stop) identisch.
Die letzte 4 bit, stellen den Befehl dar.

Leider ist es beim dem ITv1 Protokoll derzeit nicht möglich, die zu sendenden Bits direkt im Sendebefehl anzugeben, da noch eine Umwandlung erfolgt.
Die Umrechnung ist aber nicht kompliziert und rasch gemacht.

Senden kann man das dann so, damit die richtige Bitfolge generiert wird.

set sduino sendMsg P3#<rauf/runter/stop Sendebefehl>#R5#C210


Das ganze kann man dann in ein DOIF oder auch mit anderen Mitteln in FHEM schön einbauen.

Grüße Sidey

@Marcel85:

11110001011111001111 0010 = hoch   entspricht Sendebefehl = 110FF110110D
11110001011111001111 1000 = stop    entspricht Sendebefehl = 110FF1101100
11110001011111001111 0100 = runter entspricht Sendebefehl = 110FF11011F0


@tnt99

11110101100110100000 0010 = hoch   entspricht Sendebefehl = 11FFDFDD000D
11110101100110100000 1000 = stop    entspricht Sendebefehl = 11FFDFDD0000
11110101100110100000 0100 = runter entspricht Sendebefehl = 11FFDFDD00F0


Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Marcel85

Moin,
habe das ganze mal eben getestet.
Rauf und Runter werden zwar empfangen und per Piepton quittiert, aber die Leinwand bewegt sich nicht.
Bei Stop passiert leider nichts, keine Reaktion und auch keine quittierung.
Gruß
Marcel

tnt99

Hallo,

ich habe gerade alle drei Befehle ausprobiert, aber ohne Erfolg. Im Gegensatz zu Marcels Leinwand hat meine nichtmal mit einem Piepton quittiert.  Es passiert gar nichts.
In der Logdatei sieht das so aus:

2017.01.09 08:37:38 5: sduino: sendmsg IT V1 convertet tristate to bits=111101011001101000000100
2017.01.09 08:37:38 5: sduino: sendmsg Preparing rawsend command for protocol=3, repeats=C210, clock=250 bits=111101011001101000000100
2017.01.09 08:37:38 4: sduino/set: sending via SendMsg: SR;R=C210;P0=250;P1=-7750;P2=750;P3=-250;P4=-750;D=01232323230423042323040423230423040404040404230404;
2017.01.09 08:37:38 5: sduino SW: SR;R=C210;P0=250;P1=-7750;P2=750;P3=-250;P4=-750;D=01232323230423042323040423230423040404040404230404;
2017.01.09 08:37:38 4: sduino/msg READ: SR;R=C210;P0=250;P1=-7750;P2=750;P3=-250;P4=-750;D=01232323230423042323040423230423040404040404230404;
2017.01.09 08:37:38 4: sduino/HandleWriteQueue: nothing to send, stopping timer



Was genau bedeutet denn "nothing to send, stopping timer". Hat er überhaupt etwas gesendet?

Viele Grüße,
Sebastian

Sidey

Er hätte etwas gesendet, vetmutlich wurde auch etwas gesendet, aber Du hast einen Parameter falsch angegeben.

Bei Repeats sollte R5 stehen, aber Du hast C210 übergeben.
Es wird hier eine Zahl erwartet. C ist in diesem Fall keine Zahl.

Die Meldung mit HandleWriteQueue braucht dich nicht weiter irritieren, die besagt nur, dass in der Warteschlange alle Befehle abgearbeitet wurden. Werde den Text wohl besser mal anpassen.

Grüße Sidey


Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

tnt99

Hallo nochmal,

ich habe jetzt folgendes gesendet:

set sduino sendMsg P3#11FFDFDD00F0#R5#C210


In der Log-Datei steht:

2017.01.09 09:47:31 5: sduino: sendmsg IT V1 convertet tristate to bits=111101011001101000000100
2017.01.09 09:47:31 5: sduino: sendmsg Preparing rawsend command for protocol=3, repeats=5, clock=210 bits=111101011001101000000100
2017.01.09 09:47:31 4: sduino/set: sending via SendMsg: SR;R=5;P0=210;P1=-6510;P2=630;P3=-210;P4=-630;D=01232323230423042323040423230423040404040404230404;
2017.01.09 09:47:31 5: sduino SW: SR;R=5;P0=210;P1=-6510;P2=630;P3=-210;P4=-630;D=01232323230423042323040423230423040404040404230404;
2017.01.09 09:47:32 4: sduino/msg READ: SR;R=5;P0=210;P1=-6510;P2=630;P3=-210;P4=-630;D=01232323230423042323040423230423040404040404230404;
2017.01.09 09:47:32 4: sduino/HandleWriteQueue: nothing to send, stopping timer


Die Leinwand reagiert gar nicht.
Kann es sein, dass der Sender am Arduino defekt ist?

VG,
Sebastian

Sidey

Dass der Sender kaputt ist, glaube ich nicht. Was für einen Sender hast Du denn? Ist er korrekt angeschlossen, hast Du irgendwas anderes, was damit schon geschaltet wurde?


Ich versuche mal kurz zusammenzufassen was wir haben:

1. Bei tnt99 passiert nichts an der Leinwand auf ein abgeschicktes Sendekommando.

2. Bei Marcel85 piept der Empfänger auf das Sendekommando, aber es passiert nichts.

3. Bei Marcel85 wurde ein IT Gerät angelegt, damit kann er eine Motor Richtung ansteuern (war das stop oder runter?).

4. Ihr habt beide das gleiche Modell?

5. Ihr verwendet einen Arduino Nano mit RXB-6 Empfänger und FS1000A als Transmitter (433 Mhz)



Habe ich etwas vergessen oder falsch wieder gegeben?

Welche Firmware / Modulversion setzt ihr ein?
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Marcel85

#7
Morgen.

Bei mir wurde ein IT Gerät angelegt, dass ist korrekt.
Mit diesem kann ich die Leinwand runterfahren lassen.

Die Leinwand ist auch von eSmart und knapp 1 Jahr alt.

Ich verwende dafür den Arduino Nano mit dem FS1000A als Sender und ich denke mal dem RXB-6.
Ich bin mir da allerdings nicht sicher, weil ich den Sender und Empfänger vor Jahren mal irgendwann gekauft habe und auf dem Empfänger nur XD-RF-5V steht.

Auf dem SignalDuino läuft folgende Firmware: V 3.3.0 SIGNALduino - compiled at Sep 18 2016 00:28:28.

Ich hoffe ihr könnt mit den Infos was anfangen.

Eine Sache hätte ich auch noch, auch wenn sie vielleicht nicht hier hin passt.
Der SignalDuino müllt mir mein Logfile total zu. Kann man das irgendwie abschalten?
Ich hänge mal einen Auszug vom Logfile dran.

2017.01.10 07:07:58 4: sduino/KeepAliveOk: 1
2017.01.10 07:07:58 4: sduino/keepalive retry = 0
2017.01.10 07:09:01 4: sduino/KeepAliveOk: 0
2017.01.10 07:09:01 4: sduino/KeepAlive: get ping
2017.01.10 07:09:01 4: sduino/keepalive retry = 1
2017.01.10 07:09:01 4: sduino/msg READ: OK
2017.01.10 07:10:03 4: sduino/KeepAliveOk: 1
2017.01.10 07:10:04 4: sduino/keepalive retry = 0
2017.01.10 07:11:06 4: sduino/KeepAliveOk: 0
2017.01.10 07:11:06 4: sduino/KeepAlive: get ping
2017.01.10 07:11:06 4: sduino/keepalive retry = 1
2017.01.10 07:11:06 4: sduino/msg READ: OK


Gruß
Marcel

Sidey

#8
Danke Marcel,

Das mit dem Empfänger ist so, dass der XD-RF-5V sehr schlecht empfängt, damit wirst du keine große Reichweite erzielen.

Kannst Du mal ein List auf das IT Gerät machen, welches ein schalten ermöglicht und noch angeben was der on bzw. off Befehl auslöst?


Bezüglich Logfile kannst Du den Verbose Level im Signalduino auf 3 stellen, dann wird weniger geloggt.
Zum Testen empfiehlt sich aber 4 oder 5.
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

tnt99

Guten Morgen,

Bei mir wurde übrigens auch ein IT Gerät angelegt, aber das Gerät kann ich gar nicht per fhem schalten...

Ob ich den Sender korrekt angeschlossen habe, weiß ich nicht. Da die Beschriftung nicht ganz eindeutig ist, habe ich auch schon mal
VCC und DATA vertauscht, auch ohne Erfolg. Habe also beide Varianten probiert.  Am Arduiono hängt er jedenfalls an D11.
Bislang hat der Sender noch gar nichts geschaltet, weil ich keine 433 MHz Funksteckdose o.ä. zum testen habe.

Ich verwende dafür den Arduino Nano mit dem FS1000A als Sender. Auf dem Empfänger steht nichts, aber der funktioniert ja.

Meine Leinwand ist auch von eSmart Germany (Tatenso) und knapp 1/2 Jahr alt.

Auf dem SignalDuino läuft folgende Firmware: V 3.3.0 SIGNALduino - compiled at Sep 18 2016 00:28:28.

Marcel85

Hier mal der list Eintrag:

Internals:
   00         f0
   DEF        110FF11011 0F F0
   IODev      sduino
   NAME       Leinwand
   NR         37
   STATE      down
   TYPE       IT
   XMIT       110ff11011
   XMITdimdown 00
   XMITdimup  00
   XMITon     0f
   Code:
     1          110ff11011
   Readings:
     2016-12-11 12:59:36   protocol        V1
     2017-01-09 06:51:44   state           off
Attributes:
   IODev      sduino
   devStateIcon up:fts_shutter_10@green down:fts_shutter_100@black 9\d.*:fts_shutter_10 8\d.*:fts_shutter_20 7\d.*:fts_shutter_30 6\d.*:fts_shutter_40 5\d.*:fts_shutter_50 4\d.*:fts_shutter_60 3\d.*:fts_shutter_70 2\d.*:fts_shutter_80 1\d.*:fts_shutter_90 0\d.*:fts_shutter_100
   eventMap   off:down on:up
   room       IT

Ralf9

#11
Zitat von: Marcel85 am 10 Januar 2017, 11:45:18
Hier mal der list Eintrag:

   DEF        110FF11011 0F F0


Du kannst es mal damit versuchen:
   DEF        110FF11011 0D F0


wenn Du das Atribut itdimmer setzt, müsste es auch damit funktionieren:
DEF        110FF11011 D0 D0 0D F0

on/off = stop
dimup/dimdown = hoch/runter

Nachtrag:
Hab es gerade getestet, das "D" funktioniert auch im dimup/dimdown

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

Sidey

"D" wird nicht als valides Tristate für ITv1 vom IT Modul erkannt.
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Marcel85

#13
Habe es gerade mal nach Ralfs Methode probiert und was soll ich sagen? Es funktioniert!

Mit dimup/dimdown kann ich die Leinwand hoch/runter fahren und mit on/off kann ich sie stoppen. Kann ich mir in FHEM auch direkt tasten anlegen?

Wie kriege ich es jetzt hin, dass ich die Leinwand beim einschalten des Beamers runterfahren lassen kann und beim ausschalten wieder hoch?

Gesteuert wird das ganze über die Harmony, welche auch in FHEM eingebunden ist.

edit: Über das Attribut webcmd habe ich mir schon mal die Buttons dimup/dimdown/off angelegt. Leider kriege ich sie über eventMap nicht umbenannt.

Schönen Abend.

Marcel

Sidey

Also wenn es aus dem IT Modul geht, dann wird es auch über sendMsg funktionieren.

Es unterscheiden sich nur zwei Parameter:

1. Die Anzahl an Wiederholungen
2. Die Taktrate für das Modulieren.

Du kannst den Sendebefehl noch mal mit C250 anstelle von C210 ausprobieren und die Anzahl an Wiederholungen von R5 auf R6 erhöhen.

Das ganze könnte man dann in einem Doif mit dem Beamer verbinden.
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Marcel85

Habe mir gerade mal einen kleinen DOIF gebastelt.
([harmony_36856974:power] eq "on") (set Leinwand dimdown) DOELSEIF ([harmony_36856974:power] eq "off") (set Leinwand dimup)
Damit funktioniert es jetzt so wie ich es mir vorgestellt habe.
Vielen Dank Leute!!!!

Sidey

Es wäre ganz nett, wenn Du das mit dem SendMSG noch mal probieren könntest.
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Marcel85

@Sidey

Mit R6 und C250 geht es jetzt auch!

Wie sieht es es denn bei tnt99 aus?

Danke!

tnt99

Bei mir tut sich nach wie vor gar nichts. Weder mit SendMSG, noch mit dem IT-Device.
Ich habe mir gestern nochmal ein neues Sendemodul bestellt. Ich hoffe, dass meins doch einen Defekt hat und es mit dem neuen vielleicht funktioniert.

Ich melde mich, sobald es etwas neues gibt.

VG,
Sebastian

Marcel85

Hannover ist leider auch nicht um die Ecke, sonst hätte ich dir mal eine Steckdose zur Verfügung gestellt.

@Sidey:
Wird SignalDuino demnächst auch mit dem 433MHz CC1101 umgehen können?

tnt99

Hallo zusammen,

ES FUNKTIONIERT!!

Heute ist der neu bestellte Sender gekommen. Sieht identisch aus mit dem anderen. Kaum habe ich den neuen Sender angeschlossen, schon lief es :-)

@sidey: du hattest mir ja folgende Sendebefehle mitgeteilt:

11110101100110100000 0010 = hoch   entspricht Sendebefehl = 11FFDFDD000D
11110101100110100000 1000 = stop    entspricht Sendebefehl = 11FFDFDD0000
11110101100110100000 0100 = runter entspricht Sendebefehl = 11FFDFDD00F0

Hoch und runter funktionieren. Stop allerdings nicht. Das ist aber auch nicht weiter schlimm, weil wenn die Leinwand runter fährt und man dann hoch drückt, die Taste das gleiche bewirkt, wie Stop.
Mit dem IT Device funktioniert es bei mir übrigens nicht, aber das ist mir egal.

Ich habe mir jetzt per ha bridge die Befehle auf meine logitech harmony gelegt und kann damit die Leinwand hoch und runter fahren. Ziel erfüllt :-) Ich habe auf meiner Harmony eine extra taste dafür. Ein doif, wie Marcel, das die Leinwand abhängig von der Activity steuert, wollte ich bewusst nicht.

Vielen Dank an sidey für die Hilfe und dafür, dass es das Modul überhaupt gibt :-)

Viele Grüße,

Sebastian

Sidey

Ja, cc1101 Support ist in Arbeit
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

tnt99

Hallo,

da Marcel per PN gefragt hat, wie das mit der ha bridge einrichtet wird, und weil es evtl. noch andere gebrauchen können, beantworte ich das ganze mal öffentlich.

Erst einmal die ha bridge herunterladen: https://github.com/bwssytems/ha-bridge/releases

ATTENTION: This requires JDK 1.8 to run

Dann starten:

java -jar ha-bridge-3.5.1.jar

ein anderer Port kann mit -Dserver.port=<port> angegeben werden, also z.B.

java -jar -Dserver.port=81 ha-bridge-3.5.1.jar

Dann ist auf dem dem Port ein web-Interface erreichbar.

Dort klick auf Manual add ->

Name: Leinwand
Device Type TCP

On URL: http://user:passwort@fhemserver:8083/fhem?cmd.dummy=set%20sduino%20sendMsg%20P3%2311FFDFDD00F0%23R6%23C210&XHR=1
Off URL auch dementsprechend eintragen.

Die URL inkl. "set sduino ..." musst du natürlich anpassen.

Wenn fertig und gespeichert, kannst du unter Bridge devices -> Test ON und Test Off prüfen, ob die Leinwand reagiert.

Danach in der Harmony APP nach HUE Devices suchen und dann übernimmt er automatisch das device "Leinwand" in die App.
Diese kannst du nun auf die Home Control buttons legen.

Du kannst dann mit einem kurzen Tastendruck die Leinwand runter fahren lassen, mit langem Tastendruck hoch.

Wenn du irgendwo noch weitere Hilfe brauchst, sag bescheid.

Sebastian



DanielS

Anscheinend habe ich eine ähnlich Leinwand. (von eSmart/Mimoto) Zumindest wird auch die als IT Steckdose erkannt.

Ich habe einen Signalduino, Arduino Nano mit FS1000A Sender und RF-5V Empfänger zu laufen. CC1101 ist auf dem Weg...

Auf verbose 4 spuckt der Signalduino das her aus:
2017.02.27 18:06:20 4: sduino/msg READ: MU;P0=252;P2=674;P4=4560;P7=-22380;D=42424242424242424242424242424242424242424242424242424242470;CP=2;
2017.02.27 18:06:22 4: sduino/msg READ: MU;P0=-3073;P1=3011;P5=2272;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101050101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;O;
2017.02.27 18:06:25 4: sduino/msg READ: MU;P0=2980;P1=-4037;P2=4564;D=01212121012121212121212121212121212121212121212121212121212121210121212121212121212121212121212121012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212101212121212121212101212121212101212121212121212121212101;CP=2;O;
2017.02.27 18:06:26 4: sduino/msg READ: MU;P0=-836;P1=2315;P2=-4170;P3=2972;D=0121212321232121212123212321212121232123212121212121212121212121212121212121212121212121212121212123212321212121232123212121212121212121212121232121212;CP=1;
2017.02.27 18:06:27 4: sduino/msg READ: MU;P0=940;P1=2459;P2=-4038;P5=-528;P7=-1408;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121517120;CP=1;
2017.02.27 18:06:28 4: sduino/msg READ: MC;LL=-4064;LH=2968;SL=-1018;SH=1692;D=2AAAAAAAAAAA8;C=1623;L=49;
2017.02.27 18:06:28 4: sduino: Found manchester Protocol id 18 clock 1623 -> OSV1
2017.02.27 18:06:28 4: sduino/msg READ: MU;P0=-107;P1=258;P2=144;P6=-198;P7=427;D=1202221670202020022000202210021070200267;CP=2;
2017.02.27 18:06:28 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.02.27 18:06:29 4: sduino: Calling Getting Attr sub with args: set verbose = 2
2017.02.27 18:06:29 3: sduino: setting Verbose to: 2
2017.02.27 18:07:21 4: sduino/msg READ: MU;P0=2196;P1=1382;P2=-4688;P5=-2192;P6=6792;P7=-1604;D=121212121212121212121562121212121212121212170;CP=1;
2017.02.27 18:07:23 4: sduino/msg READ: MU;P0=-4075;P1=3994;P4=-1984;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101014;CP=1;
2017.02.27 18:07:23 4: sduino/msg READ: MU;P0=-112;P1=229;P4=-599;P5=654;P6=-207;P7=-328;D=750145614561414561414565656145656145614141;CP=1;
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.02.27 18:07:23 4: sduino: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate


@Sidey kannst du damit was anfangen? Und darf ich damit überhaupt belästigen?

Sidey

Hi,

IT Steckdose habe ich im Log erst mal nicht gefunden.

Um bestimmen zu können, was zu deiner Leinwand gehört, wäre es gut, wenn Du im gleichbleibenden Abstand von z.B. 10 Sekunden mehrmals den Gleichen Befehl an deiner Fernbedienung auslöst.
Das 4 oder 5 mal vielleicht und dann noch mal das Log dazu postest.
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

DanielS

Ich hatte den per autocreate entstandenen Eintrag zwischenzeitlich gelöscht in der Hoffnung, daß sich das so hinjuckelt. Einen Screenshot mit den entsprechenden Einstellungen liefere ich gleich noch nach.

Hier einmal mehrfach die "Hoch"-Taste. Stop und Runter kommen auch gleich:
2017.03.04 08:33:53 1: Logfile gelöscht
2017.03.04 08:34:12 3: sduino: setting Verbose to: 4
2017.03.04 08:34:13 4: sduino/msg READ: MU;P0=4867;P1=-1835;P5=-120;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010105;CP=0;
2017.03.04 08:34:14 4: sduino/msg READ: MU;P0=-108;P1=5002;P2=-1551;P5=-984;D=01212121212121212121212121212121212121212121215;CP=1;
2017.03.04 08:34:15 4: sduino/msg READ: MU;P0=4710;P1=-4715;P4=-1996;D=0101010101010101010101010101010101010101010104;CP=0;
2017.03.04 08:34:16 4: sduino/msg READ: MU;P0=953;P1=-4776;P2=5045;P5=-1244;D=012101010101010101010101010101012121212101210101010101212121210125;CP=0;
2017.03.04 08:34:16 4: sduino/msg READ: MU;P0=2698;P1=-2700;P5=-1692;D=010101010101010101010101010101010101010101010101010101010101010105;CP=0;
2017.03.04 08:34:18 4: sduino/msg READ: MU;P0=3454;P1=-3468;P5=948;D=010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101015;CP=0;
2017.03.04 08:34:18 4: sduino/msg READ: MU;P0=-1020;P1=3859;P2=-4937;P3=4979;D=01232323232323232323212123232321232323212123232321212323232;CP=3;
2017.03.04 08:34:19 4: sduino/msg READ: MU;P0=-1916;P1=4358;P2=-4855;P6=-104;D=01212121212121212121212121212121212121212121216;CP=1;
2017.03.04 08:34:20 4: sduino/msg READ: MU;P0=2008;P1=-3546;P2=4251;P4=-112;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212124;CP=2;
2017.03.04 08:34:21 4: sduino/msg READ: MU;P0=1988;P1=-1515;P2=5031;P5=896;D=0121212121212121212121212121212121212121212121215;CP=2;
2017.03.04 08:34:23 4: sduino/msg READ: MU;P0=920;P1=-3158;P2=2839;D=012121212121212121212121212121212121212121212121212121212121212121212121212121210;CP=2;
2017.03.04 08:34:23 4: sduino/msg READ: MU;P0=-1116;P1=2056;P2=-1307;P3=4637;P5=588;P6=-26684;D=0123232323232323232323232323232323232323256;CP=3;
2017.03.04 08:34:25 4: sduino/msg READ: MU;P0=-1988;P1=3530;P2=-2040;P5=-1516;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121215;CP=1;
2017.03.04 08:34:26 4: sduino/msg READ: MU;P0=-232;P1=-537;P2=-4194;P3=4970;D=012321232321232123212323212321232123232123212321232123232123212321;CP=3;
2017.03.04 08:34:27 4: sduino/msg READ: MU;P0=-1570;P1=-2372;P2=4968;P5=964;D=012121212121212101210121012121012101210121012101210121012121015;CP=2;
2017.03.04 08:34:27 4: sduino/msg READ: MU;P0=892;P1=-1616;P2=4659;P5=2976;P6=-968;D=012121212121212121512121212121212121212121212126;CP=2;
2017.03.04 08:34:29 4: sduino/msg READ: MU;P0=-176;P1=3132;P2=-3042;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212;CP=1;
2017.03.04 08:34:30 4: sduino/msg READ: MU;P0=1784;P1=-4916;P2=4978;P4=3750;D=01212121212121412121414121414141214141214;CP=4;
2017.03.04 08:34:31 4: sduino/msg READ: MU;P0=-856;P1=4578;P2=-4719;D=01212121212121212121212121212121212121212121210;CP=1;
2017.03.04 08:34:31 4: sduino/msg READ: MU;P0=-2780;P1=4924;P2=-2614;P5=-260;D=01212121212121212121212121212121212121212121212121212121212121215;CP=1;
2017.03.04 08:34:32 4: sduino/msg READ: MU;P0=-1740;P1=4988;P2=-4782;P5=-492;D=01212121212121212121212121212121212121212121212121212121212121215;CP=1;
2017.03.04 08:34:33 4: sduino/msg READ: MU;P0=-832;P1=4978;P2=-2631;P4=-1544;D=01212121212121212121212121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:34:34 4: sduino/msg READ: MU;P0=3650;P1=-3643;P2=5134;P5=-2036;D=01212121212121212121212121212121212121210121212121212121212121012121212121212121212121212121212121212121212121212121212121212125;CP=2;
2017.03.04 08:34:35 4: sduino/msg READ: MU;P0=-2096;P1=4850;P2=-3258;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212;CP=1;
2017.03.04 08:34:36 4: sduino/msg READ: MU;P0=880;P1=-2557;P2=4886;D=0121212121212121212121212121212121212121212121212121212121210;CP=2;
2017.03.04 08:34:37 4: sduino/msg READ: MU;P0=3684;P1=-3458;P2=5221;P5=-1000;D=01212121212121212121012121212121212121212121212121012121212121212121212101212121212121212121212125;CP=2;
2017.03.04 08:34:37 4: sduino/msg READ: MU;P0=-486;P1=4925;P2=-4944;D=012121212121212121212121212121212121212121210;CP=1;
2017.03.04 08:34:38 4: sduino/msg READ: MU;P0=-3307;P1=3175;D=010101010101010101010101010101010101010101010101010101010101010101010101010101010101010;CP=1;
2017.03.04 08:34:40 4: sduino/msg READ: MU;P0=3843;P1=-3745;P5=952;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101015;CP=0;
2017.03.04 08:34:40 4: sduino/msg READ: MU;P0=-2294;P1=-2054;P2=4975;P5=-4022;P6=1924;D=0102020101010202020201010102020202010102525202010106;CP=2;
2017.03.04 08:34:42 4: sduino/msg READ: MU;P0=1600;P1=-3739;P2=3704;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=2;O;
2017.03.04 08:34:43 4: sduino/msg READ: MU;P0=-820;P1=2016;P2=-3642;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121210;CP=1;
2017.03.04 08:34:43 4: sduino/msg READ: MU;P0=-780;P1=4047;P2=-4797;D=0121212121212121212121212121212121212121212121;CP=1;
2017.03.04 08:34:44 4: sduino/msg READ: MU;P0=-120;P1=3986;P2=-5018;P3=-1576;D=01212121212121212121212121212121212121212121213;CP=1;
2017.03.04 08:34:45 4: sduino/msg READ: MU;P0=-1428;P1=660;P2=-3356;P3=4954;D=01232323232323232323232323232123232121232121232121212321212321212123212121232121232323232323232321;CP=1;
2017.03.04 08:34:46 4: sduino/msg READ: MU;P0=-184;P1=1780;P2=-5016;P3=3748;P5=-3840;D=01232323535323232323235323232323532323235353232323535323232323535323232353532323235353232323535323232323532323232323532353532323232353532323235;CP=3;
2017.03.04 08:34:47 4: sduino/msg READ: MS;P0=198;P1=-664;P2=636;P3=-209;P6=-6705;D=06010123012301230123010123010123232301232301012301;CP=0;SP=6;O;
2017.03.04 08:34:47 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:34:47 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:34:47 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:34:47 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:34:47 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:34:47 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:34:47 3: sduino: Unknown code i2A93B2, help me!
2017.03.04 08:34:47 4: sduino/msg READ: MS;P0=171;P1=-694;P2=609;P3=-239;P5=-6738;D=05010123012301230123010123010123232301232301012301;CP=0;SP=5;
2017.03.04 08:34:48 4: sduino/msg READ: MS;P0=619;P1=-235;P2=192;P3=-688;P4=-6655;P5=-112;D=24232301230523052305232301232301050123010123230123;CP=2;SP=4;O;
2017.03.04 08:34:48 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:34:49 4: sduino/msg READ: MS;P0=185;P1=-705;P2=609;P3=-230;P5=-6723;D=05010123012301230123010123010123232301232301012301;CP=0;SP=5;
2017.03.04 08:34:49 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:34:49 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:34:49 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:34:49 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:34:49 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:34:49 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:34:49 3: sduino: Unknown code i2A93B2, help me!
2017.03.04 08:34:49 4: sduino/msg READ: MU;P0=-204;P1=3390;P2=-4822;P3=4978;P7=-24280;D=0123232323232323232123232323232323232323232323232323232323237;CP=3;
2017.03.04 08:34:50 4: sduino/msg READ: MU;P0=291;P1=-576;P2=724;P3=-124;P5=-6608;P7=92;D=01012323230123230101230105010123012301230123037;CP=0;
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:34:50 4: sduino: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.03.04 08:34:50 4: sduino/msg READ: MS;P0=-216;P1=-667;P2=631;P5=199;P7=-6688;D=57515120512051205120515120515120202051202051512051;CP=5;SP=7;O;
2017.03.04 08:34:50 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:34:50 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:34:50 4: sduino: Dropped (i2A93B2) due to short time or equal msg
2017.03.04 08:34:50 4: sduino/msg READ: MS;P0=-227;P1=621;P2=175;P3=-691;P5=-6733;D=25232310231023102310232310232310101023101023231023;CP=2;SP=5;
2017.03.04 08:34:51 4: sduino/msg READ: MU;P0=-564;P1=136;P2=-940;P3=1004;P4=-4764;P5=5113;P7=3056;D=012345454545454545454545454545454545454547;CP=5;
2017.03.04 08:34:51 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:34:51 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:34:51 4: sduino/msg READ: MS;P0=203;P1=-678;P2=612;P3=-219;P5=-6684;D=05010123012301230123010123010123232301232301012301;CP=0;SP=5;O;
2017.03.04 08:34:51 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:34:51 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:34:51 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:34:51 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:34:51 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:34:51 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:34:51 3: sduino: Unknown code i2A93B2, help me!
2017.03.04 08:34:51 4: sduino/msg READ: MS;P0=200;P1=-690;P2=600;P3=-228;P6=-6736;D=06010123012301230123010123010123232301232301012301;CP=0;SP=6;O;
2017.03.04 08:34:51 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:34:51 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:34:51 4: sduino: Dropped (i2A93B2) due to short time or equal msg
2017.03.04 08:34:52 4: sduino/msg READ: MU;P0=-1220;P1=4984;P2=-4986;P4=2944;D=01212121212121212121212121212121212121212124;CP=1;
2017.03.04 08:34:53 4: sduino/msg READ: MU;P0=-1256;P1=3616;P2=-4971;P3=5384;D=01232323232323232323232323232323232323232323232321;CP=3;
2017.03.04 08:34:53 4: sduino/msg READ: MS;P0=222;P1=-641;P2=644;P3=-201;P4=-6663;P5=-112;D=04010123012301230123010123010125232301232301012301;CP=0;SP=4;O;
2017.03.04 08:34:53 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:34:53 4: sduino/msg READ: MS;P0=609;P1=-223;P2=193;P3=-692;P4=-6736;P5=148;D=24535301230123012301232301232301010123010123230123;CP=2;SP=4;O;
2017.03.04 08:34:53 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:34:54 4: sduino/msg READ: MU;P0=147;P1=-730;P2=566;P3=-260;P5=-6756;D=012323230123230101230105010123012301230123010;CP=0;
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: decoded matched MU Protocol id 40 dmsg u40#EC8 length 12
2017.03.04 08:34:54 4: SIGNALduino_unknown incomming msg: u40#EC8
2017.03.04 08:34:54 4: SIGNALduino_unknown rawData: EC8
2017.03.04 08:34:54 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:34:54 4: SIGNALduino_unknown converted to bits: 111011001000
2017.03.04 08:34:54 4: Unknown, please report
2017.03.04 08:34:54 4: SIGNALduino_unknown incomming msg: u40#EC8
2017.03.04 08:34:54 4: SIGNALduino_unknown rawData: EC8
2017.03.04 08:34:54 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:34:54 4: SIGNALduino_unknown converted to bits: 111011001000
2017.03.04 08:34:54 4: Unknown, please report
2017.03.04 08:34:54 3: sduino: Unknown code u40#EC8, help me!
2017.03.04 08:34:54 4: sduino/msg READ: MU;P0=-300;P1=100;P2=-964;P3=2032;P4=-5745;P5=5504;P7=-9648;D=0123454545454545454545454545454545454545454545454545454545454545454545454545437;CP=5;
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:34:54 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:34:55 4: sduino/msg READ: MU;P0=-152;P1=144;P2=760;P3=-5052;P4=5964;P5=2928;D=01023434343434343434343434343434343434343434343435;CP=4;
2017.03.04 08:34:55 4: sduino/KeepAliveOk: 1
2017.03.04 08:34:55 4: sduino/keepalive retry = 0
2017.03.04 08:34:56 4: sduino/msg READ: MU;P0=2936;P1=-5036;P2=5967;P3=-1552;P4=200;P5=-164;D=012121212121212121212121212121212121212121212345;CP=2;
2017.03.04 08:34:57 4: sduino/msg READ: MU;P0=-284;P1=96;P2=-1392;P3=5483;P4=-5038;D=0123434343434343434343434343434343434343;CP=3;
2017.03.04 08:34:57 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:34:59 4: sduino/msg READ: MU;P0=1956;P1=-5112;P2=5957;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121210;CP=2;
2017.03.04 08:35:00 4: sduino/msg READ: MS;P0=-652;P1=-6703;P2=642;P3=-205;P4=213;D=41404023402340234023404023404023232340232340402340;CP=4;SP=1;O;
2017.03.04 08:35:00 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:35:00 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:35:00 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:35:00 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:35:00 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:35:00 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:35:00 3: sduino: Unknown code i2A93B2, help me!
2017.03.04 08:35:01 4: sduino/msg READ: MU;P0=-368;P1=632;P2=-5026;P3=5961;P4=1940;P5=-9076;P7=-3400;D=01232323232323232323232323232323232323232323232323232323245323232323232323232323232323232323232323232323232323232323232323232323232323232323232323237;CP=3;
2017.03.04 08:35:02 4: sduino/msg READ: MU;P0=-144;P1=168;P2=-628;P3=5312;P4=-5805;P6=1952;D=01234343434343434343434343434343434343434343434343434346;CP=3;
2017.03.04 08:35:02 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:35:04 4: sduino/msg READ: MU;P0=-3669;P1=5079;P3=-184;D=010101010101010101010101010101010101010101010101010101013;CP=1;
2017.03.04 08:35:05 4: sduino/msg READ: MU;P0=-3690;P1=3519;P2=-5309;D=01212121212121212121212121212121212121012121212121212121212121012121212121212121212121212121;CP=1;
2017.03.04 08:35:07 4: sduino/msg READ: MU;P0=392;P1=-5948;P2=3426;P5=1972;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121215;CP=2;
2017.03.04 08:35:08 4: sduino/msg READ: MU;P0=-1564;P1=4276;P2=-5740;P4=-3212;P5=100;P6=-184;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121456;CP=1;
2017.03.04 08:35:09 4: sduino/msg READ: MU;P0=-1976;P1=2976;P2=-4945;P3=5222;P6=-3196;D=01232323232323232323232323232323232323232323232323232323236;CP=3;
2017.03.04 08:35:10 4: sduino/msg READ: MU;P0=264;P1=-187;P3=-3232;P5=-625;P6=686;P7=-138;D=30505670567056705670505610505616767056767050561050;CP=0;
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.03.04 08:35:10 4: sduino/msg READ: MS;P0=-227;P1=-6699;P2=180;P3=-672;P4=625;D=21232340234023402340232340232340404023404023234023;CP=2;SP=1;O;
2017.03.04 08:35:10 4: sduino/msg READ: MU;P0=272;P1=-672;P2=623;P3=-218;P4=128;P5=-6704;P6=192;D=1456161236123612361230161236161232323612323616123616;CP=6;
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:35:10 4: sduino: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.03.04 08:35:12 4: sduino/msg READ: MU;P0=974;P1=-4988;P2=5352;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121210;CP=2;
2017.03.04 08:35:13 4: sduino/msg READ: MU;P0=-1132;P1=5915;P2=-5035;P4=2980;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212124;CP=1;
2017.03.04 08:35:14 4: sduino/msg READ: MU;P0=-2482;P1=5424;P3=-4004;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010131013;CP=1;
2017.03.04 08:35:15 4: sduino/msg READ: MU;P0=-168;P1=556;P2=-5272;P3=5473;P5=3976;D=01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232325;CP=3;
2017.03.04 08:35:16 4: sduino/msg READ: MU;P0=2905;P1=-5513;P4=-3968;D=010101010101010101010101010101010101010101010104;CP=0;
2017.03.04 08:35:18 4: sduino/msg READ: MU;P0=1988;P1=-5056;P2=5070;P5=-3028;D=012121212121212121212121212121212121212121212125;CP=2;
2017.03.04 08:35:19 4: sduino/msg READ: MU;P0=1489;P1=-5615;P3=-4046;P4=848;P5=-9924;D=0101010301010101030101010101010101010145;CP=0;
2017.03.04 08:35:20 4: sduino/msg READ: MU;P0=-2504;P1=5728;P2=-5160;P3=3940;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212123;CP=1;
2017.03.04 08:35:21 4: sduino/msg READ: MS;P0=189;P1=-689;P2=-6695;P3=615;P4=-225;D=02010134013401340134010134010134343401343401013401;CP=0;SP=2;O;
2017.03.04 08:35:21 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:35:21 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:35:21 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:35:21 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:35:21 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:35:21 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:35:21 3: sduino: Unknown code i2A93B2, help me!
2017.03.04 08:35:21 4: sduino/msg READ: MU;P0=166;P1=-706;P2=609;P3=-234;P5=118;P6=-6744;D=010123012301230123010123010123232301232301512301560101230123012301230101230101232323012323010123010;CP=0;
2017.03.04 08:35:21 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:35:21 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:35:21 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:35:21 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:35:21 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:35:21 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:35:21 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:35:21 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:35:23 4: sduino/msg READ: MU;P0=-2436;P1=6940;P2=-5056;P4=4984;P6=936;D=01212121212421212121242121212121212121242121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121242121212121212121212121212121212121212121212121212121242421212121212126;CP=1;
2017.03.04 08:35:24 4: sduino/msg READ: MU;P0=-3399;P1=6808;P3=5001;P4=-852;D=010101010101010101010101010101010101010101010101010101010303010101010101010101010101010101010101010101010101010101010101010103030101030301010101010101014;CP=1;
2017.03.04 08:35:25 4: sduino/msg READ: MU;P0=-268;P1=460;P2=1338;P3=6413;P6=2924;D=012323232323232323232323232323232323232326;CP=2;
2017.03.04 08:35:25 4: sduino/msg READ: MU;P0=-4504;P1=5264;P2=-5756;P5=-108;D=01212121012121212121212121212121212121212121212121212121212121212121212121212121212121215;CP=1;
2017.03.04 08:35:27 4: sduino/msg READ: MU;P0=3849;P1=-5887;P3=-340;D=010101010101010101010101010101010101010101010101010101010103;CP=0;
2017.03.04 08:35:28 4: sduino/msg READ: MU;P0=4732;P1=-5982;P5=-916;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010105;CP=0;
2017.03.04 08:35:28 4: sduino/msg READ: MU;P0=-5545;P1=6087;P3=-2480;D=01010101010101010101010101010101010101010101010101010101010101010101010101013;CP=1;
2017.03.04 08:35:30 4: sduino/msg READ: MU;P0=874;P1=-5305;P2=5286;P5=300;P6=-546;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212156560;CP=2;
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:35:30 4: sduino/msg READ: MU;P0=-6696;P1=-657;P2=640;P3=-200;P4=215;P5=-146;D=01234125412341412341412525234123234141234140414123412341;CP=4;
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:35:30 4: sduino: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.03.04 08:35:30 4: sduino/msg READ: MS;P0=-658;P1=639;P2=-215;P3=214;P5=-6670;P7=-147;D=35303017301730173012303012303012121230121230301730;CP=3;SP=5;O;
2017.03.04 08:35:30 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:35:31 4: sduino/msg READ: MS;P0=-225;P1=191;P2=-676;P3=619;P4=-6717;D=14121230123012301230121230121230303012303012123012;CP=1;SP=4;
2017.03.04 08:35:31 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:35:31 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:35:31 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:35:31 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:35:31 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:35:31 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:35:31 3: sduino: Unknown code i2A93B2, help me!
2017.03.04 08:35:32 4: sduino/msg READ: MU;P0=1612;P1=-5996;P2=5220;P5=944;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121215;CP=2;
2017.03.04 08:35:33 4: sduino/msg READ: MU;P0=-2236;P1=5240;P2=-5735;P4=-1360;D=012121212121212121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:35:35 4: sduino/msg READ: MU;P0=-444;P1=3508;P2=-5526;P4=-1820;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:35:36 4: sduino/msg READ: MU;P0=-196;P1=104;P2=-4539;P3=5932;D=01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323;CP=3;O;
2017.03.04 08:35:37 4: sduino/msg READ: MU;P0=5875;P1=-5024;P4=2932;D=0101010101010101010101010101010101010101010101010101014;CP=0;
2017.03.04 08:35:38 4: sduino/msg READ: MS;P0=188;P1=-6706;P3=-691;P4=618;P5=-228;D=01030345034503450345030345030345454503454503034503;CP=0;SP=1;
2017.03.04 08:35:38 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:35:38 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B2 length 24
2017.03.04 08:35:38 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:35:38 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:35:38 4: sduino IT: message "i2A93B2" (7)
2017.03.04 08:35:38 4: sduino IT: msgcode "" (0) bin = 001010101001001110110010
2017.03.04 08:35:38 3: sduino: Unknown code i2A93B2, help me!
2017.03.04 08:35:39 4: sduino/msg READ: MU;P0=-260;P1=1292;P2=-5541;P3=5442;P5=-1504;D=0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323235;CP=3;
2017.03.04 08:35:40 4: sduino/msg READ: MU;P0=944;P1=-5196;P2=5783;P4=-3780;P5=132;P6=-1128;P7=-2748;D=0121212121212121212121212121212121212121212121245621212121212121212121212121212121212121212121212121212127;CP=2;
2017.03.04 08:35:40 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:35:42 4: sduino/msg READ: MU;P0=-3612;P1=5680;P2=-5308;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;O;
2017.03.04 08:35:44 4: sduino/msg READ: MU;P0=968;P1=-5023;P2=5639;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=2;O;
2017.03.04 08:35:45 4: sduino/msg READ: MU;P0=-112;P1=3200;P2=-5031;P3=5973;P4=-1972;D=012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323234;CP=3;
2017.03.04 08:35:46 4: sduino/msg READ: MU;P0=-5299;P1=5029;P2=-4050;P4=2960;D=010101210101010101010121010101010101010101010101012101010101010104;CP=1;
2017.03.04 08:35:47 4: sduino/msg READ: MU;P0=-640;P1=3268;P2=-5356;P3=5585;P5=-1684;D=0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323235;CP=3;
2017.03.04 08:35:48 4: sduino/msg READ: MU;P0=-1228;P1=5635;P2=-5311;P4=-1980;D=012121212121212121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:35:49 4: sduino/msg READ: MU;P0=-576;P1=5603;P2=-5637;P5=4028;P6=-248;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121256;CP=1;
2017.03.04 08:35:50 4: sduino/msg READ: MU;P0=-228;P1=5847;P2=-5034;D=01212121212121212121212121212121212121212121212121212;CP=1;
2017.03.04 08:35:51 4: sduino/msg READ: MU;P0=2285;P1=-4918;P4=-1876;P5=128;P6=-180;D=0101010101010101010101010101010101010456;CP=0;
2017.03.04 08:35:51 4: sduino: Fingerprint for MU Protocol id 44 -> BresserTemeo matches, trying to demodulate
2017.03.04 08:35:51 4: sduino: Fingerprint for MU Protocol id 51 -> BresserTemeo matches, trying to demodulate
2017.03.04 08:35:52 4: sduino/msg READ: MU;P0=2864;P1=-5017;P2=5960;P4=1952;D=012121212121212121212121212121212121212121212121212121212121212121212121212121214;CP=2;
2017.03.04 08:35:54 4: sduino/msg READ: MU;P0=2924;P1=-4977;P2=5882;P5=1932;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121215;CP=2;
2017.03.04 08:35:55 4: sduino/msg READ: MU;P0=880;P1=-5033;P2=5153;D=01212121212121212121212121212121212121212121212121212;CP=2;
2017.03.04 08:35:55 4: sduino/KeepAliveOk: 1
2017.03.04 08:35:55 4: sduino/keepalive retry = 0
2017.03.04 08:35:55 4: sduino/msg READ: MU;P0=972;P1=-5288;P2=5708;P4=-1972;D=01212121212121212121212121212121212121212121212121212124;CP=2;
2017.03.04 08:35:56 4: sduino/msg READ: MU;P0=-2500;P1=5113;P2=-5837;D=01212121212121212121212121212121212121212121212;CP=1;
2017.03.04 08:35:58 4: sduino/msg READ: MU;P0=-2204;P1=5628;P2=-5766;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;O;
2017.03.04 08:35:59 4: sduino/msg READ: MU;P0=1596;P1=-5038;P2=6960;P4=4974;P5=2952;D=01212121212121212121212121212121212141212121212121214121212121212121212121212121212121212121212121212121215;CP=2;
2017.03.04 08:36:01 4: sduino/msg READ: MU;P0=-1832;P1=7270;P2=-5273;P4=4642;D=01212121212121242121212124212121212121212124;CP=1;
2017.03.04 08:36:04 4: sduino/msg READ: MU;P0=-2980;P1=3503;P2=-5917;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;O;
2017.03.04 08:36:05 4: sduino/msg READ: MU;P0=-5943;P1=5036;P4=-1960;D=010101010101010101010101010101010101010101010101010101010101010101010101014;CP=1;
2017.03.04 08:36:05 4: sduino/msg READ: MU;P0=-2768;P1=5222;P2=-5781;P3=-624;D=012121212121212121212121212121212121212121212121213;CP=1;
2017.03.04 08:36:08 4: sduino/msg READ: MU;P0=5007;P1=-5946;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=0;O;
2017.03.04 08:36:09 4: sduino/msg READ: MU;P0=543;P1=-6015;P2=6272;P3=-3784;P4=104;P5=-2032;P7=-980;D=012121212121212121212121212121234521212121212121212121212121212121212101010101010101212121212101010101010107;CP=2;
2017.03.04 08:36:09 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:36:09 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:36:09 4: sduino: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.03.04 08:36:09 4: sduino: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.03.04 08:36:09 4: sduino: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.03.04 08:36:10 4: sduino/msg READ: MU;P0=2412;P1=-5264;P2=5096;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=2;
2017.03.04 08:36:11 4: sduino/msg READ: MU;P0=4500;P1=-5253;P2=5765;D=0121212121212101012121212121212121212121212121;CP=2;
2017.03.04 08:36:14 4: sduino/msg READ: MU;P0=2896;P1=-6020;P2=3821;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=2;O;
2017.03.04 08:36:14 4: sduino/msg READ: MU;P0=-148;P1=120;P2=-568;P3=5880;P4=-5610;P6=1932;D=012343434343434343434343434343434343434343434346;CP=3;
2017.03.04 08:36:15 4: sduino/msg READ: MU;P0=-1596;P1=3772;P2=-5886;P6=-3940;D=012121212121212121212121212121212121212121212121212121212121212121212121216;CP=1;
2017.03.04 08:36:17 4: sduino/msg READ: MU;P0=-116;P1=3877;P2=-5926;P4=948;D=012121212121212121212121212121212121212121212121212121212121212121212124;CP=1;
2017.03.04 08:36:18 4: sduino/msg READ: MU;P0=-1424;P1=5397;P2=-5894;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;
2017.03.04 08:36:20 4: sduino/msg READ: MU;P0=1277;P1=-5863;P2=6233;P5=-2712;D=0121210121212121012121212101212101212101212121210121212121012121012121212121210121212121012121212101212101212121210121210121212121212101212121212121212101212121210125;CP=2;
2017.03.04 08:36:21 4: sduino/msg READ: MU;P0=-708;P1=6051;P2=-5255;P3=4580;P5=-152;D=0121212121212121212121232323232121212123232321212121232323232121212123232323232121235;CP=3;
2017.03.04 08:36:22 4: sduino/msg READ: MU;P0=3004;P1=-2980;P2=6392;P3=-5270;P5=1964;D=0123232323232323232323232323232323232323235;CP=2;
2017.03.04 08:36:23 4: sduino/msg READ: MU;P0=-368;P1=5955;P2=-5979;P5=-944;D=01212121212121212121212121212121212121212121212121215;CP=1;
2017.03.04 08:36:24 4: sduino/msg READ: MU;P0=2632;P1=-3829;P2=6911;P4=4976;D=0121212121212121212121212121212121212121212121212121212121214121210;CP=2;
2017.03.04 08:36:24 4: sduino/msg READ: MU;P0=-200;P1=792;P2=-1408;P3=5937;P6=2952;D=012323232323232323232323232323232323232323232323232323232326;CP=3;
2017.03.04 08:36:24 4: sduino: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2017.03.04 08:36:25 4: sduino/msg READ: MU;P0=-644;P1=148;P2=-140;P3=1824;P4=-5818;P5=6713;P7=4973;D=0123454547454545454545454545454545454545454545454545454545454545454545454545454545454545454545454745454545474545454547454545454;CP=5;
2017.03.04 08:36:25 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:36:26 4: sduino/msg READ: MU;P0=-464;P1=6641;P2=-6031;P3=4974;P4=-3992;D=012121232121212123212121212121212121212121212121214;CP=1;
2017.03.04 08:36:27 4: sduino/msg READ: MU;P0=-4388;P1=6762;P2=-6021;P3=4985;D=0121212121212121212121212121212121212121212121212121212121212123210121212121212121212121212121232123;CP=1;
2017.03.04 08:36:29 4: sduino/msg READ: MU;P0=6970;P1=-6026;P3=4956;D=01010101010101010101010101010101010101010101013;CP=0;
2017.03.04 08:36:30 4: sduino/msg READ: MU;P0=-1748;P1=6969;P2=-6026;P3=960;D=0121212121212121212121212121212121212121212121212123;CP=1;
2017.03.04 08:36:30 4: sduino/msg READ: MU;P0=-1376;P1=3992;P2=-6057;P3=7077;P4=-924;D=012323232323232323232323232323232323232323232323232323232323234;CP=3;
2017.03.04 08:36:31 4: sduino/msg READ: MU;P0=3372;P1=-5906;P2=6314;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=2;
2017.03.04 08:36:33 4: sduino/msg READ: MU;P0=-700;P1=7041;P2=-6066;P3=-4164;D=01212121212121212121212121212121212121212121213;CP=1;
2017.03.04 08:36:34 4: sduino/msg READ: MU;P0=972;P1=-6014;P2=6633;P4=4964;P5=3468;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121415;CP=2;
2017.03.04 08:36:35 4: sduino: Calling Getting Attr sub with args: set verbose = 3
2017.03.04 08:36:35 3: sduino: setting Verbose to: 3

DanielS

Hier mehrfach die Runter Taste mit ganz am Ende einmal Stopp, da die Leinwand anscheinend ihre EndPosition vergessen hat....  Vermutlich durch das herum Experimentieren. :-\

2017.03.04 08:41:39 1: Logfile gelöscht
2017.03.04 08:42:46 3: sduino: setting Verbose to: 4
2017.03.04 08:42:48 4: sduino/msg READ: MU;P0=-272;P1=5215;P2=-5045;P4=-1996;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:42:49 4: sduino/msg READ: MU;P0=-5763;P1=4575;P4=-1356;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101014;CP=1;
2017.03.04 08:42:50 4: sduino/msg READ: MU;P0=5837;P1=-5097;P2=2948;D=0101010101010101010101010101010101010101010101010101010101010101010101010101012;CP=0;
2017.03.04 08:42:51 4: sduino/msg READ: MU;P0=-720;P1=5460;P2=-5602;P4=-132;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:42:52 4: sduino/msg READ: MU;P0=-2484;P1=4537;P2=-4965;P5=1924;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212125;CP=1;
2017.03.04 08:42:53 4: sduino/msg READ: MU;P0=-252;P1=-664;P2=-396;P3=-5882;P4=6070;P7=-2976;D=0121343434343431343434343434343434343434343431313131343434313131343434313434343434343434343434343434343434343434343434343434343431347;CP=4;
2017.03.04 08:42:54 4: sduino/msg READ: MU;P0=-144;P1=4014;P2=-5510;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121210;CP=1;
2017.03.04 08:42:55 4: sduino/msg READ: MU;P0=-1864;P1=5783;P2=-5096;P5=936;D=0121212121212121212121212121212121212125;CP=1;
2017.03.04 08:42:55 4: sduino/KeepAliveOk: 1
2017.03.04 08:42:55 4: sduino/keepalive retry = 0
2017.03.04 08:42:56 4: sduino/msg READ: MU;P0=584;P1=-5041;P2=5951;P4=944;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121214;CP=2;
2017.03.04 08:42:58 4: sduino/msg READ: MU;P0=956;P1=-5010;P2=5940;P5=2984;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121215;CP=2;
2017.03.04 08:42:59 4: sduino/msg READ: MU;P0=-3400;P1=6476;P2=-5921;P4=4960;P5=2684;P6=-132;D=01212121212121212121212421212121212121212124212121212121242421212121212121212121212124256;CP=1;
2017.03.04 08:43:00 4: sduino/msg READ: MU;P0=-92;P1=92;P2=-192;P3=152;P4=-638;P5=5162;P6=-5731;D=0123456565656565656565656565656565656565654;CP=5;
2017.03.04 08:43:00 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:43:00 4: sduino/msg READ: MU;P0=-194;P1=5129;P2=-5892;P3=108;P4=-112;D=01212121212121212121212121212121212121034;CP=1;
2017.03.04 08:43:02 4: sduino/msg READ: MU;P0=216;P1=-5664;P2=2769;D=012121212121212121212121212121212121212121212121212;CP=2;
2017.03.04 08:43:02 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:43:03 4: sduino/msg READ: MU;P0=5268;P1=-5752;P3=-960;P4=116;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101034;CP=0;
2017.03.04 08:43:03 4: sduino/msg READ: MU;P0=2984;P1=-5069;P2=6489;P4=-2436;D=0121212121212121212121212121212121212121212124;CP=2;
2017.03.04 08:43:05 4: sduino/msg READ: MU;P0=2980;P1=-5494;P2=4993;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212;CP=2;
2017.03.04 08:43:06 4: sduino/msg READ: MU;P0=-5550;P1=5838;P4=2552;P5=-108;D=0101010101010101010101010101010101010101010101045;CP=1;
2017.03.04 08:43:07 4: sduino/msg READ: MU;P0=-2348;P1=5905;P2=-5546;P4=-4024;P5=176;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212145;CP=1;
2017.03.04 08:43:09 4: sduino/msg READ: MU;P0=3544;P1=-6004;P5=-144;D=010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010105;CP=0;
2017.03.04 08:43:10 4: sduino/msg READ: MS;P0=-230;P1=183;P2=-686;P3=614;P6=-6724;D=16121230123012301230121230121230303012303012301212;CP=1;SP=6;
2017.03.04 08:43:12 4: sduino/msg READ: MU;P0=-120;P1=2099;P2=-5657;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;
2017.03.04 08:43:17 4: sduino/msg READ: MU;P0=-114;P1=171;P2=-3256;P3=4753;P4=-5887;P6=-2256;P7=-176;D=012343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434361017;CP=3;
2017.03.04 08:43:18 4: sduino/msg READ: MU;P0=-1580;P1=5522;P2=-5483;D=012121212121212121212121212121212121212121212121212121210;CP=1;
2017.03.04 08:43:20 4: sduino/msg READ: MU;P0=-124;P1=844;P2=-4513;P3=6363;P5=-716;D=01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323235;CP=3;
2017.03.04 08:43:20 4: sduino/msg READ: MS;P0=614;P1=-228;P2=189;P3=-678;P4=-6720;D=24232301230123012301232301232301010123010123012323;CP=2;SP=4;O;
2017.03.04 08:43:20 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:43:20 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B4 length 24
2017.03.04 08:43:20 4: sduino IT: message "i2A93B4" (7)
2017.03.04 08:43:20 4: sduino IT: msgcode "" (0) bin = 001010101001001110110100
2017.03.04 08:43:20 4: sduino IT: message "i2A93B4" (7)
2017.03.04 08:43:20 4: sduino IT: msgcode "" (0) bin = 001010101001001110110100
2017.03.04 08:43:20 3: sduino: Unknown code i2A93B4, help me!
2017.03.04 08:43:21 4: sduino/msg READ: MU;P0=599;P1=-249;P2=153;P3=-708;P5=-6733;D=01230123012323012323010101230101230123232523230123012301230123230123230101012301012301232325232301230123012301232301232301010123010123012323252323012301230123012323012323010101230101230123232;CP=2;
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2017.03.04 08:43:21 4: sduino: decoded matched MU Protocol id 40 dmsg u40#A4ED0 length 20
2017.03.04 08:43:21 4: SIGNALduino_unknown incomming msg: u40#A4ED0
2017.03.04 08:43:21 4: SIGNALduino_unknown rawData: A4ED0
2017.03.04 08:43:21 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:21 4: SIGNALduino_unknown converted to bits: 10100100111011010000
2017.03.04 08:43:21 4: Unknown, please report
2017.03.04 08:43:21 4: SIGNALduino_unknown incomming msg: u40#A4ED0
2017.03.04 08:43:21 4: SIGNALduino_unknown rawData: A4ED0
2017.03.04 08:43:21 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:21 4: SIGNALduino_unknown converted to bits: 10100100111011010000
2017.03.04 08:43:21 4: Unknown, please report
2017.03.04 08:43:21 3: sduino: Unknown code u40#A4ED0, help me!
2017.03.04 08:43:21 4: sduino: decoded matched MU Protocol id 40 dmsg u40#552768 length 24
2017.03.04 08:43:21 4: SIGNALduino_unknown incomming msg: u40#552768
2017.03.04 08:43:21 4: SIGNALduino_unknown rawData: 552768
2017.03.04 08:43:21 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:21 4: SIGNALduino_unknown converted to bits: 010101010010011101101000
2017.03.04 08:43:21 4: Unknown, please report
2017.03.04 08:43:21 4: SIGNALduino_unknown incomming msg: u40#552768
2017.03.04 08:43:21 4: SIGNALduino_unknown rawData: 552768
2017.03.04 08:43:21 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:21 4: SIGNALduino_unknown converted to bits: 010101010010011101101000
2017.03.04 08:43:21 4: Unknown, please report
2017.03.04 08:43:21 3: sduino: Unknown code u40#552768, help me!
2017.03.04 08:43:21 4: sduino: decoded matched MU Protocol id 40 dmsg u40#552768 length 24
2017.03.04 08:43:21 4: sduino: Dropped (u40#552768) due to short time or equal msg
2017.03.04 08:43:21 4: sduino: decoded matched MU Protocol id 40 dmsg u40#552768 length 24
2017.03.04 08:43:21 4: sduino: Dropped (u40#552768) due to short time or equal msg
2017.03.04 08:43:21 4: sduino/msg READ: MU;P0=-1988;P1=2090;P2=-6006;P4=-4024;D=0121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:43:23 4: sduino/msg READ: MU;P0=4470;P1=-5045;P2=6929;P5=1944;D=012121212121212121212121212121212101212121212121212121212121215;CP=2;
2017.03.04 08:43:24 4: sduino/msg READ: MU;P0=-3028;P1=2614;P2=-6024;P4=-752;D=01212121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:43:25 4: sduino/msg READ: MU;P0=-1232;P1=5845;P2=-5892;P5=2960;D=01212121212121212121212121212121212121212125;CP=1;
2017.03.04 08:43:25 4: sduino/msg READ: MU;P0=-1468;P1=3166;P2=-6006;D=012121212121212121212121212121212121212121212121212121;CP=1;
2017.03.04 08:43:26 4: sduino/msg READ: MU;P0=-4304;P1=760;P2=-2040;P3=5897;P4=-5950;D=0123434343434343434343434303434343434343434343434343434343434343430;CP=3;
2017.03.04 08:43:27 4: sduino/msg READ: MU;P0=1976;P1=-5676;P2=4388;D=01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212;CP=2;
2017.03.04 08:43:28 4: sduino/msg READ: MU;P0=-236;P1=2780;P2=-5942;P3=6036;P6=-2308;D=0123232323232323232323232323232323232323232323232323232323236;CP=3;
2017.03.04 08:43:31 4: sduino/msg READ: MU;P0=-5985;P1=5107;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101;CP=1;
2017.03.04 08:43:33 4: sduino/msg READ: MS;P0=194;P1=-663;P2=635;P3=-211;P6=-6697;D=06010123012301230123010123010123232301232301230101;CP=0;SP=6;O;
2017.03.04 08:43:33 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:43:33 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B4 length 24
2017.03.04 08:43:33 4: sduino IT: message "i2A93B4" (7)
2017.03.04 08:43:33 4: sduino IT: msgcode "" (0) bin = 001010101001001110110100
2017.03.04 08:43:33 4: sduino IT: message "i2A93B4" (7)
2017.03.04 08:43:33 4: sduino IT: msgcode "" (0) bin = 001010101001001110110100
2017.03.04 08:43:33 3: sduino: Unknown code i2A93B4, help me!
2017.03.04 08:43:34 4: sduino/msg READ: MU;P0=158;P1=-709;P2=603;P3=-240;P5=-6732;D=012301230101230101232323012323012301010501012301230123012301012301012323230123230123010105010123012301230123010123010123232301232301230101050101230123012301230101230101232323012323012301010;CP=0;
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2017.03.04 08:43:34 4: sduino: decoded matched MU Protocol id 40 dmsg u40#A4ED0 length 20
2017.03.04 08:43:34 4: SIGNALduino_unknown incomming msg: u40#A4ED0
2017.03.04 08:43:34 4: SIGNALduino_unknown rawData: A4ED0
2017.03.04 08:43:34 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:34 4: SIGNALduino_unknown converted to bits: 10100100111011010000
2017.03.04 08:43:34 4: Unknown, please report
2017.03.04 08:43:34 4: SIGNALduino_unknown incomming msg: u40#A4ED0
2017.03.04 08:43:34 4: SIGNALduino_unknown rawData: A4ED0
2017.03.04 08:43:34 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:34 4: SIGNALduino_unknown converted to bits: 10100100111011010000
2017.03.04 08:43:34 4: Unknown, please report
2017.03.04 08:43:34 3: sduino: Unknown code u40#A4ED0, help me!
2017.03.04 08:43:34 4: sduino: decoded matched MU Protocol id 40 dmsg u40#552768 length 24
2017.03.04 08:43:34 4: SIGNALduino_unknown incomming msg: u40#552768
2017.03.04 08:43:34 4: SIGNALduino_unknown rawData: 552768
2017.03.04 08:43:34 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:34 4: SIGNALduino_unknown converted to bits: 010101010010011101101000
2017.03.04 08:43:34 4: Unknown, please report
2017.03.04 08:43:34 4: SIGNALduino_unknown incomming msg: u40#552768
2017.03.04 08:43:34 4: SIGNALduino_unknown rawData: 552768
2017.03.04 08:43:34 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:34 4: SIGNALduino_unknown converted to bits: 010101010010011101101000
2017.03.04 08:43:34 4: Unknown, please report
2017.03.04 08:43:34 3: sduino: Unknown code u40#552768, help me!
2017.03.04 08:43:34 4: sduino: decoded matched MU Protocol id 40 dmsg u40#552768 length 24
2017.03.04 08:43:34 4: sduino: Dropped (u40#552768) due to short time or equal msg
2017.03.04 08:43:34 4: sduino: decoded matched MU Protocol id 40 dmsg u40#552768 length 24
2017.03.04 08:43:34 4: sduino: Dropped (u40#552768) due to short time or equal msg
2017.03.04 08:43:35 4: sduino/msg READ: MU;P0=-675;P1=4631;P4=-4992;D=01010101014101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010;CP=1;
2017.03.04 08:43:37 4: sduino/msg READ: MU;P0=-408;P1=1495;P2=-5539;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212;CP=1;
2017.03.04 08:43:38 4: sduino/msg READ: MU;P0=-3988;P1=5117;P2=-5887;P3=-528;D=012121212121212121212121212121212121212121212121212121213;CP=1;
2017.03.04 08:43:39 4: sduino/msg READ: MU;P0=2962;P1=-5541;P5=1952;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101015;CP=0;
2017.03.04 08:43:41 4: sduino/msg READ: MU;P0=2036;P1=-4722;P2=4197;P3=-92;P4=880;D=01234121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=2;O;
2017.03.04 08:43:43 4: sduino/msg READ: MU;P0=-1212;P1=2512;P2=-5166;P4=-136;P5=850;P6=-420;D=0121212121212121212145212121212121212121212165;CP=1;
2017.03.04 08:43:43 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:43:43 4: sduino/msg READ: MS;P0=628;P1=-227;P2=189;P3=-688;P6=-6694;D=26232301230123012301232301232301010123010123012323;CP=2;SP=6;O;
2017.03.04 08:43:43 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:43:43 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B4 length 24
2017.03.04 08:43:43 4: sduino IT: message "i2A93B4" (7)
2017.03.04 08:43:43 4: sduino IT: msgcode "" (0) bin = 001010101001001110110100
2017.03.04 08:43:43 4: sduino IT: message "i2A93B4" (7)
2017.03.04 08:43:43 4: sduino IT: msgcode "" (0) bin = 001010101001001110110100
2017.03.04 08:43:43 3: sduino: Unknown code i2A93B4, help me!
2017.03.04 08:43:43 4: sduino/msg READ: MS;P0=605;P1=-230;P2=193;P3=-685;P5=-6716;D=25232301230123012301232301232301010123010123012323;CP=2;SP=5;
2017.03.04 08:43:43 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:43:43 4: sduino: Decoded MS Protocol id 3 dmsg i2A93B4 length 24
2017.03.04 08:43:43 4: sduino: Dropped (i2A93B4) due to short time or equal msg
2017.03.04 08:43:44 4: sduino/msg READ: MU;P0=-704;P1=5176;P2=-5947;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;
2017.03.04 08:43:45 4: sduino/msg READ: MU;P0=5573;P1=-5984;P5=-200;P6=348;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101056;CP=0;
2017.03.04 08:43:45 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:43:46 4: sduino/msg READ: MU;P0=2531;P1=-5361;D=010101010101010101010101010101010101010101010;CP=0;
2017.03.04 08:43:47 4: sduino/msg READ: MU;P0=541;P1=-4944;P4=7000;D=01010141010101010101010101010101010101010101010101010101010101010101;CP=0;
2017.03.04 08:43:49 4: sduino/msg READ: MU;P0=-104;P1=92;P2=-2412;P3=5968;P4=-6015;D=012343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434;CP=3;
2017.03.04 08:43:51 4: sduino/msg READ: MS;P0=187;P1=-688;P2=607;P3=-238;P4=-183;P6=-6698;D=06010124012401240123010123010123232301232301230101;CP=0;SP=6;O;
2017.03.04 08:43:51 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:43:51 4: sduino/msg READ: MU;P0=168;P1=-710;P2=593;P3=-243;P5=-6748;D=01230123010123010123232301232301230101050101230123012301230101230101232323012323012301010;CP=0;
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2017.03.04 08:43:51 4: sduino: decoded matched MU Protocol id 40 dmsg u40#A4ED0 length 20
2017.03.04 08:43:51 4: SIGNALduino_unknown incomming msg: u40#A4ED0
2017.03.04 08:43:51 4: SIGNALduino_unknown rawData: A4ED0
2017.03.04 08:43:51 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:51 4: SIGNALduino_unknown converted to bits: 10100100111011010000
2017.03.04 08:43:51 4: Unknown, please report
2017.03.04 08:43:51 4: SIGNALduino_unknown incomming msg: u40#A4ED0
2017.03.04 08:43:51 4: SIGNALduino_unknown rawData: A4ED0
2017.03.04 08:43:51 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:51 4: SIGNALduino_unknown converted to bits: 10100100111011010000
2017.03.04 08:43:51 4: Unknown, please report
2017.03.04 08:43:51 3: sduino: Unknown code u40#A4ED0, help me!
2017.03.04 08:43:51 4: sduino: decoded matched MU Protocol id 40 dmsg u40#552768 length 24
2017.03.04 08:43:51 4: SIGNALduino_unknown incomming msg: u40#552768
2017.03.04 08:43:51 4: SIGNALduino_unknown rawData: 552768
2017.03.04 08:43:51 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:51 4: SIGNALduino_unknown converted to bits: 010101010010011101101000
2017.03.04 08:43:51 4: Unknown, please report
2017.03.04 08:43:51 4: SIGNALduino_unknown incomming msg: u40#552768
2017.03.04 08:43:51 4: SIGNALduino_unknown rawData: 552768
2017.03.04 08:43:51 4: SIGNALduino_unknown Protocol: 40
2017.03.04 08:43:51 4: SIGNALduino_unknown converted to bits: 010101010010011101101000
2017.03.04 08:43:51 4: Unknown, please report
2017.03.04 08:43:51 3: sduino: Unknown code u40#552768, help me!
2017.03.04 08:43:53 4: sduino/msg READ: MU;P0=784;P1=-5163;P2=6851;P3=4977;P4=-1468;D=012131212131312121212121213121212121312121312121212131212121212124;CP=2;
2017.03.04 08:43:54 4: sduino/msg READ: MU;P0=-3172;P1=164;P2=-132;P3=124;P4=-3280;P5=6663;P7=4969;D=234545474545454547454547454547454547454547454547454547012;CP=5;
2017.03.04 08:43:55 4: sduino/msg READ: MU;P0=2976;P1=-5540;P2=3768;P4=924;D=01212121212121212121212121212121212121212121212121212121212121212121214;CP=2;
2017.03.04 08:43:55 4: sduino/KeepAliveOk: 1
2017.03.04 08:43:55 4: sduino/keepalive retry = 0
2017.03.04 08:43:56 4: sduino/msg READ: MU;P0=2968;P1=-5267;P2=6728;P3=4896;D=01212121212121212121212121312121212121212121212121;CP=2;
2017.03.04 08:43:58 4: sduino/msg READ: MU;P0=-287;P1=6987;P3=-3892;D=01010101010101010101010101010101010101010101013;CP=1;
2017.03.04 08:43:59 4: sduino/msg READ: MU;P0=4482;P1=-5930;D=0101010101010101010101010101010101010101010101;CP=0;
2017.03.04 08:44:00 4: sduino/msg READ: MU;P0=7803;P1=-5924;P3=5979;P4=-412;P5=780;D=0101010101010101010101310131013101310101310131010131013101310101310101310101310131010131045;CP=0;
2017.03.04 08:44:00 4: sduino/msg READ: MS;P0=636;P1=-216;P2=184;P3=-682;P4=-6698;P5=-132;D=24232301230523012301232301232301010123010101232323;CP=2;SP=4;O;
2017.03.04 08:44:00 4: sduino: Matched MS Protocol id 3 -> itv1
2017.03.04 08:44:00 4: sduino/msg READ: MU;P0=162;P1=-699;P2=625;P3=-233;P5=-6730;D=0123232301010105010123012301230123010123010123232301232323010101050101230123012301230101230101232323012323230101010;CP=0;
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.03.04 08:44:00 4: sduino: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.03.04 08:44:01 4: sduino/msg READ: MU;P0=-2016;P1=5177;P2=-5935;D=01212121212121212121212121212121212121212121212121212121212121212121212;CP=1;
2017.03.04 08:44:02 4: sduino/msg READ: MU;P0=-140;P1=6294;P2=-6035;P3=-2248;D=012121212121212121212121212121212121212121212121213;CP=1;
2017.03.04 08:44:04 4: sduino/msg READ: MU;P0=6792;P1=-6075;P3=928;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101013;CP=0;
2017.03.04 08:44:05 4: sduino/msg READ: MU;P0=-3948;P1=4847;P2=-5885;P4=-112;D=012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121214;CP=1;
2017.03.04 08:44:05 4: sduino/msg READ: MU;P0=144;P1=-168;P2=104;P3=-2584;P4=6607;P5=-5473;P6=4963;D=01234545454565454545456545456545456545456545454545654543;CP=4;
2017.03.04 08:44:06 4: sduino: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.03.04 08:44:07 4: sduino/msg READ: MU;P0=4362;P1=-5962;P5=-3888;D=010101010101010101010101010101010101010101010101010101010101010101010101010105;CP=0;
2017.03.04 08:44:09 4: sduino/msg READ: MU;P0=-1856;P1=6950;P2=-5542;P4=4976;P5=1940;D=01212121242121212121212121242121212121212121212121212121212121212121212121212121212124212121212121242121242121212121212421212121212125;CP=1;
2017.03.04 08:44:10 4: sduino/msg READ: MU;P0=-200;P1=392;P2=-4504;P3=6683;P4=-6060;P5=4983;P7=1912;D=0123434343434543434343434543434345432343434547;CP=3;
2017.03.04 08:44:10 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:44:11 4: sduino/msg READ: MU;P0=860;P1=-5524;P2=4478;P5=-148;D=0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212125;CP=2;
2017.03.04 08:44:13 4: sduino/msg READ: MU;P0=-1384;P1=4715;P2=-5734;P4=6988;D=01212121212121212121212121212121212121212121212121212121212121212121212121242121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121;CP=1;O;
2017.03.04 08:44:14 4: sduino/msg READ: MU;P0=-184;P1=96;P2=-1164;P3=5550;P4=-5425;D=01234343434343434343434343434343434343434343434343434343432;CP=3;
2017.03.04 08:44:14 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:44:15 4: sduino/msg READ: MU;P0=2960;P1=-5016;P2=5938;P5=980;D=0121212121212121212121212121212121212121212121212121212121212121212121212121215;CP=2;
2017.03.04 08:44:16 4: sduino/msg READ: MU;P0=2968;P1=-5034;P2=5874;P4=-3744;D=01212121212121212121212121212121212121212124;CP=2;
2017.03.04 08:44:18 4: sduino/msg READ: MU;P0=2986;P1=-4849;P2=5706;P4=960;P5=-92;D=01214521212121212121212121212121212121212121210;CP=2;
2017.03.04 08:44:20 4: sduino/msg READ: MU;P0=4978;P1=-5603;P3=-4044;P4=-2184;D=0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101030101010101010101010101010101010101010101010101010104;CP=0;
2017.03.04 08:44:21 4: sduino/msg READ: MU;P0=4091;P1=-3318;P4=3004;D=010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101014;CP=0;
2017.03.04 08:44:22 4: sduino/msg READ: MU;P0=-1564;P1=-5031;P2=4969;P4=-3764;D=01210101242121010124212101242421210124212101242121010124212101012424;CP=2;
2017.03.04 08:44:23 4: sduino/msg READ: MU;P0=-4784;P1=4833;P4=-2632;D=0101010101010101010101010101010101010101014;CP=1;
2017.03.04 08:44:24 4: sduino/msg READ: MU;P0=-6672;P1=4811;P2=-4798;P4=104;P5=-352;P6=-1722;D=45461012121212121212121212121212121212121212121212121212121212121216;CP=1;
2017.03.04 08:44:24 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:44:24 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:44:24 4: sduino: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2017.03.04 08:44:24 4: sduino: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2017.03.04 08:44:25 4: sduino/msg READ: MU;P0=-248;P1=104;P2=-180;P3=5079;P4=-5018;D=01234343434343434343434343434343434343434343;CP=3;
2017.03.04 08:44:25 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.03.04 08:44:26 4: sduino/msg READ: MU;P0=5603;P1=-3672;P3=2916;D=01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101013;CP=0;
2017.03.04 08:44:26 4: sduino/msg READ: MU;P0=-584;P1=108;P3=1228;P4=-3065;P5=2967;D=010345454545454545454545454545454545454545454545454545454545454545454545454545450;CP=5;
2017.03.04 08:44:26 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.03.04 08:44:26 4: sduino: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.03.04 08:44:27 4: sduino/msg READ: MU;P0=-3866;P2=160;P3=-2032;P4=1876;P5=-5028;D=2345454540404545454545454040454545454545404045454540;CP=4;
2017.03.04 08:44:28 4: sduino: Calling Getting Attr sub with args: set verbose = 3
2017.03.04 08:44:28 3: sduino: setting Verbose to: 3

DanielS

Und hier nochmal das, was autocreate seinerzeit erstellt hatte:
http://imgur.com/EYMDB2f

DanielS

#28
@Sidey:
Wenn ich dich nochmal belästigen dürfte.... Nachdem wir den CC1101 ja flott bekommen haben, dachte ich nehm nochmal einen Anlauf mit der Leinwand. Folgendes kam bei verbose 5 raus als ich mehrfach "rauf" gedrückt habe:
2017.04.26 17:37:27 3: sd433: setting Verbose to: 5
2017.04.26 17:38:06 4: sd433/msg READ: MS;P0=-6672;P2=209;P3=-653;P5=634;P6=-234;D=20232356235623562356232356232356565623565623235623;CP=2;SP=0;R=51;O;
2017.04.26 17:38:06 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:38:06 5: sd433: Starting demodulation at Position 2
2017.04.26 17:38:06 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B2 length 24 RSSI = -48.5
2017.04.26 17:38:06 5: sd433: converted Data to (i2A93B2)
2017.04.26 17:38:06 5: sd433: dispatch i2A93B2
2017.04.26 17:38:06 4: sd433 IT: message "i2A93B2" (7)
2017.04.26 17:38:06 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110010
2017.04.26 17:38:06 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0010
2017.04.26 17:38:06 3: sd433 IT: IT_1527x2a93b on->on
2017.04.26 17:38:06 4: sd433/msg READ: MS;P0=-648;P1=214;P2=622;P3=-239;P4=-6672;D=14101023102310231023101023101023232310232310102310;CP=1;SP=4;R=49;O;
2017.04.26 17:38:06 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:38:06 5: sd433: Starting demodulation at Position 2
2017.04.26 17:38:06 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B2 length 24 RSSI = -49.5
2017.04.26 17:38:06 5: sd433: converted Data to (i2A93B2)
2017.04.26 17:38:06 4: sd433: Dropped (i2A93B2) due to short time or equal msg
2017.04.26 17:38:06 4: sd433/msg READ: MU;P0=-216;P1=216;P2=-637;P3=644;P4=-6672;D=0123012301230121230121230303012303012123012141212301230123012301212301212;CP=1;R=49;
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: start pattern for MU Protocol id 16 -> Dooya shutter mismatches, aborting
2017.04.26 17:38:06 5: sd433: applying filterfunc SIGNALduino_filterSign
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: Starting demodulation at Position 4
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: start pattern for MU Protocol id 27 -> remote27 mismatches, aborting
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: start pattern for MU Protocol id 28 -> IC Ledspot mismatches, aborting
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: start pattern for MU Protocol id 29 -> HT12e remote mismatches, aborting
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: start pattern for MU Protocol id 30 -> unitec47031 mismatches, aborting
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: Starting demodulation at Position 1
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: start pattern for MU Protocol id 34 -> unknown34 mismatches, aborting
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: start pattern for MU Protocol id 37 -> weather37 mismatches, aborting
2017.04.26 17:38:06 5: sd433: applying filterfunc SIGNALduino_compPattern
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 56 -> Celexon matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: start pattern for MU Protocol id 56 -> Celexon mismatches, aborting
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 60 -> WS2000/WS7000... matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: Starting demodulation at Position 1
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: Starting demodulation at Position 1
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 62 -> Clarus_Switch matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: Starting demodulation at Position 45
2017.04.26 17:38:06 5: sd433: applying filterfunc SIGNALduino_filterMC
2017.04.26 17:38:06 4: sd433: Fingerprint for MU Protocol id 63 -> Warema matches, trying to demodulate
2017.04.26 17:38:06 5: sd433: Starting demodulation at Position 0
2017.04.26 17:38:07 4: sd433/keepalive ok, retry = 0
2017.04.26 17:38:19 4: sd433/msg READ: MS;P1=209;P2=-6671;P4=-642;P5=650;P6=-213;D=12141456145614561456141456141456565614565614145614;CP=1;SP=2;R=54;O;
2017.04.26 17:38:19 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:38:19 5: sd433: Starting demodulation at Position 2
2017.04.26 17:38:19 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B2 length 24 RSSI = -47
2017.04.26 17:38:19 5: sd433: converted Data to (i2A93B2)
2017.04.26 17:38:19 5: sd433: dispatch i2A93B2
2017.04.26 17:38:19 4: sd433 IT: message "i2A93B2" (7)
2017.04.26 17:38:19 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110010
2017.04.26 17:38:19 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0010
2017.04.26 17:38:19 3: sd433 IT: IT_1527x2a93b on->on
2017.04.26 17:38:19 4: sd433/msg READ: MS;P0=-657;P1=205;P2=625;P3=-231;P4=-6666;D=14101023102310231023101023101023232310232310102310;CP=1;SP=4;R=59;
2017.04.26 17:38:19 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:38:19 5: sd433: Starting demodulation at Position 2
2017.04.26 17:38:19 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B2 length 24 RSSI = -44.5
2017.04.26 17:38:19 5: sd433: converted Data to (i2A93B2)
2017.04.26 17:38:19 4: sd433: Dropped (i2A93B2) due to short time or equal msg
2017.04.26 17:38:31 4: sd433/msg READ: MS;P1=222;P2=-6667;P4=-634;P5=644;P6=-225;P7=158;D=12141456145614561456141456741456565614565614145614;CP=1;SP=2;R=62;O;
2017.04.26 17:38:31 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:38:31 5: sd433: Starting demodulation at Position 2
2017.04.26 17:38:31 5: sd433: Found wrong signalpattern, catched 12 bits, aborting demodulation
2017.04.26 17:38:31 4: sd433/msg READ: MS;P0=-649;P1=217;P2=613;P3=-229;P4=-6667;D=14101023102310231023101023101023232310232310102310;CP=1;SP=4;R=73;
2017.04.26 17:38:31 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:38:31 5: sd433: Starting demodulation at Position 2
2017.04.26 17:38:31 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B2 length 24 RSSI = -37.5
2017.04.26 17:38:31 5: sd433: converted Data to (i2A93B2)
2017.04.26 17:38:31 5: sd433: dispatch i2A93B2
2017.04.26 17:38:31 4: sd433 IT: message "i2A93B2" (7)
2017.04.26 17:38:31 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110010
2017.04.26 17:38:31 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0010
2017.04.26 17:38:31 3: sd433 IT: IT_1527x2a93b on->on
2017.04.26 17:38:43 4: sd433/msg READ: MS;P0=-6708;P1=177;P3=-671;P4=615;P5=-248;D=10131345134513451345131345131345454513454513134513;CP=1;SP=0;R=75;O;
2017.04.26 17:38:55 4: sd433/msg READ: MS;P0=-6651;P1=223;P2=-651;P3=620;P4=-237;D=10121234123412341234121234121234343412343412123412;CP=1;SP=0;R=57;O;
2017.04.26 17:38:55 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:38:55 5: sd433: Starting demodulation at Position 2
2017.04.26 17:38:55 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B2 length 24 RSSI = -45.5
2017.04.26 17:38:55 5: sd433: converted Data to (i2A93B2)
2017.04.26 17:38:55 5: sd433: dispatch i2A93B2
2017.04.26 17:38:55 4: sd433 IT: message "i2A93B2" (7)
2017.04.26 17:38:55 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110010
2017.04.26 17:38:55 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0010
2017.04.26 17:38:55 3: sd433 IT: IT_1527x2a93b on->on
2017.04.26 17:38:56 4: sd433/msg READ: MS;P0=-651;P1=211;P2=633;P3=-220;P4=-6652;D=14101023102310231023101023101023232310232310102310;CP=1;SP=4;R=52;
2017.04.26 17:38:56 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:38:56 5: sd433: Starting demodulation at Position 2
2017.04.26 17:38:56 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B2 length 24 RSSI = -48
2017.04.26 17:38:56 5: sd433: converted Data to (i2A93B2)
2017.04.26 17:38:56 4: sd433: Dropped (i2A93B2) due to short time or equal msg
2017.04.26 17:39:07 4: sd433/keepalive ok, retry = 0
2017.04.26 17:39:34 4: sd433: Calling Getting Attr sub with args: set verbose = 3
2017.04.26 17:39:34 3: sd433: setting Verbose to: 3


list IT_1527x2a93b
Internals:
   DEF        1527x2a93b 0010 0000
   IODev      sduino
   LASTInputDev sd433
   MSGCNT     5
   NAME       IT_1527x2a93b
   NR         63
   STATE      on
   TYPE       IT
   XMIT       0ddddf01d1
   XMITdimdown 00
   XMITdimup  00
   XMIToff    0000
   XMITon     0010
   sd433_DMSG i2A93B2
   sd433_MSGCNT 5
   sd433_RAWMSG MS;P0=-6651;P1=223;P2=-651;P3=620;P4=-237;D=10121234123412341234121234121234343412343412123412;CP=1;SP=0;R=57;O;
   sd433_RSSI -45.5
   sd433_TIME 2017-04-26 17:38:55
   Code:
     1          1527x2a93b
   Readings:
     2017-03-11 22:01:24   protocol        EV1527
     2017-04-26 17:38:55   state           on
Attributes:
   IODev      sduino
   room       sduino



hier mehrfach "runter":
2017.04.26 17:45:35 1: Logfile gelöscht
2017.04.26 17:45:52 3: sd433: setting Verbose to: 5
2017.04.26 17:45:56 4: sd433: Calling Getting Attr sub with args: set verbose = 5
2017.04.26 17:45:56 3: sd433: setting Verbose to: 5
2017.04.26 17:46:07 4: sd433/KeepAlive not ok, retry = 1 -> get ping
2017.04.26 17:46:07 5: sd433 SW: P
2017.04.26 17:46:07 4: sd433/msg READ: OK
2017.04.26 17:46:07 5: sd433/msg READ: regexp=^OK$ cmd=ping msg=OK
2017.04.26 17:46:08 4: sd433/HandleWriteQueue: nothing to send, stopping timer
2017.04.26 17:46:24 4: sd433/msg READ: MS;P0=-649;P1=639;P2=-207;P3=224;P4=-6674;D=34303012301230123012303012303012121230121230123030;CP=3;SP=4;R=41;O;
2017.04.26 17:46:25 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:46:25 5: sd433: Starting demodulation at Position 2
2017.04.26 17:46:25 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -53.5
2017.04.26 17:46:25 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:46:25 5: sd433: dispatch i2A93B4
2017.04.26 17:46:25 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:46:25 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:46:25 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:46:25 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:46:25 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:46:25 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:46:25 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:46:25 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:46:25 3: sd433: Unknown code i2A93B4, help me!
2017.04.26 17:46:25 4: sd433/msg READ: MS;P0=-644;P1=648;P2=-215;P3=209;P4=-6654;D=34303012301230123012303012303012121230121230123030;CP=3;SP=4;R=42;O;
2017.04.26 17:46:25 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:46:25 5: sd433: Starting demodulation at Position 2
2017.04.26 17:46:25 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -53
2017.04.26 17:46:25 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:46:25 4: sd433: Dropped (i2A93B4) due to short time or equal msg
2017.04.26 17:46:25 4: sd433/msg READ: MU;P0=-647;P1=640;P2=-214;P3=215;P4=-6688;D=012303012303012121230121230123030343030123012301230123030123030121212301212301230303;CP=3;R=41;
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: start pattern for MU Protocol id 16 -> Dooya shutter mismatches, aborting
2017.04.26 17:46:25 5: sd433: applying filterfunc SIGNALduino_filterSign
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: Starting demodulation at Position 2
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: start pattern for MU Protocol id 27 -> remote27 mismatches, aborting
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: start pattern for MU Protocol id 28 -> IC Ledspot mismatches, aborting
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: start pattern for MU Protocol id 29 -> HT12e remote mismatches, aborting
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: start pattern for MU Protocol id 30 -> unitec47031 mismatches, aborting
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: Starting demodulation at Position 1
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: start pattern for MU Protocol id 34 -> unknown34 mismatches, aborting
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: start pattern for MU Protocol id 37 -> weather37 mismatches, aborting
2017.04.26 17:46:25 5: sd433: applying filterfunc SIGNALduino_compPattern
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 56 -> Celexon matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: start pattern for MU Protocol id 56 -> Celexon mismatches, aborting
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 60 -> WS2000/WS7000... matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: Starting demodulation at Position 1
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: Starting demodulation at Position 3
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 62 -> Clarus_Switch matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: Starting demodulation at Position 35
2017.04.26 17:46:25 5: sd433: dispatching bits: 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 1 0 1 1 0 1 0 0
2017.04.26 17:46:25 4: sd433: decoded matched MU Protocol id 62 dmsg i2A93B4 length 24 RSSI = -53.5
2017.04.26 17:46:25 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:46:25 4: sd433: Dropped (i2A93B4) due to short time or equal msg
2017.04.26 17:46:25 5: sd433: applying filterfunc SIGNALduino_filterMC
2017.04.26 17:46:25 4: sd433: Fingerprint for MU Protocol id 63 -> Warema matches, trying to demodulate
2017.04.26 17:46:25 5: sd433: Starting demodulation at Position 0
2017.04.26 17:46:40 4: sd433/msg READ: MS;P1=219;P2=-6671;P4=-655;P5=624;P6=-228;D=12141456145614561456141456141456565614565614561414;CP=1;SP=2;R=32;O;
2017.04.26 17:46:40 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:46:40 5: sd433: Starting demodulation at Position 2
2017.04.26 17:46:40 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -58
2017.04.26 17:46:40 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:46:40 5: sd433: dispatch i2A93B4
2017.04.26 17:46:40 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:46:40 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:46:40 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:46:40 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:46:40 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:46:40 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:46:40 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:46:40 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:46:40 3: sd433: Unknown code i2A93B4, help me!
2017.04.26 17:46:40 4: sd433/msg READ: MS;P0=-647;P1=211;P2=634;P3=-231;P4=-6687;D=14101023102310231023101023101023232310232310231010;CP=1;SP=4;R=33;O;
2017.04.26 17:46:40 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:46:40 5: sd433: Starting demodulation at Position 2
2017.04.26 17:46:40 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -57.5
2017.04.26 17:46:40 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:46:40 4: sd433: Dropped (i2A93B4) due to short time or equal msg
2017.04.26 17:46:57 4: sd433/msg READ: MS;P0=-631;P1=647;P2=-218;P3=216;P4=-6676;D=34303012301230123012303012303012121230121230123030;CP=3;SP=4;R=39;O;
2017.04.26 17:46:57 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:46:57 5: sd433: Starting demodulation at Position 2
2017.04.26 17:46:57 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -54.5
2017.04.26 17:46:57 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:46:57 5: sd433: dispatch i2A93B4
2017.04.26 17:46:57 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:46:57 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:46:57 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:46:57 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:46:57 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:46:57 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:46:57 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:46:57 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:46:57 3: sd433: Unknown code i2A93B4, help me!
2017.04.26 17:46:57 4: sd433/msg READ: MS;P0=-642;P1=649;P2=-217;P3=214;P4=-6665;D=34303012301230123012303012303012121230121230123030;CP=3;SP=4;R=42;O;
2017.04.26 17:46:57 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:46:57 5: sd433: Starting demodulation at Position 2
2017.04.26 17:46:57 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -53
2017.04.26 17:46:57 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:46:57 4: sd433: Dropped (i2A93B4) due to short time or equal msg
2017.04.26 17:46:57 4: sd433/msg READ: MS;P0=-651;P1=636;P2=-216;P3=235;P4=-6678;D=34303012301230123012303012303012121230121230123030;CP=3;SP=4;R=41;
2017.04.26 17:46:57 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:46:57 5: sd433: Starting demodulation at Position 2
2017.04.26 17:46:57 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -53.5
2017.04.26 17:46:57 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:46:57 4: sd433: Dropped (i2A93B4) due to short time or equal msg
2017.04.26 17:47:07 4: sd433/keepalive ok, retry = 0
2017.04.26 17:47:13 4: sd433/msg READ: MS;P0=206;P1=-653;P2=626;P3=-232;P4=-6672;D=04010123012301230123010123010123232301232301230101;CP=0;SP=4;R=32;O;
2017.04.26 17:47:13 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:47:13 5: sd433: Starting demodulation at Position 2
2017.04.26 17:47:13 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -58
2017.04.26 17:47:13 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:47:13 5: sd433: dispatch i2A93B4
2017.04.26 17:47:13 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:47:13 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:47:13 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:47:13 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:47:13 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:47:13 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:47:13 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:47:13 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:47:13 3: sd433: Unknown code i2A93B4, help me!
2017.04.26 17:47:13 4: sd433/msg READ: MS;P0=638;P1=-224;P2=204;P3=-646;P4=-6680;D=24232301230123012301232301232301010123010123012323;CP=2;SP=4;R=32;
2017.04.26 17:47:13 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:47:13 5: sd433: Starting demodulation at Position 2
2017.04.26 17:47:13 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -58
2017.04.26 17:47:13 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:47:13 4: sd433: Dropped (i2A93B4) due to short time or equal msg
2017.04.26 17:47:29 4: sd433/msg READ: MS;P1=209;P2=-6682;P4=-651;P5=644;P6=-220;D=12141456145614561456141456141456565614565614561414;CP=1;SP=2;R=26;O;
2017.04.26 17:47:29 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:47:29 5: sd433: Starting demodulation at Position 2
2017.04.26 17:47:29 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -61
2017.04.26 17:47:29 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:47:29 5: sd433: dispatch i2A93B4
2017.04.26 17:47:29 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:47:29 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:47:29 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:47:29 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:47:29 4: sd433 IT: message "i2A93B4" (7)
2017.04.26 17:47:29 4: sd433 IT: msgcode "" (0) bin = 001010101001001110110100
2017.04.26 17:47:29 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 0100
2017.04.26 17:47:29 3: sd433 IT: Code 0100 not supported by IT_1527x2a93b.
2017.04.26 17:47:29 3: sd433: Unknown code i2A93B4, help me!
2017.04.26 17:47:29 4: sd433/msg READ: MS;P0=-650;P1=211;P2=644;P3=-216;P4=-6672;D=14101023102310231023101023101023232310232310231010;CP=1;SP=4;R=26;O;
2017.04.26 17:47:29 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:47:29 5: sd433: Starting demodulation at Position 2
2017.04.26 17:47:29 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -61
2017.04.26 17:47:29 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:47:29 4: sd433: Dropped (i2A93B4) due to short time or equal msg
2017.04.26 17:47:29 4: sd433/msg READ: MS;P0=-216;P1=215;P2=-636;P3=646;P4=-6670;D=14121230123012301230121230121230303012303012301212;CP=1;SP=4;R=27;
2017.04.26 17:47:29 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:47:29 5: sd433: Starting demodulation at Position 2
2017.04.26 17:47:29 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B4 length 24 RSSI = -60.5
2017.04.26 17:47:29 5: sd433: converted Data to (i2A93B4)
2017.04.26 17:47:29 4: sd433: Dropped (i2A93B4) due to short time or equal msg


und schließlich "stop":
2017.04.26 17:49:04 1: Logfile gelöscht
2017.04.26 17:49:07 4: sd433/KeepAlive not ok, retry = 1 -> get ping
2017.04.26 17:49:07 5: sd433 SW: P
2017.04.26 17:49:08 4: sd433/msg READ: OK
2017.04.26 17:49:08 5: sd433/msg READ: regexp=^OK$ cmd=ping msg=OK
2017.04.26 17:49:08 4: sd433/HandleWriteQueue: nothing to send, stopping timer
2017.04.26 17:49:26 4: sd433/msg READ: MS;P0=-634;P1=650;P2=-225;P3=214;P4=-6683;P6=136;D=34303012601230123012303012303012121230121212303030;CP=3;SP=4;R=16;O;
2017.04.26 17:49:26 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:49:26 5: sd433: Starting demodulation at Position 2
2017.04.26 17:49:26 5: sd433: Found wrong signalpattern, catched 3 bits, aborting demodulation
2017.04.26 17:49:27 4: sd433/msg READ: MS;P0=-658;P1=636;P2=-225;P3=192;P4=-6675;D=34303012301230123012303012303012121230121212303030;CP=3;SP=4;R=12;
2017.04.26 17:49:27 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:49:27 5: sd433: Starting demodulation at Position 2
2017.04.26 17:49:27 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B8 length 24 RSSI = -68
2017.04.26 17:49:27 5: sd433: converted Data to (i2A93B8)
2017.04.26 17:49:27 5: sd433: dispatch i2A93B8
2017.04.26 17:49:27 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:49:27 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:49:27 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:49:27 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:49:27 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:49:27 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:49:27 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:49:27 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:49:27 3: sd433: Unknown code i2A93B8, help me!
2017.04.26 17:49:38 4: sd433/msg READ: MS;P0=-638;P1=647;P2=-220;P3=213;P4=-6674;D=34303012301230123012303012303012121230121212303030;CP=3;SP=4;R=41;O;
2017.04.26 17:49:38 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:49:38 5: sd433: Starting demodulation at Position 2
2017.04.26 17:49:38 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B8 length 24 RSSI = -53.5
2017.04.26 17:49:38 5: sd433: converted Data to (i2A93B8)
2017.04.26 17:49:38 5: sd433: dispatch i2A93B8
2017.04.26 17:49:38 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:49:38 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:49:38 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:49:38 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:49:38 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:49:38 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:49:38 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:49:38 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:49:38 3: sd433: Unknown code i2A93B8, help me!
2017.04.26 17:49:38 4: sd433/msg READ: MS;P0=-636;P1=645;P2=-215;P3=224;P4=-6672;D=34303012301230123012303012303012121230121212303030;CP=3;SP=4;R=37;
2017.04.26 17:49:38 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:49:38 5: sd433: Starting demodulation at Position 2
2017.04.26 17:49:38 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B8 length 24 RSSI = -55.5
2017.04.26 17:49:38 5: sd433: converted Data to (i2A93B8)
2017.04.26 17:49:38 4: sd433: Dropped (i2A93B8) due to short time or equal msg
2017.04.26 17:49:48 4: sd433/msg READ: MS;P2=-6677;P3=205;P4=-656;P5=621;P6=-231;D=32343456345634563456343456343456565634565656343434;CP=3;SP=2;R=37;O;
2017.04.26 17:49:48 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:49:48 5: sd433: Starting demodulation at Position 2
2017.04.26 17:49:48 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B8 length 24 RSSI = -55.5
2017.04.26 17:49:48 5: sd433: converted Data to (i2A93B8)
2017.04.26 17:49:48 5: sd433: dispatch i2A93B8
2017.04.26 17:49:48 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:49:48 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:49:48 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:49:48 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:49:48 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:49:48 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:49:48 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:49:48 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:49:48 3: sd433: Unknown code i2A93B8, help me!
2017.04.26 17:49:49 4: sd433/msg READ: MS;P0=-656;P1=203;P2=633;P3=-235;P4=-6670;D=14101023102310231023101023101023232310232323101010;CP=1;SP=4;R=37;
2017.04.26 17:49:49 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:49:49 5: sd433: Starting demodulation at Position 2
2017.04.26 17:49:49 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B8 length 24 RSSI = -55.5
2017.04.26 17:49:49 5: sd433: converted Data to (i2A93B8)
2017.04.26 17:49:49 4: sd433: Dropped (i2A93B8) due to short time or equal msg
2017.04.26 17:50:00 4: sd433/msg READ: MS;P0=336;P1=202;P2=-6672;P5=631;P6=-233;D=12101056105610561056101056101056565610565656101010;CP=1;SP=2;R=45;O;
2017.04.26 17:50:01 4: sd433/msg READ: MS;P0=-648;P1=214;P2=645;P3=-210;P4=-6664;D=14101023102310231023101023101023232310232323101010;CP=1;SP=4;R=39;
2017.04.26 17:50:01 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:50:01 5: sd433: Starting demodulation at Position 2
2017.04.26 17:50:01 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B8 length 24 RSSI = -54.5
2017.04.26 17:50:01 5: sd433: converted Data to (i2A93B8)
2017.04.26 17:50:01 5: sd433: dispatch i2A93B8
2017.04.26 17:50:01 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:50:01 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:50:01 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:50:01 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:50:01 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:50:01 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:50:01 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:50:01 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:50:01 3: sd433: Unknown code i2A93B8, help me!
2017.04.26 17:50:07 4: sd433/keepalive ok, retry = 0
2017.04.26 17:50:12 4: sd433/msg READ: MS;P0=-6667;P1=202;P3=-662;P4=624;P5=-226;D=10131345134513451345131345131345454513454545131313;CP=1;SP=0;R=44;O;
2017.04.26 17:50:12 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:50:12 5: sd433: Starting demodulation at Position 2
2017.04.26 17:50:12 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B8 length 24 RSSI = -52
2017.04.26 17:50:12 5: sd433: converted Data to (i2A93B8)
2017.04.26 17:50:12 5: sd433: dispatch i2A93B8
2017.04.26 17:50:12 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:50:12 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:50:12 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:50:12 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:50:12 4: sd433 IT: message "i2A93B8" (7)
2017.04.26 17:50:12 4: sd433 IT: msgcode "" (0) bin = 001010101001001110111000
2017.04.26 17:50:12 5: sd433 IT: EV1527 housecode = 1527x2a93b  onoffcode = 1000
2017.04.26 17:50:12 3: sd433 IT: Code 1000 not supported by IT_1527x2a93b.
2017.04.26 17:50:12 3: sd433: Unknown code i2A93B8, help me!
2017.04.26 17:50:12 4: sd433/msg READ: MS;P0=-649;P1=208;P2=647;P3=-213;P4=-6674;D=14101023102310231023101023101023232310232323101010;CP=1;SP=4;R=40;O;
2017.04.26 17:50:12 4: sd433: Matched MS Protocol id 3 -> itv1
2017.04.26 17:50:12 5: sd433: Starting demodulation at Position 2
2017.04.26 17:50:12 4: sd433: Decoded MS Protocol id 3 dmsg i2A93B8 length 24 RSSI = -54
2017.04.26 17:50:12 5: sd433: converted Data to (i2A93B8)
2017.04.26 17:50:12 4: sd433: Dropped (i2A93B8) due to short time or equal msg
2017.04.26 17:50:13 4: sd433/msg READ: MU;P0=-220;P1=205;P2=-655;P3=641;P4=-6672;D=012301230123012123012123030301230303012121214121230123012301230121;CP=1;R=41;
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: start pattern for MU Protocol id 16 -> Dooya shutter mismatches, aborting
2017.04.26 17:50:13 5: sd433: applying filterfunc SIGNALduino_filterSign
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: Starting demodulation at Position 4
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: start pattern for MU Protocol id 27 -> remote27 mismatches, aborting
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: start pattern for MU Protocol id 28 -> IC Ledspot mismatches, aborting
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: start pattern for MU Protocol id 29 -> HT12e remote mismatches, aborting
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: start pattern for MU Protocol id 30 -> unitec47031 mismatches, aborting
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: Starting demodulation at Position 1
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: start pattern for MU Protocol id 34 -> unknown34 mismatches, aborting
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: start pattern for MU Protocol id 37 -> weather37 mismatches, aborting
2017.04.26 17:50:13 5: sd433: applying filterfunc SIGNALduino_compPattern
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 56 -> Celexon matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: start pattern for MU Protocol id 56 -> Celexon mismatches, aborting
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 60 -> WS2000/WS7000... matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: Starting demodulation at Position 1
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: Starting demodulation at Position 1
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 62 -> Clarus_Switch matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: Starting demodulation at Position 45
2017.04.26 17:50:13 5: sd433: applying filterfunc SIGNALduino_filterMC
2017.04.26 17:50:13 4: sd433: Fingerprint for MU Protocol id 63 -> Warema matches, trying to demodulate
2017.04.26 17:50:13 5: sd433: Starting demodulation at Position 0


jeweils 5 mal gedrückt mit geschätzten 10 Sekunden dazwischen.

DanielS

#29
Hab's hin bekommen...

Ich schreibe später 1-2 Zeilen dazu, wenn ich wieder am Rechner bin.

So.... nu isses soweit. Es war letztendlich gar nich sooo schlimm. Mußte nur erstmal durchsteigen, wie es läuft.
Die Leinwand wurde ja schon als IT Device erkannt warf aber Fehler beim  Stop- und beim Runter-Befehl (1000 und 0100). Was habe ich als getan?

1. aus DEF        1527x2a93b 0010 0000 hab ich DEF        1527x2a93b 0010 0000 0100 1000 gemacht
2. aus attr model ev1527 hab ich attr model itdimmer gemacht

und das war's.
'up' ist rauf
'dimdown' ist stop
'dimup' ist runter

Bingo!