Signalduino Entwicklung

Begonnen von thoffma3, 05 Juli 2015, 23:01:00

Vorheriges Thema - Nächstes Thema

noxx

#885
Noob Frage: wohin damit?

Edit

Habs in den Ordner /opt/fhem/FHEM gepackt.

Teste gerade


Edit 2:

Scheint wohl zu klappen, auch wenn die Daten irgendwie nicht korrekt sind

2016.01.19 20:42:25 4: sduino Found manchester Protocol id 10 clock 462 -> OSV2o3
2016.01.19 20:42:25 4: sduino Found manchester Protocol id 12 clock 462 -> Hideki protocol
2016.01.19 20:42:25 4: sduino: hideki protocol converted to hex: 7580447AA80C22385300 with 88 bits, messagestart 0
2016.01.19 20:42:25 5: sduino converted Data to (P12#7580447AA80C22385300)
2016.01.19 20:42:25 5: sduino dispatch P12#7580447AA80C22385300
2016.01.19 20:42:25 4: Hideki_Parse sduino incomming P12#7580447AA80C22385300
2016.01.19 20:42:25 4: Hideki_Parse SensorTyp = 14 decodedString = 7580cc8ef8146648f500

2016.01.19 20:42:25 4: sduino decoded Hideki protocol model=Hideki_14, sensor id=80, channel=4, temp=0, humidity=0, bat=ok, rain=3743.6

2016.01.19 20:42:25 5: deviceCode: Hideki_14_4
2016.01.19 20:42:25 1: Hideki: UNDEFINED sensor 14 detected, code Hideki_14_4
2016.01.19 20:42:25 4: sduino/msg READ: MC;LL=-1012;LH=939;SL=-524;SH=409;D=E00888BA15181103E460;C=449;
2016.01.19 20:42:25 4: sduino Found manchester Protocol id 10 clock 449 -> OSV2o3
2016.01.19 20:42:25 4: sduino Found manchester Protocol id 12 clock 449 -> Hideki protocol



Hier mal Daten aus meiner Stationssoftware (meteohub):

20160119194218 thb0 116 61 0043 10044 7 10056
20160119194218 th1 197 40 0057
20160119194218 th3 8 83 -018
20160119194218 th0 3 93 -007
20160119194218 wind0 203 14 12 -013
20160119194218 t9 -24
20160119194218 rain0 0 0 37039
20160119194316 date0 2016 1 19 20 42

rain0 0 0 37039 wird wohl in Meteohub wie folgt aufgeschlüsselt:

Name des virtuellen Sensors, Name des Triggersensors, Regenrate in 1/10 mm/h, Regenzählerstand in 1/10 mm

Und wenn du gerade bei dem Regensensor bist, wäre nett wenn man einen
Korrekturfaktor in die Attribute schreiben kann.

Hintergrund: Der Regensensor hat eine Wippe drin, auf jeder Seite eine Kammer.
Wenn die Kammer voll ist mit Regenwasser schlägt die Wippe um, und die Wetterstation
weiss, es hat 0,7mm geregnet. Jeder Wippenschlag = 0,7mm bzw 0,7l

Ist natürlich abhängig, von der Auffanggrösse des Regenmessers. Es gibt nun einige, wie
mich, die hätten gerade etwas genauere Werte. Dazu wird dann die Auffanggrösse erhöht, zb mit
einem Trichter. Das führt natürlich zu Fehlern in der Anzeige und mit korrigiert werden. Ich habe
zb die Auffanggrösse verdreikommafünffacht. Macht eine Genaugigkeit von 0,7 / 3,5 = 0,2mm .

Sieht dann in etwa so aus: http://easy-turtle.ch/images/Wetter/RegenmesserMod.jpg



EDIT

Also, rain=3743.6 ist wohl die Gesamtregenmenge in mm

Sidey

 Hi Josef,

check die Updates nur gleich ins Github ein.

Grüße Sidey
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem,zigbee2mqtt

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

hjgode

Zitat von: Sidey am 19 Januar 2016, 22:02:48
Hi Josef,

check die Updates nur gleich ins Github ein.

Grüße Sidey

Done

Der Rain Wert ist der raw-wert x 0,7mm, so wie es in Cresta.pdf steht. Für weitere Auswertungen dieser kumulierten Werte gibt es das Rain Modul.

~Josef
Debian SID mit aktuellem FHEM, nanoCUL 866, JeeLink EC3000, fhemduino, SIGNALduino,
3 x TFA TH Sensor, 1 x TFA TH Arduino Sender, 3 x EC3000, 4 x Elro Schaltsteckdosen, ESA2000
offline: Wibo Funkthermostat, 2 x ELV Funkthermostat FHT80, 2 FS20 ST4 Funksteckdose

noxx

Ist das Rainmodul für die Cresta nun fertig? Lasst mich nicht im Regen stehen :-)

