Guten Abend,
Ich beziehe mich auf den Beitrag: https://forum.fhem.de/index.php/topic,62395.msg861876.html#msg861876
Hat die Steuerung der Dunstabzugshaube final funktioniert? Ich habe einen Signalduino und eine Neff-Haube mit exakt der gleichen Fernbedienung.
Ich empfange z.B. bei Licht an:
MC;LL=-496;LH=492;SL=-240;SH=256;D=2A954AA552A954AA552A954AA552A954AA552A95440;C=247;L=169;R=238;
Wenn ich versuche zu senden bekomme ich:
2018.11.21 21:14:19 4: set sduino868 raw SR;R=7;P0=-334;P1=709;P2=-152;P3=-663;P4=379;P5=-15226;D=2A954AA552A954AA552A954AA552A954AA552A95440
2018.11.21 21:14:19 4: sduino868 SendrawFromQueue: msg=SR;R=7;P0=-334;P1=709;P2=-152;P3=-663;P4=379;P5=-15226;D=2A954AA552A954AA552A954AA552A954AA552A95440
2018.11.21 21:14:21 4: sduino868/HandleWriteQueue: sendraw no answer (timeout)
2018.11.21 21:14:21 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
Kann mir jemand gg.f einen Schubs in die richtige Richtung geben?
Danke und einen schönen Abend,
fhemjcm
Zitat von: fhemjcm am 21 November 2018, 22:19:08
Guten Abend,
Ich beziehe mich auf den Beitrag: https://forum.fhem.de/index.php/topic,62395.msg861876.html#msg861876
Hat die Steuerung der Dunstabzugshaube final funktioniert? Ich habe einen Signalduino und eine Neff-Haube mit exakt der gleichen Fernbedienung.
Ich empfange z.B. bei Licht an:
MC;LL=-496;LH=492;SL=-240;SH=256;D=2A954AA552A954AA552A954AA552A954AA552A95440;C=247;L=169;R=238;
Wenn ich versuche zu senden bekomme ich:
2018.11.21 21:14:19 4: set sduino868 raw SR;R=7;P0=-334;P1=709;P2=-152;P3=-663;P4=379;P5=-15226;D=2A954AA552A954AA552A954AA552A954AA552A95440
2018.11.21 21:14:19 4: sduino868 SendrawFromQueue: msg=SR;R=7;P0=-334;P1=709;P2=-152;P3=-663;P4=379;P5=-15226;D=2A954AA552A954AA552A954AA552A954AA552A95440
2018.11.21 21:14:21 4: sduino868/HandleWriteQueue: sendraw no answer (timeout)
2018.11.21 21:14:21 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
Kann mir jemand gg.f einen Schubs in die richtige Richtung geben?
Danke und einen schönen Abend,
fhemjcm
Zuerst ein Update auf die aktuellen Entwickler Versionen machen:
https://wiki.fhem.de/wiki/SIGNALduino#FHEM-Modul_laden
update all https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/controls_signalduino.txt
Sobald Du die installiert hast, kannst Du mit dem Get Befehl queryAvailableFirmware die verfügbaren Versionen herunterladen und mit set flash direkt flashen.
Vorher unbedingt das Hardware Attribut setzen.
Wenn Du die neuste Firmware drauf hast, noch mal testen.
Das Senden funktioniert so nicht, (https://wiki.fhem.de/wiki/SIGNALduino#Senden_mit_dem_SIGNALduino)
da Du ein Manchester Code empfangen hast aber mit dem Befeh send Raw versuchst ein Signal zu modulieren.
Mit dem SC Befehl würde das gehen, aber erst solltest Du mit aktueller Firmware das Signal neu empfangen.
Grüße Sidey
Ich habe ebenfalls dieselbe Fernbedienung (für Bosch Deckenlüfter).
Vielleicht hilft es ja weiter, bei mir funktionieren die folgenden Befehle:
#Licht an
set sduino01 raw SR;;R=7;;P0=-735;;P1=315;;P2=-403;;P3=650;;P4=-15366;;D=012323230101230101010101230101234123230123232301012301010101012301012341232301232323010123010101010123010123;;
#Licht aus
set sduino01 raw SR;;R=7;;P0=-725;;P1=332;;P2=-382;;P3=670;;P4=-15360;;D=010123010123412323012323230101230101010101230101234123230123232301012301010101012301012341232301232323010123010101010123010123;;
#Luefter plus
set sduino01 raw SR;;R=7;;P0=-386;;P1=665;;P2=-725;;P3=323;;P4=-15384;;D=01012301010123230123232323230123010143010123010101232301232323232301230101;;
#Luefter minus
set sduino01 raw SR;;R=7;;P0=-717;;P1=333;;P2=-380;;P3=666;;P4=-15368;;D=010123230123412323012323230101230101010101232301234123230123232301012301010101012323012341232301232323010123010101010123230123;;
#Luefter aus
set sduino01 raw SR;;R=7;;P0=328;;P1=-722;;P2=-383;;P3=667;;P4=-15376;;D=01010231023104023231023232310102310101010102310231040232310232323101023101010101023102310;;
Danke Euch beiden, werde heute Abend testen und melde mich dann .
Zitat von: fhemjcm am 22 November 2018, 07:25:14
Danke Euch beiden, werde heute Abend testen und melde mich dann .
Das hat schon mal nicht geklappt, wäre zu einfach gewesen ;-)
Zitat von: Sidey am 21 November 2018, 22:29:23
Zuerst ein Update auf die aktuellen Entwickler Versionen machen:
https://wiki.fhem.de/wiki/SIGNALduino#FHEM-Modul_laden
update all https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/controls_signalduino.txt
Sobald Du die installiert hast, kannst Du mit dem Get Befehl queryAvailableFirmware die verfügbaren Versionen herunterladen und mit set flash direkt flashen.
Vorher unbedingt das Hardware Attribut setzen.
Wenn Du die neuste Firmware drauf hast, noch mal testen.
Das Senden funktioniert so nicht, (https://wiki.fhem.de/wiki/SIGNALduino#Senden_mit_dem_SIGNALduino)
da Du ein Manchester Code empfangen hast aber mit dem Befeh send Raw versuchst ein Signal zu modulieren.
Mit dem SC Befehl würde das gehen, aber erst solltest Du mit aktueller Firmware das Signal neu empfangen.
Grüße Sidey
Also,update add https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/controls_signalduino.txt sagt mir "nothing to do", zum Flashen wird mir 3.3.1 und 3.1 angeboten...
version
V 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017 22:54:50
versionmodul
v3.3.3-dev_12.11.
Ist das damit das aktuellste?
Aus dem Log (wenn ich die Fernbedienung drücke)....
Licht an:
2018.11.22 19:13:52 4: sduino868/msg READ: MC;LL=-467;LH=561;SL=-213;SH=294;D=552A95;C=255;L=24;R=238;
2018.11.22 19:13:58 4: sduino868/keepalive ok, retry = 0
2018.11.22 19:14:51 4: sduino868/msg READ: MC;LL=-696;LH=675;SL=-361;SH=345;D=6D56DAAC;C=346;L=30;R=20;
2018.11.22 19:14:51 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -64 -> m-e
2018.11.22 19:14:51 4: sduino868/msg READ: MC;LL=-717;LH=655;SL=-375;SH=342;D=6D56DAAC;C=348;L=30;R=20;
2018.11.22 19:14:51 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -64 -> m-e
2018.11.22 19:14:51 4: sduino868/msg READ: MC;LL=-698;LH=664;SL=-371;SH=345;D=6D56DAAC;C=346;L=30;R=20;
2018.11.22 19:14:51 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -64 -> m-e
2018.11.22 19:14:51 4: sduino868/msg READ: MC;LL=-706;LH=674;SL=-381;SH=338;D=6D56DAAC;C=349;L=30;R=20;
2018.11.22 19:14:51 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -64 -> m-e
2018.11.22 19:14:51 4: sduino868/msg READ: MC;LL=-706;LH=674;SL=-381;SH=338;D=6D56DAAC;C=349;L=30;R=20;
2018.11.22 19:14:51 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -64 -> m-e
2018.11.22 19:14:51 4: sduino868/msg READ: MC;LL=-706;LH=674;SL=-381;SH=338;D=6D56DAAC;C=349;L=30;R=20;
2018.11.22 19:14:51 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -64 -> m-e
Licht aus
2018.11.22 19:15:49 4: sduino868/msg READ: MC;LL=-715;LH=668;SL=-343;SH=351;D=DAADB558;C=346;L=29;R=20;
2018.11.22 19:15:49 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -64 -> m-e
2018.11.22 19:15:49 4: sduino868/msg READ: MC;LL=-705;LH=677;SL=-356;SH=348;D=6D56DAAC;C=347;L=30;R=20;
2018.11.22 19:15:49 4: sduino868: Found manchester Protocol id 57 clock 347 RSSI -64 -> m-e
2018.11.22 19:15:49 4: sduino868/msg READ: MC;LL=-685;LH=676;SL=-351;SH=364;D=6D56DAAC;C=345;L=30;R=20;
2018.11.22 19:15:49 4: sduino868: Found manchester Protocol id 57 clock 345 RSSI -64 -> m-e
2018.11.22 19:15:49 4: sduino868/msg READ: MC;LL=-700;LH=677;SL=-359;SH=341;D=6D56DAAC;C=346;L=30;R=20;
2018.11.22 19:15:49 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -64 -> m-e
2018.11.22 19:15:49 4: sduino868/msg READ: MC;LL=-695;LH=668;SL=-355;SH=365;D=6D56DAAC;C=347;L=30;R=20;
2018.11.22 19:15:49 4: sduino868: Found manchester Protocol id 57 clock 347 RSSI -64 -> m-e
2018.11.22 19:15:49 4: sduino868/msg READ: MC;LL=-695;LH=668;SL=-355;SH=365;D=6D56DAAC;C=347;L=30;R=20;
2018.11.22 19:15:49 4: sduino868: Found manchester Protocol id 57 clock 347 RSSI -64 -> m-e
2018.11.22 19:15:49 4: sduino868/msg READ: MC;LL=-695;LH=668;SL=-355;SH=365;D=6D56DAAC;C=347;L=30;R=20;
2018.11.22 19:15:49 4: sduino868: Found manchester Protocol id 57 clock 347 RSSI -64 -> m-e
2018.11.22 19:15:49 4: sduino868/msg READ: MC;LL=-689;LH=668;SL=-355;SH=365;D=6D56DAAC;C=346;L=30;R=20;
2018.11.22 19:15:49 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -64 -> m-e
2018.11.22 19:15:49 4: sduino868/msg READ: MU;P0=157;P2=365;P3=-355;P4=668;P5=-15249;P7=-32001;D=520234023434343402340234023434020202345202340234343434023402340234340202023477000;CP=0;R=20;
2018.11.22 19:15:49 4: sduino868: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2018.11.22 19:15:49 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.22 19:15:49 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.22 19:15:58 4: sduino868/keepalive ok, retry = 0
2018.11.22 19:16:20 4: sduino868/msg READ: MC;LL=-473;LH=498;SL=-242;SH=249;D=2A954AA552A954AA552A954AA552A954AA552A95441539D370A918;C=233;L=216;R=237;
2018.11.22 19:16:20 4: sduino868: Found manchester Protocol id 47 clock 233 RSSI -83.5 -> Maverick protocol
2018.11.22 19:16:58 4: sduino868/keepalive ok, retry = 0
2018.11.22 19:17:37 4: sduino868/msg READ: MC;LL=-493;LH=490;SL=-252;SH=252;D=2A954AA552A954AA552A954AA552A954;C=247;L=127;R=237;
2018.11.22 19:17:37 4: sduino868: Found manchester Protocol id 47 clock 247 RSSI -83.5 -> Maverick protocol
2018.11.22 19:17:37 4: sduino868/msg READ: MC;LL=-484;LH=489;SL=-252;SH=259;D=552A954AA20A9CDF1F448C00;C=247;L=93;R=237;
Viele Grüße fhemjcm
Zitat von: fhemjcm am 22 November 2018, 19:18:44
version
V 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017 22:54:50
Ist das damit das aktuellste?
Sorry, das Feature zum Updaten der Firmware direkt aus FHEM ist noch neu.
Du brauchst eine noch nicht 100% erprobte Version, aber keine Sorge, die funktioniert.
Dazu einfach Attribut updateChannelFW auf testing stellen.
Dann noch mal get availableFirmware machen und anschließend kannst Du eine 3.3.1-RC10 flashen.
Grüße Sidey
Geflashed ist er:
Licht an:
2018.11.22 21:51:39 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:51:39 4: sduino868/msg READ: MC;LL=-678;LH=680;SL=-350;SH=371;D=6D56DAAC;C=346;L=30;R=10;
2018.11.22 21:51:39 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -69 -> m-e
2018.11.22 21:51:39 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:51:39 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:51:39 4: sduino868/msg READ: MC;LL=-697;LH=680;SL=-350;SH=371;D=6D56DAAC;C=349;L=30;R=10;
2018.11.22 21:51:39 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -69 -> m-e
2018.11.22 21:51:39 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:51:39 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:51:39 4: sduino868/msg READ: MC;LL=-697;LH=680;SL=-350;SH=371;D=6D56DAAC;C=349;L=30;R=10;
2018.11.22 21:51:39 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -69 -> m-e
2018.11.22 21:51:39 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:51:39 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:52:11 4: sduino868/msg READ: MC;LL=-696;LH=653;SL=-406;SH=341;D=DAADB558;C=349;L=29;R=13;
2018.11.22 21:52:11 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -67.5 -> m-e
2018.11.22 21:52:11 5: sduino868: extracted data 00100101010100100100101010100111 (bin)
2018.11.22 21:52:11 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:52:11 4: sduino868/msg READ: MC;LL=-719;LH=643;SL=-389;SH=338;D=6D56DAAC;C=348;L=30;R=13;
2018.11.22 21:52:11 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -67.5 -> m-e
2018.11.22 21:52:11 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:52:11 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:52:11 4: sduino868/msg READ: MC;LL=-710;LH=678;SL=-375;SH=334;D=6D56DAAC;C=349;L=30;R=13;
2018.11.22 21:52:11 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -67.5 -> m-e
2018.11.22 21:52:11 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:52:11 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:52:11 4: sduino868/msg READ: MC;LL=-728;LH=652;SL=-378;SH=335;D=6D56DAAC;C=348;L=30;R=13;
2018.11.22 21:52:11 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -67.5 -> m-e
2018.11.22 21:52:11 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:52:11 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:52:11 4: sduino868/msg READ: MC;LL=-716;LH=657;SL=-386;SH=330;D=6D56DAAC;C=348;L=30;R=13;
2018.11.22 21:52:11 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -67.5 -> m-e
2018.11.22 21:52:11 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:52:11 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:52:11 4: sduino868/msg READ: MC;LL=-716;LH=657;SL=-386;SH=330;D=6D56DAAC;C=348;L=30;R=13;
2018.11.22 21:52:11 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -67.5 -> m-e
2018.11.22 21:52:11 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:52:11 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:52:11 4: sduino868/msg READ: MC;LL=-716;LH=657;SL=-386;SH=330;D=6D56DAAC;C=348;L=30;R=13;
2018.11.22 21:52:11 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -67.5 -> m-e
2018.11.22 21:52:11 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:52:11 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:52:11 4: sduino868/msg READ: MC;LL=-716;LH=657;SL=-386;SH=330;D=6D56DAAC;C=348;L=30;R=13;
2018.11.22 21:52:11 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -67.5 -> m-e
2018.11.22 21:52:11 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:52:11 5: sduino868: protocol does not match return from method: ( message is to long)
Licht aus:
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-709;LH=648;SL=-376;SH=349;D=DAADB558;C=346;L=29;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 00100101010100100100101010100111 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-740;LH=633;SL=-388;SH=334;D=6D56DAAC;C=349;L=30;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-709;LH=676;SL=-376;SH=335;D=6D56DAAC;C=349;L=30;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 349 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-707;LH=644;SL=-398;SH=333;D=6D56DAAC;C=346;L=30;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-705;LH=648;SL=-399;SH=337;D=6D56DAAC;C=348;L=30;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-705;LH=648;SL=-399;SH=337;D=6D56DAAC;C=348;L=30;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-705;LH=648;SL=-399;SH=337;D=6D56DAAC;C=348;L=30;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-705;LH=648;SL=-399;SH=337;D=6D56DAAC;C=348;L=30;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
2018.11.22 21:53:10 4: sduino868/msg READ: MC;LL=-705;LH=648;SL=-399;SH=337;D=6D56DAAC;C=348;L=30;R=11;
2018.11.22 21:53:10 4: sduino868: Found manchester Protocol id 57 clock 348 RSSI -68.5 -> m-e
2018.11.22 21:53:10 5: sduino868: extracted data 10010010101010010010010101010011 (bin)
2018.11.22 21:53:10 5: sduino868: protocol does not match return from method: ( message is to long)
Hmm, seltsam.
Es wird immer noch Manchester erkannt und sowohl an als auch aus sind angeblich identisch.
Kannst Du mal set disableMessagetype manchesterMC einstellen und dann noch mal ein und ausschalten.
Bitte scheib auch dazu, ob Du 1x gedrückt hast oder mehrfach.
Grüße Sidey
Hi :-),
jeweils 1x gedrückt....da kommt viel (ist aber auch verbose 5)...
Licht an (1x)
2018.11.22 22:24:15 4: set sduino868 disableMessagetype manchesterMC CDC
2018.11.22 22:24:15 5: sduino868 SW: CDC
2018.11.22 22:24:16 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.22 22:24:29 4: sduino868/msg READ: MU;P0=25340;P1=-702;P2=350;P3=-376;P4=676;P5=-15261;D=01234123434343412341234123434121212345212341234343434123412341234341212123452123412343434341234123412343412121234521234123434343412341234123434121212345212341234343434123412341234341212123452123412343434341234123412343412121234521234123434343412341234123;CP=2;R=14;O;
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:21|41){43,})) did not match
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:43|21){19,})) did not match
2018.11.22 22:24:29 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:52)((?:34|12){20,})) did not match
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.22 22:24:29 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:23)((?:43|21){12,})) did not match
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:21|43){38,})) did not match
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:21|23){38,})) did not match
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:41|23){50,})) did not match
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:41|23){50,})) did not match
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:21|23){104,})) did not match
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.22 22:24:29 5: part is 123412343434341234123412343412121234 starts at position 0 and ends at 38
2018.11.22 22:24:29 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:24:29 5: part is 123412343434341234123412343412121234 starts at position 38 and ends at 76
2018.11.22 22:24:29 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:24:29 5: part is 123412343434341234123412343412121234 starts at position 76 and ends at 114
2018.11.22 22:24:29 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:24:29 5: part is 123412343434341234123412343412121234 starts at position 114 and ends at 152
2018.11.22 22:24:29 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:24:29 5: part is 123412343434341234123412343412121234 starts at position 152 and ends at 190
2018.11.22 22:24:29 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:24:29 5: part is 123412343434341234123412 starts at position 190 and ends at 216
2018.11.22 22:24:29 5: sduino868: 6. try demodulation at Pos 190
2018.11.22 22:24:29 5: sduino868: dispatching hex: P81#A15
2018.11.22 22:24:29 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -67
2018.11.22 22:24:29 5: sduino868 Dispatch: P81#A15, test ungleich: disabled
2018.11.22 22:24:29 5: sduino868 Dispatch: P81#A15, -67 dB, dispatch
2018.11.22 22:24:29 5: sduino868: dispatch P81#A15
2018.11.22 22:24:29 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.22 22:24:29 1: sduino868: SD_UT_Parse UNDEFINED sensor unknown detected, code A1
2018.11.22 22:24:29 2: autocreate: define unknown SD_UT unknown
2018.11.22 22:24:29 2: autocreate: define FileLog_unknown FileLog ./log/unknown-%Y.log unknown
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.22 22:24:29 4: sduino868/msg READ: MU;P0=645;P1=-387;P2=-694;P3=349;P4=-15273;D=01023232310432310231010101023102310231010232323104323102310101010231023102310102323231043231023101010102310231023101023232310;CP=3;R=11;
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:32|02){43,})) did not match
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:01|32){19,})) did not match
2018.11.22 22:24:29 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:43)((?:10|23){20,})) did not match
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.22 22:24:29 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:31)((?:01|32){12,})) did not match
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:32|01){38,})) did not match
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:32|31){38,})) did not match
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.22 22:24:29 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.22 22:24:29 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.22 22:24:29 5: sduino868: 0. try, regex ((?:)((?:32|31){104,})) did not match
2018.11.22 22:24:29 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.22 22:24:29 5: part is 231023101010102310231023101023232310 starts at position 0 and ends at 38
2018.11.22 22:24:29 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|10){12,}))
2018.11.22 22:24:29 5: part is 231023101010102310231023101023232310 starts at position 38 and ends at 76
2018.11.22 22:24:29 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|10){12,}))
2018.11.22 22:24:29 5: part is 231023101010102310231023101023232310 starts at position 76 and ends at 114
2018.11.22 22:24:29 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:43)((?:23|10){12,}))
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.22 22:24:29 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
Licht aus (1x)
2018.11.22 22:24:37 4: sduino868/keepalive ok, retry = 0
2018.11.22 22:25:37 4: sduino868/KeepAlive not ok, retry = 1 -> get ping
2018.11.22 22:25:37 5: AddSendQueue: sduino868: P (1)
2018.11.22 22:25:37 5: sduino868 SW: P
2018.11.22 22:25:37 4: sduino868/msg READ: OK
2018.11.22 22:25:37 5: sduino868/noMsg Parse: OK
2018.11.22 22:25:37 5: sduino868/msg READ: regexp=^OK$ cmd=ping msg=OK
2018.11.22 22:25:37 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.22 22:26:22 2: SZ.harmony: disconnect
2018.11.22 22:26:24 3: SZ.harmony: connected
2018.11.22 22:26:25 3: SZ.harmony: new config
2018.11.22 22:26:37 4: sduino868/keepalive ok, retry = 0
2018.11.22 22:26:53 4: sduino868/msg READ: MU;P0=3976;P1=-686;P2=373;P3=-335;P4=688;P5=-15260;D=01234123434343412341234123434121212345212341234343434123412341234341212123452123412343434341234123412343412121234521234123434343412341234123434121212345212341234343434123412341234341212123452123412343434341234123412343412121234521234123434343412341234123;CP=2;R=10;O;
2018.11.22 22:26:53 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:)((?:21|41){43,})) did not match
2018.11.22 22:26:53 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.22 22:26:53 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:)((?:43|21){19,})) did not match
2018.11.22 22:26:53 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.22 22:26:53 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:52)((?:34|12){20,})) did not match
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.22 22:26:53 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:23)((?:43|21){12,})) did not match
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.22 22:26:53 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.22 22:26:53 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:)((?:21|43){38,})) did not match
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:)((?:21|23){38,})) did not match
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.22 22:26:53 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.22 22:26:53 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:)((?:41|23){50,})) did not match
2018.11.22 22:26:53 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:)((?:41|23){50,})) did not match
2018.11.22 22:26:53 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.22 22:26:53 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.22 22:26:53 5: sduino868: 0. try, regex ((?:)((?:21|23){104,})) did not match
2018.11.22 22:26:53 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.22 22:26:53 5: part is 123412343434341234123412343412121234 starts at position 0 and ends at 38
2018.11.22 22:26:53 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:26:53 5: part is 123412343434341234123412343412121234 starts at position 38 and ends at 76
2018.11.22 22:26:53 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:26:53 5: part is 123412343434341234123412343412121234 starts at position 76 and ends at 114
2018.11.22 22:26:53 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:26:53 5: part is 123412343434341234123412343412121234 starts at position 114 and ends at 152
2018.11.22 22:26:53 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:26:53 5: part is 123412343434341234123412343412121234 starts at position 152 and ends at 190
2018.11.22 22:26:53 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:52)((?:12|34){12,}))
2018.11.22 22:26:53 5: part is 123412343434341234123412 starts at position 190 and ends at 216
2018.11.22 22:26:53 5: sduino868: 6. try demodulation at Pos 190
2018.11.22 22:26:53 5: sduino868: dispatching hex: P81#A15
2018.11.22 22:26:53 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -69
2018.11.22 22:26:53 5: sduino868 Dispatch: P81#A15, test gleich
2018.11.22 22:26:53 5: sduino868 Dispatch: P81#A15, -69 dB, dispatch
2018.11.22 22:26:53 5: sduino868: dispatch P81#A15
2018.11.22 22:26:54 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.22 22:26:54 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.22 22:26:54 4: sduino868/msg READ: MU;P0=688;P1=-337;P2=-658;P3=389;P4=-15267;D=01023232310432310231010101023102310231010232323104323102310101010231023102310102323231043231023101010102310231023101023232310;CP=3;R=2;
2018.11.22 22:26:54 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:)((?:32|02){43,})) did not match
2018.11.22 22:26:54 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.22 22:26:54 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:)((?:01|32){19,})) did not match
2018.11.22 22:26:54 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:43)((?:10|23){20,})) did not match
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.22 22:26:54 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:32)((?:02|32){12,})) did not match
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.22 22:26:54 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.22 22:26:54 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:)((?:32|01){38,})) did not match
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:)((?:32|31){38,})) did not match
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.22 22:26:54 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.22 22:26:54 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.22 22:26:54 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.22 22:26:54 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.22 22:26:54 5: sduino868: 0. try, regex ((?:)((?:32|31){104,})) did not match
2018.11.22 22:26:54 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.22 22:26:54 5: part is 231023101010102310231023101023232310 starts at position 0 and ends at 38
2018.11.22 22:26:54 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|10){12,}))
2018.11.22 22:26:54 5: part is 231023101010102310231023101023232310 starts at position 38 and ends at 76
2018.11.22 22:26:54 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|10){12,}))
2018.11.22 22:26:54 5: part is 231023101010102310231023101023232310 starts at position 76 and ends at 114
2018.11.22 22:26:54 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:43)((?:23|10){12,}))
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.22 22:26:54 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
Hmm,
An und Aus sehen identisch aus... was könnte das nur sein.
Es ist ein Knopf (Taster)....
Ich ahne gerade was Du damit sagen möchtest :)
Kannst Du bitte Mal Modellbezeichnungen und Fotos vom Gerät hier Posten?
Wenn ich das richtig verstehe, dann kannst Du nicht an oder aus mit der Fernbedienung senden, sondern nur ein toggle.
Gesendet von meinem Moto Z (2) mit Tapatalk
Guten morgen,
ich habe Bilder von der Vor- und Rückseite eingefügt und die Modellbezeichnung von der Anleitung. Ja, es handelt sich (beim Licht) um einen Toogle.
VG fhemjcm
Ja, das ist wirklich genau die gleiche wie bei mir.
Leider habe ich versäumt, mir zu notieren, wie ich die Definition der Raw-Befehle herausbekommen habe - war auch etwas "Fummelei".
Ich kann mich nur dran erinnern, dass die Befehle meiner Fernbedienung von SIGNALduino als MU erkannt werden (wenn alle enabled sind).
Gerne kann ich heute Abend nochmals die Sendebefehle meiner FB "scannen" und vergleichen.
Zitat von: Stütti am 23 November 2018, 09:49:00
Ja, das ist wirklich genau die gleiche wie bei mir.
Leider habe ich versäumt, mir zu notieren, wie ich die Definition der Raw-Befehle herausbekommen habe - war auch etwas "Fummelei".
Ich kann mich nur dran erinnern, dass die Befehle meiner Fernbedienung von SIGNALduino als MU erkannt werden (wenn alle enabled sind).
Gerne kann ich heute Abend nochmals die Sendebefehle meiner FB "scannen" und vergleichen.
Hi Stütti,
das ist zwar etwas 2. Schritt vor dem 1. , aber wie hast Du die Raw Befehle dann in FHEM abgebildet? Über einen Dummy oder über mehrere?
Mir geht es im Zielbild darum die Dunstabzugshaube über Alexa zu steuern.... (HA-Bridge)...
Grüße fhemjcm
Derzeit nutze ich es nur fürs Licht (mit einem Dummy + notify). Für den Lüfter fehlt mir noch die richtige Trigger-Idee ;)
Man könnte aber auch Licht und Lüfter über einen Dummy abbilden, da man, wenn man direkt am Gerät schaltet, den Status ohnehin nicht mitbekommt.
Zitat von: Stütti am 23 November 2018, 11:39:26
Derzeit nutze ich es nur fürs Licht (mit einem Dummy + notify). Für den Lüfter fehlt mir noch die richtige Trigger-Idee ;)
Man könnte aber auch Licht und Lüfter über einen Dummy abbilden, da man, wenn man direkt am Gerät schaltet, den Status ohnehin nicht mitbekommt.
Was meinst Du mit Trigger-Idee? Eine Idee wann der Lüfter "automatisch" angehen soll....? Meine ist: Alexa, Lüfter an ;) ;) ;D
Zitat von: fhemjcm am 23 November 2018, 12:05:26
Was meinst Du mit Trigger-Idee? Eine Idee wann der Lüfter "automatisch" angehen soll....? Meine ist: Alexa, Lüfter an ;) ;) ;D
Ja. An, (hoch- und) runterregeln und aus. Bei voller Lüfterstufe endet eine Sprachsteuerung sicher in einem Geschrei ;)
Zitat von: Stütti am 23 November 2018, 13:32:10
Ja. An, (hoch- und) runterregeln und aus. Bei voller Lüfterstufe endet eine Sprachsteuerung sicher in einem Geschrei ;)
Lautstärke geht noch ;-)...aber wie schon gesagt, bisher lässt sich da gar nix schalten, von daher....
VG fhemjcm
Folgendes Ergebnisse bekomme ich mit der config: MS=1;MU=1;MC=0
#Fernbedienung: Licht an
2018.11.23 21:17:56 4: sduino01/msg READ: MU;P0=-32001;P1=307;P2=-400;P3=656;P4=-739;P5=-15365;D=01232341232323414123414141414123414123512323412323234141234141414141234141235123234123232341412341414141412341412351232341232323414123414141414123414123512323412323234141234141414141234141235123234123232341412341414141412341412351232341232323414123414141;CP=1;R=28;O;
2018.11.23 21:17:57 4: sduino01/msg READ: MU;P0=-716;P1=333;P2=-390;P3=664;P4=-15378;D=010123010123412323012323230101230101010101230101234123230123232301012301010101012301012341232301232323010123010101010123010123;CP=1;R=208;
#Fernbedienung: Licht aus
2018.11.23 21:19:05 4: sduino01/msg READ: MU;P0=-729;P1=323;P3=202;P4=-389;P5=665;P6=-15371;D=01030145010101010145010145614545014545450101450101010101450101456145450145454501014501010101014501014561454501454545010145010101010145010145614545014545450101450101010101450101456145450145454501014501010101014501014561454501454545010145010101010145010145;CP=1;R=15;O;
2018.11.23 21:19:06 4: sduino01/msg READ: MU;P0=-15373;P1=334;P2=-371;P3=670;P4=-726;D=012323412323234141234141414141234141230123234123232341412341414141412341412301232341232323414123414141414123414123;CP=1;R=208;
#Fernbedienung: Luefter plus
2018.11.23 21:21:03 4: sduino01/msg READ: MU;P0=313;P2=-412;P3=643;P4=-726;P6=-15367;D=2323602323402323234040234040404040234023236023234023232340402340404040402340232360232340232323404023404040404023402323602323402323234040234040404040234023236023234023232340402340404040402340232360232340232323404023404040404023402323;CP=0;R=245;
#Fernbedienung: Lüfter plus (2tes Mal drücken)
2018.11.23 21:21:54 4: sduino01/msg READ: MU;P0=-32001;P1=334;P2=-400;P3=658;P4=-717;P5=-15380;D=01232341232323414123414141414123412323512323412323234141234141414141234123235123234123232341412341414141412341232351232341232323414123414141414123412323512323412323234141234141414141234123235123234123232341412341414141412341232351232341232323414123414141;CP=1;R=249;O;
2018.11.23 21:21:54 4: sduino01/msg READ: MU;P0=-734;P1=309;P2=-413;P3=643;P4=-15380;D=0101230123234123230123232301012301010101012301232341232301232323010123010101010123012323;CP=1;R=208;
#Fernbedienung: Luefter minus
2018.11.23 21:22:52 4: sduino01/msg READ: MU;P0=-15375;P1=668;P2=-730;P3=161;P4=-3985;P5=333;P6=-377;D=01234525252561612561056161256161612525612525252525616125610561612561616125256125252525256161256105616125616161252561252525252561612561056161256161612525612525252525616125610561612561616125256125252525256161256105616125616161252561252525252561612561056161;CP=5;R=36;O;
2018.11.23 21:22:53 4: sduino01/msg READ: MU;P0=-730;P1=308;P2=-406;P3=654;P4=-15358;D=012323230101230101010101232301234123230123232301012301010101012323012341232301232323010123010101010123230123;CP=1;R=208;
Zum Vergleich nochmals die funktionierenden Befehle:
#Licht an
set sduino01 raw SR;;R=7;;P0=-735;;P1=315;;P2=-403;;P3=650;;P4=-15366;;D=012323230101230101010101230101234123230123232301012301010101012301012341232301232323010123010101010123010123;;
#Licht aus
set sduino01 raw SR;;R=7;;P0=-725;;P1=332;;P2=-382;;P3=670;;P4=-15360;;D=010123010123412323012323230101230101010101230101234123230123232301012301010101012301012341232301232323010123010101010123010123;;
#Luefter plus
set sduino01 raw SR;;R=7;;P0=-386;;P1=665;;P2=-725;;P3=323;;P4=-15384;;D=01012301010123230123232323230123010143010123010101232301232323232301230101;;
#Luefter minus
set sduino01 raw SR;;R=7;;P0=-717;;P1=333;;P2=-380;;P3=666;;P4=-15368;;D=010123230123412323012323230101230101010101232301234123230123232301012301010101012323012341232301232323010123010101010123230123;;
#Luefter aus
set sduino01 raw SR;;R=7;;P0=328;;P1=-722;;P2=-383;;P3=667;;P4=-15376;;D=01010231023104023231023232310102310101010102310231040232310232323101023101010101023102310;;
Vielleicht hilft es ja.
Gruß
Benjamin
Hallo Benjamin, hallo Sidey,
vielen Dank für Eure Hilfe!
Bei mir kommt folgendes im Log:
Mit Config MS = 1, MU =1 MC = 0
Licht an:
2018.11.23 22:54:44 4: sduino868/msg READ: MU;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=0101232323014323012301010101230123012301012323230143230123010101012301230123010123232301;CP=3;R=5;
2018.11.23 22:55:14 4: sduino868/msg READ: MU;P0=28948;P1=-235;P2=246;P3=-480;P4=480;D=01232343414123234341412323434141232343414123234341412323434141232343414123234341412323434141232343414123234341412323434141232343414123234341412323434141232343414123234341412323434141212141212121214143412343412321214343432121214121234123212121412121212121;CP=2;R=236;O;
MitConfig MS = 1, MU =1 MC = 1:
Licht an:
2018.11.23 22:57:39 4: sduino868/msg READ: MC;LL=-713;LH=650;SL=-376;SH=341;D=6D56DAAC;C=346;L=30;R=13;
2018.11.23 22:57:39 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -67.5 -> m-e
Licht aus:
2018.11.23 22:57:45 4: sduino868/msg READ: MC;LL=-471;LH=522;SL=-242;SH=266;D=60000A0;C=250;L=26;R=238;
2018.11.23 22:58:31 4: sduino868/msg READ: MC;LL=-492;LH=500;SL=-221;SH=255;D=2A954AA;C=244;L=28;R=237;
2018.11.23 22:58:31 4: sduino868/msg READ: MC;LL=-490;LH=484;SL=-211;SH=259;D=552A954AA550;C=240;L=46;R=237;
2018.11.23 22:58:31 4: sduino868/msg READ: MC;LL=-490;LH=484;SL=-274;SH=262;D=54AA552A954AA552A954AA20A9CEB7358841800;C=251;L=153;R=237;
2018.11.23 22:58:31 4: sduino868: Found manchester Protocol id 47 clock 251 RSSI -83.5 -> Maverick protocol
Es tut sich noch immer nichts...ich probiere weiter...
VG Jan
Zitat von: fhemjcm am 23 November 2018, 23:00:13
Hallo Benjamin, hallo Sidey,
vielen Dank für Eure Hilfe!
Bei mir kommt folgendes im Log:
Mit Config MS = 1, MU =1 MC = 0
Licht an:
2018.11.23 22:54:44 4: sduino868/msg READ: MU;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=0101232323014323012301010101230123012301012323230143230123010101012301230123010123232301;CP=3;R=5;
2018.11.23 22:55:14 4: sduino868/msg READ: MU;P0=28948;P1=-235;P2=246;P3=-480;P4=480;D=01232343414123234341412323434141232343414123234341412323434141232343414123234341412323434141232343414123234341412323434141232343414123234341412323434141232343414123234341412323434141212141212121214143412343412321214343432121214121234123212121412121212121;CP=2;R=236;O;
MitConfig MS = 1, MU =1 MC = 1:
Licht an:
2018.11.23 22:57:39 4: sduino868/msg READ: MC;LL=-713;LH=650;SL=-376;SH=341;D=6D56DAAC;C=346;L=30;R=13;
2018.11.23 22:57:39 4: sduino868: Found manchester Protocol id 57 clock 346 RSSI -67.5 -> m-e
Licht aus:
2018.11.23 22:57:45 4: sduino868/msg READ: MC;LL=-471;LH=522;SL=-242;SH=266;D=60000A0;C=250;L=26;R=238;
2018.11.23 22:58:31 4: sduino868/msg READ: MC;LL=-492;LH=500;SL=-221;SH=255;D=2A954AA;C=244;L=28;R=237;
2018.11.23 22:58:31 4: sduino868/msg READ: MC;LL=-490;LH=484;SL=-211;SH=259;D=552A954AA550;C=240;L=46;R=237;
2018.11.23 22:58:31 4: sduino868/msg READ: MC;LL=-490;LH=484;SL=-274;SH=262;D=54AA552A954AA552A954AA20A9CEB7358841800;C=251;L=153;R=237;
2018.11.23 22:58:31 4: sduino868: Found manchester Protocol id 47 clock 251 RSSI -83.5 -> Maverick protocol
Es tut sich noch immer nichts...ich probiere weiter...
VG Jan
Ich habe es weiter probiert, es passiert nix.... Ich glaube verstanden zu haben, dass ich die "D-Werte" aus meinem LOG nehmen kann, aber woher kommen die anderen Werte?
Zitat von: Stütti am 23 November 2018, 21:44:10
#Licht an
set sduino01 raw SR;;R=7;;P0=-735;;P1=315;;P2=-403;;P3=650;;P4=-15366;;D=012323230101230101010101230101234123230123232301012301010101012301012341232301232323010123010101010123010123;;
[/quote]
Nur mal nebenbei, Du wiederholst hier 7x ein sich wiederholendes Signal. Ich würde dir empfehlen es nur über den Repeat Wert wiederholen zu lassen, denn genau genommen hast Du in deinen Daten 2,7 mal eine Nachricht angegeben und das wird 7x wiederholt.
Es sind also immer eine unvollständige Nachricht, dann kurze pause, dann eine vollständige, dann kurze Pause, dann eine vollständige. Danach geht es wieder mit der unvollständigen Nachricht weiter.
Um bei dem Beispiel Licht an zu bleiben, wäre Folgende Variante besser. Den Wert R=7 kannst Du vermutlich auch bedenkenlos auf 4 reduzieren. Einfach damit mal probieren.
[code]
#Licht an
set sduino01 raw SR;;R=7;;P0=-735;;P1=315;;P2=-403;;P3=650;;P4=-15366;;D=41232301232323010123010101010123010123;;
[/quote]
Grüße Sidey
Zitat von: fhemjcm am 23 November 2018, 23:09:13
Ich habe es weiter probiert, es passiert nix.... Ich glaube verstanden zu haben, dass ich die "D-Werte" aus meinem LOG nehmen kann, aber woher kommen die anderen Werte?
Probier es mal damit.
Den Unterschied zwischen an und aus gibt es ja nicht auf der FB, also auch nicht beim Senden eines Signales:
set sduino raw SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101232323014;
Wenn das klappt, können wir mal schauen in welches Modul wir das einbauen können.
Grüße Sidey
Zitat von: Sidey am 24 November 2018, 00:24:52Um bei dem Beispiel Licht an zu bleiben, wäre Folgende Variante besser. Den Wert R=7 kannst Du vermutlich auch bedenkenlos auf 4 reduzieren. Einfach damit mal probieren.
#Licht an
set sduino01 raw SR;;R=7;;P0=-735;;P1=315;;P2=-403;;P3=650;;P4=-15366;;D=41232301232323010123010101010123010123;;
Grüße Sidey
Super, Danke. Das funktioniert.
Mir war damals schon aufgefallen, dass sich Teile der Nachricht wiederholen, aber war dann erstmal froh, dass es funktioniert.
Super,
Damit wir das Thema in Fhem weiter integriert bekommen, habe ich einen Fall für die Entwickler eröffnen.
https://github.com/RFD-FHEM/RFFHEM/issues/376
Wäre schön, wenn ihr euch da mit Daten beteiligt .
Sidey, Du bist ein GOTT!! Es funktioniert! Super!! Mit dem Befehl
set sduino raw SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101232323014;
geht das Licht an und aus!
Wenn Du mir verrätst welche Daten benötigt werden beteilige ich mich gerne!
Vielen Dank, das ist wirklich SUPER!
Hallo, ich habe mir gerade die Daten mal angesehen bzw. Überflogen vom Handy aus. Wurde bei dir ein SD_UT_Unknown angelegt? Sehe ich das richtig???
Die Zeiten sind ähnlich bzw identisch einer anderen Remote welche wie erarbeitet hatten.
Zitat von: Sidey am 24 November 2018, 09:49:24
Super,
Damit wir das Thema in Fhem weiter integriert bekommen, habe ich einen Fall für die Entwickler eröffnen.
https://github.com/RFD-FHEM/RFFHEM/issues/376
Wäre schön, wenn ihr euch da mit Daten beteiligt .
Klar, gerne. Wenn ich weiß, was ich tun soll ;)
Hersteller ist übrigens nicht Neff. Mein Lüfter ist von Bosch. Siemens hat ein baugleiches Modell und Beta-User hatte hier schon mal das Thema mit einer No-Name-Abzugshaube:
https://forum.fhem.de/index.php/topic,62395.msg537956.html#msg537956
Zitat von: HomeAuto_User am 24 November 2018, 10:19:17
Hallo, ich habe mir gerade die Daten mal angesehen bzw. Überflogen vom Handy aus. Wurde bei dir ein SD_UT_Unknown angelegt? Sehe ich das richtig???
Die Zeiten sind ähnlich bzw identisch einer anderen Remote welche wie erarbeitet hatten.
Hallo, bei mir wurde genau das angelegt, richtig.
Was mich noch irritiert:
Gebe ich den Set-Befehl direkt über das FHEM Eingabefeld ein, dann kommt:
Unknown command P1=656, try help.
Unknown command P2=-684, try help.
Unknown command P3=349, try help.
Unknown command P4=-15244, try help.
Unknown command D=32301230101010123012301230101232323014, try help.
Was muss ich tun um den Befehl z.B. in einen Dummy einzubinden?
Und wie bekomme ich raus wie die weiteren Werte sind:
Logfile bei "Plus" Drücken:
1x
2018.11.24 10:32:43 4: sduino868/msg READ: MC;LL=-702;LH=669;SL=-358;SH=360;D=6D56DAB4;C=348;L=30;R=15;
2. mal
2018.11.24 10:33:14 4: sduino868/msg READ: MC;LL=-712;LH=673;SL=-369;SH=332;D=DAADB568;C=347;L=29;R=5;
3. mal:
018.11.24 10:33:27 4: sduino868/msg READ: MC;LL=-693;LH=673;SL=-372;SH=360;D=6D56DAB4;C=349;L=30;R=7;
1x "Minus":
2018.11.24 10:34:41 4: sduino868/msg READ: MC;LL=-691;LH=652;SL=-374;SH=364;D=DAADB5B;C=346;L=28;R=12;
2. mal Minus:
2018.11.24 10:35:10 4: sduino868/msg READ: MC;LL=-699;LH=668;SL=-386;SH=336;D=6D56DAD8;C=348;L=29;R=21;
3. mal Minus (dann = aus)
2018.11.24 10:35:30 4: sduino868/msg READ: MC;LL=-720;LH=639;SL=-387;SH=371;D=6D56DAD8;C=352;L=29;R=20;
Nachlüften:
2018.11.24 10:36:27 4: sduino868/msg READ: MC;LL=-705;LH=671;SL=-352;SH=346;D=DAADB5A8;C=345;L=29;R=22;
Intervalllüften:2018.11.24 10:37:05 4: sduino868/msg READ: MC;LL=-700;LH=662;SL=-381;SH=350;D=DAADB568;C=348;L=29;R=19;
wie komme ich von den DAA etc. etc. Werten zu den reinen Zahlenwerten (was ist da genau der unterschied?).
Viele Grüße und bis hierhin schonmal ein begeistertes " SUPER",
fhemjcm
Zitat2018.11.24 10:32:43 4: sduino868/msg READ: MC;LL=-702;LH=669;SL=-358;SH=360;D=6D56DAB4;C=348;L=30;R=15;
MC-Nachrichten sind für diese Fernbedienungen eher ungewöhnlich, es müssten eigentlich MU- oder evtl auch MS-Nachrichten sein.
Mich interessiert wie es mit abgeschaltetem MC-Decoder aussieht.
set disableMessagetype manchesterMC
danach ein get config
dann nochmals Plus und Minus drücken
Gruß Ralf
Hallo Ralf,
get config:
config: MS=1;MU=1;MC=0
Plus:
2018.11.24 16:07:26 4: sduino868/msg READ: MU;P0=242;P1=-553;P2=173;P3=-256;P4=475;D=01212343414101234341410103434141010343414101034341410103434141010343414101034341410103434141010343414101034341410103434141010343414101030301030303030121410343030103430301410343012;CP=0;R=251;
2018.11.24 16:07:26 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 16:07:26 4: sduino868: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2018.11.24 16:07:26 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 16:07:26 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 16:07:26 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 16:07:26 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868/msg READ: MU;P0=-32001;P1=348;P2=-704;P3=-374;P4=664;P5=-15255;D=01213421343434342134213421343421213434512134213434343421342134213434212134345121342134343434213421342134342121343451213421343434342134213421343421213434512134213434343421342134213434212134345121342134343434213421342134342121343451213421343434342134213421;CP=1;R=15;O;
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 16:07:27 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -66.5
2018.11.24 16:07:27 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.24 16:07:27 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(1/4) RSSI = -66.5
2018.11.24 16:07:28 4: sduino868: SD_UT protocol 86, bitData 10100001010100110000
2018.11.24 16:07:28 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 16:07:28 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(2/4) RSSI = -66.5
2018.11.24 16:07:28 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 16:07:28 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(3/4) RSSI = -66.5
2018.11.24 16:07:28 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 16:07:28 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(4/4) RSSI = -66.5
2018.11.24 16:07:28 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 16:07:28 4: sduino868/msg READ: MU;P0=-379;P1=664;P2=-719;P3=326;P4=-15242;D=0101232301014323012301010101230123012301012323010143230123010101012301230123010123230101;CP=3;R=15;
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 16:07:28 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(1/4) RSSI = -66.5
2018.11.24 16:07:28 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 16:07:28 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(2/4) RSSI = -66.5
2018.11.24 16:07:28 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
und Minus:
2018.11.24 16:08:03 4: sduino868/msg READ: MU;P0=-32001;P1=326;P2=-721;P3=-385;P4=656;P5=-15267;D=01213421343434342134213421343421342134512134213434343421342134213434213421345121342134343434213421342134342134213451213421343434342134213421343421342134512134213434343421342134213434213421345121342134343434213421342134342134213451213421343434342134213421;CP=1;R=10;O;
2018.11.24 16:08:03 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 16:08:03 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 16:08:03 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -69
2018.11.24 16:08:04 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.24 16:08:04 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(1/4) RSSI = -69
2018.11.24 16:08:04 4: sduino868: SD_UT protocol 86, bitData 10100001010100101000
2018.11.24 16:08:04 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 16:08:04 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(2/4) RSSI = -69
2018.11.24 16:08:04 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 16:08:04 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(3/4) RSSI = -69
2018.11.24 16:08:04 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 16:08:04 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(4/4) RSSI = -69
2018.11.24 16:08:04 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 16:08:04 4: sduino868/msg READ: MU;P0=-387;P1=646;P2=-727;P3=326;P4=-15268;D=0101230123014323012301010101230123012301012301230143230123010101012301230123010123012301;CP=3;R=15;
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 16:08:04 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(1/4) RSSI = -66.5
2018.11.24 16:08:04 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 16:08:04 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(2/4) RSSI = -66.5
2018.11.24 16:08:04 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
Da Licht an/aus ja schon teilweise funktioniert....(es schaltet in ca. 90% ;-)...
Umgesetzt Licht an/aus habe ich mit einem Dummy Schalter, interessant (da meine eigene Frage) für alle könnte sein wie es weitergeht...
Jeweils ein Notify, Definition:
NeffLicht:off {fhem("set sduino868 raw SR;;;;R=4;;;;P0=-384;;;;P1=656;;;;P2=-684;;;;P3=349;;;;P4=-15244;;;;D=32301230101010123012301230101232323014;;")}
In Siri und HA-Bridge eingebunden....klappt :-)
Zitatget config:
config: MS=1;MU=1;MC=0
Jetzt sieht es besser aus.
So wies ausieht verwendest Du eine ältere firmware bei der die Tastendrücke falsch als MC-Nachrichten erkannt werden.
Ich habe es mal mit Deinen Nachrichten simuliert, mit der aktuellen Firmware werden diese Tastendrücke als MU-Nachrichten erkannt.
Bitte mach mal ein
get version
Gruß Ralf
version: V 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017 22:54:50
ZitatV 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017
Dies ist eine recht alte Version die noch einige Fehler enthält die in der akuellen firmware behoben sind.
Die MU-Nachrichten können damit fehlerhaft sein
Bitte verwende die akuelle Version von Sidey 3.3.1 rc10
https://github.com/RFD-FHEM/SIGNALDuino/releases/
wenn damit auch noch MC-Nachrichten erkannt werden, kannst Du es auch mit meiner firmware versuchen
https://forum.fhem.de/index.php/topic,82379.msg840645.html#msg840645
Gruß Ralf
Hallo Ralf,
ich habe doch bereits (Eintrag 5) die neuste Version aufgespielt?
Dazu kommt, dass ich keine Ahnung hab wie....
VG fhemjcm
Zitat von: Ralf9 am 24 November 2018, 17:15:43
Dies ist eine recht alte Version die noch einige Fehler enthält die in der akuellen firmware behoben sind.
Die MU-Nachrichten können damit fehlerhaft sein
Bitte verwende die akuelle Version von Sidey 3.3.1 rc10
https://github.com/RFD-FHEM/SIGNALDuino/releases/
wenn damit auch noch MC-Nachrichten erkannt werden, kannst Du es auch mit meiner firmware versuchen
https://forum.fhem.de/index.php/topic,82379.msg840645.html#msg840645
Gruß Ralf
Zitat von: fhemjcm am 24 November 2018, 18:06:53
Hallo Ralf,
ich habe doch bereits (Eintrag 5) die neuste Version aufgespielt?
Anscheinend hat das flashen der 3.3.1-RC10 nicht funktioniert.
Sidey hat es hier beschrieben:
Zitat von: Sidey am 22 November 2018, 21:42:21
Sorry, das Feature zum Updaten der Firmware direkt aus FHEM ist noch neu.
Du brauchst eine noch nicht 100% erprobte Version, aber keine Sorge, die funktioniert.
Dazu einfach Attribut updateChannelFW auf testing stellen.
Dann noch mal get availableFirmware machen und anschließend kannst Du eine 3.3.1-RC10 flashen.
Einfach noch Mal versuchen zu flashen und im log Mal schauen was passiert
Am besten für den Vorgang auf verbose 5 schalten :)
Gesendet von meinem Moto Z (2) mit Tapatalk
Bitteschön....
2018.11.24 18:39:44 4: sduino868/KeepAlive not ok, retry = 1 -> get ping
2018.11.24 18:39:44 5: AddSendQueue: sduino868: P (1)
2018.11.24 18:39:44 5: sduino868 SW: P
2018.11.24 18:39:45 4: sduino868/msg READ: OK
2018.11.24 18:39:45 5: sduino868/noMsg Parse: OK
2018.11.24 18:39:45 5: sduino868/msg READ: regexp=^OK$ cmd=ping msg=OK
2018.11.24 18:39:45 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.24 18:40:11 3: SIGNALduino_Set flash 3.3.1-RC10 try to fetch github assets for tag 3.3.1-RC10
2018.11.24 18:40:11 3: SIGNALduino_Set flash 3.3.1-RC10 try to fetch release https://api.github.com/repos/RFD-FHEM/SIGNALDuino/releases/tags/3.3.1-RC10
2018.11.24 18:40:11 1: DEBUG> firmwarefiles =
2018.11.24 18:40:13 3: url https://github-production-release-asset-2e65be.s3.amazonaws.com/27504581/d3d48e80-ec58-11e8-868b-74bbfba5016d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181124T174012Z&X-Amz-Expires=300&X-Amz-Signature=2e945c69d2038d5a4f9a3ad8b2eedffba11645f3bae1a7621ebe4bffcdfcecd6&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DSIGNALDuino_nanocc1101release.hex&response-content-type=application%2Foctet-stream returned: 71179 bytes Data
2018.11.24 18:40:13 3: sduino868: Downloaded SIGNALDuino_nanocc1101release.hex firmware from github-production-release-asset-2e65be.s3.amazonaws.com
2018.11.24 18:40:13 5: sduino868: Header = HTTP/1.1 200 OK
x-amz-id-2: FtTXhlGKB4zVjtUC8tmNQMmqapfLuqYA3TEMkPZ/Ya/GsONtpPXNolt02htQZk7/mq2OxFhXtGk=
x-amz-request-id: 2BD396B3E498BD12
Date: Sat, 24 Nov 2018 17:40:13 GMT
Last-Modified: Mon, 19 Nov 2018 23:11:30 GMT
ETag: "717679aef7ed7a7efbfdee2cfd106b35"
Content-Disposition: attachment; filename=SIGNALDuino_nanocc1101release.hex
Accept-Ranges: bytes
Content-Type: application/octet-stream
Content-Length: 71179
Server: AmazonS3
Connection: close
2018.11.24 18:40:13 3: sduino868: filename FHEM/firmware/SIGNALDuino_nanocc1101release.hex provided, trying to flash
2018.11.24 18:40:13 3: SIGNALduino sduino868: flashCommand are manual defined! avrdude -c arduino -b 57600 -P [PORT] -p atmega328p -vv -U flash:w:[HEXFILE] 2>[LOGFILE]
2018.11.24 18:40:13 3: Opening sduino868 device /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
2018.11.24 18:40:13 3: Setting sduino868 serial parameters to 57600,8,N,1
2018.11.24 18:40:13 1: sduino868/define: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0@57600
2018.11.24 18:40:13 1: sduino868/init: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0@57600
2018.11.24 18:40:13 3: sduino868 device opened
2018.11.24 18:40:14 4: sduino868/msg READ: Using sFIFO
2018.11.24 18:40:14 5: sduino868/noMsg Parse: Using sFIFO
2018.11.24 18:40:14 4: sduino868/msg READ: Reading values fom eeprom
2018.11.24 18:40:14 5: sduino868/noMsg Parse: Reading values fom eeprom
2018.11.24 18:40:14 4: sduino868/msg READ: CCVersion=20
2018.11.24 18:40:14 5: sduino868/noMsg Parse: CCVersion=20
2018.11.24 18:40:14 4: sduino868/msg READ: CCPartnum=0
2018.11.24 18:40:14 5: sduino868/noMsg Parse: CCPartnum=0
2018.11.24 18:40:14 4: sduino868/msg READ: CC1101 found
2018.11.24 18:40:14 5: sduino868/noMsg Parse: CC1101 found
2018.11.24 18:40:14 4: sduino868/msg READ: Starting timerjob
2018.11.24 18:40:14 5: sduino868/noMsg Parse: Starting timerjob
2018.11.24 18:40:14 3: sduino868/init: disable receiver (XQ)
2018.11.24 18:40:14 5: sduino868 SW: XQ
2018.11.24 18:40:14 4: sduino868/msg READ: receiver enabled
2018.11.24 18:40:14 5: sduino868/noMsg Parse: receiver enabled
2018.11.24 18:40:15 3: sduino868/init: get version, retry = 0
2018.11.24 18:40:15 5: sduino868 SW: V
2018.11.24 18:40:15 4: sduino868/msg READ: V 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017 22:54:50
2018.11.24 18:40:15 5: sduino868/noMsg Parse: V 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017 22:54:50
2018.11.24 18:40:15 5: sduino868/msg READ: regexp=V\s.*SIGNAL(duino|ESP).* cmd=version msg=V 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017 22:54:50
2018.11.24 18:40:15 2: sduino868: initialized. v3.3.3-dev_12.11.
2018.11.24 18:40:15 5: sduino868 SW: XE
2018.11.24 18:40:15 3: sduino868/init: enable receiver (XE)
2018.11.24 18:40:17 4: sduino868/msg READ: MC;LL=-482;LH=468;SL=-274;SH=244;D=54AA552A954;C=244;L=44;R=239;
2018.11.24 18:40:17 4: sduino868/msg READ: MC;LL=-480;LH=485;SL=-239;SH=219;D=54AA54;C=237;L=23;R=238;
2018.11.24 18:40:17 4: sduino868/msg READ: MC;LL=-481;LH=481;SL=-235;SH=229;D=2A954AA552A954AA552A882A73A6E1723040454;C=237;L=155;R=239;
2018.11.24 18:40:17 4: sduino868: Found manchester Protocol id 47 clock 237 RSSI -82.5 -> Maverick protocol
2018.11.24 18:40:17 5: sduino868: extracted data 001010101001010101001010101001010101001010101001010101001010101001010101001010101000100000101010011100111010011011100001011100100011000001000000010001010100 (bin)
2018.11.24 18:40:17 5: sduino868: protocol does not match return from method: ( header not found)
Es müsste auch noch ein Flash Log geben. Kannst Du da Mal schauen?
Gesendet von meinem Moto Z (2) mit Tapatalk
Äh, wo 8)??
Zitat von: fhemjcm am 24 November 2018, 18:49:27
Äh, wo 8)??
Es wird ein Logfile
SIGNALduino-Flash.log
im Ordner log angelegt.
Du solltest es anzeigen können, indem Du einfach folgenden Pfad an deinen Servernamen anhängst:
/fhem/FileLog_logWrapper?dev=Logfile&type=text&file=SIGNALduino-Flash.log
Grüße Sidey
Da kommt dann:
sh: 1: avrdude: not found
Zitat von: fhemjcm am 24 November 2018, 19:44:39
Da kommt dann:
sh: 1: avrdude: not found
Du musst das tool avrdude installieren, damit das flaschen Funktioniert. Ich sollte diesen Fehler wohl mal etwas besser ausweisen :)
https://wiki.fhem.de/wiki/SIGNALduino#Flashen_des_Arduino_mit_der_SIGNALduino_Firmware
Zitat von: fhemjcm am 24 November 2018, 19:44:39
Da kommt dann:
sh: 1: avrdude: not found
Installiere mal auf deinem System avrdude. (Direkt auf deinem Linuxsystem)
apt-get install avrdude
Zitat von: Sidey am 24 November 2018, 20:08:22
Du musst das tool avrdude installieren, damit das flaschen Funktioniert. Ich sollte diesen Fehler wohl mal etwas besser ausweisen :)
https://wiki.fhem.de/wiki/SIGNALduino#Flashen_des_Arduino_mit_der_SIGNALduino_Firmware
Was hälst du davon, zu prüfen ob avrdude installiert ist Sidey? So könnten wir noch ne Ausgabe machen vor dem Flash Versuch wenn es nicht installiert ist.
Zitat von: HomeAuto_User am 24 November 2018, 20:10:42
Was hälst du davon, zu prüfen ob avrdude installiert ist Sidey? So könnten wir noch ne Ausgabe machen vor dem Flash Versuch wenn es nicht installiert ist.
bin schon dran :)
Jetzt sieht das "Log" so aus (wenn ich den von Sidey angegeben Pfad öffne):
avrdude: Version 6.1, compiled on Jul 7 2015 at 10:29:47
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/etc/avrdude.conf"
Using Port : /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
Using Programmer : arduino
Overriding Baud Rate : 57600
AVR Part : ATmega328P
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
Programmer Type : Arduino
Description : Arduino
Hardware Version: 2
Firmware Version: 1.16
Vtarget : 0.0 V
Varef : 0.0 V
Oscillator : Off
SCK period : 0.1 us
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e950f
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "FHEM/firmware/SIGNALDuino_nanocc1101release.hex"
avrdude: input file FHEM/firmware/SIGNALDuino_nanocc1101release.hex auto detected as Intel Hex
avrdude: writing flash (25300 bytes):
Writing | ################################################## | 100% 7.73s
avrdude: 25300 bytes of flash written
avrdude: verifying flash memory against FHEM/firmware/SIGNALDuino_nanocc1101release.hex:
avrdude: load data flash data from input file FHEM/firmware/SIGNALDuino_nanocc1101release.hex:
avrdude: input file FHEM/firmware/SIGNALDuino_nanocc1101release.hex auto detected as Intel Hex
avrdude: input file FHEM/firmware/SIGNALDuino_nanocc1101release.hex contains 25300 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 5.85s
avrdude: verifying ...
avrdude: 25300 bytes of flash verified
avrdude done. Thank you.
jump to the top
ccconf
freq:433.920MHz bWidth:406KHz rAmpl:42dB sens:4dB (DataRate:3173.83Baud)
2018-11-20 22:02:58
ccreg
C3E = 00 34 00 00 00 00 00 00
2018-11-20 21:53:04
config
MS=1;MU=1;MC=0
2018-11-24 18:22:18
ping
OK
2018-11-24 21:54:29
state
opened
2018-11-24 21:53:29
version
V 3.3.1-RC10 SIGNALduino cc1101 - compiled at Nov 19 2018 23:11:15
Log mit
Lüfter an (+)
2018.11.24 21:55:56 4: sduino868/msg READ: MU;P0=18172;P1=-10908;P2=669;P3=-715;P4=332;P5=-379;P6=-15251;D=01234525234345252643452345252525234523452345252343452526434523452525252345234523452523434525264345234525252523452345234525234345252643452345252525234523452345252343452526434523452525252345234523452523434525264345234525252523452345234525234345252643452345;CP=4;R=17;O;
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:43|23){43,})) did not match
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:25|43){19,})) did not match
2018.11.24 21:55:56 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 30 -> diverse matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:12)((?:34|52){12,})) did not match
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:64)((?:52|34){20,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:52|34){19,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 21:55:56 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:45)((?:25|43){12,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:43|25){38,})) did not match
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:43|45){38,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:23|45){50,})) did not match
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:23|45){50,})) did not match
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:43|45){104,})) did not match
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 0 and ends at 38
2018.11.24 21:55:56 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:64)((?:34|52){12,}))
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 38 and ends at 76
2018.11.24 21:55:56 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:64)((?:34|52){12,}))
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 76 and ends at 114
2018.11.24 21:55:56 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:64)((?:34|52){12,}))
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 114 and ends at 152
2018.11.24 21:55:56 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:64)((?:34|52){12,}))
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 152 and ends at 190
2018.11.24 21:55:56 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:64)((?:34|52){12,}))
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 190 and ends at 228
2018.11.24 21:55:56 5: sduino868: 6. skip demodulation (length 18 is to long) at Pos 190 regex ((?:64)((?:34|52){12,}))
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 83 -> RH787T matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:12)((?:34|52){12,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 0 and ends at 38
2018.11.24 21:55:56 5: sduino868: Starting demodulation (StartStr: 64 first found at 17regex: (?:64)((?:34|52){12,}) Pos 17) length_min_max (12..18) length=18
2018.11.24 21:55:56 5: sduino868: dispatching hex: P86#A1530
2018.11.24 21:55:56 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(1/4) RSSI = -65.5
2018.11.24 21:55:56 5: sduino868 Dispatch: P86#A1530, test ungleich: disabled
2018.11.24 21:55:56 5: sduino868 Dispatch: P86#A1530, -65.5 dB, dispatch
2018.11.24 21:55:56 5: sduino868: dispatch P86#A1530
2018.11.24 21:55:56 4: sduino868: SD_UT protocol 86, bitData 10100001010100110000
2018.11.24 21:55:56 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 38 and ends at 76
2018.11.24 21:55:56 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 21:55:56 5: sduino868: dispatching hex: P86#A1530
2018.11.24 21:55:56 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(2/4) RSSI = -65.5
2018.11.24 21:55:56 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 21:55:56 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 76 and ends at 114
2018.11.24 21:55:56 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 21:55:56 5: sduino868: dispatching hex: P86#A1530
2018.11.24 21:55:56 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(3/4) RSSI = -65.5
2018.11.24 21:55:56 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 21:55:56 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 21:55:56 5: part is 345234525252523452345234525234345252 starts at position 114 and ends at 152
2018.11.24 21:55:56 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 21:55:56 5: sduino868: dispatching hex: P86#A1530
2018.11.24 21:55:56 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(4/4) RSSI = -65.5
2018.11.24 21:55:56 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 21:55:56 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 21:55:56 4: sduino868/msg READ: MU;P0=667;P1=-377;P2=-704;P3=337;P4=-15244;D=010101023102310231010232310104323102310101010231023102310102323101043231023101010102310231023101023231010;CP=3;R=13;
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:32|02){43,})) did not match
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:01|32){19,})) did not match
2018.11.24 21:55:56 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:43)((?:10|23){20,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:10|23){19,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 21:55:56 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:31)((?:01|32){12,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:32|01){38,})) did not match
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:32|31){38,})) did not match
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.24 21:55:56 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.24 21:55:56 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 21:55:56 5: sduino868: 0. try, regex ((?:)((?:32|31){104,})) did not match
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 21:55:56 5: part is 231023101010102310231023101023231010 starts at position 0 and ends at 38
2018.11.24 21:55:56 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|10){12,}))
2018.11.24 21:55:56 5: part is 231023101010102310231023101023231010 starts at position 38 and ends at 76
2018.11.24 21:55:56 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|10){12,}))
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 21:55:56 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 21:55:56 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 21:55:56 5: part is 231023101010102310231023101023231010 starts at position 0 and ends at 38
2018.11.24 21:55:56 5: sduino868: Starting demodulation (StartStr: 43 first found at 29regex: (?:43)((?:23|10){12,}) Pos 29) length_min_max (12..18) length=18
2018.11.24 21:55:56 5: sduino868: dispatching hex: P86#A1530
2018.11.24 21:55:56 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(1/4) RSSI = -67.5
2018.11.24 21:55:56 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 21:55:56 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 21:55:56 5: part is 231023101010102310231023101023231010 starts at position 38 and ends at 76
2018.11.24 21:55:56 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 21:55:56 5: sduino868: dispatching hex: P86#A1530
2018.11.24 21:55:56 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(2/4) RSSI = -67.5
2018.11.24 21:55:56 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 21:55:56 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
Lüfter aus (-)
2018.11.24 21:57:34 4: sduino868/msg READ: MU;P0=-2112;P1=340;P2=-708;P3=-381;P4=660;P5=-15243;D=01213421343434342134213421343421342134512134213434343421342134213434213421345121342134343434213421342134342134213451213421343434342134213421343421342134512134213434343421342134213434213421345121342134343434213421342134342134213451213421343434342134213421;CP=1;R=7;O;
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:12|42){43,})) did not match
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:43|12){19,})) did not match
2018.11.24 21:57:34 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:51)((?:34|21){20,})) did not match
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:34|21){19,})) did not match
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 21:57:34 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:13)((?:43|12){12,})) did not match
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:12|43){38,})) did not match
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:12|13){38,})) did not match
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:42|13){50,})) did not match
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:42|13){50,})) did not match
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:12|13){104,})) did not match
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 0 and ends at 38
2018.11.24 21:57:34 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:51)((?:21|34){12,}))
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 38 and ends at 76
2018.11.24 21:57:34 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:51)((?:21|34){12,}))
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 76 and ends at 114
2018.11.24 21:57:34 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:51)((?:21|34){12,}))
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 114 and ends at 152
2018.11.24 21:57:34 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:51)((?:21|34){12,}))
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 152 and ends at 190
2018.11.24 21:57:34 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:51)((?:21|34){12,}))
2018.11.24 21:57:34 5: part is 213421343434342134213421 starts at position 190 and ends at 216
2018.11.24 21:57:34 5: sduino868: 6. try demodulation at Pos 190
2018.11.24 21:57:34 5: sduino868: dispatching hex: P81#A15
2018.11.24 21:57:34 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -70.5
2018.11.24 21:57:34 5: sduino868 Dispatch: P81#A15, test ungleich: disabled
2018.11.24 21:57:34 5: sduino868 Dispatch: P81#A15, -70.5 dB, dispatch
2018.11.24 21:57:34 5: sduino868: dispatch P81#A15
2018.11.24 21:57:34 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.24 21:57:34 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 0 and ends at 38
2018.11.24 21:57:34 5: sduino868: Starting demodulation (StartStr: 51 first found at 38regex: (?:51)((?:21|34){12,}) Pos 38) length_min_max (12..18) length=18
2018.11.24 21:57:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 21:57:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(1/4) RSSI = -70.5
2018.11.24 21:57:34 5: sduino868 Dispatch: P86#A1528, test ungleich: disabled
2018.11.24 21:57:34 5: sduino868 Dispatch: P86#A1528, -70.5 dB, dispatch
2018.11.24 21:57:34 5: sduino868: dispatch P86#A1528
2018.11.24 21:57:34 4: sduino868: SD_UT protocol 86, bitData 10100001010100101000
2018.11.24 21:57:34 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 38 and ends at 76
2018.11.24 21:57:34 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 21:57:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 21:57:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(2/4) RSSI = -70.5
2018.11.24 21:57:34 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 21:57:34 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 76 and ends at 114
2018.11.24 21:57:34 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 21:57:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 21:57:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(3/4) RSSI = -70.5
2018.11.24 21:57:34 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 21:57:34 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 21:57:34 5: part is 213421343434342134213421343421342134 starts at position 114 and ends at 152
2018.11.24 21:57:34 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 21:57:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 21:57:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(4/4) RSSI = -70.5
2018.11.24 21:57:34 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 21:57:34 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 21:57:34 4: sduino868/msg READ: MU;P0=-370;P1=676;P2=-714;P3=327;P4=-15246;D=0101230123014323012301010101230123012301012301230143230123010101012301230123010123012301;CP=3;R=14;
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:32|12){43,})) did not match
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:10|32){19,})) did not match
2018.11.24 21:57:34 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:43)((?:01|23){20,})) did not match
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:01|23){19,})) did not match
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 21:57:34 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:30)((?:10|32){12,})) did not match
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:32|10){38,})) did not match
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:32|30){38,})) did not match
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 21:57:34 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 21:57:34 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 21:57:34 5: sduino868: 0. try, regex ((?:)((?:32|30){104,})) did not match
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 21:57:34 5: part is 230123010101012301230123010123012301 starts at position 0 and ends at 38
2018.11.24 21:57:34 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|01){12,}))
2018.11.24 21:57:34 5: part is 230123010101012301230123010123012301 starts at position 38 and ends at 76
2018.11.24 21:57:34 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|01){12,}))
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 21:57:34 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 21:57:34 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 21:57:34 5: part is 230123010101012301230123010123012301 starts at position 0 and ends at 38
2018.11.24 21:57:34 5: sduino868: Starting demodulation (StartStr: 43 first found at 12regex: (?:43)((?:23|01){12,}) Pos 12) length_min_max (12..18) length=18
2018.11.24 21:57:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 21:57:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(1/4) RSSI = -67
2018.11.24 21:57:34 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 21:57:34 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 21:57:34 5: part is 230123010101012301230123010123012301 starts at position 38 and ends at 76
2018.11.24 21:57:34 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 21:57:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 21:57:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(2/4) RSSI = -67
2018.11.24 21:57:34 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 21:57:34 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
Nachlüften:
2018.11.24 21:58:21 4: sduino868/msg READ: MU;P0=15032;P1=-727;P2=324;P3=-377;P4=659;P5=-15261;D=01234123434343412341234123434123434125212341234343434123412341234341234341252123412343434341234123412343412343412521234123434343412341234123434123434125212341234343434123412341234341234341252123412343434341234123412343412343412521234123434343412341234123;CP=2;R=15;O;
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:21|41){43,})) did not match
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:43|21){19,})) did not match
2018.11.24 21:58:21 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:52)((?:34|12){20,})) did not match
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:34|12){19,})) did not match
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 21:58:21 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:23)((?:43|21){12,})) did not match
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:21|43){38,})) did not match
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:21|23){38,})) did not match
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:41|23){50,})) did not match
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:41|23){50,})) did not match
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:21|23){104,})) did not match
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 0 and ends at 38
2018.11.24 21:58:21 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:52)((?:12|34){12,}))
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 38 and ends at 76
2018.11.24 21:58:21 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:52)((?:12|34){12,}))
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 76 and ends at 114
2018.11.24 21:58:21 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:52)((?:12|34){12,}))
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 114 and ends at 152
2018.11.24 21:58:21 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:52)((?:12|34){12,}))
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 152 and ends at 190
2018.11.24 21:58:21 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:52)((?:12|34){12,}))
2018.11.24 21:58:21 5: part is 123412343434341234123412 starts at position 190 and ends at 216
2018.11.24 21:58:21 5: sduino868: 6. try demodulation at Pos 190
2018.11.24 21:58:21 5: sduino868: dispatching hex: P81#A15
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -66.5
2018.11.24 21:58:21 5: sduino868 Dispatch: P81#A15, test ungleich: disabled
2018.11.24 21:58:21 5: sduino868 Dispatch: P81#A15, -66.5 dB, dispatch
2018.11.24 21:58:21 5: sduino868: dispatch P81#A15
2018.11.24 21:58:21 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.24 21:58:21 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 0 and ends at 38
2018.11.24 21:58:21 5: sduino868: Starting demodulation (StartStr: 52 first found at 37regex: (?:52)((?:12|34){12,}) Pos 37) length_min_max (12..18) length=18
2018.11.24 21:58:21 5: sduino868: dispatching hex: P86#A1524
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(1/4) RSSI = -66.5
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, test ungleich: disabled
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, -66.5 dB, dispatch
2018.11.24 21:58:21 5: sduino868: dispatch P86#A1524
2018.11.24 21:58:21 4: sduino868: SD_UT protocol 86, bitData 10100001010100100100
2018.11.24 21:58:21 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 38 and ends at 76
2018.11.24 21:58:21 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 21:58:21 5: sduino868: dispatching hex: P86#A1524
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(2/4) RSSI = -66.5
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 21:58:21 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 76 and ends at 114
2018.11.24 21:58:21 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 21:58:21 5: sduino868: dispatching hex: P86#A1524
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(3/4) RSSI = -66.5
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 21:58:21 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 21:58:21 5: part is 123412343434341234123412343412343412 starts at position 114 and ends at 152
2018.11.24 21:58:21 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 21:58:21 5: sduino868: dispatching hex: P86#A1524
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(4/4) RSSI = -66.5
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 21:58:21 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 21:58:21 4: sduino868/msg READ: MU;P0=656;P1=-392;P2=-711;P3=325;P4=-15297;D=01023101023432310231010101023102310231010231010234323102310101010231023102310102310102343231023101010102310231023101023101023432310231010101023102310231010231010234323102310101010231023102310102310102343231023101010102310231023101023101023;CP=3;R=14;
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:32|02){43,})) did not match
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:01|32){19,})) did not match
2018.11.24 21:58:21 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:43)((?:10|23){20,})) did not match
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:10|23){19,})) did not match
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 21:58:21 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:31)((?:01|32){12,})) did not match
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:32|01){38,})) did not match
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:32|31){38,})) did not match
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.24 21:58:21 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.24 21:58:21 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 21:58:21 5: sduino868: 0. try, regex ((?:)((?:32|31){104,})) did not match
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 0 and ends at 38
2018.11.24 21:58:21 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|10){12,}))
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 38 and ends at 76
2018.11.24 21:58:21 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|10){12,}))
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 76 and ends at 114
2018.11.24 21:58:21 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:43)((?:23|10){12,}))
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 114 and ends at 152
2018.11.24 21:58:21 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:43)((?:23|10){12,}))
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 152 and ends at 190
2018.11.24 21:58:21 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:43)((?:23|10){12,}))
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 190 and ends at 228
2018.11.24 21:58:21 5: sduino868: 6. skip demodulation (length 18 is to long) at Pos 190 regex ((?:43)((?:23|10){12,}))
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 21:58:21 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 21:58:21 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 0 and ends at 38
2018.11.24 21:58:21 5: sduino868: Starting demodulation (StartStr: 43 first found at 11regex: (?:43)((?:23|10){12,}) Pos 11) length_min_max (12..18) length=18
2018.11.24 21:58:21 5: sduino868: dispatching hex: P86#A1524
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(1/4) RSSI = -67
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 21:58:21 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 38 and ends at 76
2018.11.24 21:58:21 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 21:58:21 5: sduino868: dispatching hex: P86#A1524
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(2/4) RSSI = -67
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 21:58:21 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 76 and ends at 114
2018.11.24 21:58:21 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 21:58:21 5: sduino868: dispatching hex: P86#A1524
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(3/4) RSSI = -67
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 21:58:21 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 21:58:21 5: part is 231023101010102310231023101023101023 starts at position 114 and ends at 152
2018.11.24 21:58:21 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 21:58:21 5: sduino868: dispatching hex: P86#A1524
2018.11.24 21:58:21 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(4/4) RSSI = -67
2018.11.24 21:58:21 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 21:58:21 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
Intervalllüften:
2018.11.24 21:58:53 4: sduino868/msg READ: MU;P0=-2072;P1=343;P2=-709;P3=-378;P4=663;P5=-15262;D=01213421343434342134213421343421213421512134213434343421342134213434212134215121342134343434213421342134342121342151213421343434342134213421343421213421512134213434343421342134213434212134215121342134343434213421342134342121342151213421343434342134213421;CP=1;R=7;O;
2018.11.24 21:58:53 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 21:58:53 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 21:58:53 5: sduino868: 0. try, regex ((?:)((?:12|42){43,})) did not match
2018.11.24 21:58:53 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 21:58:53 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 21:58:53 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 21:58:53 5: sduino868: 0. try, regex ((?:)((?:43|12){19,})) did not match
2018.11.24 21:58:53 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 21:58:53 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 21:58:53 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 21:58:53 5: sduino868: 0. try, regex ((?:51)((?:34|21){20,})) did not match
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 21:58:53 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 21:58:53 5: sduino868: 0. try, regex ((?:)((?:34|21){19,})) did not match
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 21:58:53 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 21:58:53 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 21:58:53 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 21:58:53 5: sduino868: 0. try, regex ((?:13)((?:43|12){12,})) did not match
2018.11.24 21:58:
ccconf freq:433.920MHz bWidth:406KHz rAmpl:42dB sens:4dB (DataRate:3173.83Baud)
ccreg C3E = 00 34 00 00 00 00 00 00
config MS=1;MU=1;MC=1;Mred=0
ping OK
state opened
version V 3.3.1-RC10 SIGNALduino cc1101 - compiled at Nov 19 2018 23:11:15
Lüfter an (+)
2018.11.24 22:04:00 4: sduino868/msg READ: MU;P0=-924;P1=652;P2=-15263;P3=329;P4=-708;P5=-388;D=01234351435151515143514351435151434351512343514351515151435143514351514343515123435143515151514351435143515143435151234351435151515143514351435151434351512343514351515151435143514351514343515123435143515151514351435143515143435151234351435151515143514351;CP=3;R=18;O;
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:34|14){43,})) did not match
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:15|34){19,})) did not match
2018.11.24 22:04:00 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:23)((?:51|43){20,})) did not match
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:01|01){19,})) did not match
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:04:00 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:35)((?:15|34){12,})) did not match
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:34|15){38,})) did not match
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:34|35){38,})) did not match
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:14|35){50,})) did not match
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:14|35){50,})) did not match
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:34|35){104,})) did not match
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 0 and ends at 38
2018.11.24 22:04:00 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:23)((?:43|51){12,}))
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 38 and ends at 76
2018.11.24 22:04:00 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:23)((?:43|51){12,}))
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 76 and ends at 114
2018.11.24 22:04:00 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:23)((?:43|51){12,}))
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 114 and ends at 152
2018.11.24 22:04:00 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:23)((?:43|51){12,}))
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 152 and ends at 190
2018.11.24 22:04:00 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:23)((?:43|51){12,}))
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 190 and ends at 228
2018.11.24 22:04:00 5: sduino868: 6. skip demodulation (length 18 is to long) at Pos 190 regex ((?:23)((?:43|51){12,}))
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 0 and ends at 38
2018.11.24 22:04:00 5: sduino868: Starting demodulation (StartStr: 23 first found at 2regex: (?:23)((?:43|51){12,}) Pos 2) length_min_max (12..18) length=18
2018.11.24 22:04:00 5: sduino868: dispatching hex: P86#A1530
2018.11.24 22:04:00 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(1/4) RSSI = -65
2018.11.24 22:04:00 5: sduino868 Dispatch: P86#A1530, test ungleich: disabled
2018.11.24 22:04:00 5: sduino868 Dispatch: P86#A1530, -65 dB, dispatch
2018.11.24 22:04:00 5: sduino868: dispatch P86#A1530
2018.11.24 22:04:00 4: sduino868: SD_UT protocol 86, bitData 10100001010100110000
2018.11.24 22:04:00 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 38 and ends at 76
2018.11.24 22:04:00 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:04:00 5: sduino868: dispatching hex: P86#A1530
2018.11.24 22:04:00 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(2/4) RSSI = -65
2018.11.24 22:04:00 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 22:04:00 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 76 and ends at 114
2018.11.24 22:04:00 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:04:00 5: sduino868: dispatching hex: P86#A1530
2018.11.24 22:04:00 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(3/4) RSSI = -65
2018.11.24 22:04:00 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 22:04:00 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 22:04:00 5: part is 435143515151514351435143515143435151 starts at position 114 and ends at 152
2018.11.24 22:04:00 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:04:00 5: sduino868: dispatching hex: P86#A1530
2018.11.24 22:04:00 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(4/4) RSSI = -65
2018.11.24 22:04:00 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 22:04:00 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 22:04:00 4: sduino868/msg READ: MU;P0=-698;P1=342;P2=-382;P3=661;P4=-15272;D=012323010123234101230123232323012301230123230101232341012301232323230123012301232301012323;CP=1;R=19;
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:10|30){43,})) did not match
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:32|10){19,})) did not match
2018.11.24 22:04:00 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:41)((?:23|01){20,})) did not match
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:23|01){19,})) did not match
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:04:00 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:12)((?:32|10){12,})) did not match
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:10|32){38,})) did not match
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:10|12){38,})) did not match
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:30|12){50,})) did not match
2018.11.24 22:04:00 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:30|12){50,})) did not match
2018.11.24 22:04:00 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:04:00 5: sduino868: 0. try, regex ((?:)((?:10|12){104,})) did not match
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:04:00 5: part is 012301232323230123012301232301012323 starts at position 0 and ends at 38
2018.11.24 22:04:00 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:41)((?:01|23){12,}))
2018.11.24 22:04:00 5: part is 012301232323230123012301232301012323 starts at position 38 and ends at 76
2018.11.24 22:04:00 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:41)((?:01|23){12,}))
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:04:00 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:04:00 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:04:00 5: part is 012301232323230123012301232301012323 starts at position 0 and ends at 38
2018.11.24 22:04:00 5: sduino868: Starting demodulation (StartStr: 41 first found at 14regex: (?:41)((?:01|23){12,}) Pos 14) length_min_max (12..18) length=18
2018.11.24 22:04:00 5: sduino868: dispatching hex: P86#A1530
2018.11.24 22:04:00 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(1/4) RSSI = -64.5
2018.11.24 22:04:00 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 22:04:00 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
2018.11.24 22:04:00 5: part is 012301232323230123012301232301012323 starts at position 38 and ends at 76
2018.11.24 22:04:00 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:04:00 5: sduino868: dispatching hex: P86#A1530
2018.11.24 22:04:00 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1530 length 20 dispatch(2/4) RSSI = -64.5
2018.11.24 22:04:00 5: sduino868 Dispatch: P86#A1530, test gleich
2018.11.24 22:04:00 4: sduino868 Dispatch: P86#A1530, Dropped due to short time or equal msg
Lüfter aus (-)
018.11.24 22:04:34 4: sduino868/msg READ: MU;P0=12836;P1=-710;P2=232;P3=-391;P4=654;P5=330;P6=-15242;D=01234123434343415341534153434153415346515341534343434153415341534341534153465153415343434341534153415343415341534651534153434343415341534153434153415346515341534343434153415341534341534153465153415343434341534153415343415341534651534153434343415341534153;CP=5;R=20;O;
2018.11.24 22:04:34 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:51|41){43,})) did not match
2018.11.24 22:04:34 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:04:34 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:43|51){19,})) did not match
2018.11.24 22:04:34 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:04:34 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:65)((?:34|15){20,})) did not match
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:34|15){19,})) did not match
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:04:34 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:23)((?:43|51){12,})) did not match
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:04:34 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:04:34 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:51|43){38,})) did not match
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:51|53){38,})) did not match
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:04:34 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:04:34 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:41|53){50,})) did not match
2018.11.24 22:04:34 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:41|53){50,})) did not match
2018.11.24 22:04:34 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:51|53){104,})) did not match
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 0 and ends at 38
2018.11.24 22:04:34 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:65)((?:15|34){12,}))
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 38 and ends at 76
2018.11.24 22:04:34 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:65)((?:15|34){12,}))
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 76 and ends at 114
2018.11.24 22:04:34 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:65)((?:15|34){12,}))
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 114 and ends at 152
2018.11.24 22:04:34 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:65)((?:15|34){12,}))
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 152 and ends at 190
2018.11.24 22:04:34 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:65)((?:15|34){12,}))
2018.11.24 22:04:34 5: part is 153415343434341534153415 starts at position 190 and ends at 216
2018.11.24 22:04:34 5: sduino868: 6. try demodulation at Pos 190
2018.11.24 22:04:34 5: sduino868: dispatching hex: P81#A15
2018.11.24 22:04:34 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -64
2018.11.24 22:04:34 5: sduino868 Dispatch: P81#A15, test ungleich: disabled
2018.11.24 22:04:34 5: sduino868 Dispatch: P81#A15, -64 dB, dispatch
2018.11.24 22:04:34 5: sduino868: dispatch P81#A15
2018.11.24 22:04:34 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.24 22:04:34 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 0 and ends at 38
2018.11.24 22:04:34 5: sduino868: Starting demodulation (StartStr: 65 first found at 37regex: (?:65)((?:15|34){12,}) Pos 37) length_min_max (12..18) length=18
2018.11.24 22:04:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 22:04:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(1/4) RSSI = -64
2018.11.24 22:04:34 5: sduino868 Dispatch: P86#A1528, test ungleich: disabled
2018.11.24 22:04:34 5: sduino868 Dispatch: P86#A1528, -64 dB, dispatch
2018.11.24 22:04:34 5: sduino868: dispatch P86#A1528
2018.11.24 22:04:34 4: sduino868: SD_UT protocol 86, bitData 10100001010100101000
2018.11.24 22:04:34 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 38 and ends at 76
2018.11.24 22:04:34 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:04:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 22:04:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(2/4) RSSI = -64
2018.11.24 22:04:34 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 22:04:34 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 76 and ends at 114
2018.11.24 22:04:34 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:04:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 22:04:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(3/4) RSSI = -64
2018.11.24 22:04:34 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 22:04:34 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 22:04:34 5: part is 153415343434341534153415343415341534 starts at position 114 and ends at 152
2018.11.24 22:04:34 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:04:34 5: sduino868: dispatching hex: P86#A1528
2018.11.24 22:04:34 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(4/4) RSSI = -64
2018.11.24 22:04:34 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 22:04:34 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 22:04:34 4: sduino868/msg READ: MU;P0=662;P1=-392;P2=-707;P3=324;P4=-15245;D=01023102310432310231010101023102310231010231023104323102310101010231023102310102310231043231023101010102310231023101023102310;CP=3;R=18;
2018.11.24 22:04:34 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:32|02){43,})) did not match
2018.11.24 22:04:34 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:04:34 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:01|32){19,})) did not match
2018.11.24 22:04:34 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:04:34 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:43)((?:10|23){20,})) did not match
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:04:34 5: sduino868: 0. try, regex ((?:)((?:10|23){19,})) did not match
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:04:34 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:04:34 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:04:34 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:04:35 5: sduino868: 0. try, regex ((?:31)((?:01|32){12,})) did not match
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:04:35 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:04:35 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:04:35 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:04:35 5: sduino868: 0. try, regex ((?:)((?:32|01){38,})) did not match
2018.11.24 22:04:35 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:04:35 5: sduino868: 0. try, regex ((?:)((?:32|31){38,})) did not match
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:04:35 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:04:35 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:04:35 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:04:35 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.24 22:04:35 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:04:35 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:04:35 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.24 22:04:35 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:04:35 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:04:35 5: sduino868: 0. try, regex ((?:)((?:32|31){104,})) did not match
2018.11.24 22:04:35 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:04:35 5: part is 231023101010102310231023101023102310 starts at position 0 and ends at 38
2018.11.24 22:04:35 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|10){12,}))
2018.11.24 22:04:35 5: part is 231023101010102310231023101023102310 starts at position 38 and ends at 76
2018.11.24 22:04:35 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|10){12,}))
2018.11.24 22:04:35 5: part is 231023101010102310231023101023102310 starts at position 76 and ends at 114
2018.11.24 22:04:35 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:43)((?:23|10){12,}))
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:04:35 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:04:35 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:04:35 5: part is 231023101010102310231023101023102310 starts at position 0 and ends at 38
2018.11.24 22:04:35 5: sduino868: Starting demodulation (StartStr: 43 first found at 11regex: (?:43)((?:23|10){12,}) Pos 11) length_min_max (12..18) length=18
2018.11.24 22:04:35 5: sduino868: dispatching hex: P86#A1528
2018.11.24 22:04:35 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(1/4) RSSI = -65
2018.11.24 22:04:35 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 22:04:35 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 22:04:35 5: part is 231023101010102310231023101023102310 starts at position 38 and ends at 76
2018.11.24 22:04:35 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:04:35 5: sduino868: dispatching hex: P86#A1528
2018.11.24 22:04:35 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(2/4) RSSI = -65
2018.11.24 22:04:35 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 22:04:35 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
2018.11.24 22:04:35 5: part is 231023101010102310231023101023102310 starts at position 76 and ends at 114
2018.11.24 22:04:35 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:04:35 5: sduino868: dispatching hex: P86#A1528
2018.11.24 22:04:35 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1528 length 20 dispatch(3/4) RSSI = -65
2018.11.24 22:04:35 5: sduino868 Dispatch: P86#A1528, test gleich
2018.11.24 22:04:35 4: sduino868 Dispatch: P86#A1528, Dropped due to short time or equal msg
Nachlüften:
2018.11.24 22:05:16 4: sduino868/msg READ: MU;P0=-3140;P1=339;P2=-376;P3=658;P4=-709;P6=-15259;D=01234123232323412341234123234123234161412341232323234123412341232341232341614123412323232341234123412323412323416141234123232323412341234123234123234161412341232323234123412341232341232341614123412323232341234123412323412323416141234123232323412341234123;CP=1;R=18;O;
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:14|34){43,})) did not match
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:32|14){19,})) did not match
2018.11.24 22:05:16 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:61)((?:23|41){20,})) did not match
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:23|41){19,})) did not match
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:05:16 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:12)((?:32|14){12,})) did not match
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:14|32){38,})) did not match
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:14|12){38,})) did not match
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:34|12){50,})) did not match
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:34|12){50,})) did not match
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:14|12){104,})) did not match
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 0 and ends at 38
2018.11.24 22:05:16 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:61)((?:41|23){12,}))
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 38 and ends at 76
2018.11.24 22:05:16 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:61)((?:41|23){12,}))
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 76 and ends at 114
2018.11.24 22:05:16 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:61)((?:41|23){12,}))
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 114 and ends at 152
2018.11.24 22:05:16 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:61)((?:41|23){12,}))
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 152 and ends at 190
2018.11.24 22:05:16 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:61)((?:41|23){12,}))
2018.11.24 22:05:16 5: part is 41234123232323412341234123 starts at position 190 and ends at 218
2018.11.24 22:05:16 5: sduino868: 6. skip demodulation (length 13 is to long) at Pos 190 regex ((?:61)((?:41|23){12,}))
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 0 and ends at 38
2018.11.24 22:05:16 5: sduino868: Starting demodulation (StartStr: 61 first found at 36regex: (?:61)((?:41|23){12,}) Pos 36) length_min_max (12..18) length=18
2018.11.24 22:05:16 5: sduino868: dispatching hex: P86#A1524
2018.11.24 22:05:16 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(1/4) RSSI = -65
2018.11.24 22:05:16 5: sduino868 Dispatch: P86#A1524, test ungleich: disabled
2018.11.24 22:05:16 5: sduino868 Dispatch: P86#A1524, -65 dB, dispatch
2018.11.24 22:05:16 5: sduino868: dispatch P86#A1524
2018.11.24 22:05:16 4: sduino868: SD_UT protocol 86, bitData 10100001010100100100
2018.11.24 22:05:16 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 38 and ends at 76
2018.11.24 22:05:16 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:05:16 5: sduino868: dispatching hex: P86#A1524
2018.11.24 22:05:16 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(2/4) RSSI = -65
2018.11.24 22:05:16 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 22:05:16 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 76 and ends at 114
2018.11.24 22:05:16 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:05:16 5: sduino868: dispatching hex: P86#A1524
2018.11.24 22:05:16 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(3/4) RSSI = -65
2018.11.24 22:05:16 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 22:05:16 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 22:05:16 5: part is 412341232323234123412341232341232341 starts at position 114 and ends at 152
2018.11.24 22:05:16 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:05:16 5: sduino868: dispatching hex: P86#A1524
2018.11.24 22:05:16 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(4/4) RSSI = -65
2018.11.24 22:05:16 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 22:05:16 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 22:05:16 4: sduino868/msg READ: MU;P0=-376;P1=666;P2=-709;P3=328;P4=-15268;D=01230101234323012301010101230123012301012301012343230123010101012301230123010123010123;CP=3;R=17;
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:32|12){43,})) did not match
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:10|32){19,})) did not match
2018.11.24 22:05:16 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:43)((?:01|23){20,})) did not match
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:01|23){19,})) did not match
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:05:16 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:30)((?:10|32){12,})) did not match
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:32|10){38,})) did not match
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:32|30){38,})) did not match
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:05:16 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:05:16 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: 0. try, regex ((?:)((?:32|30){104,})) did not match
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:05:16 5: part is 230123010101012301230123010123010123 starts at position 0 and ends at 38
2018.11.24 22:05:16 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:05:16 5: part is 230123010101012301230123010123010123 starts at position 38 and ends at 76
2018.11.24 22:05:16 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:05:16 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:05:16 5: part is 230123010101012301230123010123010123 starts at position 0 and ends at 38
2018.11.24 22:05:16 5: sduino868: Starting demodulation (StartStr: 43 first found at 10regex: (?:43)((?:23|01){12,}) Pos 10) length_min_max (12..18) length=18
2018.11.24 22:05:16 5: sduino868: dispatching hex: P86#A1524
2018.11.24 22:05:16 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(1/4) RSSI = -65.5
2018.11.24 22:05:16 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 22:05:16 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
2018.11.24 22:05:16 5: part is 230123010101012301230123010123010123 starts at position 38 and ends at 76
2018.11.24 22:05:16 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:05:16 5: sduino868: dispatching hex: P86#A1524
2018.11.24 22:05:16 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(2/4) RSSI = -65.5
2018.11.24 22:05:16 5: sduino868 Dispatch: P86#A1524, test gleich
2018.11.24 22:05:16 4: sduino868 Dispatch: P86#A1524, Dropped due to short time or equal msg
Intervalllüften:
2018.11.24 22:05:54 4: sduino868/msg READ: MU;P0=-32001;P1=328;P2=-708;P3=-368;P4=672;P5=-15257;D=01213421343434342134213421343421213421512134213434343421342134213434212134215121342134343434213421342134342121342151213421343434342134213421343421213421512134213434343421342134213434212134215121342134343434213421342134342121342151213421343434342134213421;CP=1;R=11;O;
2018.11.24 22:05:54 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:05:54 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:05:54 5: sduino868: 0. try, regex ((?:)((?:12|42){43,})) did not match
2018.11.24 22:05:54 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:05:54 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:05:54 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:05:54 5: sduino868: 0. try, regex ((?:)((?:43|12){19,})) did not match
2018.11.24 22:05:54 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:05:54 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:05:54 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:05:54 5: sduino868: 0. try, regex ((?:51)((?:34|21){20,})) did not match
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:05:54 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:05:54 5: sduino868: 0. try, regex ((?:)((?:34|21){19,})) did not match
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:05:54 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:05:54 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:05:54 5: sduino868: 0. try, regex ((?:13)((?:43|12){12,})) did not match
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:05:54 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:05:54 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:05:54 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:05:54 5: sduino868: 0. try, regex ((?:)((?:12|43){38,})) did not match
2018.11.24 22:05:54 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:05:54 5: sduino868: 0. try, regex ((?:)((?:12|13){38,})) did not match
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:05:54 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:05:54 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:05:54 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:05:54 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:05:54 5: sduino868: 0. try, regex ((?:)((?:42|13){50,})) did not match
2018.11.24 22:05:54 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24
Tja, nach dem update geht das Licht NICHT mehr an und aus :-(...
Daher die Logs für Licht an/aus auch noch einmal, und da kommt auf einmal nix mehr....
2018.11.24 22:12:31 4: sduino868/KeepAlive not ok, retry = 1 -> get ping
2018.11.24 22:12:31 5: AddSendQueue: sduino868: P (1)
2018.11.24 22:12:31 5: sduino868 SW: P
2018.11.24 22:12:32 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.24 22:12:40 4: sduino868/msg READ: SR;;
2018.11.24 22:12:40 5: sduino868/noMsg Parse: SR;;
2018.11.24 22:12:40 4: sduino868/msg READ: Received answer (SR;;) for ping does not match ^OK$
reagiert die firmware noch auf
get ping
get config
Gruß Ralf
Seit Neustart wieder ;-))...
Licht an jetzt:
2018.11.24 22:20:35 4: sduino868/msg READ: MU;P0=-952;P1=323;P2=-391;P3=652;P4=-728;P5=-15260;D=01234123234141412351412341232323234123412341232341414123514123412323232341234123412323414141235141234123232323412341234123234141412351412341232323234123412341232341414123514123412323232341234123412323414141235141234123232323412341234123234141412351412341;CP=1;R=26;O;
2018.11.24 22:20:35 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:)((?:14|34){43,})) did not match
2018.11.24 22:20:35 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:20:35 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:)((?:32|14){19,})) did not match
2018.11.24 22:20:35 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 20 -> livolo not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:51)((?:23|41){20,})) did not match
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:)((?:23|01){19,})) did not match
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:20:35 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:12)((?:32|14){12,})) did not match
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:20:35 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:20:35 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:)((?:14|32){38,})) did not match
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:)((?:14|12){38,})) did not match
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:20:35 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:20:35 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:)((?:34|12){50,})) did not match
2018.11.24 22:20:35 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:)((?:34|12){50,})) did not match
2018.11.24 22:20:35 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:20:35 5: sduino868: 0. try, regex ((?:)((?:14|12){104,})) did not match
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:20:35 5: part is 412341232323234123412341232341414123 starts at position 0 and ends at 38
2018.11.24 22:20:35 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:51)((?:41|23){12,}))
2018.11.24 22:20:35 5: part is 412341232323234123412341232341414123 starts at position 38 and ends at 76
2018.11.24 22:20:35 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:51)((?:41|23){12,}))
2018.11.24 22:20:35 5: part is 412341232323234123412341232341414123 starts at position 76 and ends at 114
2018.11.24 22:20:35 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:51)((?:41|23){12,}))
2018.11.24 22:20:35 5: part is 412341232323234123412341232341414123 starts at position 114 and ends at 152
2018.11.24 22:20:35 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:51)((?:41|23){12,}))
2018.11.24 22:20:35 5: part is 412341232323234123412341232341414123 starts at position 152 and ends at 190
2018.11.24 22:20:35 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:51)((?:41|23){12,}))
2018.11.24 22:20:35 5: part is 412341232323234123412341232341414123 starts at position 190 and ends at 228
2018.11.24 22:20:35 5: sduino868: 6. skip demodulation (length 18 is to long) at Pos 190 regex ((?:51)((?:41|23){12,}))
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:20:35 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:20:35 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:20:35 5: part is 412341232323234123412341232341414123 starts at position 0 and ends at 38
2018.11.24 22:20:35 5: sduino868: Starting demodulation (StartStr: 51 first found at 18regex: (?:51)((?:41|23){12,}) Pos 18) length_min_max (12..18) length=18
2018.11.24 22:20:35 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:20:35 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -61
2018.11.24 22:20:35 5: sduino868 Dispatch: P86#A1538, test ungleich: disabled
2018.11.24 22:20:35 5: sduino868 Dispatch: P86#A1538, -61 dB, dispatch
2018.11.24 22:20:35 5: sduino868: dispatch P86#A1538
2018.11.24 22:20:36 4: sduino868: SD_UT protocol 86, bitData 10100001010100111000
2018.11.24 22:20:36 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:20:36 5: part is 412341232323234123412341232341414123 starts at position 38 and ends at 76
2018.11.24 22:20:36 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:20:36 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:20:36 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -61
2018.11.24 22:20:36 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:20:36 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:20:36 5: part is 412341232323234123412341232341414123 starts at position 76 and ends at 114
2018.11.24 22:20:36 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:20:36 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:20:36 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(3/4) RSSI = -61
2018.11.24 22:20:36 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:20:36 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:20:36 5: part is 412341232323234123412341232341414123 starts at position 114 and ends at 152
2018.11.24 22:20:36 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:20:36 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:20:36 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(4/4) RSSI = -61
2018.11.24 22:20:36 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:20:36 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:20:36 4: sduino868/msg READ: MU;P0=-383;P1=655;P2=-722;P3=323;P4=-15254;D=0101010123012301230101232323014323012301010101230123012301012323230143230123010101012301230123010123232301;CP=3;R=23;
2018.11.24 22:20:36 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:)((?:32|12){43,})) did not match
2018.11.24 22:20:36 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:20:36 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:)((?:10|32){19,})) did not match
2018.11.24 22:20:36 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:20:36 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:43)((?:01|23){20,})) did not match
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:)((?:01|23){19,})) did not match
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:20:36 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:30)((?:10|32){12,})) did not match
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:20:36 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:20:36 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:)((?:32|10){38,})) did not match
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:)((?:32|30){38,})) did not match
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:20:36 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:20:36 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:20:36 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:20:36 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:20:36 5: sduino868: 0. try, regex ((?:)((?:32|30){104,})) did not match
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:20:36 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.24 22:20:36 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:20:36 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.24 22:20:36 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:20:36 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:20:36 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:20:36 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.24 22:20:36 5: sduino868: Starting demodulation (StartStr: 43 first found at 30regex: (?:43)((?:23|01){12,}) Pos 30) length_min_max (12..18) length=18
2018.11.24 22:20:36 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:20:36 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -62.5
2018.11.24 22:20:36 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:20:36 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:20:36 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.24 22:20:36 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:20:36 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:20:36 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -62.5
2018.11.24 22:20:36 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:20:36 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
Licht aus:
2018.11.24 22:21:55 4: sduino868/msg READ: MU;P0=-32001;P1=345;P2=-689;P3=-365;P4=679;P5=-15255;D=01213421343434342134213421343421212134512134213434343421342134213434212121345121342134343434213421342134342121213451213421343434342134213421343421212134512134213434343421342134213434212121345121342134343434213421342134342121213451213421343434342134213421;CP=1;R=7;O;
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:12|42){43,})) did not match
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:43|12){19,})) did not match
2018.11.24 22:21:55 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:51)((?:34|21){20,})) did not match
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:34|21){19,})) did not match
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:21:55 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:13)((?:43|12){12,})) did not match
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:12|43){38,})) did not match
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:12|13){38,})) did not match
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:42|13){50,})) did not match
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:42|13){50,})) did not match
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:12|13){104,})) did not match
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 0 and ends at 38
2018.11.24 22:21:55 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 38 and ends at 76
2018.11.24 22:21:55 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 76 and ends at 114
2018.11.24 22:21:55 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 114 and ends at 152
2018.11.24 22:21:55 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 152 and ends at 190
2018.11.24 22:21:55 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:21:55 5: part is 213421343434342134213421 starts at position 190 and ends at 216
2018.11.24 22:21:55 5: sduino868: 6. try demodulation at Pos 190
2018.11.24 22:21:55 5: sduino868: dispatching hex: P81#A15
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -70.5
2018.11.24 22:21:55 5: sduino868 Dispatch: P81#A15, test ungleich: disabled
2018.11.24 22:21:55 5: sduino868 Dispatch: P81#A15, -70.5 dB, dispatch
2018.11.24 22:21:55 5: sduino868: dispatch P81#A15
2018.11.24 22:21:55 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.24 22:21:55 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 0 and ends at 38
2018.11.24 22:21:55 5: sduino868: Starting demodulation (StartStr: 51 first found at 38regex: (?:51)((?:21|34){12,}) Pos 38) length_min_max (12..18) length=18
2018.11.24 22:21:55 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -70.5
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, test ungleich: disabled
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, -70.5 dB, dispatch
2018.11.24 22:21:55 5: sduino868: dispatch P86#A1538
2018.11.24 22:21:55 4: sduino868: SD_UT protocol 86, bitData 10100001010100111000
2018.11.24 22:21:55 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 38 and ends at 76
2018.11.24 22:21:55 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:21:55 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -70.5
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:21:55 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 76 and ends at 114
2018.11.24 22:21:55 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:21:55 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(3/4) RSSI = -70.5
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:21:55 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:21:55 5: part is 213421343434342134213421343421212134 starts at position 114 and ends at 152
2018.11.24 22:21:55 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:21:55 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(4/4) RSSI = -70.5
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:21:55 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:21:55 4: sduino868/msg READ: MU;P0=-365;P1=680;P2=-694;P3=353;P4=-15270;P5=-27084;D=0101232323014323012301010101230123012301012323230143230123010101012301230123010123232301432301230101010123012301230101232323014323012301010101230123012301012323230143230123010101012301230123010123232301432301230101010123012301230101232323015;CP=3;R=6;
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:32|12){43,})) did not match
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:10|32){19,})) did not match
2018.11.24 22:21:55 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:43)((?:01|23){20,})) did not match
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:01|23){19,})) did not match
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:21:55 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:30)((?:10|32){12,})) did not match
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:32|10){38,})) did not match
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:32|30){38,})) did not match
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:21:55 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:21:55 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:21:55 5: sduino868: 0. try, regex ((?:)((?:32|30){104,})) did not match
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.24 22:21:55 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.24 22:21:55 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 76 and ends at 114
2018.11.24 22:21:55 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 114 and ends at 152
2018.11.24 22:21:55 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 152 and ends at 190
2018.11.24 22:21:55 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 190 and ends at 228
2018.11.24 22:21:55 5: sduino868: 6. skip demodulation (length 18 is to long) at Pos 190 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:21:55 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:21:55 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.24 22:21:55 5: sduino868: Starting demodulation (StartStr: 43 first found at 12regex: (?:43)((?:23|01){12,}) Pos 12) length_min_max (12..18) length=18
2018.11.24 22:21:55 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -71
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:21:55 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.24 22:21:55 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:21:55 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -71
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:21:55 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 76 and ends at 114
2018.11.24 22:21:55 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:21:55 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(3/4) RSSI = -71
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:21:55 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:21:55 5: part is 230123010101012301230123010123232301 starts at position 114 and ends at 152
2018.11.24 22:21:55 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:21:55 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:21:55 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(4/4) RSSI = -71
2018.11.24 22:21:55 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:21:55 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
Und mit MC = 0
Licht an:
2018.11.24 22:26:42 4: sduino868/msg READ: MU;P0=-1920;P1=146;P2=-978;P3=342;P4=-707;P5=-386;P6=657;P7=-15261;D=01212343435673435643565656564356435643565643434356734356435656565643564356435656434343567343564356565656435643564356564343435673435643565656564356435643565643434356734356435656565643564356435656434343567343564356565656435643564356564343435673435643565656;CP=3;R=17;O;
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:34|64){43,})) did not match
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:65|34){19,})) did not match
2018.11.24 22:26:42 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:73)((?:56|43){20,})) did not match
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:56|23){19,})) did not match
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:26:42 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:35)((?:65|34){12,})) did not match
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:34|65){38,})) did not match
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:34|35){38,})) did not match
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:64|35){50,})) did not match
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:64|35){50,})) did not match
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:34|35){104,})) did not match
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 0 and ends at 38
2018.11.24 22:26:42 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:73)((?:43|56){12,}))
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 38 and ends at 76
2018.11.24 22:26:42 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:73)((?:43|56){12,}))
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 76 and ends at 114
2018.11.24 22:26:42 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:73)((?:43|56){12,}))
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 114 and ends at 152
2018.11.24 22:26:42 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:73)((?:43|56){12,}))
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 152 and ends at 190
2018.11.24 22:26:42 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:73)((?:43|56){12,}))
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 190 and ends at 228
2018.11.24 22:26:42 5: sduino868: 6. skip demodulation (length 18 is to long) at Pos 190 regex ((?:73)((?:43|56){12,}))
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 0 and ends at 38
2018.11.24 22:26:42 5: sduino868: Starting demodulation (StartStr: 73 first found at 12regex: (?:73)((?:43|56){12,}) Pos 12) length_min_max (12..18) length=18
2018.11.24 22:26:42 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:42 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -65.5
2018.11.24 22:26:42 5: sduino868 Dispatch: P86#A1538, test ungleich: disabled
2018.11.24 22:26:42 5: sduino868 Dispatch: P86#A1538, -65.5 dB, dispatch
2018.11.24 22:26:42 5: sduino868: dispatch P86#A1538
2018.11.24 22:26:42 4: sduino868: SD_UT protocol 86, bitData 10100001010100111000
2018.11.24 22:26:42 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 38 and ends at 76
2018.11.24 22:26:42 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:26:42 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:42 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -65.5
2018.11.24 22:26:42 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:42 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 76 and ends at 114
2018.11.24 22:26:42 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:26:42 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:42 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(3/4) RSSI = -65.5
2018.11.24 22:26:42 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:42 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:42 5: part is 435643565656564356435643565643434356 starts at position 114 and ends at 152
2018.11.24 22:26:42 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:26:42 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:42 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(4/4) RSSI = -65.5
2018.11.24 22:26:42 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:42 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:42 4: sduino868/msg READ: MU;P0=-375;P1=667;P2=-711;P3=332;P4=-15266;D=0123012301230101232323014323012301010101230123012301012323230143230123010101012301230123010123232301;CP=3;R=13;
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:32|12){43,})) did not match
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:10|32){19,})) did not match
2018.11.24 22:26:42 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:43)((?:01|23){20,})) did not match
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:01|23){19,})) did not match
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:26:42 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:30)((?:10|32){12,})) did not match
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:32|10){38,})) did not match
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:32|30){38,})) did not match
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:26:42 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:26:42 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:26:42 5: sduino868: 0. try, regex ((?:)((?:32|30){104,})) did not match
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:26:42 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.24 22:26:42 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:26:42 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.24 22:26:42 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:26:42 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:26:42 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:26:42 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.24 22:26:42 5: sduino868: Starting demodulation (StartStr: 43 first found at 24regex: (?:43)((?:23|01){12,}) Pos 24) length_min_max (12..18) length=18
2018.11.24 22:26:42 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:42 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -67.5
2018.11.24 22:26:42 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:42 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:42 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.24 22:26:42 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:26:42 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:42 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -67.5
2018.11.24 22:26:42 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:42 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:45 4: sduino868/msg READ: MU;P0=24320;P1=-706;P2=339;P3=-376;P4=665;P5=-15268;D=01234123434343412341234123434121212345212341234343434123412341234341212123452123412343434341234123412343412121234521234123434343412341234123434121212345212341234343434123412341234341212123452123412343434341234123412343412121234521234123434343412341234123;CP=2;R=19;O;
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:21|41){43,})) did not match
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:43|21){19,})) did not match
2018.11.24 22:26:45 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:52)((?:34|12){20,})) did not match
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:34|12){19,})) did not match
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:26:45 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:23)((?:43|21){12,})) did not match
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:21|43){38,})) did not match
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:21|23){38,})) did not match
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:41|23){50,})) did not match
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:41|23){50,})) did not match
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:21|23){104,})) did not match
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 0 and ends at 38
2018.11.24 22:26:45 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:52)((?:12|34){12,}))
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 38 and ends at 76
2018.11.24 22:26:45 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:52)((?:12|34){12,}))
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 76 and ends at 114
2018.11.24 22:26:45 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:52)((?:12|34){12,}))
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 114 and ends at 152
2018.11.24 22:26:45 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:52)((?:12|34){12,}))
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 152 and ends at 190
2018.11.24 22:26:45 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:52)((?:12|34){12,}))
2018.11.24 22:26:45 5: part is 123412343434341234123412 starts at position 190 and ends at 216
2018.11.24 22:26:45 5: sduino868: 6. try demodulation at Pos 190
2018.11.24 22:26:45 5: sduino868: dispatching hex: P81#A15
2018.11.24 22:26:45 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -64.5
2018.11.24 22:26:45 5: sduino868 Dispatch: P81#A15, test ungleich: disabled
2018.11.24 22:26:45 5: sduino868 Dispatch: P81#A15, -64.5 dB, dispatch
2018.11.24 22:26:45 5: sduino868: dispatch P81#A15
2018.11.24 22:26:45 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.24 22:26:45 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 0 and ends at 38
2018.11.24 22:26:45 5: sduino868: Starting demodulation (StartStr: 52 first found at 37regex: (?:52)((?:12|34){12,}) Pos 37) length_min_max (12..18) length=18
2018.11.24 22:26:45 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:45 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -64.5
2018.11.24 22:26:45 5: sduino868 Dispatch: P86#A1538, test ungleich: disabled
2018.11.24 22:26:45 5: sduino868 Dispatch: P86#A1538, -64.5 dB, dispatch
2018.11.24 22:26:45 5: sduino868: dispatch P86#A1538
2018.11.24 22:26:45 4: sduino868: SD_UT protocol 86, bitData 10100001010100111000
2018.11.24 22:26:45 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 38 and ends at 76
2018.11.24 22:26:45 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:26:45 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:45 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -64.5
2018.11.24 22:26:45 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:45 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 76 and ends at 114
2018.11.24 22:26:45 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:26:45 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:45 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(3/4) RSSI = -64.5
2018.11.24 22:26:45 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:45 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:45 5: part is 123412343434341234123412343412121234 starts at position 114 and ends at 152
2018.11.24 22:26:45 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:26:45 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:45 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(4/4) RSSI = -64.5
2018.11.24 22:26:45 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:45 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:45 4: sduino868/msg READ: MU;P0=662;P1=-388;P2=-720;P3=325;P4=-15253;D=01023232310432310231010101023102310231010232323104323102310101010231023102310102323231043231023101010102310231023101023232310;CP=3;R=14;
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:32|02){43,})) did not match
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:01|32){19,})) did not match
2018.11.24 22:26:45 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:43)((?:10|23){20,})) did not match
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:10|23){19,})) did not match
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:26:45 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:31)((?:01|32){12,})) did not match
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:32|01){38,})) did not match
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:32|31){38,})) did not match
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.24 22:26:45 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:02|31){50,})) did not match
2018.11.24 22:26:45 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:26:45 5: sduino868: 0. try, regex ((?:)((?:32|31){104,})) did not match
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:26:45 5: part is 231023101010102310231023101023232310 starts at position 0 and ends at 38
2018.11.24 22:26:45 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|10){12,}))
2018.11.24 22:26:45 5: part is 231023101010102310231023101023232310 starts at position 38 and ends at 76
2018.11.24 22:26:45 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|10){12,}))
2018.11.24 22:26:45 5: part is 231023101010102310231023101023232310 starts at position 76 and ends at 114
2018.11.24 22:26:45 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:43)((?:23|10){12,}))
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:26:45 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:26:45 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:26:45 5: part is 231023101010102310231023101023232310 starts at position 0 and ends at 38
2018.11.24 22:26:45 5: sduino868: Starting demodulation (StartStr: 43 first found at 11regex: (?:43)((?:23|10){12,}) Pos 11) length_min_max (12..18) length=18
2018.11.24 22:26:45 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:45 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -67
2018.11.24 22:26:45 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:45 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:45 5: part is 231023101010102310231023101023232310 starts at position 38 and ends at 76
2018.11.24 22:26:45 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:26:45 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:45 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -67
2018.11.24 22:26:45 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:45 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:26:45 5: part is 231023101010102310231023101023232310 starts at position 76 and ends at 114
2018.11.24 22:26:45 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:26:45 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:26:45 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(3/4) RSSI = -67
2018.11.24 22:26:45 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:26:45 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
Licht aus:
2018.11.24 22:27:52 4: sduino868/msg READ: MU;P0=-2080;P1=329;P2=-708;P3=-381;P4=659;P5=-15252;D=01213421343434342134213421343421212134512134213434343421342134213434212121345121342134343434213421342134342121213451213421343434342134213421343421212134512134213434343421342134213434212121345121342134343434213421342134342121213451213421343434342134213421;CP=1;R=16;O;
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:12|42){43,})) did not match
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:43|12){19,})) did not match
2018.11.24 22:27:52 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:51)((?:34|21){20,})) did not match
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:34|21){19,})) did not match
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:27:52 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:13)((?:43|12){12,})) did not match
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:12|43){38,})) did not match
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:12|13){38,})) did not match
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:42|13){50,})) did not match
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:42|13){50,})) did not match
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:12|13){104,})) did not match
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 0 and ends at 38
2018.11.24 22:27:52 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 38 and ends at 76
2018.11.24 22:27:52 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 76 and ends at 114
2018.11.24 22:27:52 5: sduino868: 3. skip demodulation (length 18 is to long) at Pos 76 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 114 and ends at 152
2018.11.24 22:27:52 5: sduino868: 4. skip demodulation (length 18 is to long) at Pos 114 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 152 and ends at 190
2018.11.24 22:27:52 5: sduino868: 5. skip demodulation (length 18 is to long) at Pos 152 regex ((?:51)((?:21|34){12,}))
2018.11.24 22:27:52 5: part is 213421343434342134213421 starts at position 190 and ends at 216
2018.11.24 22:27:52 5: sduino868: 6. try demodulation at Pos 190
2018.11.24 22:27:52 5: sduino868: dispatching hex: P81#A15
2018.11.24 22:27:52 4: sduino868: decoded matched MU Protocol id 81 dmsg P81#A15 length 12 dispatch(1/4) RSSI = -66
2018.11.24 22:27:52 5: sduino868 Dispatch: P81#A15, test ungleich: disabled
2018.11.24 22:27:52 5: sduino868 Dispatch: P81#A15, -66 dB, dispatch
2018.11.24 22:27:52 5: sduino868: dispatch P81#A15
2018.11.24 22:27:52 4: sduino868: SD_UT protocol 81, bitData 101000010101
2018.11.24 22:27:52 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 0 and ends at 38
2018.11.24 22:27:52 5: sduino868: Starting demodulation (StartStr: 51 first found at 38regex: (?:51)((?:21|34){12,}) Pos 38) length_min_max (12..18) length=18
2018.11.24 22:27:52 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:27:52 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -66
2018.11.24 22:27:52 5: sduino868 Dispatch: P86#A1538, test ungleich: disabled
2018.11.24 22:27:52 5: sduino868 Dispatch: P86#A1538, -66 dB, dispatch
2018.11.24 22:27:52 5: sduino868: dispatch P86#A1538
2018.11.24 22:27:52 4: sduino868: SD_UT protocol 86, bitData 10100001010100111000
2018.11.24 22:27:52 3: sduino868: SD_UT Please define your model of Device unknown in Attributes!
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 38 and ends at 76
2018.11.24 22:27:52 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:27:52 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:27:52 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -66
2018.11.24 22:27:52 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:27:52 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 76 and ends at 114
2018.11.24 22:27:52 5: sduino868: 3. try demodulation at Pos 76
2018.11.24 22:27:52 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:27:52 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(3/4) RSSI = -66
2018.11.24 22:27:52 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:27:52 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:27:52 5: part is 213421343434342134213421343421212134 starts at position 114 and ends at 152
2018.11.24 22:27:52 5: sduino868: 4. try demodulation at Pos 114
2018.11.24 22:27:52 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:27:52 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(4/4) RSSI = -66
2018.11.24 22:27:52 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:27:52 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:27:52 4: sduino868/msg READ: MU;P0=-372;P1=672;P2=-702;P3=337;P4=-15252;D=0101232323014323012301010101230123012301012323230143230123010101012301230123010123232301;CP=3;R=15;
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 5 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:32|12){43,})) did not match
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 9 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 13.1 -> FLAMINGO FA22RF / FA21RF / LM-101LD not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 16 -> Dooya shutter not found, aborting
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 17.1 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:10|32){19,})) did not match
2018.11.24 22:27:52 5: sduino868: for MU Protocol id 20, applying filterfunc SIGNALduino_filterSign
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 20 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 21 -> Einhell Garagedoor not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 24 -> visivon remote not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 26 -> remote26 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 27 -> remote27 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 28 -> IC Ledspot not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 29 -> HT12e remote not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 30 -> diverse not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 31 -> Pollin Isotronik matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:43)((?:01|23){20,})) did not match
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 32 -> freetec 6946 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:01|23){19,})) did not match
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 36 -> socket36 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 37 -> Bresser 7009994 not found, aborting
2018.11.24 22:27:52 5: sduino868: for MU Protocol id 39, applying filterfunc SIGNALduino_compPattern
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 39 -> X10 Protocol not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 40 -> romotec matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:30)((?:10|32){12,})) did not match
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 44 -> BresserTemeo not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 44.1 -> BresserTemeo not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 45 -> Revolt not found, aborting
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 46 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 48 -> TFA Dostmann not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 49 -> QUIGG_GT-9000 not found, aborting
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 50 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 56 -> Celexon not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 59 -> AK-HD-4 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:32|10){38,})) did not match
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:32|30){38,})) did not match
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 62 -> Clarus_Switch not found, aborting
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 64 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 66 -> WS7035 not found, aborting
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 67 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 69 -> Hoermann not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:27:52 5: sduino868: zero pattern for MU Protocol id 71 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 72 -> Siro shutter not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:12|30){50,})) did not match
2018.11.24 22:27:52 5: sduino868: one pattern for MU Protocol id 75 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 79 -> m-e VTX-BELL not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 80 -> EM (Energy-Monitor) matches, trying to demodulate
2018.11.24 22:27:52 5: sduino868: 0. try, regex ((?:)((?:32|30){104,})) did not match
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.11.24 22:27:52 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.24 22:27:52 5: sduino868: 1. skip demodulation (length 18 is to long) at Pos 0 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:27:52 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.24 22:27:52 5: sduino868: 2. skip demodulation (length 18 is to long) at Pos 38 regex ((?:43)((?:23|01){12,}))
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 83 -> RH787T not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 84 -> IAN283582 not found, aborting
2018.11.24 22:27:52 5: sduino868: start pattern for MU Protocol id 85 -> TFA 35.1140.01 not found, aborting
2018.11.24 22:27:52 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:27:52 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.24 22:27:52 5: sduino868: Starting demodulation (StartStr: 43 first found at 12regex: (?:43)((?:23|01){12,}) Pos 12) length_min_max (12..18) length=18
2018.11.24 22:27:52 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:27:52 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -66.5
2018.11.24 22:27:52 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:27:52 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.24 22:27:52 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.24 22:27:52 5: sduino868: 2. try demodulation at Pos 38
2018.11.24 22:27:52 5: sduino868: dispatching hex: P86#A1538
2018.11.24 22:27:52 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -66.5
2018.11.24 22:27:52 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.24 22:27:52 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
ZitatSeit Neustart wieder ;-))...
wenn dies nochmals passiert, daß ein neustart notwendig ist, dann hat die firmware evtl noch einen Fehler, ein neustart darf nicht notwendig sein.
ZitatDataRate:3173.83Baud
Dies passt noch nicht ganz. Bitte mach mal
get raw e
und dann
get ccconf
Das log wird deutlich übersichtlicher wenn Du in das Attribut whitelist 86 einträgst
Gruß Ralf
Wenn dies im log steht, dann wurde die entsprechende Taste erkannt:
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:05:16 5: sduino868: Starting demodulation (StartStr: 61 first found at 36regex: (?:61)((?:41|23){12,}) Pos 36) length_min_max (12..18) length=18
2018.11.24 22:05:16 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(1/4) RSSI = -65
2018.11.24 22:05:16 5: sduino868: dispatch P86#A1524
Den letzten Post blicke ich gerade nicht, den Teil vorher habe ich gemacht.
nach dem reset kann ich keinen set befehl mehr absetzen...set raw wird automatisch mit ccFactoryReset done ausgefülllt
und im Log taucht auch nichts mehr auf....
2018.11.24 22:45:43 1: Logfile gelöscht
2018.11.24 22:46:19 4: sduino868: Calling Getting Attr sub with args: set verbose = 5
2018.11.24 22:46:19 3: sduino868: setting Verbose to: 5
2018.11.24 22:46:29 4: sduino868/KeepAlive not ok, retry = 1 -> get ping
2018.11.24 22:46:29 5: AddSendQueue: sduino868: P (1)
2018.11.24 22:46:29 5: sduino868 SW: P
2018.11.24 22:46:29 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.24 22:46:29 4: sduino868: Calling Getting Attr sub with args: set verbose = 5
2018.11.24 22:46:29 3: sduino868: setting Verbose to: 5
Nach Logfile gelöscht 2x Licht an und aus....
das
get raw e
ist der ccFactoryReset
Bei
set raw SR;...
darf kein "ccFactoryReset done" kommen.
zu der 3.3.1 rc10 kann ist nichts sagen, da ich sie nicht verwende.
Du kannst es auch mal mit der 3.3.1 rc8 versuchen.
Gruß Ralf
OK, mit der 8 Version geht das Licht wieder an und aus (mit den alten Befehlen)....
Den letzten Post blicke ich gerade nicht, den Teil vorher habe ich gemacht.
meinst Du das mit dem attribut whitelist_IDs?
Wenn Du dort mal testweise die 86 einträgt, wird Dir auffallen, daß dann bei einem Tastendruck das log deutlich kürzer wird.
Wenn Du im log dies findest, dann wurde der Tastendruck erkannt.
2018.11.24 22:05:16 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.24 22:05:16 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1524 length 20 dispatch(1/4) RSSI = -65
2018.11.24 22:05:16 5: sduino868: dispatch P86#A1524
Bei jeder Taste ist diese Zahl "#A1524" anders.
Nachtrag:
mit dieser Zahl müsstest Du auch senden können
set sendMsg P86#0xA1524#R6
Gruß Ralf
Klappt! Lüfter geht an mit dem kurzen Befehl!
Gelöst:
Für mich ist es gelöst (wenn bestimmt auch nicht sehr elegant).... Vor der Beschreibung ein kurzes Danke an alle die hier so Klasse helfen...Sidey, Ralf9, Stütti, Elektron bei GIT (da kopiere ich den Beitrag auch hin) und alle anderen! Ich war bisher eher passiver Leser / Kopierer, daher bin ich echt begeistert von der Hilfsbereitschaft hier und von der Bereitschaft sich mit Laien / Anwendern auseinanderzusetzen! Das war eine tolle Erfahrung, vor allem weil es klappt (wenn auch sicherlich in den Augen von "Profis" naja...aber für mich kommt es auf das Ergebnis an :-)
Umsetzung:
Jeweils ein Dummy für Licht an/aus, Lüfter an/aus, Nachlüften an, Intervalllüften an, dann ein notify dass den raw Befehl sendet:
NeffLicht:off {fhem("set sduino868 raw SR;;;;R=4;;;;P0=-384;;;;P1=656;;;;P2=-684;;;;P3=349;;;;P4=-15244;;;;D=32301230101010123012301230101232323014;;")}
Wie im Post vorher gesehen scheint es auch kürzer und eleganter zu gehen, der Befehl von Ralf schaltet den Lüfter an :-)
Alexa macht was sie soll, ich könnte noch einen Dummy bauen der dann auch stärker und schwächer oder mehr/weniger reagiert, aber Chefin sagt dass 1-3x an bzw. aus ok ist ;-))
Befehle:
Licht an/aus:
SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101232323014;
Lüfter an:
SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=0101232301014323012301010101230123012301012323010143230123010101012301230123010123230101;
Lüfter aus:
SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=01012301230143230123010101012301230123010123012301432301230101010123012301230101230123015;
Nachlüften
SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=0101230101234323012301010101230123012301012301012343230123010101012301230123010123010123;
Intervall (nicht getestet, da ich da zu lange warten muss ob er nun einmal die stunde angeht ;-)):
SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=010123012301230101232301234323012301010101230123012123432301230101010123012301230101232301234323012301010101230123012301012323012343230123010101012301230123010123230123;
Eine letzte Frage: Hat das sendMsg außer das es kürzer ist noch weitere Vorteile und wie binde ich das in ein nofity ein? BG und gute Nachr! fhemjcm
PS: So wie im Moment Fußball läuft hat das wenigstens mein We etwas gerettet 😉😉😉😉
Das sendMsg hat auch noch den Vorteil, daß nicht die Gefahr besteht, daß fehlerhafte oder unvollständige Sendebefehle gesendet werden.
Diese hier z.B. ist fehlerhaft und unvollständig:
Lüfter aus:
SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=01012301230143230123010101012301230123010123012301432301230101010123012301230101230123015;
Zu der 5 am Ende fehlt vorne das P5=
Das hier am Anfang
D=0101230123014
ist eine unvollständige Nachricht
Die Daten lassen sich verkürzen:
SR;R=4;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101230123014;
oder
set sduino868 sendMsg P86#0xA1528#R4
Gruß Ralf
P.S.
Kann mir jemand der Mitlesenden erklären warum ich diesen Sendebefehl
SR;R=4;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101230123014;
wenn ich ihn in die Kommandozeile eingebe, die Semikolons verdopplen muß
set sduino raw SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101230123014;;
In dem Eingabefeld hinter "set raw" funktioniert es mit einfachen Semikolons.
Zitat von: Ralf9 am 25 November 2018, 10:34:43
Das sendMsg hat auch noch den Vorteil, daß nicht die Gefahr besteht, daß fehlerhafte oder unvollständige Sendebefehle gesendet werden.
Diese hier z.B. ist fehlerhaft und unvollständig:
Lüfter aus:
SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=01012301230143230123010101012301230123010123012301432301230101010123012301230101230123015;
Zu der 5 am Ende fehlt vorne das P5=
Das hier am Anfang
D=0101230123014
ist eine unvollständige Nachricht
Die Daten lassen sich verkürzen:
SR;R=4;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101230123014;
oder
set sduino868 sendMsg P86#0xA1528#R4
Gruß Ralf
P.S.
Kann mir jemand der Mitlesenden erklären warum ich diesen Sendebefehl
SR;R=4;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101230123014;
wenn ich ihn in die Kommandozeile eingebe, die Semikolons verdopplen muß
set sduino raw SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101230123014;;
In dem Eingabefeld hinter "set raw" funktioniert es mit einfachen Semikolons.
Hallo Ralf,
wie kommen die Kurzbefehle zustande? Ich habe (über das Log) zu jeder Aktion einen Befehl (das hinter dem D) gefunden, eingebunden, klappt.
Die Kurzbefehle sind schicker (und wahrscheinlich auch stabiler etc.) , nützen mir aber nur etwas wenn ich für jede Aktion einen habe und rausbekomme, wie binde ich die "Kurzbefehle" in das notify einbinde, habe da noch kein Beispiel gefunden.
BG fhemjcm
Hi Ralf,
Das mit den Semikolonen ist so, dass Fhem diese entfernt.
Würde man keine doppelten eingeben, wären keine mehr vorhanden.
Über fhemweb werden diese glaube ich maskiert.
Grüße Sidey
Gesendet von meinem Moto Z (2) mit Tapatalk
Zitat von: Ralf9 am 25 November 2018, 10:34:43
Das sendMsg hat auch noch den Vorteil, daß nicht die Gefahr besteht, daß fehlerhafte oder unvollständige Sendebefehle gesendet werden.
Diese hier z.B. ist fehlerhaft und unvollständig:
Lüfter aus:
SR;;R=4;;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=01012301230143230123010101012301230123010123012301432301230101010123012301230101230123015;
Zu der 5 am Ende fehlt vorne das P5=
Das hier am Anfang
D=0101230123014
ist eine unvollständige Nachricht
Die Daten lassen sich verkürzen:
SR;R=4;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101230123014;
oder
set sduino868 sendMsg P86#0xA1528#R4
Gruß Ralf
P.S.
Kann mir jemand der Mitlesenden erklären warum ich diesen Sendebefehl
SR;R=4;P0=-384;P1=656;P2=-684;P3=349;P4=-15244;D=32301230101010123012301230101230123014;
wenn ich ihn in die Kommandozeile eingebe, die Semikolons verdopplen muß
set sduino raw SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101230123014;;
In dem Eingabefeld hinter "set raw" funktioniert es mit einfachen Semikolons.
Hallo Ralf,
ich habe
set sduino868 sendMsg P86#0xA1528#R4
getestet, funktioniert!
Dieser Befehl klappt (+ bzw. Lüfter an)
set sendMsg P86#0xA1524#R6
Im Nofity dann:
NeffAbzug:on {fhem("set sduino868 sendMsg P86#0xA1524#R6;")} (was euch wahrscheinlich klar war ;-)
Ich bin erst einmal ein paar Stunden raus, Fazit bisher: Modul klappt, "Kurzbefehle" von Ralf auch (an und aus habe ich umgestellt, die anderen nehme ich nachher mal aus dem Log wenn ich das Modul nutze) und probiere.
Komisch, aktuell geht nichts mehr....obwohl sich eigentlich nichts geändert hat :-(
Wir bräuchten mehr Infos, was Du machst und was dabei so passiert oder eben auch nicht.
Grüße Sidey
Gesendet von meinem Moto Z (2) mit Tapatalk
Ich stelle nachher mal alles auf die Befehle vom Modul um, aktueller Stand ist, mal gehen die RAW Befehle, mal das Modul, mal nicht (hab das Gefühl das sich dann alles aufhängt), es geht dann aber "auf einmal" wieder. Wenn ich umgestellt habe (nach dem Essen ;-)), dann logge ich mit...
So siehts beim Licht aus....
Licht aus (Modul), nix passiert:
2018.11.25 18:39:25 5: sduino868/write: sending via Set sendMsg P86#101000010101001110#R5
2018.11.25 18:39:25 5: sduino868: sendmsg msg=P86#101000010101001110#R5
2018.11.25 18:39:25 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001110
2018.11.25 18:39:25 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134; (1)
2018.11.25 18:39:25 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:39:25 3: sduino868: SF01_01319004_A150 set light_on_off
2018.11.25 18:39:25 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:39:25 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:39:25 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:39:25 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:39:25 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:39:25 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:39:25 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
Licht aus (raw), nix passiert:
2018.11.25 18:40:43 4: set sduino868 raw SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:40:43 5: AddSendQueue: sduino868: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014; (1)
2018.11.25 18:40:43 5: sduino868 SW: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:40:43 4: sduino868 SendrawFromQueue: msg=SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:40:43 4: sduino868/msg READ: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:40:43 5: sduino868/noMsg Parse: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:40:43 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:40:43 4: sduino868/read sendraw answer: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:40:43 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
Licht aus (Fernbedienung) - Funktioniert
2018.11.25 18:41:25 5: sduino868: start pattern for MU Protocol id 86 -> CAME \ Novy not found, aborting
2018.11.25 18:41:49 4: sduino868/msg READ: MU;P0=-32001;P1=355;P2=-689;P3=-358;P4=682;P5=-15252;D=01213421343434342134213421343421212134512134213434343421342134213434212121345121342134343434213421342134342121213451213421343434342134213421343421212134512134213434343421342134213434212121345121342134343434213421342134342121213451213421343434342134213421;CP=1;R=2;O;
2018.11.25 18:41:49 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.25 18:41:49 5: part is 213421343434342134213421343421212134 starts at position 0 and ends at 38
2018.11.25 18:41:49 5: sduino868: Starting demodulation (StartStr: 51 first found at 38regex: (?:51)((?:21|34){12,}) Pos 38) length_min_max (12..18) length=18
2018.11.25 18:41:49 5: sduino868: dispatching hex: P86#A1538
2018.11.25 18:41:49 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -73
2018.11.25 18:41:49 5: sduino868 Dispatch: P86#A1538, test ungleich: disabled
2018.11.25 18:41:49 5: sduino868 Dispatch: P86#A1538, -73 dB, dispatch
2018.11.25 18:41:49 5: sduino868: dispatch P86#A1538
2018.11.25 18:41:50 4: sduino868: SD_UT protocol 86, bitData 10100001010100111000
2018.11.25 18:41:50 3: sduino868: SD_UT_Parse UNDEFINED sensor unknown detected, code A150
2018.11.25 18:41:50 5: part is 213421343434342134213421343421212134 starts at position 38 and ends at 76
2018.11.25 18:41:50 5: sduino868: 2. try demodulation at Pos 38
2018.11.25 18:41:50 5: sduino868: dispatching hex: P86#A1538
2018.11.25 18:41:50 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -73
2018.11.25 18:41:50 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.25 18:41:50 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.25 18:41:50 5: part is 213421343434342134213421343421212134 starts at position 76 and ends at 114
2018.11.25 18:41:50 5: sduino868: 3. try demodulation at Pos 76
2018.11.25 18:41:50 5: sduino868: dispatching hex: P86#A1538
2018.11.25 18:41:50 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(3/4) RSSI = -73
2018.11.25 18:41:50 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.25 18:41:50 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.25 18:41:50 5: part is 213421343434342134213421343421212134 starts at position 114 and ends at 152
2018.11.25 18:41:50 5: sduino868: 4. try demodulation at Pos 114
2018.11.25 18:41:50 5: sduino868: dispatching hex: P86#A1538
2018.11.25 18:41:50 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(4/4) RSSI = -73
2018.11.25 18:41:50 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.25 18:41:50 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.25 18:41:50 4: sduino868/keepalive ok, retry = 0
2018.11.25 18:41:50 4: sduino868/msg READ: MU;P0=-378;P1=675;P2=-721;P3=324;P4=-15244;D=0101232323014323012301010101230123012301012323230143230123010101012301230123010123232301;CP=3;R=255;
2018.11.25 18:41:50 4: sduino868: Fingerprint for MU Protocol id 86 -> CAME \ Novy matches, trying to demodulate
2018.11.25 18:41:50 5: part is 230123010101012301230123010123232301 starts at position 0 and ends at 38
2018.11.25 18:41:50 5: sduino868: Starting demodulation (StartStr: 43 first found at 12regex: (?:43)((?:23|01){12,}) Pos 12) length_min_max (12..18) length=18
2018.11.25 18:41:50 5: sduino868: dispatching hex: P86#A1538
2018.11.25 18:41:50 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(1/4) RSSI = -74.5
2018.11.25 18:41:50 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.25 18:41:50 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2018.11.25 18:41:50 5: part is 230123010101012301230123010123232301 starts at position 38 and ends at 76
2018.11.25 18:41:50 5: sduino868: 2. try demodulation at Pos 38
2018.11.25 18:41:50 5: sduino868: dispatching hex: P86#A1538
2018.11.25 18:41:50 4: sduino868: decoded matched MU Protocol id 86 dmsg P86#A1538 length 20 dispatch(2/4) RSSI = -74.5
2018.11.25 18:41:50 5: sduino868 Dispatch: P86#A1538, test gleich
2018.11.25 18:41:50 4: sduino868 Dispatch: P86#A1538, Dropped due to short time or equal msg
2 Min später geht wieder alles....keine Ahnung woher die Aussetzer kommen...
Licht an (Modul):
2018.11.25 18:46:28 5: sduino868/write: sending via Set sendMsg P86#101000010101001110#R5
2018.11.25 18:46:28 5: sduino868: sendmsg msg=P86#101000010101001110#R5
2018.11.25 18:46:28 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001110
2018.11.25 18:46:28 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134; (1)
2018.11.25 18:46:28 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:46:28 3: sduino868: SF01_01319004_A150 set light_on_off
2018.11.25 18:46:28 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:46:28 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:46:28 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:46:28 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:46:28 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:46:28 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.25 18:46:28 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
Licht aus (Raw):
2018.11.25 18:47:11 4: set sduino868 raw SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:47:11 5: AddSendQueue: sduino868: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014; (1)
2018.11.25 18:47:12 5: sduino868 SW: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:47:12 4: sduino868 SendrawFromQueue: msg=SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:47:12 4: sduino868/msg READ: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:47:12 5: sduino868/noMsg Parse: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:47:12 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:47:12 4: sduino868/read sendraw answer: SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
2018.11.25 18:47:12 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
mir fällt nichts auf, was nicht passen könnte.
Mach mal ein "get ccconf" wenn es nicht funktioniert und wenn es funktioniert.
Wenn Du ein "get uptime" machst, zählt die uptime immer hoch oder wird sie ab und zu zurück gesetzt?
Gruß Ralf
Hi Ralf,
bisher (hatte vorhin einen Neustart) steht er bei 2:36...also seid dem Neustart ist er oben...
Ich teste weiter.
VG fhemjcm
set sduino868 raw SR;;R=4;;P0=-384;;P1=656;;P2=-684;;P3=349;;P4=-15244;;D=32301230101010123012301230101232323014;
Es könnte auch Probleme machen, wenn Du nicht alle Semikolon verdoppelst.
Gruß Ralf
Hi Ralf, ich sende aktuell nur mit sendmsg, also ganz ohne.... richtig verlässlich ist es noch nicht...mal geht es, mal nicht...
Wow, da guckt man mal gerade einen Tag nicht hier rein, schon seid ihr 5 Seiten weiter und habt scheinbar eine Lösung.
Wenn ich korrekt nachgelesen habe, läuft bei fhemjcm jetzt die Version 3.3.1 RC8. Ich selber nutze einen SignalESP (aktuell mit V 3.3.1-dev), für den es max. die Version 3.3.1 RC4 gäbe. Klappt die o.g. Lösung damit wohl auch?
Inzwischen geht alles mit den Befehlen aus dem Modul über Dummys in einem Notify...Super! Manchmal klappt es nicht, aber ich denke das liegt eher am Funk....
Wenn ihr noch Infos/Test etc. von mir braucht gebt Bescheid... Grüße fhemjcm
Zitat von: fhemjcm am 25 November 2018, 21:58:28
Inzwischen geht alles mit den Befehlen aus dem Modul über Dummys in einem Notify...Super!
?? Ich bin verwirrt, wozu Du notifys verwendest wenn alles aus dem Modul geht?.
Zitat von: Stütti am 25 November 2018, 21:10:04
für den es max. die Version 3.3.1 RC4 gäbe. Klappt die o.g. Lösung damit wohl auch?
Sollte klappen, ansonsten ein Grund mehr dem ESP mal wieder ein Update zu verschaffen :)
Grüße Sidey
Hallo Sidey,
naja, ich muss ja das ganze in FHEM bzw. HomeKit / HA Bridge abbilden, daher nutze ich Dummys & Notify (es ist der Weg den ich kenne und halbwegs beherrsche), ich weiß nicht wie es anders geht (auch wenn es das sicherlich tut).
Wenn da jemand einen ,,Schubs" für mich hat, gerne, aber für mich funktioniert (wenn es denn funktioniert) alles so wie es soll.
BG fhemjcm
Moin,
Ich kenne mich mit ha Bridge jetzt nicht aus, aber in der ha Bridge gibt man doch zu einem Befehl z.B. Licht an eine Http URL an.
Ob Du in fhemweb oder über ha Bridge schaltest ist doch Jacke wie Hose.
Die Befehle sind die gleichen und die URL auch.
Wenn Du also in FHEM eine eigene Definition für deine Esse hast, dann schaltest Du doch auch über diese.
Mir ist nicht klar, was ein Dummy und notify hier genau machen.
Grüße Sidey
Gesendet von meinem Moto Z (2) mit Tapatalk
Naja, wie ich einem Dummy ein Wbcommand verpasse weiß ich, diese dann über Ha mit Befehlen zu versorgen, auch simple. Wie ich aber dem Modul Befehle verpasse, keine Abnung. Getestet habe ich über set Befehl...
Ein Ha-Bridge Befehl für den Dummy mit notify sieht so aus:
http://Server/fhem?cmd=set%20NeffLicht%20on
Mit dem Modul dann so (Try&Error und lesen hilft manchmal doch ;-)))
http://Server/fhem?cmd=set%20SF01_01319004_A150%20light_on_off
Dann ohne notify ;-)... wobei ich noch nicht weiß wie ist mit HomeKit ist....
Zitat von: Sidey am 25 November 2018, 22:28:48
Sollte klappen, ansonsten ein Grund mehr dem ESP mal wieder ein Update zu verschaffen :)
Grüße Sidey
So, ich habe den SignalESP gerade neu geflasht (version: V 3.3.1-rc4 SIGNALESP cc1101 868MHz - compiled at Mar 22 2018 23:45:03).
Jetzt habe ich zunächst die "alten" Befehle getestet.
Die kurze Version funktioniert komischerweise nicht mehr:
set sduino01 raw SR;;R=4;;P0=-735;;P1=315;;P2=-403;;P3=650;;P4=-15366;;D=41232301232323010123010101010123010123;;
Es funktioniert allerdings die ganz alte lange Version:
set sduino01 raw SR;;R=7;;P0=-725;;P1=332;;P2=-382;;P3=670;;P4=-15360;;D=010123010123412323012323230101230101010101230101234123230123232301012301010101012301012341232301232323010123010101010123010123;;
Probier doch den kurzen mal mit 7 wiederholungen
R=4 ind R=7 ändern
Zitat von: Sidey am 26 November 2018, 22:17:43
Probier doch den kurzen mal mit 7 wiederholungen
R=4 ind R=7 ändern
Das funktioniert. Danke!
Mir ist immer noch nicht ganz klar, wie ich den Anfang eines Nachrichtenblocks (oder gar die kurze Hex-Nachricht) herausfinde.
Und noch etwas: die folgenden Befehle funktionieren beide und haben dieselbe Funktion (Lüfter minus):
set sduino01 raw SR;;R=7;;P0=-701;;P1=346;;P2=-370;;P3=675;;P4=-15357;;D=14123230123232301012301010101012301230;;
set sduino01 raw SR;;R=7;;P0=-717;;P1=333;;P2=-380;;P3=666;;P4=-15368;;D=010123230123412323012323230101230101010101232301234123230123232301012301010101012323012341232301232323010123010101010123230123;;
Wirklich gleich ist allerdingdirklich gleich ist allerdings nur der Teil: 41232301232323010123010101010123
Der 2. Sendebefehl ist einfach nur murks und Du belegst das Frquenzband deutlich länger, da Du viel zu oft wiederholst.
Das senden sollte jetzt aber aus dem Modul heraus funktionieren, also keine Notwendigkeit die Daten selbst zu finden.
Grüße Sidey
Okay, welches Modul? Bzw. wie erzeuge ich das Device?
Schau mal unter dem GitHub Link nach bzw. etwas zurück....ist bei Dir schon ein SD_UT angelegt worden?
Habe mir die 14_SD_UT.pm aus dem github heruntergeladen, bin mir aber nicht sicher, ob sie richtig geladen wird.
2018.11.27 21:45:18 1: PERL WARNING: Subroutine SD_UT_Initialize redefined at ./FHEM/14_SD_UT.pm line 204.
2018.11.27 21:45:18 1: PERL WARNING: Subroutine SD_UT_Define redefined at ./FHEM/14_SD_UT.pm line 219.
2018.11.27 21:45:18 1: PERL WARNING: Subroutine SD_UT_Set redefined at ./FHEM/14_SD_UT.pm line 276.
2018.11.27 21:45:18 1: PERL WARNING: Subroutine SD_UT_Undef redefined at ./FHEM/14_SD_UT.pm line 404.
2018.11.27 21:45:18 1: PERL WARNING: Subroutine SD_UT_Parse redefined at ./FHEM/14_SD_UT.pm line 413.
2018.11.27 21:45:18 1: PERL WARNING: Subroutine SD_UT_Attr redefined at ./FHEM/14_SD_UT.pm line 660.
2018.11.27 21:45:18 1: PERL WARNING: Subroutine SD_UT_binaryToNumber redefined at ./FHEM/14_SD_UT.pm line 784.
Das SD_UT-device wurde auf jeden Fall noch nicht angelegt.
Wie sollte denn die config angelegt sein?
Sorry, da bin ich leider überfragt.... bei mir wurde es schon vorher angezeigt, dann die Einstellungen vorgenommen und die Fernbedienung gedrückt, und es lief...welche Info fehlt Dir genau?
Weißt du denn noch, wie deine config eingestellt war - also welche Nachrichtentypen an/aus - als das Device bei dir erkannt wurde? Das lässt sich in den vielen Logauszügen schwer nachhalten ;)
Ziemlich sicher als alle Nachrichtentypen an waren, sonst Manchester aus, das war die einzige Variante bei den Narichtentypen.
Ich sehe gerade, dass ich im SIGNALduino den Wert "m86" im Attribut "development" eintragen muss. Das teste ich heute Abend noch mal. Ansonsten dann weiter im Github.
Den Manchester Decoder sollte man eigentlich nicht mehr deaktivieren müssen, wenn man die 3.3.1 RC10 verwendet.
Grüße Sidey
Gesendet von meinem Moto Z (2) mit Tapatalk
Ich nutze die 8er Version (siehe oben), da es bei der 10er Probleme gab.
Grüße fhemjcm
Ich habe nach den Problemen mit der RC10 gesucht.
Aber ich habe keine eindeutige Beschreibung gefunden was genau gemacht wurde / nicht geht.
Ich würde das ganze gerne aussortieren, brauche dazu aber deine Hilfe.
Kannst Du beschreiben, was Du gemacht hast und was dann nicht funktioniert?
Grüße Sidey
Gesendet von meinem Moto Z (2) mit Tapatalk
Teilweise funktionierte nichts mehr (Seite 4/5), es war ein Neustart notwendig, dann Factory Reset gemacht und es lies sich kein Befehl mehr absetzen, bei set raa wurde automatisch ,,ccFactoryReset Done" eingetragen und die raw Befehle nahm er nicht mehr an, auch Befehle vom Modul nicht, dann Version 8 genommen und es ging...Wenn ich mich richtig erinnere aber immer nur in Bezug auf die Haube, die Intertechno Steckdosen gingen noch....
Zitat von: Sidey am 28 November 2018, 14:04:46
Den Manchester Decoder sollte man eigentlich nicht mehr deaktivieren müssen, wenn man die 3.3.1 RC10 verwendet.
Durch meinen SignalESP komme ich - wie oben schon geschrieben - "nur" auf Version 3.3.1-rc4.
(OT: Coolerweise wurde damit aber quasi nebenbei mein Maverick-Thermometer erkannt :D)
Zitat von: Sidey am 28 November 2018, 14:36:02
Ich habe nach den Problemen mit der RC10 gesucht.
Wenn Du noch Fragen hast gerne, ich habe allerdings kein Testsystem und bin aktuell froh das es läuft!
Aber ich habe keine eindeutige Beschreibung gefunden was genau gemacht wurde / nicht geht.
Ich würde das ganze gerne aussortieren, brauche dazu aber deine Hilfe.
Kannst Du beschreiben, was Du gemacht hast und was dann nicht funktioniert?
Grüße Sidey
Gesendet von meinem Moto Z (2) mit Tapatalk
Hast Du denn auch deine 00_SIGNALduino.pm aktualisiert?
Bei mir gibt es weder die id 81 noch die id 86, die bei dir im Log vorkommen:
2018.11.28 22:07:19 3: sduino01: IDlist MS 0 1 13 14 15 17 2 22 23 25 3 3.1 32 33 35 38 4 41 51 55 6 68 7 72.1
2018.11.28 22:07:19 3: sduino01: IDlist MU 13.1 16 20 21 24 26 27 28 29 30 31 36 37 39 40 44 44.1 45 46 48 49 5 50 56 59 60 61 62 64 65 66 67 69 70 71 72 75 8 9
2018.11.28 22:07:19 3: sduino01: IDlist MC 10 11 12 18 43 47 52 57 58
Ich denke nein, wie müsste ich das tun?
Zitat von: Stütti am 28 November 2018, 22:12:57
Hast Du denn auch deine 00_SIGNALduino.pm aktualisiert?
Bei mir gibt es weder die id 81 noch die id 86, die bei dir im Log vorkommen:
Er hat es aktualisiert...
:-X
Okay, ich habe mir jetzt auch nochmals (?) eine aktuellere Version geholt und schon wurde das Device SD_UT angelegt.
Leider kann ich über das Modul nicht schalten.
2018.11.28 22:50:34 5: sduino01/write: sending via Set sendMsg P86#001000110111111110#R5
2018.11.28 22:50:34 5: sduino01: sendmsg msg=P86#001000110111111110#R5
2018.11.28 22:50:34 5: sduino01: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=001000110111111110
2018.11.28 22:50:34 5: AddSendQueue: sduino01: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134; (1)
2018.11.28 22:50:34 4: sduino01/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:50:34 5: sduino01 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:50:34 4: sduino01 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:50:35 4: sduino01/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:50:35 5: sduino01/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:50:35 5: sduino01/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:50:35 4: sduino01/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:50:35 4: sduino01/HandleWriteQueue: nothing to send, stopping timer
Hallo Stütti,
Hast Du schon einmal was anderes mit deinem ESP geschaltet oder ist es das erste Gerät?
Gesendet von meinem Moto Z (2) mit Tapatalk
Zitat von: fhemjcm am 28 November 2018, 14:45:45
Teilweise funktionierte nichts mehr (Seite 4/5), es war ein Neustart notwendig, dann Factory Reset gemacht und es lies sich kein Befehl mehr absetzen, bei set raa wurde automatisch ,,ccFactoryReset Done" eingetragen und die raw Befehle nahm er nicht mehr an, auch Befehle vom Modul nicht, dann Version 8 genommen und es ging...Wenn ich mich richtig erinnere aber immer nur in Bezug auf die Haube, die Intertechno Steckdosen gingen noch....
Ich habe gestern versucht den Fehler nachzustellen.
Es ist mir nicht gelungen.
Was ich aus dem Forum hier entnehmen konnte ist, dass nach dem Update auf die RC10 die Register nicht mehr gestimmt haben.
Das führt aber nicht zu dem Fehler, dass Befehle nicht mehr angenommen werden.
Ohne deine Hilfe kann ich den Fehler leider nicht finden.
Ich müsste genauer wissen, welche Befehle Du abgesetzt hast damit es zu dem Fehler kommt.
Gesendet von meinem Moto Z (2) mit Tapatalk
Zitat von: Sidey am 29 November 2018, 09:26:05
Hast Du schon einmal was anderes mit deinem ESP geschaltet oder ist es das erste Gerät?
Das war das erste Gerät. Über raw-Befehle funktioniert es ja auch.
Zusätzlich habe ich jetzt noch ein Device für mein Maverick Funkthermometer angelegt und da werden die Werte sauber übertragen, aber natürlich nichts geschaltet.
Schick uns doch bitte ein Log wenn Du über das Modul schaltest und dann wenn Du mittels RAW Befehl schaltest.
In beiden Fällen den gleichen Befehl.
Gesendet von meinem Moto Z (2) mit Tapatalk
Zitat von: Sidey am 29 November 2018, 09:29:15
Ich habe gestern versucht den Fehler nachzustellen.
Es ist mir nicht gelungen.
Was ich aus dem Forum hier entnehmen konnte ist, dass nach dem Update auf die RC10 die Register nicht mehr gestimmt haben.
Das führt aber nicht zu dem Fehler, dass Befehle nicht mehr angenommen werden.
Ohne deine Hilfe kann ich den Fehler leider nicht finden.
Ich müsste genauer wissen, welche Befehle Du abgesetzt hast damit es zu dem Fehler kommt.
Gesendet von meinem Moto Z (2) mit Tapatalk
Hi Sidey,
was ich vorher abgesetzt habe weiß ich nicht mehr, aber er hat nach dem Rücksetzen auf Factory Reset keine Befehle mehr angenommen und auch nichts mehr empfangen. Danach bin ich auf Version 8 gegangen, damit lief es dann. Und seit dem auch problemlos.
Hier die zwei Auszüge aus meinem Log:
1. Senden des Raw-Befehls (Licht an/aus)
2018.11.28 22:55:59 4: set sduino01 raw SR;R=7;P0=-735;P1=315;P2=-403;P3=650;P4=-15366;D=41232301232323010123010101010123010123;
2018.11.28 22:55:59 5: AddSendQueue: sduino01: SR;R=7;P0=-735;P1=315;P2=-403;P3=650;P4=-15366;D=41232301232323010123010101010123010123; (1)
2018.11.28 22:55:59 5: sduino01 SW: SR;R=7;P0=-735;P1=315;P2=-403;P3=650;P4=-15366;D=41232301232323010123010101010123010123;
2018.11.28 22:55:59 4: sduino01 SendrawFromQueue: msg=SR;R=7;P0=-735;P1=315;P2=-403;P3=650;P4=-15366;D=41232301232323010123010101010123010123;
2018.11.28 22:55:59 4: sduino01/msg READ: SR;R=7;P0=-735;P1=315;P2=-403;P3=650;P4=-15366;D=41232301232323010123010101010123010123;
2018.11.28 22:55:59 5: sduino01/noMsg Parse: SR;R=7;P0=-735;P1=315;P2=-403;P3=650;P4=-15366;D=41232301232323010123010101010123010123;
2018.11.28 22:55:59 5: sduino01/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=7;P0=-735;P1=315;P2=-403;P3=650;P4=-15366;D=41232301232323010123010101010123010123;
2018.11.28 22:55:59 4: sduino01/read sendraw answer: SR;R=7;P0=-735;P1=315;P2=-403;P3=650;P4=-15366;D=41232301232323010123010101010123010123;
2018.11.28 22:55:59 4: sduino01/HandleWriteQueue: nothing to send, stopping timer
2. Senden per Modul (Licht an/aus)
2018.11.28 22:58:30 5: sduino01/write: sending via Set sendMsg P86#001000110111111110#R5
2018.11.28 22:58:30 5: sduino01: sendmsg msg=P86#001000110111111110#R5
2018.11.28 22:58:30 5: sduino01: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=001000110111111110
2018.11.28 22:58:30 5: AddSendQueue: sduino01: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134; (1)
2018.11.28 22:58:30 4: sduino01/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:58:30 5: sduino01 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:58:30 4: sduino01 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:58:30 4: sduino01/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:58:30 5: sduino01/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:58:30 5: sduino01/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:58:30 4: sduino01/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01343421343434212134212121212121212134;
2018.11.28 22:58:30 4: sduino01/HandleWriteQueue: nothing to send, stopping timer
2018.11.28 22:58:49 4: sduino01/keepalive ok, retry = 0
Zitat von: Stütti am 29 November 2018, 13:38:00
Hier die zwei Auszüge aus meinem Log:
Probier doch bitte mal set sendMSG
P86#001000110111110110#R5
Grüße Sidey
Zitat von: fhemjcm am 29 November 2018, 10:17:03
was ich vorher abgesetzt habe weiß ich nicht mehr, aber er hat nach dem Rücksetzen auf Factory Reset keine Befehle mehr angenommen und auch nichts mehr empfangen. Danach bin ich auf Version 8 gegangen, damit lief es dann. Und seit dem auch problemlos.
Ich kann dieses Verhalten leider nicht reproduzieren. Factory Reset geht bei mir problemlos.
Es würde sehr helfen, wenn Du noch mal die RC10 probierst und sollte es Probleme geben, mir das Log zusendest was vorher so alles passiert ist.
Grüße Sidey
OK, habe ihn auf die 10er geflasht, bisher (1 Durchlauf) geht alles, ich kann aber um die Zeit auch nicht mehr dauernd alles an und aus machen ;-)
Log:
2018.11.29 22:00:00 5: sduino868/write: sending via Set sendMsg P3#is0FF000000FF0#R6#C300
2018.11.29 22:00:00 5: sduino868: sendmsg msg=P3#is0FF000000FF0#R6#C300
2018.11.29 22:00:00 5: sduino868: sendmsg IT V1 convertet tristate to bits=000101000000000000010100
2018.11.29 22:00:00 5: sduino868: sendmsg Preparing rawsend command for protocol=3, repeats=6, clock=300 bits=000101000000000000010100
2018.11.29 22:00:00 5: AddSendQueue: sduino868: SR;R=6;P0=300;P1=-9300;P2=900;P3=-300;P4=-900;D=01040404230423040404040404040404040404042304230404; (1)
2018.11.29 22:00:00 4: sduino868/set: sending via SendMsg: SR;R=6;P0=300;P1=-9300;P2=900;P3=-300;P4=-900;D=01040404230423040404040404040404040404042304230404;
2018.11.29 22:00:00 5: sduino868 SW: SR;R=6;P0=300;P1=-9300;P2=900;P3=-300;P4=-900;D=01040404230423040404040404040404040404042304230404;
2018.11.29 22:00:00 4: sduino868 SendrawFromQueue: msg=SR;R=6;P0=300;P1=-9300;P2=900;P3=-300;P4=-900;D=01040404230423040404040404040404040404042304230404;
2018.11.29 22:00:00 4: sduino868/msg READ: SR;R=6;P0=300;P1=-9300;P2=900;P3=-300;P4=-900;D=01040404230423040404040404040404040404042304230404;
2018.11.29 22:00:00 5: sduino868/noMsg Parse: SR;R=6;P0=300;P1=-9300;P2=900;P3=-300;P4=-900;D=01040404230423040404040404040404040404042304230404;
2018.11.29 22:00:00 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=6;P0=300;P1=-9300;P2=900;P3=-300;P4=-900;D=01040404230423040404040404040404040404042304230404;
2018.11.29 22:00:00 4: sduino868/read sendraw answer: SR;R=6;P0=300;P1=-9300;P2=900;P3=-300;P4=-900;D=01040404230423040404040404040404040404042304230404;
2018.11.29 22:00:00 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:00:03 3: SIGNALduino_Set flash 3.3.1-RC10 try to fetch github assets for tag 3.3.1-RC10
2018.11.29 22:00:03 3: SIGNALduino_Set flash 3.3.1-RC10 try to fetch release https://api.github.com/repos/RFD-FHEM/SIGNALDuino/releases/tags/3.3.1-RC10
2018.11.29 22:00:04 1: DEBUG> firmwarefiles =
2018.11.29 22:00:06 3: url https://github-production-release-asset-2e65be.s3.amazonaws.com/27504581/d3d48e80-ec58-11e8-868b-74bbfba5016d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181129%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181129T210005Z&X-Amz-Expires=300&X-Amz-Signature=59adb73ac89cf344145a1d62d5682aa2e92585ca35287cac9a596f91fff28a8b&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DSIGNALDuino_nanocc1101release.hex&response-content-type=application%2Foctet-stream returned: 71179 bytes Data
2018.11.29 22:00:06 3: sduino868: Downloaded SIGNALDuino_nanocc1101release.hex firmware from github-production-release-asset-2e65be.s3.amazonaws.com
2018.11.29 22:00:06 5: sduino868: Header = HTTP/1.1 200 OK
x-amz-id-2: DtCOgcgQ16bvULdP5Es6XHYLzHuB+qWOUgonoo0bR+5OHxI6dZ+tZ5rSJt8bRdLSR85drRo8gLk=
x-amz-request-id: B57A785EEB63C4B6
Date: Thu, 29 Nov 2018 21:00:06 GMT
Last-Modified: Mon, 19 Nov 2018 23:11:30 GMT
ETag: "717679aef7ed7a7efbfdee2cfd106b35"
Content-Disposition: attachment; filename=SIGNALDuino_nanocc1101release.hex
Accept-Ranges: bytes
Content-Type: application/octet-stream
Content-Length: 71179
Server: AmazonS3
Connection: close
2018.11.29 22:00:06 3: sduino868: filename FHEM/firmware/SIGNALDuino_nanocc1101release.hex provided, trying to flash
2018.11.29 22:00:06 3: SIGNALduino sduino868: flashCommand are manual defined! avrdude -c arduino -b 57600 -P [PORT] -p atmega328p -vv -U flash:w:[HEXFILE] 2>[LOGFILE]
2018.11.29 22:00:22 3: Opening sduino868 device /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
2018.11.29 22:00:22 3: Setting sduino868 serial parameters to 57600,8,N,1
2018.11.29 22:00:22 1: sduino868/define: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0@57600
2018.11.29 22:00:22 1: sduino868/init: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0@57600
2018.11.29 22:00:22 3: sduino868 device opened
2018.11.29 22:00:23 3: sduino868/init: disable receiver (XQ)
2018.11.29 22:00:23 5: sduino868 SW: XQ
2018.11.29 22:00:24 3: sduino868/init: get version, retry = 0
2018.11.29 22:00:24 5: sduino868 SW: V
2018.11.29 22:00:24 4: sduino868/msg READ: V 3.3.1-RC10 SIGNALduino cc1101 - compiled at Nov 19 2018 23:11:15
2018.11.29 22:00:24 5: sduino868/noMsg Parse: V 3.3.1-RC10 SIGNALduino cc1101 - compiled at Nov 19 2018 23:11:15
2018.11.29 22:00:24 5: sduino868/msg READ: regexp=V\s.*SIGNAL(duino|ESP).* cmd=version msg=V 3.3.1-RC10 SIGNALduino cc1101 - compiled at Nov 19 2018 23:11:15
2018.11.29 22:00:24 2: sduino868: initialized. v3.3.3-dev_12.11.
2018.11.29 22:00:24 5: sduino868 SW: XE
2018.11.29 22:00:24 3: sduino868/init: enable receiver (XE)
2018.11.29 22:01:24 4: sduino868/KeepAlive not ok, retry = 1 -> get ping
2018.11.29 22:01:24 5: AddSendQueue: sduino868: P (1)
2018.11.29 22:01:24 5: sduino868 SW: P
2018.11.29 22:01:24 4: sduino868/msg READ: OK
2018.11.29 22:01:24 5: sduino868/noMsg Parse: OK
2018.11.29 22:01:24 5: sduino868/msg READ: regexp=^OK$ cmd=ping msg=OK
2018.11.29 22:01:24 4: sduino868/msg READ: V 3.3.1-RC10 SIGNALduino cc1101 - compiled at Nov 19 2018 23:11:15
2018.11.29 22:01:24 5: sduino868/noMsg Parse: V 3.3.1-RC10 SIGNALduino cc1101 - compiled at Nov 19 2018 23:11:15
2018.11.29 22:01:24 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:34 5: sduino868: sendmsg msg=P86#101000010101001110#R5
2018.11.29 22:01:34 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001110
2018.11.29 22:01:34 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134; (1)
2018.11.29 22:01:34 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:34 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:34 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:34 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:34 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:34 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:34 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:34 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:34 4: sduino868/msg READ:
2018.11.29 22:01:36 5: sduino868: sendmsg msg=P86#101000010101001110#R8
2018.11.29 22:01:36 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=8, clock=350 bits=101000010101001110
2018.11.29 22:01:36 5: AddSendQueue: sduino868: SR;R=8;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134; (1)
2018.11.29 22:01:36 4: sduino868/set: sending via SendMsg: SR;R=8;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:36 5: sduino868 SW: SR;R=8;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:36 4: sduino868 SendrawFromQueue: msg=SR;R=8;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:36 4: sduino868/msg READ: SR;R=8;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:36 5: sduino868/noMsg Parse: SR;R=8;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:36 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=8;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:36 4: sduino868/read sendraw answer: SR;R=8;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421212134;
2018.11.29 22:01:36 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:36 4: sduino868/msg READ:
2018.11.29 22:01:40 5: sduino868/write: sending via Set sendMsg P86#101000010101001100#R5
2018.11.29 22:01:40 5: sduino868: sendmsg msg=P86#101000010101001100#R5
2018.11.29 22:01:40 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001100
2018.11.29 22:01:40 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434; (1)
2018.11.29 22:01:40 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:40 3: sduino868: SF01_01319004_A150 set plus
2018.11.29 22:01:40 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001100#R5, rawData 2854C
2018.11.29 22:01:40 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:40 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:40 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:40 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:40 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:40 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:40 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:40 4: sduino868/msg READ:
2018.11.29 22:01:43 5: sduino868/write: sending via Set sendMsg P86#101000010101001101#R5
2018.11.29 22:01:43 5: sduino868: sendmsg msg=P86#101000010101001101#R5
2018.11.29 22:01:43 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001101
2018.11.29 22:01:43 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213421; (1)
2018.11.29 22:01:43 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213421;
2018.11.29 22:01:43 3: sduino868: SF01_01319004_A150 set interval
2018.11.29 22:01:43 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001101#R5, rawData 2854D
2018.11.29 22:01:43 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213421;
2018.11.29 22:01:43 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213421;
2018.11.29 22:01:43 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213421;
2018.11.29 22:01:43 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213421;
2018.11.29 22:01:43 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213421;
2018.11.29 22:01:43 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213421;
2018.11.29 22:01:43 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:43 4: sduino868/msg READ:
2018.11.29 22:01:47 5: sduino868/write: sending via Set sendMsg P86#101000010101001100#R5
2018.11.29 22:01:47 5: sduino868: sendmsg msg=P86#101000010101001100#R5
2018.11.29 22:01:47 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001100
2018.11.29 22:01:47 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434; (1)
2018.11.29 22:01:47 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:47 3: sduino868: SF01_01319004_A150 set plus
2018.11.29 22:01:47 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001100#R5, rawData 2854C
2018.11.29 22:01:47 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:47 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:48 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:48 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:48 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:48 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:48 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:48 4: sduino868/msg READ:
2018.11.29 22:01:49 5: sduino868/write: sending via Set sendMsg P86#101000010101001100#R5
2018.11.29 22:01:49 5: sduino868: sendmsg msg=P86#101000010101001100#R5
2018.11.29 22:01:49 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001100
2018.11.29 22:01:49 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434; (1)
2018.11.29 22:01:49 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:49 3: sduino868: SF01_01319004_A150 set plus
2018.11.29 22:01:49 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001100#R5, rawData 2854C
2018.11.29 22:01:49 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:49 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:49 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:49 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:49 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:49 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:49 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:49 4: sduino868/msg READ:
2018.11.29 22:01:51 5: sduino868/write: sending via Set sendMsg P86#101000010101001100#R5
2018.11.29 22:01:51 5: sduino868: sendmsg msg=P86#101000010101001100#R5
2018.11.29 22:01:51 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001100
2018.11.29 22:01:51 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434; (1)
2018.11.29 22:01:51 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:51 3: sduino868: SF01_01319004_A150 set plus
2018.11.29 22:01:51 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001100#R5, rawData 2854C
2018.11.29 22:01:51 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:51 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:51 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:51 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:51 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:51 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421213434;
2018.11.29 22:01:51 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:51 4: sduino868/msg READ:
2018.11.29 22:01:52 5: sduino868/write: sending via Set sendMsg P86#101000010101001010#R5
2018.11.29 22:01:52 5: sduino868: sendmsg msg=P86#101000010101001010#R5
2018.11.29 22:01:52 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001010
2018.11.29 22:01:52 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134; (1)
2018.11.29 22:01:52 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:52 3: sduino868: SF01_01319004_A150 set minus
2018.11.29 22:01:52 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001010#R5, rawData 2854A
2018.11.29 22:01:52 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:52 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:53 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:53 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:53 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:53 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:53 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:53 4: sduino868/msg READ:
2018.11.29 22:01:53 5: sduino868/write: sending via Set sendMsg P86#101000010101001010#R5
2018.11.29 22:01:53 5: sduino868: sendmsg msg=P86#101000010101001010#R5
2018.11.29 22:01:53 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001010
2018.11.29 22:01:53 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134; (1)
2018.11.29 22:01:53 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:53 3: sduino868: SF01_01319004_A150 set minus
2018.11.29 22:01:53 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001010#R5, rawData 2854A
2018.11.29 22:01:53 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:53 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:54 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:54 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:54 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:54 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:54 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:54 4: sduino868/msg READ:
2018.11.29 22:01:55 5: sduino868/write: sending via Set sendMsg P86#101000010101001010#R5
2018.11.29 22:01:55 5: sduino868: sendmsg msg=P86#101000010101001010#R5
2018.11.29 22:01:55 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001010
2018.11.29 22:01:55 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134; (1)
2018.11.29 22:01:55 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:55 3: sduino868: SF01_01319004_A150 set minus
2018.11.29 22:01:55 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001010#R5, rawData 2854A
2018.11.29 22:01:55 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:55 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:55 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:55 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:55 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:55 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:55 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:55 4: sduino868/msg READ:
2018.11.29 22:01:56 5: sduino868/write: sending via Set sendMsg P86#101000010101001001#R5
2018.11.29 22:01:56 5: sduino868: sendmsg msg=P86#101000010101001001#R5
2018.11.29 22:01:56 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001001
2018.11.29 22:01:56 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421343421; (1)
2018.11.29 22:01:56 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421343421;
2018.11.29 22:01:56 3: sduino868: SF01_01319004_A150 set delay
2018.11.29 22:01:56 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001001#R5, rawData 28549
2018.11.29 22:01:56 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421343421;
2018.11.29 22:01:56 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421343421;
2018.11.29 22:01:57 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421343421;
2018.11.29 22:01:57 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421343421;
2018.11.29 22:01:57 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421343421;
2018.11.29 22:01:57 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421343421;
2018.11.29 22:01:57 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:57 4: sduino868/msg READ:
2018.11.29 22:01:58 5: sduino868/write: sending via Set sendMsg P86#101000010101001010#R5
2018.11.29 22:01:58 5: sduino868: sendmsg msg=P86#101000010101001010#R5
2018.11.29 22:01:58 5: sduino868: sendmsg Preparing rawsend command for protocol=86, repeats=5, clock=350 bits=101000010101001010
2018.11.29 22:01:58 5: AddSendQueue: sduino868: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134; (1)
2018.11.29 22:01:58 4: sduino868/set: sending via SendMsg: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:58 3: sduino868: SF01_01319004_A150 set minus
2018.11.29 22:01:58 4: sduino868: SF01_01319004_A150 SD_UT_Set sendMsg P86#101000010101001010#R5, rawData 2854A
2018.11.29 22:01:58 5: sduino868 SW: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:58 4: sduino868 SendrawFromQueue: msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:58 4: sduino868/msg READ: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:58 5: sduino868/noMsg Parse: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:58 5: sduino868/msg READ: regexp=^S(R|C|M); cmd=sendraw msg=SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:58 4: sduino868/read sendraw answer: SR;R=5;P0=-15400;P1=350;P2=-700;P3=-350;P4=700;D=01213421343434342134213421343421342134;
2018.11.29 22:01:58 4: sduino868/HandleWriteQueue: nothing to send, stopping timer
2018.11.29 22:01:58 4: sduino868/msg READ:
Zitat von: Sidey am 29 November 2018, 20:26:51
Probier doch bitte mal set sendMSG P86#001000110111110110#R5
Grüße Sidey
Das funktioniert - aber leider nur manchmal. Ich kann aktuell noch nicht ganz nachvollziehen, warum es mal geht und mal nicht.
Sobald ich wieder zu Hause bin, studiere ich mal das Log und poste es.
Probiere es doch bitte einmal damit und berichte ob es besser / schlechter wird.
P86#001000110111110110#R7
Grüße Sidey
Hi Sidey,
das mit R7 hatte ich gestern schon probiert, da es bei den Raw-Befehlen auch half, die Wiederholungen zu erhöhen.
Leider hat auch sendMsg P86#001000110111110110#R7 ab und zu nicht funktioniert. Das Log ist leider zu 100% identisch, wenn es geht und wenn es nicht geht.
Rein subjektiv funktioniert es heute besser, wieso auch immer!? Aber ich kann nicht sagen, ob 5 oder 7 Wiederholungen insgesamt besser funktionieren.
Bei fhemjcm hatte es doch auch nicht immer funktioniert. Er hat es auf den Funk geschoben, das würde ich bei mir mal (bis auf irgendetwas Störendes) ausschließen, da die Entfernung konstant ca. 1,5m zum Empfänger beträgt.
Gruß
Stütti
Hast Du schon Mal mit der Sendeleistung gespielt? Weniger ist manchmal auch mehr.
Gesendet von meinem Moto Z (2) mit Tapatalk
Hallo,
Zitat von: Stütti am 01 Dezember 2018, 00:06:22
Hi Sidey,
das mit R7 hatte ich gestern schon probiert, da es bei den Raw-Befehlen auch half, die Wiederholungen zu erhöhen.
Leider hat auch sendMsg P86#001000110111110110#R7 ab und zu nicht funktioniert. Das Log ist leider zu 100% identisch, wenn es geht und wenn es nicht geht.
Rein subjektiv funktioniert es heute besser, wieso auch immer!? Aber ich kann nicht sagen, ob 5 oder 7 Wiederholungen insgesamt besser funktionieren.
Bei fhemjcm hatte es doch auch nicht immer funktioniert. Er hat es auf den Funk geschoben, das würde ich bei mir mal (bis auf irgendetwas Störendes) ausschließen, da die Entfernung konstant ca. 1,5m zum Empfänger beträgt.
Gruß
Stütti
bitte ein update machen und erneut testen.
MfG
Zitat von: HomeAuto_User am 10 Dezember 2018, 21:05:57
Hallo,
bitte ein update machen und erneut testen.
MfG
Okay, Update ist gemacht. Gibt es irgendwas zu beachten?
Kann jetzt ein Model SF01_01319004_Typ2 wählen
Hallo,
Zitat von: Stütti am 13 Dezember 2018, 20:30:49
Okay, Update ist gemacht. Gibt es irgendwas zu beachten?
Kann jetzt ein Model SF01_01319004_Typ2 wählen
dann wähle bitte deinen Typ2 aus und schaue ob bei Tastendruck deine Zustände angezeigt werden dort und ob du senden kannst.
Bitte alle Tasten ausprobieren um zu sehen ob Zustände und sendebefehle alle passen.
MfG
Ich habe das gestern Abend bisher nur kurz testen können.
Es wurde ein zusätzliches (Typ2) Device erzeugt, über dass ich dann schalten konnte. Das aber (leider) nur ähnlich "stabil" wie über sendMSG, d.h. nicht jede Nachricht schaltet auch den Empfänger.
Die Zustände der Fernbedienung wurden sauber erkannt, aber in dem "alten" Device (ohne Typ2).
Ich habe dann mal alle Devices gelöscht und wollte sie neu erzeugen lassen, das hat aber leider noch nicht geklappt. Development habe ich auf m86 gesetzt, aber wahrscheinlich muss ich zusätzlich wieder manchesterMC auf disabled setzten.
Hallo,
versuche bei deinem Gerät das Attribut Repeat zu setzen und dort den Wert zu erhöhen. Standard ist 5 Wiederholungen.
Sobald deine Umgebung durch Störeinflusse diese verschluckt hast du keine Steuerung. Aus diesem Grund, erhöhe Sie und teste neu bitte.
So, ich habe das Device neu erzeugt (development=p86; disableMessagetype=manchesterMC) und repeat auf 7 erhöht.
Nun klappt das Senden und Empfangen der Nachrichten aller 5 Tasten ganz gut.
Sollte ich nun noch das Anlernen testen? Bzw. benötigt das Modul noch eine Anlern-Funktion?
Zitat von: Stütti am 14 Dezember 2018, 22:26:05
So, ich habe das Device neu erzeugt (development=p86; disableMessagetype=manchesterMC) und repeat auf 7 erhöht.
Was passiert denn, wenn Du den Manchester decoder aktiv lässt?
Nachdem das Device erzeugt wurde geht das ohne Probleme, nur damit es angelegt wird, musste ich Manchester deaktivieren.
Auszug aus dem Log (als MC noch aktiv war):
2018.12.14 22:06:04 4: sduino01/msg READredu: MU;P0=-707;P1=347;P2=-376;P3=679;P4=-15360;D=01012301012341232301232323010123010101010123010123412323012323230101230101010101230101234123230123232301012301010101012301012;CP=1;R=71;
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 40 -> Romotec matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(1/4) RSSI = -38.5
2018.12.14 22:06:04 4: sduino01: SD_UT protocol 86, bitData 00100011011111011000
2018.12.14 22:06:04 1: sduino01: SD_UT_Parse UNDEFINED sensor unknown detected, protocol 86, data 237D8, code 23
2018.12.14 22:06:04 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(2/4) RSSI = -38.5
2018.12.14 22:06:04 4: sduino01 Dispatch: P86#237D8, Dropped due to short time or equal msg
2018.12.14 22:06:04 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(3/4) RSSI = -38.5
2018.12.14 22:06:04 4: sduino01 Dispatch: P86#237D8, Dropped due to short time or equal msg
2018.12.14 22:06:04 4: sduino01/msg READredu: MU;P0=-32001;P1=333;P2=-380;P3=667;P4=-713;P5=-15361;D=0123234123232341412341414141412341412351232341232323414123414141414123414123512323412323234141234141414141234141235123234123232341412341414141412341412351232341232323414123414141414123414123512323412323234141234141414141234141235123234123232341412341414;CP=1;R=75;O;
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 40 -> Romotec matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: Fingerprint for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff matches, trying to demodulate
2018.12.14 22:06:04 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(1/4) RSSI = -36.5
2018.12.14 22:06:04 4: sduino01 Dispatch: P86#237D8, Dropped due to short time or equal msg
2018.12.14 22:06:04 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(2/4) RSSI = -36.5
2018.12.14 22:06:04 4: sduino01 Dispatch: P86#237D8, Dropped due to short time or equal msg
2018.12.14 22:06:04 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(3/4) RSSI = -36.5
2018.12.14 22:06:04 4: sduino01 Dispatch: P86#237D8, Dropped due to short time or equal msg
2018.12.14 22:06:04 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(4/4) RSSI = -36.5
2018.12.14 22:06:04 4: sduino01 Dispatch: P86#237D8, Dropped due to short time or equal msg
Einfach mal das Modul updaten und bitte auch die Firmware. Dann schauen ob du auch noch immer den Decoder deaktiviert lassen musst.
MfG
Zitat von: HomeAuto_User am 01 Januar 2019, 22:28:22
Einfach mal das Modul updaten und bitte auch die Firmware. Dann schauen ob du auch noch immer den Decoder deaktiviert lassen musst.
MfG
Die Firmware meines SignalESPs ist bereits aktuell (3.3.1-rc4).
Ich habe das Modul aktualisiert (14_SD_UT.pm 32 2018-12-28 12:00:00 v3.3.3-dev_05.12.) und das Gerät (SD_UT) wieder gelöscht. Ohne zusätzliche Einstellungen wird das Gerät danach nicht wieder neu angelegt.
Zitat von: Stütti am 02 Januar 2019, 22:06:44
Ich habe das Modul aktualisiert (14_SD_UT.pm 32 2018-12-28 12:00:00 v3.3.3-dev_05.12.) und das Gerät (SD_UT) wieder gelöscht. Ohne zusätzliche Einstellungen wird das Gerät danach nicht wieder neu angelegt.
Nachdem du das Device gelöscht hattest, erschien kein Device
unknown_please_select_model
?
Was zeigte die Verbose 4 Ausgabe des Logfiles?
MfG
Zitat von: HomeAuto_User am 02 Januar 2019, 23:59:23
Nachdem du das Device gelöscht hattest, erschien kein Device unknown_please_select_model
?
Was zeigte die Verbose 4 Ausgabe des Logfiles?
Nein, das Device wurde nicht erzeugt.
Hier ein Auszug aus dem Log nach Drücken eines beliebigen Tasters auf der Fernbedienung:
2019.01.02 22:04:51 4: sduino01/msg READredu: MU;P0=-704;P1=346;P2=-375;P3=679;P4=-15357;D=01012301012341232301232323010123010101010123010123412323012323230101230101010101230101234123230123232301012301010101012301012;CP=1;R=75;
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 19 -> minify matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 34 -> QUIGG_GT-7000 matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 40 -> Romotec matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 80 -> EM1000WZ matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 81 -> SA-434-1 matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 82 -> Fernotron matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: Fingerprint for MU Protocol id 86 -> BOSCH | CAME | Novy | Neff matches, trying to demodulate
2019.01.02 22:04:51 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(1/4) RSSI = -36.5
2019.01.02 22:04:51 4: sduino01: SD_UT protocol 86, bitData 00100011011111011000
2019.01.02 22:04:51 1: sduino01: SD_UT_Parse UNDEFINED sensor unknown detected, protocol 86, data 237D8, code 237C
2019.01.02 22:04:51 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(2/4) RSSI = -36.5
2019.01.02 22:04:51 4: sduino01 Dispatch: P86#237D8, Dropped due to short time or equal msg
2019.01.02 22:04:51 4: sduino01: decoded matched MU Protocol id 86 dmsg P86#237D8 length 20 dispatch(3/4) RSSI = -36.5
2019.01.02 22:04:51 4: sduino01 Dispatch: P86#237D8, Dropped due to short time or equal msg
2019.01.02 22:04:51 4: sduino01/msg READ: MC;LL=-273;LH=221;SL=-139;SH=100;D=3E39D08;C=122;L=28;R=226;
Hier mal - zur Sicherheit - noch ein list des SignalESPs (das "disconnected" kommt nur, weil ich ihn dann gestern Abend abgezogen hatte):
Internals:
Clients :IT:CUL_TCM97001:SD_RSL:OREGON:CUL_TX:SD_AS:Hideki:SD_WS07:SD_WS09: :SD_WS:RFXX10REC:Dooya:SOMFY:SD_BELL:SD_UT:SD_WS_Maverick:FLAMINGO:CUL_WS:Revolt: :FS10:CUL_FHTTK:Siro:FHT:FS20:CUL_EM:Fernotron:SIGNALduino_un:
DEF 192.168.178.40:23
DMSG P86#237D8
DevState disconnected
DeviceName 192.168.178.40:23
IDsNoDispatch 2,72.1,82
LASTDMSG P86#237D8
MSGCNT 8
NAME sduino01
NEXT_OPEN 1546502831
NR 178
PARTIAL
RAWMSG MU;P0=-704;P1=346;P2=-375;P3=679;P4=-15357;D=01012301012341232301232323010123010101010123010123412323012323230101230101010101230101234123230123232301012301010101012301012;CP=1;R=75;
RSSI -36.5
STATE disconnected
TIME 1546463091
TYPE SIGNALduino
disConnFlag 1
sendworking 0
unknownmessages
version V 3.3.1-rc4 SIGNALESP cc1101 868MHz - compiled at Mar 22 2018 23:45:03
versionmodul v3.3.3-dev_30.12.
DoubleMsgIDs:
MatchList:
10:SD_WS07 ^P7#[A-Fa-f0-9]{6}F[A-Fa-f0-9]{2}(#R[A-F0-9][A-F0-9]){0,1}$
11:SD_WS09 ^P9#F[A-Fa-f0-9]+
12:SD_WS ^W\d+x{0,1}#.*
13:RFXX10REC ^(20|29)[A-Fa-f0-9]+
14:Dooya ^P16#[A-Fa-f0-9]+
15:SOMFY ^Ys[0-9A-F]+
16:SD_WS_Maverick ^P47#[A-Fa-f0-9]+
17:SD_UT ^P(?:14|29|30|34|46|69|76|81|83|86|92)#.*
18:FLAMINGO ^P13\.?1?#[A-Fa-f0-9]+
19:CUL_WS ^K[A-Fa-f0-9]{5,}
1:IT ^i......
20:Revolt ^r[A-Fa-f0-9]{22}
21:FS10 ^P61#[A-F0-9]+
22:Siro ^P72#[A-Fa-f0-9]+
23:FHT ^81..(04|09|0d)..(0909a001|83098301|c409c401)..
24:FS20 ^81..(04|0c)..0101a001
25:CUL_EM ^E0.................
26:Fernotron ^P82#.*
27:SD_BELL ^P(?:15|32|41|42|57|79)#.*
2:CUL_TCM97001 ^s[A-Fa-f0-9]+
3:SD_RSL ^P1#[A-Fa-f0-9]{8}
4:OREGON ^(3[8-9A-F]|[4-6][0-9A-F]|7[0-8]).*
5:CUL_TX ^TX..........
6:SD_AS ^P2#[A-Fa-f0-9]{7,8}
7:Hideki ^P12#75[A-F0-9]+
9:CUL_FHTTK ^T[A-F0-9]{8}
X:SIGNALduino_un ^[u]\d+#.*
QUEUE:
READINGS:
2019-01-02 21:44:39 ccconf freq:433.920MHz bWidth:58KHz rAmpl:42dB sens:4dB (DataRate:5603.79Baud)
2019-01-02 21:44:46 ccpatable C3E = 00 84 00 00 00 00 00 00 => 5_dBm
2019-01-02 21:44:23 cmds V R t X F S P C r W x e
2019-01-02 21:29:35 config MS=1;MU=1;MC=1
2019-01-02 22:46:31 ping OK
2018-11-29 22:11:08 raw ccFactoryReset done
2019-01-03 09:06:11 state disconnected
2018-12-08 20:12:16 uptime 0 00:14:43
2019-01-02 21:40:37 version V 3.3.1-rc4 SIGNALESP cc1101 868MHz - compiled at Mar 22 2018 23:45:03
keepalive:
ok 0
retry 3
mcIdList:
10
11
12
18
43
47
52
57
58
msIdList:
0
0.1
0.2
0.3
0.4
1
2
3
3.1
4
6
7
13
13.2
14
15
17
23
25
33
35
41
51
55
65
72.1
muIdList:
8
9
13.1
16
17.1
19
21
22
24
26
27
28
29
30
31
32
34
36
37
39
40
42
44
44.1
45
46
48
49
50
56
59
60
61
62
64
66
67
69
70
71
72
74
76
79
80
81
82
83
84
85
86
89
92
Attributes:
development 0
flashCommand avrdude -c arduino -b 57600 -P [PORT] -p atmega328p -vv -U flash:w:[HEXFILE] 2>[LOGFILE]
room 40_Kueche,99_Schnittstellen
verbose 2
Zitat von: HomeAuto_User am 24 November 2018, 10:19:17
Hallo, ich habe mir gerade die Daten mal angesehen bzw. Überflogen vom Handy aus. Wurde bei dir ein SD_UT_Unknown angelegt? Sehe ich das richtig???
Die Zeiten sind ähnlich bzw identisch einer anderen Remote welche wie erarbeitet hatten.
Bin gerade via Suche hier drübergestolpert und da sich in den letzten Wochen hier nix mehr getan hat, wollte ich für alle anderen Suchenden mal eine Erfolgsmeldung da lassen und mich auch bei allen Beteiligten kurz danken:
Ich habe einen Dunstabzug Refsta Topdraft (aus 2012). Hersteller dürfte Tecnowind aus Italien sein. Die Fernbedienung sieht fast genauso aus wie diese hier:
https://forum.fhem.de/index.php/topic,93545.msg862583.html#msg862583 (https://forum.fhem.de/index.php/topic,93545.msg862583.html#msg862583)
Um den Abzug mit FHEM zu steuern habe ich folgende Schritte abgearbeitet:
01. Signalduino besorgt (Firmware ist recht alt: V 3.3.1-dev SIGNALduino cc1101 (433Mhz )- compiled at Mar 10 2017 23:27:29)
02. Wie hier https://wiki.fhem.de/wiki/SIGNALduino (https://wiki.fhem.de/wiki/SIGNALduino) beschrieben Stick einbinden (im folgenden Dino genannt)
03. update FHEM, update SIGNALduino Modul, autocreate einschalten
04. set Dino hardware radinoCC1101 (vermutlich nur für das Flashen nötig, Hardware kann bei euch anders sein)
05. Firmwareupdate ausgelassen, hat nicht funktioniert, bekomme den Stick nicht in den Bootloader.
06. set Dino disableMessagetype manchesterMC (wegen der alten Firmware wird MC erkannt, wird hiermit verhindert)
07. Fernbedienung mehrfach betätigen
08. Es wird unter SD_UT automatisch ein unknown Device angelegt
09. Hier: attr <unknown-device> model SF01_01319004
10. Fernbedienung betätigen
11. Es wird unter SD_UT automatisch ein neues Device SF01_01319004_xxxx angelegt (bei mir xxxx=72D0)
12. Hier testen mit z.B. set SF01_01319004_72D0 light_on_off
13. Wenn alles geht, kann das unknown Device gelöscht werden.
14. Abzugshaube steuern und freuen - zumindest bei mir :D
Hope that helps...
Gruß Deudi
Zitat von: Deudi am 18 Februar 2019, 21:34:53
Bin gerade via Suche hier drübergestolpert und da sich in den letzten Wochen hier nix mehr getan hat, wollte ich für alle anderen Suchenden mal eine Erfolgsmeldung da lassen und mich auch bei allen Beteiligten kurz danken:
Ich habe einen Dunstabzug Refsta Topdraft (aus 2012). Hersteller dürfte Tecnowind aus Italien sein. Die Fernbedienung sieht fast genauso aus wie diese hier:
https://forum.fhem.de/index.php/topic,93545.msg862583.html#msg862583 (https://forum.fhem.de/index.php/topic,93545.msg862583.html#msg862583)
Um den Abzug mit FHEM zu steuern habe ich folgende Schritte abgearbeitet:
01. Signalduino besorgt (Firmware ist recht alt: V 3.3.1-dev SIGNALduino cc1101 (433Mhz )- compiled at Mar 10 2017 23:27:29)
02. Wie hier https://wiki.fhem.de/wiki/SIGNALduino (https://wiki.fhem.de/wiki/SIGNALduino) beschrieben Stick einbinden (im folgenden Dino genannt)
03. update FHEM, update SIGNALduino Modul, autocreate einschalten
04. set Dino hardware radinoCC1101 (vermutlich nur für das Flashen nötig, Hardware kann bei euch anders sein)
05. Firmwareupdate ausgelassen, hat nicht funktioniert, bekomme den Stick nicht in den Bootloader.
06. set Dino disableMessagetype manchesterMC (wegen der alten Firmware wird MC erkannt, wird hiermit verhindert)
07. Fernbedienung mehrfach betätigen
08. Es wird unter SD_UT automatisch ein unknown Device angelegt
09. Hier: attr <unknown-device> model SF01_01319004
10. Fernbedienung betätigen
11. Es wird unter SD_UT automatisch ein neues Device SF01_01319004_xxxx angelegt (bei mir xxxx=72D0)
12. Hier testen mit z.B. set SF01_01319004_72D0 light_on_off
13. Wenn alles geht, kann das unknown Device gelöscht werden.
14. Abzugshaube steuern und freuen - zumindest bei mir :D
Hope that helps...
Gruß Deudi
Hallo Deudi,
vielen Dank für deine Information! Ich werde deinen Hersteller mit ergänzen, damit man auch im Modul sieht, das du diese steuern kannst :-)