a) rain=3743.6 ist die Gesamtmenge, wie komme ich auf den aktuellen Wert?
b) wie erkenne ich die regenrate?
c) ist eine korrekturfaktor möglich?
d) im Plot sehe ich nur Temp und Feuchte.

Gruß und danke

hjgode

Zitat von: noxx am 19 Januar 2016, 22:37:47
Ist das Rainmodul für die Cresta nun fertig? Lasst mich nicht im Regen stehen :-)

a) rain=3743.6 ist die Gesamtmenge, wie komme ich auf den aktuellen Wert?
b) wie erkenne ich die regenrate?
c) ist eine korrekturfaktor möglich?
d) im Plot sehe ich nur Temp und Feuchte.

Gruß und danke

Da das Teil nur kumulierte Werte sendet, gibt es keinen aktuellen Wert. Deshalb habe ich ja
ZitatFür weitere Auswertungen dieser kumulierten Werte gibt es das Rain Modul.
geschrieben: siehe zB http://fhem.de/commandref.html#rain

~Josef
Mit dem AutoCreate von Plots kenne ich mich nicht aus.
Debian SID mit aktuellem FHEM, nanoCUL 866, JeeLink EC3000, fhemduino, SIGNALduino,
3 x TFA TH Sensor, 1 x TFA TH Arduino Sender, 3 x EC3000, 4 x Elro Schaltsteckdosen, ESA2000
offline: Wibo Funkthermostat, 2 x ELV Funkthermostat FHT80, 2 FS20 ST4 Funksteckdose

noxx

danke, habs überlesen mit dem rainmodul. ich probiere es aus.

yogiflop

Moin moin,

ich wollte mal kurz fragen, wie aktuell die Liste der unterstützten Komponenten in der Wiki ist. Wollte mir ein paar externe Sensoren zulegen und würde gerne eine aktuelle Grundlage haben.

bis denne

Marc
CubieTruck mit FHEM 5.7
433MHz, 868MHz HMLan
div. Baumarktsteckdosen, 3x HM
div. MiLight's

Cruiser79

Zitat von: yogiflop am 20 Januar 2016, 11:17:39
Moin moin,

ich wollte mal kurz fragen, wie aktuell die Liste der unterstützten Komponenten in der Wiki ist. Wollte mir ein paar externe Sensoren zulegen und würde gerne eine aktuelle Grundlage haben.

bis denne

Marc

Dazu von mir gleich mal ne aufbauende Frage: Ich habe mir die Bresser 3CH (http://www.bresser.de/Wetter/BRESSER-Thermo-Hygro-Sensor-3CH-passend-fuer-BRESSER-Thermo-Hygrometer.html) gekauft, weil ich der Meinung war gelesen zu haben, das diese funktionieren. Heute gekommen, gleich mal Batterien rein, aber nix passiert in FHEM. Der Signalduino blinkt zwar bei einem Drücken auf den TEST Button oder wenn der Bresser was sendet (Sendesymbol blinkt bei ihm), aber wie gesagt, in FHEM wird kein Modul angelegt. Muss ich noch etwas aktivieren, oder habe ich die falschen Thermostate gekauft?

Gruß,
Tim
FHEM auf Raspberry Pi
HM-CFG-LAN mit HM-TC-IT-WM-W-EU, HM-CC-RT-DN, HM-WDS10-TH-O, HM-LC-SW1-FM, HM-LC-Bl1-FM
Signalduino mit Elro AB440, LOGILINK WS0002, IT CMR-1000

pejonp

Zitat von: Cruiser79 am 20 Januar 2016, 13:29:47
... Bresser 3CH (http://www.bresser.de/Wetter/BRESSER-Thermo-Hygro-Sensor-3CH-passend-fuer-BRESSER-Thermo-Hygrometer.html) gekauft, weil ich der Meinung war gelesen zu haben, das diese funktionieren...
Hallo Cruiser79,

dieser Bresser 7009993 (http://www.amazon.de/gp/product/B0076JGK7U?psc=1&redirect=true&ref_=oh_aui_detailpage_o01_s00)  oder dieser Hama (http://www.amazon.de/gp/product/B005D6ZCQS?psc=1&redirect=true&ref_=oh_aui_detailpage_o04_s00)  funktioniert. Sind wahrscheinlich baugleich.
Hier stehen die unterstützten Sensoren (http://www.fhemwiki.de/wiki/SIGNALduino).

1. Wird vom Signalduino überhaupt etwas empfangen ?
2. Setze verbose mal auf 5 und hänge den Log hier an.
3. Wie gut ist der Empfänger ? Im Forum einige Seiten weiter vorne wurde einige angegeben.

pejonp
LaCrossGW 868MHz:WT470+TFA+TX37-IT+EMT7110+W136+WH25A HP1003+WH2621
SignalD(CC1101):Bresser+WS-0101(868MHz WH1080)+Velux KLF200+MAX!+HM-MOD-UART:Smoke HM-SEC-SD+VITOSOLIC 200 RESOL VBUS-LAN+SolarEdge SE5K(Modbus)+Sonnen!eco8(10kWh)+TD3511+DRT710M(Modbus)+ZigBee+Z-Wave+MQTT+vitoconnect

pejonp

Zitat von: Sidey am 19 Januar 2016, 08:51:32
...
ich habe gestern Abend noch einen weiteren Fall behoben, der zur Endlosschleife geführt hat.
Bei mir ist der Server jetzt auch die Nacht durch gelaufen.
...
Hallo Sidey,

habe jetzt auch ein Update gemacht. Gefühlt werden jetzt die WH1080/CTW600 besser oder schneller erkannt und aktualisiert. Ich berichte wenn Fehler auftreten. Gute Arbeit und Danke.

Jörg
LaCrossGW 868MHz:WT470+TFA+TX37-IT+EMT7110+W136+WH25A HP1003+WH2621
SignalD(CC1101):Bresser+WS-0101(868MHz WH1080)+Velux KLF200+MAX!+HM-MOD-UART:Smoke HM-SEC-SD+VITOSOLIC 200 RESOL VBUS-LAN+SolarEdge SE5K(Modbus)+Sonnen!eco8(10kWh)+TD3511+DRT710M(Modbus)+ZigBee+Z-Wave+MQTT+vitoconnect

Cruiser79

Zitat von: pejonp am 20 Januar 2016, 14:15:45
Hallo Cruiser79,

dieser Bresser 7009993 (http://www.amazon.de/gp/product/B0076JGK7U?psc=1&redirect=true&ref_=oh_aui_detailpage_o01_s00)  oder dieser Hama (http://www.amazon.de/gp/product/B005D6ZCQS?psc=1&redirect=true&ref_=oh_aui_detailpage_o04_s00)  funktioniert. Sind wahrscheinlich baugleich.
Hier stehen die unterstützten Sensoren (http://www.fhemwiki.de/wiki/SIGNALduino).

1. Wird vom Signalduino überhaupt etwas empfangen ?
2. Setze verbose mal auf 5 und hänge den Log hier an.
3. Wie gut ist der Empfänger ? Im Forum einige Seiten weiter vorne wurde einige angegeben.

pejonp

1. Ja, da ich beim Sender des Thermostat direkt im Log etwas bekommen
2. Folgt unten
3. Ist einer der "guten" Superhytirgendwas Dinger :-)

Habe das empfangen zweimal geloggt


2016.01.20 19:02:48 5: SIGNALduino/RAW READ: /MU;P0
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0/=-242;P1=816;P2=-493;P3=243;P
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=-242;P1=816;P2=-493;P3=243;P/5=488;D=0123250503232325050323232503
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=-242;P1=816;P2=-493;P3=243;P5=488;D=0123250503232325050323232503/25050323232323250323232325032
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=-242;P1=816;P2=-493;P3=243;P5=488;D=012325050323232505032323250325050323232323250323232325032/3250325050505032325050323232;CP=3;

2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=-242;P1=816;P2=-493;P3=243;P5=488;D=0123250503232325050323232503250503232323232503232323250323250325050505032325050323232;CP=3;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 2
2016.01.20 19:02:48 5: restarting demodulation at Position 7+2
2016.01.20 19:02:48 5: restarting demodulation at Position 17+2
2016.01.20 19:02:48 5: restarting demodulation at Position 25+2
2016.01.20 19:02:48 5: restarting demodulation at Position 31+2
2016.01.20 19:02:48 5: restarting demodulation at Position 43+2
2016.01.20 19:02:48 5: restarting demodulation at Position 53+2
2016.01.20 19:02:48 5: restarting demodulation at Position 59+2
2016.01.20 19:02:48 5: restarting demodulation at Position 69+2
2016.01.20 19:02:48 5: restarting demodulation at Position 77+2
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: /MU;P0=734;P1=-732;P2=228;P3=-504;P4=477;P5=-258;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=714;P1=-750;P2=224;P3=-509;P4=465;P5=-264;D=0101010123454523232345452323234523454523232323234523232
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=734;P1=-732;P2=228;P3=-504;P4=477;P5=-258;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=714;P1=-750;P2=224;P3=-509;P4=465;P5=-264;D=0101010123454523232345452323234523454523232323234523232/32345232345234545454523234545232321;CP=2;
MU;P0=711;P1=-757;P2=226;P3=-509;P4=468;P5=-264;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=714;P1=-750;P2=239;P3=-493;P4=481;P5=-253;D=010101012345
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=714;P1=-750;P2=224;P3=-509;P4=465;P5=-264;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=711;P1=-757;P2=226;P3=-509;P4=468;P5=-264;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=714;P1=-750;P2=239;P3=-493;P4=481;P5=-253;D=010101012345/452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=723;P1=-742;P2=243;P3=-490;P4=483;P5=-248;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=732;P1=-734;P
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=714;P1=-750;P2=239;P3=-493;P4=481;P5=-253;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=723;P1=-742;P2=243;P3=-490;P4=483;P5=-248;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=732;P1=-734;P/2=238;P3=-495;P4=481;P5=-251;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=733;P1=-731;P2=245;P3=-487;P4=486;P5=-243;D=010101012345452323234545232323452345452323232323452323232345232345234545454
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=732;P1=-734;P2=238;P3=-495;P4=481;P5=-251;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=733;P1=-731;P2=245;P3=-487;P4=486;P5=-243;D=010101012345452323234545232323452345452323232323452323232345232345234545454/523234545232321;CP=2;
MU;P0=726;P1=-740;P2=242;P3=-492;P4=485;P5=-249;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=730;P1=-735;P2=243;P3=-488;P4=487;P5=-242;D=01010101234545232323454523232345
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=733;P1=-731;P2=245;P3=-487;P4=486;P5=-243;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=726;P1=-740;P2=242;P3=-492;P4=485;P5=-249;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=730;P1=-735;P2=243;P3=-488;P4=487;P5=-242;D=01010101234545232323454523232345/2345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=723;P1=-740;P2=236;P3=-496;P4=481;P5=-251;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=731;P1=-734;P2=244;P3=-488;P4=486
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=730;P1=-735;P2=243;P3=-488;P4=487;P5=-242;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=723;P1=-740;P2=236;P3=-496;P4=481;P5=-251;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=731;P1=-734;P2=244;P3=-488;P4=486/;P5=-250;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=736;P1=-729;P2=239;P3=-496;P4=486;P5=-247;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=731;P1=-734;P2=244;P3=-488;P4=486;P5=-250;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=736;P1=-729;P2=239;P3=-496;P4=486;P5=-247;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2/;
MU;P0=722;P1=-741;P2=236;P3=-495;P4=484;P5=-245;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
MU;P0=725;P1=-741;P2=240;P3=-490;P4=485;P5=-250;D=0101010123454523232345452323234523454523232323234523
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=736;P1=-729;P2=239;P3=-496;P4=486;P5=-247;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=722;P1=-741;P2=236;P3=-495;P4=484;P5=-245;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1
2016.01.20 19:02:48 5: SIGNALduino/RAW READ: MU;P0=725;P1=-741;P2=240;P3=-490;P4=485;P5=-250;D=0101010123454523232345452323234523454523232323234523/23232345232345234545454523234545232321;CP=2;

2016.01.20 19:02:48 4: SIGNALduino/msg READ: MU;P0=725;P1=-741;P2=240;P3=-490;P4=485;P5=-250;D=010101012345452323234545232323452345452323232323452323232345232345234545454523234545232321;CP=2;
2016.01.20 19:02:48 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:02:48 5: Starting demodulation at Position 7
2016.01.20 19:02:48 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:02:48 5: Starting demodulation at Position -1


und nochmal
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: /
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: /MU;P0=241;P1=675;P2=-483;P5=-245;D=0
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=241;P1=675;P2=-483;P5=-245;D=0/12121212021515020202151502020
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=241;P1=675;P2=-483;P5=-245;D=012121212021515020202151502020/215021515020202021515020215021
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=241;P1=675;P2=-483;P5=-245;D=012121212021515020202151502020215021515020202021515020215021/50202150215151515021515150215
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=241;P1=675;P2=-483;P5=-245;D=01212121202151502020215150202021502151502020202151502021502150202150215151515021515150215/02;CP=0;

2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=241;P1=675;P2=-483;P5=-245;D=0121212120215150202021515020202150215150202020215150202150215020215021515151502151515021502;CP=0;
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position 1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: /MU;P0=726;P1=-740;P2=232;P3=-500;P4=475;P5=-256;D=01010101234545232323454523232345234545232323234545232345234523234523454
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=726;P1=-740;P2=232;P3=-500;P4=475;P5=-256;D=01010101234545232323454523232345234545232323234545232345234523234523454/5454523454545234520;CP=2;

2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=726;P1=-740;P2=232;P3=-500;P4=475;P5=-256;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: /MU;P0=714;P1=-750;P2=218;P3=-513;P4=458;P5=-275;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;

2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=714;P1=-750;P2=218;P3=-513;P4=458;P5=-275;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: /MU;P0=700;P1=-765;P2=235;P3=-502;P4=473;P5=-255;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
MU;P0=722;P1=-742;P2=236;P3=-494;P4=480;P5=-253;D=010101012345
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=700;P1=-765;P2=235;P3=-502;P4=473;P5=-255;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=722;P1=-742;P2=236;P3=-494;P4=480;P5=-253;D=010101012345/452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
MU;P0=731;P1=-736;P2=241;P3=-491;P4=481;P5=-250;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;

2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=722;P1=-742;P2=236;P3=-494;P4=480;P5=-253;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=731;P1=-736;P2=241;P3=-491;P4=481;P5=-250;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: /MU;P0=726;P1=-736;P2=239;P3=-493;P4=485;P5=-248;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
MU;P0=728;P1=-738;P2=235;P3=-493;P4=482;P5=-253;D=0101010123454523232345452323234523454523232323454523234
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=726;P1=-736;P2=239;P3=-493;P4=485;P5=-248;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=728;P1=-738;P2=235;P3=-493;P4=482;P5=-253;D=0101010123454523232345452323234523454523232323454523234/52345232345234545454523454545234520;CP=2;
MU;P0=729;P1=-738;P2=241;P3=-496;P4=488;P5=-243;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
MU;P0=727;P1=-738;P2=236;P3=-492;P4=483;P5=-251;D=010101012345
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=728;P1=-738;P2=235;P3=-493;P4=482;P5=-253;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=729;P1=-738;P2=241;P3=-496;P4=488;P5=-243;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=727;P1=-738;P2=236;P3=-492;P4=483;P5=-251;D=010101012345/452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
MU;P0=727;P1=-737;P2=234;P3=-494;P4=480;P5=-251;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
MU;P0=733;P1=-735;P
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=727;P1=-738;P2=236;P3=-492;P4=483;P5=-251;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=727;P1=-737;P2=234;P3=-494;P4=480;P5=-251;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=733;P1=-735;P/2=240;P3=-488;P4=488;P5=-245;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
MU;P0=728;P1=-737;P2=240;P3=-496;P4=482;P5=-246;D=010101012345452323234545232323452345452323232345452323452345232345234545454
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=733;P1=-735;P2=240;P3=-488;P4=488;P5=-245;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: MU;P0=728;P1=-737;P2=240;P3=-496;P4=482;P5=-246;D=010101012345452323234545232323452345452323232345452323452345232345234545454/523454545234520;CP=2;
MU;P0=726;P1=-741;P2=241;P3=-493;P4=488;P5=-243;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;

2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=728;P1=-737;P2=240;P3=-496;P4=482;P5=-246;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=726;P1=-741;P2=241;P3=-493;P4=488;P5=-243;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 5: SIGNALduino/RAW READ: /MU;P0=728;P1=-735;P2=240;P3=-488;P4=484;P5=-250;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;

2016.01.20 19:04:42 4: SIGNALduino/msg READ: MU;P0=728;P1=-735;P2=240;P3=-488;P4=484;P5=-250;D=010101012345452323234545232323452345452323232345452323452345232345234545454523454545234520;CP=2;
2016.01.20 19:04:42 4: Found matched Protocol id 16 -> Dooya shutter
2016.01.20 19:04:42 5: Starting demodulation at Position -1
2016.01.20 19:04:42 4: Found matched Protocol id 8 -> TX3 Protocol
2016.01.20 19:04:42 5: Starting demodulation at Position -1


Verstehe bei den Logmeldungen aber nur Bahnhof. Wer erkennt jetzt daran was sinnvolles?  :D

Gruß,
Tim
FHEM auf Raspberry Pi
HM-CFG-LAN mit HM-TC-IT-WM-W-EU, HM-CC-RT-DN, HM-WDS10-TH-O, HM-LC-SW1-FM, HM-LC-Bl1-FM
Signalduino mit Elro AB440, LOGILINK WS0002, IT CMR-1000

Sidey

Zitat von: Cruiser79 am 20 Januar 2016, 19:09:02
1. Ja, da ich beim Sender des Thermostat direkt im Log etwas bekommen
2. Folgt unten
3. Ist einer der "guten" Superhytirgendwas Dinger :-)


Verstehe bei den Logmeldungen aber nur Bahnhof. Wer erkennt jetzt daran was sinnvolles?  :D

Das Modell kennen wir bislang noch nicht. Ich habe die Demodulierung eingebaut. Wenn Du ein update auf die aktuelle dev3.2 Version machst, dann wird das Signal schon mal in bits umgerechnet.

Nächster Schritt: Identifizieren welches Bit was bedeutet.

Grüße Sidey
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem,zigbee2mqtt

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

Sidey

Zitat von: yogiflop am 20 Januar 2016, 11:17:39
ich wollte mal kurz fragen, wie aktuell die Liste der unterstützten Komponenten in der Wiki ist.

Hallo Yogiflop,

die Liste im Wiki gibt das wieder, was aktuell mit der in Fhem Veröffentlichten Version 3.1 funktioniert.

In der Version 3.2 wurden noch Protokolle erweitert und es kommen auch regelmäßig neue hinzu.
Leider bekommen wir auch nicht immer qualifiziert Rückmeldung, wie gut etwas funktioniert.

Wer in Perl ein paar Zeilen Code hinbekommt, der kann sich seine Sensoren auch schnell selbst in FHEM einbinden, da das Empfangen und demodulieren mittlerweile sehr einfach geworden ist.

Grüße Sidey
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem,zigbee2mqtt

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

yogiflop


Zitat von: Sidey am 21 Januar 2016, 08:12:46
Hallo Yogiflop,

die Liste im Wiki gibt das wieder, was aktuell mit der in Fhem Veröffentlichten Version 3.1 funktioniert.

In der Version 3.2 wurden noch Protokolle erweitert und es kommen auch regelmäßig neue hinzu.
Leider bekommen wir auch nicht immer qualifiziert Rückmeldung, wie gut etwas funktioniert.

Wer in Perl ein paar Zeilen Code hinbekommt, der kann sich seine Sensoren auch schnell selbst in FHEM einbinden, da das Empfangen und demodulieren mittlerweile sehr einfach geworden ist.

Grüße Sidey

Hallo Sidey,

Ich danke dir für die Rückmeldung. Ich warte dann lieber auf die nächste Stable Version.  Die über Update verteilt wird.

Bis denen

Marc


Gesendet vom iPad
CubieTruck mit FHEM 5.7
433MHz, 868MHz HMLan
div. Baumarktsteckdosen, 3x HM
div. MiLight's

Cruiser79

#899
Zitat von: Sidey am 20 Januar 2016, 22:54:14
Das Modell kennen wir bislang noch nicht. Ich habe die Demodulierung eingebaut. Wenn Du ein update auf die aktuelle dev3.2 Version machst, dann wird das Signal schon mal in bits umgerechnet.

Nächster Schritt: Identifizieren welches Bit was bedeutet.

Grüße Sidey

Moin Sidey,

ok, helf mir bitte weiter. Folgende Werte liefen durchs Log, als ein Update des Sensors kam.

Aktuelle Werte: 19,7° 45%

2016.01.21 12:25:55 4: sduino/msg READ: MU;P0=609;P1=-252;P2=235;P3=-493;P4=-988;D=01232323010123232301230101232323012323010101232301230101230101012323010123012401;CP=2;
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:55 4: sduino/msg READ: MU;P0=725;P1=-740;P2=227;P3=-506;P4=468;P5=-264;D=0101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 10
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 6
2016.01.21 12:25:55 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:55 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:55 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:55 5: sduino dispatch u37#6316272DCD
2016.01.21 12:25:55 4: SIGNALduino_unknown incomming msg: u37#6316272DCD
2016.01.21 12:25:55 4: SIGNALduino_unknown rawData: 6316272DCD
2016.01.21 12:25:55 4: SIGNALduino_unknown Protocol: 37
2016.01.21 12:25:55 4: SIGNALduino_unknown converted to bits: 0110001100010110001001110010110111001101
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:55 4: sduino/msg READ: MU;P0=706;P1=-757;P2=210;P3=-521;P4=453;P5=-281;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:55 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:55 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:55 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:55 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:55 4: sduino/msg READ: MU;P0=700;P1=-764;P2=235;P3=-498;P4=481;P5=-251;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:55 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:55 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:55 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:55 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:55 4: sduino/msg READ: MU;P0=728;P1=-738;P2=238;P3=-494;P4=483;P5=-249;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:55 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:55 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:55 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:55 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:55 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:55 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: sduino/msg READ: MU;P0=723;P1=-742;P2=233;P3=-498;P4=481;P5=-251;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:56 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:56 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:56 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:56 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: sduino/msg READ: MU;P0=729;P1=-740;P2=243;P3=-489;P4=484;P5=-248;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: sduino/msg READ: MU;P0=727;P1=-734;P2=237;P3=-493;P4=485;P5=-248;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:56 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:56 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:56 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:56 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: sduino/msg READ: MU;P0=729;P1=-737;P2=237;P3=-494;P4=479;P5=-256;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:56 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:56 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:56 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:56 5: sduino dispatch u37#6316272DCD
2016.01.21 12:25:56 4: SIGNALduino_unknown incomming msg: u37#6316272DCD
2016.01.21 12:25:56 4: SIGNALduino_unknown rawData: 6316272DCD
2016.01.21 12:25:56 4: SIGNALduino_unknown Protocol: 37
2016.01.21 12:25:56 4: SIGNALduino_unknown converted to bits: 0110001100010110001001110010110111001101
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: sduino/msg READ: MU;P0=730;P1=-737;P2=237;P3=-490;P4=482;P5=-250;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:56 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:56 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:56 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:56 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: sduino/msg READ: MU;P0=731;P1=-732;P2=234;P3=-495;P4=481;P5=-251;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:56 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:56 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:56 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:56 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:56 4: sduino/msg READ: MU;P0=729;P1=-739;P2=236;P3=-492;P4=483;P5=-250;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:56 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:56 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:57 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:57 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:57 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:57 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:57 4: sduino/msg READ: MU;P0=725;P1=-738;P2=237;P3=-495;P4=481;P5=-251;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:57 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:57 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:57 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:57 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:57 4: sduino/msg READ: MU;P0=727;P1=-736;P2=238;P3=-493;P4=482;P5=-249;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:57 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:57 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:57 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:57 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:57 4: sduino/msg READ: MU;P0=730;P1=-738;P2=235;P3=-495;P4=480;P5=-251;D=010101012345452323234545232323452345452323234523234545452323452345452345454523234545234521;CP=2;
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 1
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 12
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 8
2016.01.21 12:25:57 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 1 0 1
2016.01.21 12:25:57 4: decoded matched MU Protocol id 37 dmsg u37#6316272DCD length 40
2016.01.21 12:25:57 5: sduino converted Data to (u37#6316272DCD)
2016.01.21 12:25:57 4: sduino Dropped (u37#6316272DCD) due to short time or equal msg
2016.01.21 12:25:57 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:25:57 5: sduino: Starting demodulation at Position 2
2016.01.21 12:25:57 4: sduino/msg READ: MU;P0=1757;P1=-1168;P2=3232;P3=-2632;D=0101010101010121030121030101010101012321010301232105;CP=0;
2016.01.21 12:25:57 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:25:57 4: sduino/msg READ: MU;P0=-6668;P1=5154;P2=1770;P3=-1163;P4=-4180;D=23232323232323232323232410232323232323231323;CP=2;
2016.01.21 12:25:57 5: sduino: applying filterfunc SIGNALduino_filterSign


Und noch einmal bei 19,8° und 42%


2016.01.21 12:28:46 4: sduino/msg READ: MU;P0=-251;P1=-581;P2=814;P4=237;P5=484;D=0121214150504141415050414141504150504141415041504141414141504150415041505041415041505041;CP=4;
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 10
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 6
2016.01.21 12:28:46 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 0 0
2016.01.21 12:28:46 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB0 length 44
2016.01.21 12:28:46 5: sduino converted Data to (u37#6316282ACB0)
2016.01.21 12:28:46 5: sduino dispatch u37#6316282ACB0
2016.01.21 12:28:46 4: SIGNALduino_unknown incomming msg: u37#6316282ACB0
2016.01.21 12:28:46 4: SIGNALduino_unknown rawData: 6316282ACB0
2016.01.21 12:28:46 4: SIGNALduino_unknown Protocol: 37
2016.01.21 12:28:46 4: SIGNALduino_unknown converted to bits: 01100011000101100010100000101010110010110000
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:46 4: sduino/msg READ: MU;P0=728;P1=-737;P2=225;P3=-508;P4=473;P5=-259;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:46 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:46 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:46 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:46 5: sduino dispatch u37#6316282ACB
2016.01.21 12:28:46 4: SIGNALduino_unknown incomming msg: u37#6316282ACB
2016.01.21 12:28:46 4: SIGNALduino_unknown rawData: 6316282ACB
2016.01.21 12:28:46 4: SIGNALduino_unknown Protocol: 37
2016.01.21 12:28:46 4: SIGNALduino_unknown converted to bits: 0110001100010110001010000010101011001011
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:46 4: sduino/msg READ: MU;P0=717;P1=-751;P2=219;P3=-512;P4=462;P5=-269;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:46 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:46 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:46 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:46 4: sduino Dropped (u37#6316282ACB) due to short time or equal msg
2016.01.21 12:28:46 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:46 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: sduino/msg READ: MU;P0=701;P1=-763;P2=230;P3=-498;P4=477;P5=-255;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:47 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:47 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:47 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:47 4: sduino Dropped (u37#6316282ACB) due to short time or equal msg
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: sduino/msg READ: MU;P0=725;P1=-743;P2=239;P3=-491;P4=478;P5=-253;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:47 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:47 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:47 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:47 4: sduino Dropped (u37#6316282ACB) due to short time or equal msg
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: sduino/msg READ: MU;P0=731;P1=-730;P2=243;P3=-495;P4=483;P5=-242;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: sduino/msg READ: MU;P0=731;P1=-734;P2=238;P3=-495;P4=490;P5=-244;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:47 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:47 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:47 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:47 4: sduino Dropped (u37#6316282ACB) due to short time or equal msg
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: sduino/msg READ: MU;P0=723;P1=-739;P2=240;P3=-490;P4=484;P5=-248;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:47 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:47 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:47 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:47 4: sduino Dropped (u37#6316282ACB) due to short time or equal msg
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: sduino/msg READ: MU;P0=730;P1=-736;P2=238;P3=-490;P4=487;P5=-247;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:47 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:47 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:47 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:47 5: sduino dispatch u37#6316282ACB
2016.01.21 12:28:47 4: SIGNALduino_unknown incomming msg: u37#6316282ACB
2016.01.21 12:28:47 4: SIGNALduino_unknown rawData: 6316282ACB
2016.01.21 12:28:47 4: SIGNALduino_unknown Protocol: 37
2016.01.21 12:28:47 4: SIGNALduino_unknown converted to bits: 0110001100010110001010000010101011001011
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: sduino/msg READ: MU;P0=727;P1=-738;P2=239;P3=-494;P4=487;P5=-245;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:47 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:47 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:47 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:47 4: sduino Dropped (u37#6316282ACB) due to short time or equal msg
2016.01.21 12:28:47 4: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2016.01.21 12:28:47 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:48 4: sduino/msg READ: MU;P0=730;P1=-736;P2=240;P3=-490;P4=481;P5=-251;D=010101012345452323234545232323452345452323234523452323232323452345234523454523234523454521;CP=2;
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 16 -> Dooya shutter matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:48 5: sduino: applying filterfunc SIGNALduino_filterSign
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 24 -> visivon remote matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 27 -> remote27 matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 1
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 31 -> pollin isotronic matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 12
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 34 -> unknown34 matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 2
2016.01.21 12:28:48 4: Fingerprint for MU Protocol id 37 -> weather37 matches, trying to demodulate
2016.01.21 12:28:48 5: sduino: Starting demodulation at Position 8
2016.01.21 12:28:48 5: dispatching bits: 0 1 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1
2016.01.21 12:28:48 4: decoded matched MU Protocol id 37 dmsg u37#6316282ACB length 40
2016.01.21 12:28:48 5: sduino converted Data to (u37#6316282ACB)
2016.01.21 12:28:48 4: sduino Dropped (u37#6316282ACB) due to short time or equal msg
</code>
FHEM auf Raspberry Pi
HM-CFG-LAN mit HM-TC-IT-WM-W-EU, HM-CC-RT-DN, HM-WDS10-TH-O, HM-LC-SW1-FM, HM-LC-Bl1-FM
Signalduino mit Elro AB440, LOGILINK WS0002, IT CMR-1000