Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware dev-r332_cc1101 #65

Closed
1 of 4 tasks
Ralf9 opened this issue Oct 6, 2017 · 38 comments
Closed
1 of 4 tasks

Firmware dev-r332_cc1101 #65

Ralf9 opened this issue Oct 6, 2017 · 38 comments

Comments

@Ralf9
Copy link
Contributor

Ralf9 commented Oct 6, 2017

Hier soll es um Ideen, Vorschläge und todos für die Firmware dev-r332_cc1101 gehen.

  • addData overflow
  • Not detected as MS z.B. Not detected as MS.. #38
  • MU-Nachrichten werden z.T. als MC erkannt, z.B. Siro
  • bei MU-Nachrichten Wiederholungen trennen

@sidey79 kannst Du bitte von der dev-r33_cc1101 einen neuen Branch dev-r332_cc1101 erstellen.
Ich denke es macht Sinn damit zu warten bis die Probleme in der dev-r33_cc1101 die die Abstürze verursachen behoben sind.

Ich sehe momentan nur die Trennung der Wiederholungen als wichtig an.
Der "addData overflow" und "MU-Nachrichten werden z.T. als MC erkannt" dürfte nicht so dringend sein.
Da gibt es z.Zt, noch einge todos mit höherer Priorität.

Ein Ansatz bei MU Nachrichten zu trennen wäre, wenn wir einen low Pegel finden der länger als die anderen ist und vielleicht maximal 3x vorkommt. Dann könnte man diesen verwenden.
Länger wäre dann vermutlich mindestens 2* maximal 10* ?

Evtl ist ein Ansatz, wenn wir eine Variable MuCut einführen, in der die mindestlänge einer Pause als Vielfaches der Clock gespeichert wird. z.B. bedeutet 10: Pause = 10 x clock.
Mit z.B. dem command GSMUCUT kann man es konfigurierbar machen und im EEPROM speichern.
Bei 10 wird dann nach einer Pause von mindestens 10 * clock gesucht

@sidey79
Copy link
Contributor

sidey79 commented Oct 6, 2017

@Ralf9

Abstürze habe ich gestern behoben... glaube ich :) => 86537af
addData overflow hatte ich jetzt auch keine mehr.

Nach einigen Analysen habe ich noch festgestellt, dass ein BufferMove auf den kompletten Puffer nicht durchgeführt wird (macht auch keinen Sinn). => 98a2ed3

Fehlererkennung MC Nachrichten habe ich bereits bearbeitet => 86537af

Die Variabe MuCut würde ich vermutlich nicht wählen. Wieso soll das ein Anwender konfigurieren?
Das sollte doch eher möglichst immer funktionieren. Das ganze auf die den erkannten clockpulse auslegen finde ich gut.

Den teil aus getSync könnte man fast 1:1 beibehalten.
for (int8_t p = patternLen - 1; p >= 0; --p) // Schleife fuer langen Syncpuls uint16_t syncabs = abs(pattern[p]); if ((pattern[p] < 0) && (syncabs < syncMaxMicros && syncabs / pattern[clock] <= syncMaxFact) && (syncabs > syncMinFact*pattern[clock]) && (histo[p] < messageLen*0.08) && (histo[p] > 1) ) {

Was nicht aufgeht ist der teil in dem c berechnet wird: c wäre nach Ende der Schleife identisch mit
messageLen-1
So wissen wir nicht, ob wir den richtigen Puls gerade bearbeiten.
while (c < messageLen - 1) { if (message[c + 1] == p && message[c] == clock) break; c++; }

Meine Ideen gehen wie folgt weiter:

  1. Aufsteigendes Sortieren der Pulse (habe ich im MC Decoder schon mal so in der Art programmiert)
  2. Beginnend mit dem längsten Low Puls, die obige Abfrage durchführen
  3. Wenn der Abstand zwischen Beginn und dem 1. Vorkommen des low pegels > minbitlength ist, dann haben wir etwas brauchbares gefunden.

Wenn der Puls nur 1x vorkommt, naja dann geben wir halt alles aus, was vor diesem Puls ist und machen ein move. Den Puls selber würde ich im Puffer behalten.

@HomeAutoUser
Copy link
Contributor

HomeAutoUser commented Oct 7, 2017

@sidey79,

bitte nich zu früh freuen! Soeben habe ich deine neue FW getestet DataOverflow IST NICHT behoben!

2017.10.07 12:25:10 4: Arduino_Nano_868Mhz/msg READ: �MU;P0=-23872;P1=411;P2=-385;P3=596;P4=-592;D=0121212121212121212121212343412121234343412123434341212341212123434343434121234121212121212123412341234343434121234341;CP=1;�
2017.10.07 12:25:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: Starting demodulation at Position 1
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: applying postDemodulation
2017.10.07 12:25:10 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: modified value after postDemodulation: 1 0 0 0 1 1 1 0 1 1 1 0 0 1 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 1 0
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: dispatching bits: 1 0 0 0 1 1 1 0 1 1 1 0 0 1 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 1 0
2017.10.07 12:25:10 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T8EE4F902 length 32
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz Dispatch: T8EE4F902, test ungleich: disabled
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz Dispatch: T8EE4F902, dispatch
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: dispatch T8EE4F902
2017.10.07 12:25:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: Starting demodulation at Position 1
2017.10.07 12:25:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: Starting demodulation at Position 1
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: applying postDemodulation
2017.10.07 12:25:10 5: Arduino_Nano_868Mhz: modified value after postDemodulation:
2017.10.07 12:25:10 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-598;LH=599;SL=-397;SH=397;D=FFAF57577AABB7EEAAEC;C=331;L=78;�
2017.10.07 12:25:22 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.10.07 12:25:22 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.10.07 12:25:22 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.10.07 12:25:22 4: Arduino_Nano_868Mhz/msg READ: val=3 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.10.07 12:25:22 4: Arduino_Nano_868Mhz/msg READ: val=4 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.10.07 12:25:22 4: Arduino_Nano_868Mhz/msg READ: val=1 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!
2017.10.07 12:25:22 4: Arduino_Nano_868Mhz/msg READ: val=2 msglen=254 bytecnt=126 valcnt=254 mTrunc=1 addData overflow!!

An der Erkennung der Protokolle wurd auch etwas verändert, so das die bisherige Erkennung der Entwicklerprotokolle FS20/FHT/FHT80b nicht mehr empfangen werden nach diesem Umstieg.
Vielleicht ist es die Fehlerbehebung MC .

EDIT: HIER ist was anderes noch faul. Ich erhalte keine RSSI Werte aber Empfangspakete grübel Muss erstmal genauer analysieren.

@HomeAutoUser
Copy link
Contributor

HomeAutoUser commented Oct 7, 2017

@sidey79 zu meinem vorherigen Post,

  1. DataOverflow ist noch bestehend.
  2. RSSI Werte werden nicht mehr angezeigt. Meine Tabelle welche unverändert blieb schreibt die RSSI Werte des Empfängers nicht mehr mit. (+Arduino_Nano_868Mhz_RSSI - der Empfänger hat auch keine RSSI Ausgabe mehr beim empfangen Paket, also Empfänger Internals RSSI fehlt) Damit zusammenhängend?
  3. MC - MU Erkennungsfehler ist vorhanden bei Signalen welchen einen Overflow erzeugen.

@sidey79
Copy link
Contributor

sidey79 commented Oct 7, 2017

Schade, wäre zu schön gewesen. :(

RSSI Werte werden nur noch übergeben, wenn ein CC1101 angebunden ist.

@HomeAutoUser
Copy link
Contributor

HomeAutoUser commented Oct 7, 2017

RSSI Werte werden nur noch übergeben, wenn ein CC1101 angebunden ist.

Ich VERWENDE einen CC1101!
Die Warscheinlichkeit das bei 2Stck CC1101 wo auch CC1101 drauf steht, keiner drin ist, sollte gering sein ;-) Das Terminal sagt mir auch CC1101 found.

@Ralf9
Copy link
Contributor Author

Ralf9 commented Oct 7, 2017

evtl habe ich hier einen Denkfehler gemacht?

	#ifdef CMP_CC1101
			MSG_PRINT("R");  MSG_PRINT(rssiValue, HEX);  MSG_PRINT(SERIAL_DELIMITER);
	#endif	

muß dazu das
#define CMP_CC1101
zusätzlich noch in die signalDecoder.h geschrieben werden oder gibt es dafür eine eleganterere Lösung?

@sidey79
Copy link
Contributor

sidey79 commented Oct 7, 2017

Die ganzen Konfig Parameter, müsste man in eine eigene Header Datei packen und dann in jeder bib einbinden.

Die Bibliothek wird ja unabhängig vom Hauptprogramm compilieren und dann nur gelinkt.

Gleiches Problem gibt es ja auch mit Output.h

@sidey79
Copy link
Contributor

sidey79 commented Oct 7, 2017

@HomeAutoUser

Ich habe verstanden, Du hast zwei SIGNALduinos... Wenn möglich, wäre es top wenn Du beide auf die gleiche Frequenz einstellst und dann einen mit MC Decoder aktiv und einen MC Devoder inaktiv laufen lässt. Mit Verbose 4 und aktiviertem mseclog würde mir das helfen.

@HomeAutoUser
Copy link
Contributor

@sidey79 ,
das machen wir sobald du das OK gegeben hast das die Ausgabe mit addData reicht. So gehen wir das Schritt für Schritt an.

@Ralf9
Copy link
Contributor Author

Ralf9 commented Oct 8, 2017

Die Variabe MuCut würde ich vermutlich nicht wählen. Wieso soll das ein Anwender konfigurieren?
Das sollte doch eher möglichst immer funktionieren. Das ganze auf die den erkannten clockpulse auslegen finde ich gut.

Heisst das, daß Du davon ausgehst, daß dies so problemlos bei allen Protokollen funktionieren wird.
Mit der Variabe MuCut könnte man es bei Bedarf auch deaktiveren (=0 oder =255)

Meine Ideen gehen wie folgt weiter:
Aufsteigendes Sortieren der Pulse (habe ich im MC Decoder schon mal so in der Art programmiert)
Beginnend mit dem längsten Low Puls, die obige Abfrage durchführen

und dann ggf runtergehen bis ca 9-10 mal clock und dann ein paar Werte davor abschneiden.
evtl reicht es erst ab minbitlength zu suchen

Zu den sync bei MS-Nachrichten,
müssten dies nicht auch MS-sync sein?

name		'AK-HD-4',	
id          	'59',
clockabs     	230, 						
zero		[-4,1],
one		[-1,4],
start		[-1,37],

name            'Clarus_Switch',
id              '62',
one             [3,-1],
zero            [1,-3],
start           [1,-35], # ca 30-40
clockabs        189, 

name            'Homeeasy',
id              '65',
one             [1,-5],
zero            [1,-1],
start           [1,-40],
clockabs        250,

@Ralf9
Copy link
Contributor Author

Ralf9 commented Oct 8, 2017

@HomeAutoUser

An der Erkennung der Protokolle wurd auch etwas verändert, so das die bisherige Erkennung der Entwicklerprotokolle FS20/FHT/FHT80b nicht mehr empfangen werden nach diesem Umstieg.
Vielleicht ist es die Fehlerbehebung MC .

Funktioniert es noch wenn MC deaktiviert ist?
Dies wäre dann ja erstmal ausreichend, da momentan ein aktivertes MC bei 868MHz keinen Sinn macht.

@Ralf9
Copy link
Contributor Author

Ralf9 commented Oct 28, 2017

@HomeAutoUser
Ich versuche gerade das Trennen von Wiederholungen bei MU-Nachrichten einzubauen.
Für mich wären einige MU-Raw Nachrichten (mit allen Wiederholungen) interessant die Wiederholungen enthalten.

@elektron-bbs
Copy link
Contributor

Ich antworte mal stellvertretend. Ich habe mir heute noch einen Signalduino mit einem Arduino mini pro und einem CC1100 zusammen gesteckt. Firmware ist die aktuelle vom Do 26.10.2017. Wenn ich MC eingeschaltet habe, bekomme ich immer Ausgaben in der Art:

2017.10.28 20:50:13 4: sduino868/msg READ: �MC;P0=-864;P1=393;P2=-395;P3=590;P4=-598;D=51212121212121212121212123412341234121234123412121234341212343412121212121212121234123412341234121212121212121212121210;O;�
2017.10.28 20:50:13 4: sduino868/msg READ: �MC;LL=-598;LH=590;SL=-395;SH=393;D=FFFB6EDEBAFFDB6FFFDF6;C=329;L=83;R=40;�
2017.10.28 20:50:13 4: sduino868/msg READredu: MU;P1=396;P2=-394;P3=587;P4=-593;P5=-9304;D=151212121212121212121212123412341234121234123412121234341212343412121212121212121234123412341234121212121212121212121212123412121212341210;CP=1;R=40;

2017.10.28 20:52:08 4: sduino868/msg READ: �MC;P0=-13472;P1=386;P2=-405;P3=602;P4=-588;D=51212121212121212121212123412341234121234123412121234341212343412121212121212121234123412341234121212121212121212121210;O;�
2017.10.28 20:52:08 4: sduino868/msg READ: �MC;LL=-588;LH=602;SL=-405;SH=386;D=FFFB6EDEBAFFDB6FFFDF6;C=330;L=83;R=41;�
2017.10.28 20:52:08 4: sduino868/msg READredu: MU;P1=400;P2=-393;P3=602;P4=-591;P5=-9320;D=151212121212121212121212123412341234121234123412121234341212343412121212121212121234123412341234121212121212121212121212123412121212341210;CP=1;R=41;

Bei abgeschalteter MC-Erkennung sehen die Ausgaben folgendermaßen aus:

2017-10-28_20:21:20 FHT_5219 actuator: 0%
2017.10.28 20:21:20 4: sduino868/msg READredu: MU;P0=-29008;P1=397;P2=-387;P3=604;P4=-587;P5=-9304;D=0121212121212121212121212341234123412123412341212123434121234341212121212121212123412341234123412121212121212121212121212341212121234121512121212121212121212121234123412341212341234121212343412123434121212121212121212341234123412341212121212121212121212;CP=1;R=41;O;
2017.10.28 20:21:21 4: sduino868/msg READredu: MU;P0=-32001;P1=585;P2=-419;P3=395;P6=-622;D=012323232323232323232323216321632163232163216323232161632321616321632163232161632321616163216161632323232163232163232321632163232161632;CP=3;R=84;

2017-10-28_20:23:16 FHT_5219 actuator: 0%
2017.10.28 20:23:16 4: sduino868/msg READredu: MU;P0=-32001;P1=407;P2=-393;P3=592;P4=-593;P5=-9296;D=0121212121212121212121212341234123412123412341212123434121234341212121212121212123412341234123412121212121212121212121212341212121234121512121212121212121212121234123412341212341234121212343412123434121212121212121212341234123412341212121212121212121212;CP=1;R=39;O;
2017.10.28 20:23:16 4: sduino868/msg READredu: MU;P0=-32001;P1=578;P2=-416;P3=413;P6=-617;P7=312;D=012323232323232323232323216321632163232163216323232161632321616321632163232161632321616163216161632323232163232167232321632163232161632;CP=3;R=84;

2017-10-28_20:25:11 FHT_5219 actuator: 0%
2017.10.28 20:25:11 4: sduino868/msg READredu: MU;P0=-23104;P1=396;P2=-386;P4=592;P5=-598;P6=-9312;D=0121212121212121212121212451245124512124512451212124545121245451212121212121212124512451245124512121212121212121212121212451212121245121612121212121212121212121245124512451212451245121212454512124545121212121212121212451245124512451212121212121212121212;CP=1;R=39;O;
2017.10.28 20:25:12 4: sduino868/msg READredu: MU;P0=-32001;P1=586;P2=-411;P3=396;P6=-610;D=012323232323232323232323216321632163232163216323232161632321616321632163232161632321616163216161632323232163232163232321632163232161632;CP=3;R=84;

2017-10-28_20:27:07 FHT_5219 actuator: 0%
2017.10.28 20:27:07 4: sduino868/msg READredu: MU;P0=-4664;P1=405;P2=-396;P3=600;P4=-585;P5=-9296;D=0121212121212121212121212341234123412123412341212123434121234341212121212121212123412341234123412121212121212121212121212341212121234121512121212121212121212121234123412341212341234121212343412123434121212121212121212341234123412341212121212121212121212;CP=1;R=39;O;
2017.10.28 20:27:09 4: sduino868/msg READredu: MU;P0=-32001;P1=579;P2=-397;P3=401;P6=-621;D=012123232121232123232323216321632163232163216323232161632321616321632163232161632321616163216161632323232163232163232321632163232161632;CP=3;R=83;

2017-10-28_20:29:02 FHT_5219 actuator: 0%
2017.10.28 20:29:02 4: sduino868/msg READredu: MU;P0=-17240;P1=399;P2=-380;P3=586;P4=-601;P5=-9296;D=0121212121212121212121212341234123412123412341212123434121234341212121212121212123412341234123412121212121212121212121212341212121234121512121212121212121212121234123412341212341234121212343412123434121212121212121212341234123412341212121212121212121212;CP=1;R=41;O;
2017.10.28 20:29:03 4: sduino868/msg READredu: MU;P0=-32001;P1=608;P2=-401;P3=412;P5=-584;D=012323232323232323232323215321532153232153215323232151532321515321532153232151532321515153215151532323232153232153232321532153232151532;CP=3;R=84;

2017-10-28_20:38:40 FHT_5219 actuator: 0%
2017.10.28 20:38:40 4: sduino868/msg READredu: MU;P0=-32001;P1=396;P2=-385;P3=593;P4=-589;P5=-9296;D=0121212121212121212121212341234123412123412341212123434121234341212121212121212123412341234123412121212121212121212121212341212121234121512121212121212121212121234123412341212341234121212343412123434121212121212121212341234123412341212121212121212121212;CP=1;R=41;O;
2017.10.28 20:38:41 4: sduino868/msg READredu: MU;P0=-32001;P1=403;P2=-411;P5=591;P6=-618;D=012121212121212121212121256125612561212561256121212565612125656125612561212565612125656561256565612121212561212561212125612561212565612;CP=1;R=84;

Die Zeilen mit "FHT_5219 actuator" habe ich von einem parallel laufenden System mit einem CUL. Die Nachrichten stammen von einem FHT8 Raumtemperaturregler. Die Protokollbeschreibung ist zu finden unter:
http://fhz4linux.info/tiki-index.php?page=FHT%20protocol bzw. http://fhz4linux.info/tiki-index.php?page=FS20%20Protocol oder auch http://www.cc2net.de/Foren/CC2Net_Forum/lesen.php?eintrag=8457

Ansonsten funktioniert diese Firmware-Version auf einem Radino-CC1101 auch mit eingeschalteten MC bei mir tadellos. Ich hatte nur Probleme alle Debug-Ausgaben auszuschalten, damit das Programm in den Speicher passt. Ich empfange damit aktuell folgende Protokolle: WS2000, CUL_TCM97001 W174, CUL_TX WS7035 WS7053, SD_WS07 und SD_WS37.

@sidey79
Copy link
Contributor

sidey79 commented Oct 30, 2017

Hi @elektron-bbs

Ich habe mir mal

MC;P0=-864;P1=393;P2=-395;P3=590;P4=-598;D=51212121212121212121212123412341234121234123412121234341212343412121212121212121234123412341234121212121212121212121210;O;�
2017.10.28 20:50:13 4: sduino868/msg READ: �MC;LL=-598;LH=590;SL=-395;SH=393;D=FFFB6EDEBAFFDB6FFFDF6;C=329;L=83;R=40;�

Angesehen. Aktuell weiss ich nicht, wieso man das nicht als MC erkennen sollte.
Es passt einfach alles.

@Ralf9
Copy link
Contributor Author

Ralf9 commented Oct 30, 2017

Das Verhältnis von S (400) zu L (600) ist 1.5, dies müsste doch bei MC 2 sein?

@sidey79
Copy link
Contributor

sidey79 commented Oct 30, 2017

Naja, genau 2 ist es meist nie.. 1,5 bis 2,5 ist so im Bereich...

@Ralf9
Copy link
Contributor Author

Ralf9 commented Oct 30, 2017

Kann es bei MC Nachrichten einen sehr langen Puls (hier P5=-9304) ungefähr in der Mitte der Nachricht geben?

MU;P0=-29008;P1=397;P2=-387;P3=604;P4=-587;P5=-9304;D=0121212121212121212121212341234123412123412341212123434121234341212121212121212123412341234123412121212121212121212121212341212121234121512121212121212121212121234123412341212341234121212343412123434121212121212121212341234123412341212121212121212121212;CP=1;R=41;O;

@sidey79
Copy link
Contributor

sidey79 commented Oct 30, 2017

Klar, das kann schon sein.

@elektron-bbs
Copy link
Contributor

Hallo @sidey79

Angesehen. Aktuell weiss ich nicht, wieso man das nicht als MC erkennen sollte.
Es passt einfach alles.

Das sehe ich anders. Es passt schon mal nicht, das der Signalduino eine Nachricht in 3 verschiedenen Varianten ausgibt:

2017.10.28 20:50:13 4: sduino868/msg READ: �MC;P0=-864;P1=393;P2=-395;P3=590;P4=-598;D=51212121212121212121212123412341234121234123412121234341212343412121212121212121234123412341234121212121212121212121210;O;�
2017.10.28 20:50:13 4: sduino868/msg READ: �MC;LL=-598;LH=590;SL=-395;SH=393;D=FFFB6EDEBAFFDB6FFFDF6;C=329;L=83;R=40;�
2017.10.28 20:50:13 4: sduino868/msg READredu: MU;P1=396;P2=-394;P3=587;P4=-593;P5=-9304;D=151212121212121212121212123412341234121234123412121234341212343412121212121212121234123412341234121212121212121212121212123412121212341210;CP=1;R=40;

Die übergebene Anzahl Bits ist auch unschlüssig.
Die erste MC Ausgabe ist wohl die unvollständige Wiederholung nach der Pause von 9 mSek (erkennbar an der 5 als erstes).
Die 2. MC ist offensichtlich der erste Teil komplett und ein Teil der Wiederholung (Beginn jeweils mit FFF als Präambel, sollte aber eigentlich 000 sein).
Die 3. Ausgabe als MU passt von der Länge (67 Bit) und ist aber die Wiederholung der Nachricht (erkennbar am Beginn mit 9 mSek Pause).

@sidey79
Copy link
Contributor

sidey79 commented Oct 31, 2017

Ich habe eine Debug MC Ausgabe aktiviert, damit ich Mal genauer sehe, was im Nachrichten Puffer ist, wenn es als MC erkannt wird.

Davon nicht beirren lassen. Das was da drin steht, ist valides Manchester. Wenn Du da anderer Meinung bist, dann gibt mit doch bitte genauere Hinweise.

@sidey79
Copy link
Contributor

sidey79 commented Oct 31, 2017

Habe mir das mit MU ausgegebene noch mal genauer angesehen, wieso das nicht als MC erkannt wird.
Es ist eine Toleranzfrage, ließe sich so hinbiegen, dass es als MC erkannt wird.

Ist halt die Grundsatzfrage, ist es MC, weil es zufällig passt oder eben nicht?

@elektron-bbs
Copy link
Contributor

Ich denke nicht, das das Manchester ist. Zitat: "Manchester Code wird durch Anwenden der XOR Operation auf das Taktsignal und den Datenstrom (NRZ-Signal) erzeugt." Das bedeutet für mich, das ein Flankenwechsel immer im gleichen Takt erfolgen muss und nicht mal nach 400 µS und mal nach 600 µS. Vielleicht hast du ja die Toleranz für Manchester-Erkennung zu großzügig eingestellt.

@sidey79
Copy link
Contributor

sidey79 commented Oct 31, 2017

Ja, die Toleranz für einen Takt ist 0,5 und für zwei Taktlängen 0,8 . Das ist leider notwendig, damit die Messungenauigkeiten sowohl beim Senden als auch beim Empfangen kompensiert werden können. Ich könnte die Toleranz für eine Taktlänge auf 0,4 reduzieren. Irgendwo wird das halt vermutlich wieder ein neues Problem aufwerfen.

@elektron-bbs
Copy link
Contributor

elektron-bbs commented Nov 1, 2017

Wenn ich jetzt die richtige Stelle gefunden habe:

		if (pdec->inTol(clockpulse, abs(aktpulse), clockpulse*0.5))
			pshort = true;
		else if (pdec->inTol(clockpulse*2, abs(aktpulse), clockpulse*0.80))
			plong = true;

würde ich doch eher dazu tendieren, für plong die Toleranz zu verringern. Wenn ich richtig rechne, passt bei dieser Toleranz bei einem clockpulse von 400 ein aktpulse von 600 natürlich auch. Erst wenn ich einen Multiplikator von 0.4 verwende, wird 600 nicht mehr gültig sein. Ich habe jetzt probehalber beide Multiplikatoren auf 0.4 gesetzt. Dann werden die FHT und FS20 nicht mehr als MC erkannt. Mangels Sensoren mit MC-Kodierung kann ich allerdings keine Gegenprobe machen.

Was mir bei den Tests noch aufgefallen ist:
MC;LL=-593;LH=590;SL=-414;SH=387;D=FFFB6EDEBAFFDBAFFD7AAE;C=330;L=87;R=35;�
Entspricht die Ausgabe C=330 eigentlich dem clockpulse? Wenn ja, dann müsste der doch eigentlich ca. 400 betragen?

@Ralf9
Copy link
Contributor Author

Ralf9 commented Nov 1, 2017

Wenn Du die Toleranz änderst, müsstest Du prüfen ob dann die anderen MC Protocol Ids (10 11 12 12.1 18 43 47 52 57 58) noch funktionieren.
Mir ist noch nicht klar was dagegen spricht bei 868 MHz den MC-Decoder zu deaktivieren. Sind bei 868 MHz Sensoren bekannt die Manchester verwenden?

Ich würde es wichtiger finden, daß der MC-Decoder wieder so gut funktioniert wie vor diesen Anpassungen:
https://github.com/RFD-FHEM/SIGNALDuino/commits/dev-r33_fixmc
Bei den Hideki Sensoren sind die Daten nach der Dekodierung z.T. invertiert und z.T. nicht invertiert.
Der Maverick Grillthermometer funktioniert anscheinend inzwischen auch nicht mehr:
https://forum.fhem.de/index.php/topic,77756.msg697123.html#msg697123

Mit dem Signalduino empfange ich auch nur noch Unsinn.
(Das hat einmal auch funktioniert!)

@elektron-bbs
Copy link
Contributor

Das Problem mit den fälschlich als MC deklarierten Protokollen hat ja nichts mit dem benutzten Frequenzband zu tun. Wir hatten das auch schon beim WS7000/WS2000 (RFD-FHEM/RFFHEM#136). Dort hat sich der Fehler mit dem Einbau der Änderungen aus dem dev-r33_fixmc erledigt. Nun taucht er wieder auf. Es wäre doch besser, eine richtige Lösung zu finden, als nur erst mal etwas abzuschalten.

Kann es sein, das sich der MC-Dekoder alles krallt, was mit einer Präambel mit mehreren Nullen beginnt?
Das ist bei WS2000, FHTTK, FHT und FS20 z.B. der Fall.

Worauf könnte man prüfen?

Was ist das charakteristische an Manchester? Für mich eigentlich auch erst mal, was du schon schriebst:

Das Verhältnis von S (400) zu L (600) ist 1.5, dies müsste doch bei MC 2 sein?

Wenn ich da aber bei der Prüfung eine Toleranz von 80% zulasse, passt das eigentlich fast immer.

@sidey79
Copy link
Contributor

sidey79 commented Nov 1, 2017

Mir ist ehrlich gesagt nicht klar, wieso wir die Probleme aus #62 nun hier mit vermischen.
Was wie zusammen hängt wird immer unklarer. Der Zusätzliche Branch macht es auch nicht leichter, da er 12 commits zurück hängt.

Nun noch mal was generelles zum Thema Manchester:
Es gibt von Atmel eine recht gute Beschreibung inkl. Referenz Implementierung:
http://www.atmel.com/images/atmel-9164-manchester-coding-basics_application-note.pdf

Charakteristisch für Manchester:

  • Gleichanteilsfreie Übertragung
  • Takt lässt sich aus dem empfangenen Signal bestimmen

An dieser habe ich mich orientiert. Aufgrund diverser Hersteller hat der MC Decoder aber leider viele "Ergänzungen" erfahren. Die machen das ganze leider auch etwas komplexer.

In der Beschreibung wird eine Toleranz von bis zu +-50% empfohlen und im Beispiel auch umgesetzt:
Für short:
if((tmp >= (clkT*0.5)) && (tmp <= (clkT*1.5)))

Für long:
if((tmp >= (clkT*1.5)) && (tmp <= (clkT*2.5)))

Der MC Decoder schnappt sich nicht, was mit mehreren Nullen beginnt. Er schnappt sich alles, wo die Prüfroutinen ein valides Manchester Signal erkennen. Bei dieser Übertragung passt das leider (manchmal).

Anpassungen der Toleranzen:

  • Toleranz für die short Pegel auf 40% reduzieren. Für die long Pegel lassen wir es bei 80% des Taktes.

Ich könnte mir vorstellen, dass wir das Signal noch Zusätzlich auf die Signalfolgen prüfen und gegen die Anzahl der unterschiedlichen Sequenzen prüfen. Also immer zwei Pulse ergeben dann eine Sequenz.
Haben wir genau zwei unterschiedliche Sequenzen, ist das für Manchester eher untypisch (abgesehen davon, wenn nur FFFFF übertragen werden würde). EIn bisschen was habe ich dafür schon entwickelt, es läuft leider aber noch nicht rund.

@sidey79
Copy link
Contributor

sidey79 commented Nov 1, 2017

Keines Update, bei einer Toleranz von nur 0,40 gibt es Probleme mit der Oregon V2 Dekodierung :(

@HomeAutoUser
Copy link
Contributor

HomeAutoUser commented Nov 2, 2017

Guten Morgen,
ich verfolge das Ganze ja auch im Hintergrund und mache mir diesbezüglich Gedanken.
Wir müssen natürlich aufpassen, das wir wirklich verschiedene Dinge nicht vermischen erstmal.
Da muss ich @sidey79 zustimmen.

Mir ist ehrlich gesagt nicht klar, wieso wir die Probleme aus #62 nun hier mit vermischen.

Diesbezüglich würde ich einschätzen, das wir vermutlich an einem Punkt sind, wo wir dem Problem von #62 auf die Schlichte kamen, da es erstmal nicht mehr auftrat aber dafür der Empfang von manchen Sensoren nicht mehr gegeben war. Das ist verschuldet vermutlich Aufgrund des ineinander greifen.

Nun noch mal was generelles zum Thema Manchester:

Das Thema ist auch sehr ausschlaggebend für das weitere Projekt finde ich. Natürlich ist es schwierig da eine klare Definition zu finden um alle 3 Protokolle MU - MC - MS zu unterscheiden. Dennoch sollte es Ziel sein, das man ohne Abschaltung von etwas zum Erfolg kommt.

@Ralf9 - Meinung

Mir ist noch nicht klar was dagegen spricht bei 868 MHz den MC-Decoder zu deaktivieren. Sind bei 868 MHz Sensoren bekannt die Manchester verwenden?

Ich würde das vorgehen vom Abschalten nicht als Ursache wählen wollen. Das Thema der Erkennung wie o. angesprochen wird somit nur "vertagt" und zu einem späteren Zeitpunkt kommen wir wieder dort an den Punkt. Dennoch wissen wir nicht was auf dem 868 MHz Band noch an Sensoren kommen wird, denn dann wäre es verkehrt sich diese Option zu verbauen.

Ich würde es wichtiger finden, daß der MC-Decoder wieder so gut funktioniert wie vor diesen Anpassungen:

Ja dem stimme ich auch zu, ABER under dem o.g. Aspekt, das man nicht einfach etwas abschaltet. Das Projekt kann auf verschiedenen Frequenzen benutzt werden und so sollten wir auch weiter denken. Es kann immer stets ertwas neues kommen was wir entdecken aber nicht immer wieder an den Punkt kommen sollten, das das Thema vertagt wird und bei neuen Sensoren aufgekaut wird. Zumal wenn man eine zuverlässige Definition findet OHNE das man willkürlich MC abschalten müsste, so verhindert wir auch USER Anfragen die vielleicht das selbige Problem haben. Lasst uns bitte so denken, Fehler finden, korrigieren aber nicht vertagen.

Das Problem mit den fälschlich als MC deklarierten Protokollen hat ja nichts mit dem benutzten Frequenzband zu tun. Wir hatten das auch schon beim WS7000/WS2000 (RFD-FHEM/RFFHEM#136). Dort hat sich der Fehler mit dem Einbau der Änderungen aus dem dev-r33_fixmc erledigt. Nun taucht er wieder auf. Es wäre doch besser, eine richtige Lösung zu finden, als nur erst mal etwas abzuschalten.

Ich bin da ganz @elektron-bbs seiner Meinung.

Bei den Hideki Sensoren sind die Daten nach der Dekodierung z.T. invertiert und z.T. nicht invertiert.
Der Maverick Grillthermometer funktioniert anscheinend inzwischen auch nicht mehr:

Das sind Dinge welchen wir nachgehen müssen aber dazu muss ein "klarer Grund" existieren" Wir können ungern etwas Universelles zum Teil spezifizieren.

Um nun auf die Punktliste aus dem ersten Faden zu kommen, @sidey79 wie weit kannst du einschätzen, das das Problem

addData overflow

behoben ist? Meine Einschätzung habe ich ja schon geschrieben. Auftreten war bisher nicht vorhanden (nicht mehr erhaltene Sensoren, erstmal ausgeklammert) Wenn du sagst, "fertig", dann bitte den code als Basis nehmen um den nächsten Punkt widmen. Da würde ich die "allgemeine Erkennung" der Sensoren erstmal anstreben. Danach dann die MC Erkennung auf allen Bändern (486/868) ...

Wir, derzeit aktiven 4 Mitglieder @Ralf9 @sidey79 @elektron-bbs sind im Besitz zusammen an einer Vielzahl an Sensoren wo man doch erstmal einen "klaren" Schnitt hinbekommen sollte.

@elektron-bbs
Copy link
Contributor

@sidey79

•Toleranz für die short Pegel auf 40% reduzieren. Für die long Pegel lassen wir es bei 80% des Taktes.

Ich habe jetzt mal folgende Varianten durchprobiert, dein Vorschlag bringt auch keine Verbesserung.

//pshort *0.4, plong *0.8 MU Erkennung geht nicht
//pshort *0.5, plong *0.5 MU Erkennung geht besser
//pshort *0.4, plong *0.4 MU Erkennung geht

Ist eigentlich auch logisch:
Bei gegebenen Pulszeiten von 400 und 600 bei FS20/FHT u.s.w., ergibt 400*0.5=600 - das passt dann manchmal, je nach Abweichung vom Soll.
Die Oregon V2 haben aber auch verdammt ähnliche Intervalle: 396, 884, 581, 1069 (laut Doku).

@sidey79
Copy link
Contributor

sidey79 commented Nov 2, 2017

Tia, das ist durchaus etwas herausfordernd finde ich.

Die Prüfung isManchester kennt da nur schwarz oder weiß. Wenn ein Kriterium nicht passt, dann wird abgebrochen. Wie gut die passen oder nicht, das wird derzeit nicht berücksichtigt.
Vielleicht wäre das ein Ansatz etwas zu verändern.

Wenn ich mir das Signal optisch ansehe, dann fällt mir ja auf, dass es genau zwei Signalfolgen gibt und das ist für Manchester eher untypisch.

@sidey79
Copy link
Contributor

sidey79 commented Nov 2, 2017

@HomeAutoUser @elektron-bbs

Ich habe jetzt das mit den Sequenzen in die Firmware eingebaut. Bitte mal testen. Wenn das hilft gehen wir das mit den manchmal invertierten Signalen an :)

Ich habe noch Debug Ausgaben in der Firmware in etwa so:

seq+:101 seq+:123 seq+:121 seq+:103

Wenn wieder was falsch als MC erkannt wird, dann benötige ich diese Ausgaben :)

@HomeAutoUser
Copy link
Contributor

Guten Morgen,
@sidey79 ich habe nun deine FW mal auf den Empfänger geladen. Auf jedenfall muss ich immer noch MC deaktivieren. Hier mal dieAusgabe der falschen Erkennung.

2017.11.03 07:06:36 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:104 seq+:154 seq+:154
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: �MC;P0=-612;P4=378;P5=-409;P6=612;D=47454545454545454545454545604545456045606045604545456045606060454545454545454545456045604545606045454545454545454545456060456060606060604;�
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-612;LH=612;SL=-409;SH=378;D=7FD6AAA;C=335;L=27;R=212;�
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: seq+:147 seq+:145 seq+:145 seq+:145
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: �MC;P0=-612;P4=378;P5=-409;P6=612;D=4;�
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-612;LH=612;SL=-409;SH=378;D=FFFBDADED5FFDBAFFF5AAA8;C=335;L=89;R=212;�
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:121 seq+:104 seq+:151
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=-613;P2=405;P6=-398;P7=611;D=2;�
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-613;LH=611;SL=-398;SH=405;D=6EBAAF77DAAA;C=337;L=47;R=219;�
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:123 seq+:124 seq+:154�Mu;���;���;���;���;d�#$TTS$TTS!##$S#$S###$TTTTTQ#;C3;R48;�
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-412;P1=400;P2=260;P3=580;P4=-640;D=0101020341010103434343410103434343410103410341010341034343434341010;CP=1;R=72;
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.03 07:06:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.03 07:06:39 4: Arduino_Nano_868Mhz/msg READ: seq+:123 seq+:143 seq+:153 seq+:153�Mu;���;�Ղ;��;���;D#CSS���@����@p��@@@p@@@p@����@;C4;R48;�
2017.11.03 07:06:39 4: Arduino_Nano_868Mhz/msg READ: seq+:123 seq+:143 seq+:113 seq+:143�Mu;���;��;��;���;D#C�C��CC������````�@�@```@����`;C6;R48;�
2017.11.03 07:06:39 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-3384;P1=200;P2=-423;P3=587;P4=-594;P5=405;D=0123434343452523434525252525252523434343434345234343434;CP=5;R=72;
2017.11.03 07:06:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.03 07:06:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.03 07:06:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=396;P1=-451;P2=546;P3=-668;P5=-30808;P6=176;D=123230101232323230101012301012301012323232323230123230525610103230103010123232323010123230;CP=0;R=216;
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:123 seq+:143 seq+:143�Mu;���;���;�ۂ;���;d�#CCE#CC%%'%#G%#E%%'%%#CE#CE;C5;R48;�
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-31252;P1=637;P2=403;P3=-596;P4=-410;D=01023131313132424241313132413131324242424132424132424241324242424242413;CP=2;R=72;
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.03 07:06:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.03 07:06:41 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:121 seq+:123 seq+:145�Mu;�ς;��;���;���;d�!#EEA!!%A!!%EEEA%EA%EEa%C#EEEA%;C5;R48;�
2017.11.03 07:06:42 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:121 seq+:103 seq+:123
2017.11.03 07:06:42 4: Arduino_Nano_868Mhz/msg READ: �MC;P0=-404;P1=399;P2=-601;P3=609;D=15101010101010101010101010321010321010101010321010321032321010321010101010101010103210321010323210101010101010101010103232323232323210321;�
2017.11.03 07:06:42 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-601;LH=609;SL=-404;SH=399;D=1BAFFF55568;C=335;L=41;R=49;�
2017.11.03 07:06:42 4: Arduino_Nano_868Mhz/msg READ: seq+:115 seq+:110 seq+:132 seq+:132
2017.11.03 07:06:42 4: Arduino_Nano_868Mhz/msg READ: �MC;P0=-404;P1=399;P2=-601;P3=609;D=16;�
2017.11.03 07:06:42 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-601;LH=609;SL=-404;SH=399;D=FFFBBF76BBFF6EBFFD555A;C=335;L=87;R=49;�
2017.11.03 07:07:13 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=112;P1=-386;P2=621;P3=-598;P4=-8956;P5=410;D=0151515151515151235123515123235151515151515151515151515151512351512351545151515151515151515151512351515123512323235151235151515151512351515151515151515123512351512323515151515151515151515151515151235151235150;CP=5;R=9;
2017.11.03 07:07:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.03 07:07:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.03 07:07:13 1: PERL WARNING: Use of uninitialized value in addition (+) at ./FHEM/00_SIGNALduino.pm line 4236.
2017.11.03 07:07:13 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.03 07:07:13 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117400000A600 length 48 RSSI = -69.5
2017.11.03 07:07:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.03 07:07:13 1: PERL WARNING: Use of uninitialized value $returnvalues[0] in join or string at ./FHEM/00_SIGNALduino.pm line 4064.
2017.11.03 07:07:29 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:121 seq+:123 seq+:143
2017.11.03 07:07:29 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=573;P2=-612;P3=380;P4=-414;D=3;�
2017.11.03 07:07:29 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-612;LH=573;SL=-414;SH=380;D=AFDEDF8;C=329;L=25;R=9;�
2017.11.03 07:07:35 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:134 seq+:104 seq+:105�Mu;�΀;�ƀ;���;���;���;d����4���1���1��������������5555�4���1�554;C0;RC6;�
2017.11.03 07:07:35 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:121 seq+:103 seq+:123
2017.11.03 07:07:35 4: Arduino_Nano_868Mhz/msg READ: �MC;P0=-192;P1=425;P2=-382;P3=225;D=012121212121032301212121210321032103032121;�
2017.11.03 07:07:35 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-382;LH=425;SL=-192;SH=225;D=AAA6AA48A;C=203;L=36;R=198;�
2017.11.03 07:07:35 4: Arduino_Nano_868Mhz/msg READ: seq+:101 seq+:123 seq+:103 seq+:125
2017.11.03 07:07:35 4: Arduino_Nano_868Mhz/msg READ: �MC;P0=431;P1=-398;P2=235;P3=-182;D=523212523032123032323;�
2017.11.03 07:07:35 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-398;LH=431;SL=-182;SH=235;D=8A0578;C=207;L=21;R=199;�
2017.11.03 07:07:36 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0

Desweiteren ist mir ebenso aufgefallen, die Hideki Erkennung ist schlechter.
Das sollten wir auch parallel du dem MC - Bug bewältigen. Hast du auch die Erkenntnis @Ralf9 mit der Hideki - Erkennung?

@elektron-bbs
Copy link
Contributor

Bei mir sieht es ähnlich aus :-(
FHT_2017-11-03.log
FS20_2017-11-03.log

@sidey79
Copy link
Contributor

sidey79 commented Nov 3, 2017

Habe noch nicht alle daten verifiziert, aber es gibt schon mal ein kleines Update..

@sidey79
Copy link
Contributor

sidey79 commented Nov 3, 2017

@elektron-bbs
Also FHT, dürfte jetzt als MU erkannt werden. Habe es mit deinen Logs verifiziert

@HomeAutoUser
Copy link
Contributor

HomeAutoUser commented Nov 4, 2017

Guten Morgen,
@sidey79 schomal "daumenhoch" ;-)
Ich nehme mal @elektron-bbs Antwort vorweg, da ich ein paar mehr FHT´s im Betrieb habe :-D.
Sie werden nun zuverlässiger erkennt. Ich habe dies soeben mal laufen lassen.
Für die FHTTK Kontakte sind noch Verbesserungen notwendig was die MU Erkennung angeht.

2017.11.04 10:41:11 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-2104;P1=393;P2=-399;P3=583;P4=-608;D=012121212121212121212121234121212343412123434123412343412343434121234341212121212121212121212341234341234341212341212;CP=1;R=4;
2017.11.04 10:41:11 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:41:11 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:41:11 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T195B3002 length 32 RSSI = -72
2017.11.04 10:41:11 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:41:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:41:12 1: PERL WARNING: Use of uninitialized value $returnvalues[0] in join or string at ./FHEM/00_SIGNALduino.pm line 4064.
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=390;P2=-410;P3=588;P4=-595;D=012121212121212121212121234121212343412123434123412343412343434121234341212121212341212121212341212121234341212341234;CP=1;R=4;
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T195B3082 length 32 RSSI = -72
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:41:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz/msg READ: +seq[:30]
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz/msg READ: +seq[:103]
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-619;P1=387;P2=-411;P3=598;D=0121230121212121212301212121212121212123012303012303012301212303012301212301230121230301230121412121212121212121212121230121212301230303012123012121212121230121212121212121212301230301230301230121230301230121230123012123030123012;CP=1;R=14;
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:41:18 1: PERL WARNING: Use of uninitialized value in addition (+) at ./FHEM/00_SIGNALduino.pm line 4236.
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117400000B634 length 48 RSSI = -67
2017.11.04 10:41:18 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=394;P4=-398;P5=595;P6=-619;D=1714141414141414141414141456141414561456561456141414561456565614141414141414141414561456561456561456141414141414141414565656145656565;O;�
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-619;LH=595;SL=-398;SH=394;D=BDADED5FFDAD6FFD5AAA;C=334;L=79;R=230;�
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:17]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:71]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=397;P4=-398;P5=593;P6=-619;D=171414141414141414141414145614141456145656145614141456145656561414141414141414141456145656145656145614141414141414141456565614565656565610;CP=1;R=230;
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116170000B600 length 48 RSSI = -87
2017.11.04 10:41:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:41:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:16]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:17]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=399;P3=613;P4=-602;P6=-388;D=17161616161616161616161616341616341616161616341616341634341616341616161616161616163416343416343416341616341616341616161616343416163416341;�
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-602;LH=613;SL=-388;SH=399;D=8012948881448;C=333;L=50;R=49;�
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:17]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:71]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:16]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:63]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=399;P3=613;P4=-602;P6=-388;D=12;�
2017.11.04 10:42:16 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-602;LH=613;SL=-388;SH=399;D=FFFBBF76BBFF6B5BBBF5DA;C=333;L=87;R=49;�
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=853;P2=-373;P3=352;P4=-861;D=0121212121212121212123434121212343412121234121212343412341212341234121234121234123434121212343412341234121212343434123412;CP=3;R=35;
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 1 - Thermo/Hygro
2017.11.04 10:42:23 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K11284251 length 32 RSSI = -56.5
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:102]
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-599;P1=583;P2=384;P3=-409;D=0101010102310232323232323102310101023102323232310;CP=2;R=29;
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-13596;P1=399;P2=-396;P3=594;P4=-597;D=012121212121212121212121234343434123434343434341212341234123412121234343434341234341212121212341212123412341212121212;CP=1;R=28;
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEF953E82 length 32 RSSI = -60
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:42:40 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=850;P2=-375;P3=349;P4=-874;D=0121212121212121212123434121212341212121234123434123412121212341234121234123412123434121234343412341234343412343434121234;CP=3;R=21;
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 0 - Thermo/Hygro
2017.11.04 10:42:45 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K01062259 length 32 RSSI = -63.5
2017.11.04 10:42:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:54]
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:53]
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:46]
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz/msg READredu: MU;P2=-599;P3=618;P4=373;P5=-366;D=23232454532454545454545324545454545454545453245323245323245324545323245324545324532454532324532454645454545454545454545454532454545324532323245453245754545454545453505314131;CP=4;R=14;
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:43:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:43:14 3: OREGON: Unknown device THR128_04_1, please define it
2017.11.04 10:43:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-960;P1=160;P2=-408;P3=574;P4=-606;P5=389;D=01234525252523434345234345252525252345252523434525252343452;CP=5;R=11;
2017.11.04 10:43:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:43:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:43:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=393;P2=-395;P3=597;P4=-596;D=012121212121212121212121234343434123434341212341234121212341234123434343434343434121212121212341234121212343434123412;CP=1;R=1;
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEEA27F02 length 32 RSSI = -73.5
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:43:23 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=376;P2=-415;P3=580;P4=-616;D=012121212121212121212121234343434123434341212341234121212341234123434343434343434341212121212341212341212343434123434;CP=1;R=6;
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEEA27F82 length 32 RSSI = -71
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:43:24 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:43:28 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=391;P2=-410;P3=573;P4=-609;D=012121212121212121212121234341212123434341212343434121234121212343434343412123412121212121212341234123434343412123434;CP=1;R=254;
2017.11.04 10:43:28 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:43:28 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:43:28 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T8EE4F902 length 32 RSSI = -75
2017.11.04 10:43:28 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:43:28 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:51]
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=380;P3=570;P4=-617;P5=-407;D=012341515153434341515343434151534151515343434343415153415341515151515341515343434343415153415;CP=1;R=3;
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:43:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:43:35 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-10052;P1=632;P2=434;P3=-355;P4=-556;D=010231414232314142323141414232314231414141423141414232314232323232323231414232314142314232314;CP=2;R=16;
2017.11.04 10:43:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:43:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:43:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:43:36 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-9712;P1=633;P2=433;P3=-359;P4=-557;D=010231414232314142323141414232314231414141423141414232314142323232323231423142314142314232323;CP=2;R=16;
2017.11.04 10:43:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:43:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:43:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:65]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=374;P4=-407;P5=581;P6=-639;D=17141414141414141414141414561414145614565614561414145614565656141414141414141414145614565614565614561414141414141414145656561456565656561;�
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-639;LH=581;SL=-407;SH=374;D=ADED5FFDAD6FFD5AAA;C=333;L=71;R=235;�
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:17]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:71]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=374;P4=-407;P5=581;P6=-639;D=10;�
2017.11.04 10:43:41 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-639;LH=581;SL=-407;SH=374;D=FFFBDADED5FFDAD6FFD5AAA;C=333;L=91;R=235;�
2017.11.04 10:43:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=393;P2=-402;P3=623;P4=-595;D=0121212121212121212121212341212341212121212341212341234341212341212121212121212123412343412343412341212341212341212121212343412123412341512121212121212121212121234121234121212121234121234123434121234121212121212121212341234341234341234121234121234121212;CP=1;R=49;O;
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C0000B624 length 48 RSSI = -49.5
2017.11.04 10:44:13 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:13 3: OREGON: Unknown device THR128_04_1, please define it
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=378;P2=-415;P3=607;P4=-618;D=012121212121212121212121234121234121212121234121234123434121234123434343434123412123434121234343434121212341212341212123412123434341212;CP=1;R=49;
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C7D006712 length 48 RSSI = -49.5
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-25520;P1=404;P2=-649;P3=584;P5=-410;D=0101232123232323232153215153232321532323215151515321515321515153215323232321532;CP=1;R=73;
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=400;P2=-395;P3=613;P4=-602;D=012121212121212121212121234121234121212121234121234123434121234123412121212341212123434123412123412343412343434343434343434121212341212;CP=1;R=49;
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C420069DF length 48 RSSI = -49.5
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:40]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:103]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-586;P2=-405;P3=411;P4=595;D=010123240101240324040323240324032323232401232324040404012324040404032404040404040404040403232403240;CP=4;R=72;
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-27268;P1=413;P2=-382;P3=630;P4=-591;D=012121212121212121212121234121234121212121234121234123434121234123412121212343434123434123412123412121212121212121212121212121234121234;CP=1;R=49;
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C43006900 length 48 RSSI = -49.5
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-597;P1=575;P2=418;P3=-415;P4=318;D=010231010232310231023232323101010231010101023231010232323432323232343232323102310232323;CP=2;R=72;
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READ: +seq[:51]
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=386;P2=-396;P4=609;P5=-610;D=012121212121212121212121245121245121212121245121245124545121245124512124512454512124545121245454545121212451212451212121212454545121245;CP=1;R=49;
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C4B006712 length 48 RSSI = -49.5
2017.11.04 10:44:14 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-651;P1=401;P2=-440;P3=582;P5=-332;D=010121230121212121230121230123030121230123012123012303012123030301230303012121212301512301212121230123030121230;CP=1;R=73;
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=393;P2=-401;P3=600;P4=-617;D=012121212121212121212121234121234121212121234121234123434121234123412121234121212123434123412123412121212121212121212121212121234123412;CP=1;R=49;
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C44006900 length 48 RSSI = -49.5
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:53]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=385;P3=599;P4=-612;P5=-410;D=01234153434151534153415151534151515153434343415153434151515151515151515151515341534153434;CP=1;R=72;
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=393;P2=-402;P3=607;P4=-608;D=012121212121212121212121234121234121212121234121234123434121234123412123412343412123434121234343434121212341212341212121212343434121234;CP=1;R=49;
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C4B006712 length 48 RSSI = -49.5
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:25]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:52]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=411;P2=-586;P5=589;P6=-415;D=01012323252165252321652165216165216525216165252521652525216161616523616521616161652165252161652;CP=1;R=73;
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=371;P2=-407;P3=591;P4=-633;D=012121212121212121212121234121234121212121234121234123434121234123434343434341212123434121234343434121212341212341212123412123434343434;CP=1;R=49;
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C7E006712 length 48 RSSI = -49.5
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:103]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:30]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:53]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READ: +seq[:51]
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-603;P1=388;P3=584;P5=-417;D=01030101030153030151530153030303030301515153030301530303015151515301515301515153015303030303015;CP=1;R=73;
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:15 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:16 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=411;P2=-414;P6=618;P7=-595;D=012121212121212121212121267121267121212121267121267126767121267126767676767671212126767671267676712121212671212671212126712676767676712;CP=1;R=73;
2017.11.04 10:44:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:16 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:16 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C7E007712 length 48 RSSI = -37.5
2017.11.04 10:44:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=-398;P2=598;P3=-617;P4=399;D=0123412323412341414123412323234141232323232341234141232341412323232341414123414123414141412341232323232340;CP=4;R=230;
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:20 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-96;P1=162;P2=-413;P3=410;P6=589;P7=-599;D=012121232323232323267323232673267673267323232673267676732326767676767326732326767673267676732323232673232673232323267676767676732;CP=3;R=73;
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116177D007712 length 48 RSSI = -37.5
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=388;P2=-431;P4=577;P5=-614;D=012121212121212121212121245121212451245451245121212451245454512124545124512124512124545451245454512121212451212451212121245124512454512;CP=1;R=72;
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001161769007712 length 48 RSSI = -38
2017.11.04 10:44:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:44:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:17]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=399;P4=-392;P5=614;P6=-602;D=17141414141414141414141414561414145614565656141456141414141414561414141414141414145614565614565614561414565614561414561456141456561456141;�
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-602;LH=614;SL=-392;SH=399;D=DFFB5ADD6EDD6C;C=334;L=54;R=11;�
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:17]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:71]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=399;P4=-392;P5=614;P6=-602;D=10;�
2017.11.04 10:45:08 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-602;LH=614;SL=-392;SH=399;D=FFFBDABBFBFF6B5BADDBAD8;C=334;L=89;R=11;�
2017.11.04 10:45:13 3: OREGON: Unknown device THR128_04_1, please define it
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:42]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=399;P2=-397;P5=599;P6=-617;D=1;�
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-617;LH=599;SL=-397;SH=399;D=EF6AEFED55BAEABDDED76;C=335;L=83;R=10;�
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:51]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz/msg READredu: MU;P3=-420;P4=417;P5=-595;P6=583;D=1213131313134513434365436565654343654343431343436543656565656543654343656565436565654313434365434365434340656543651343654340;CP=4;R=73;
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:45:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:103]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:30]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:51]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:35]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=371;P1=-617;P3=-411;P5=603;D=010301015103035151515103030351030351030303510303035103515100;CP=0;R=9;
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:42]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:26]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:67]
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=421;P2=-414;P6=578;P7=-582;D=012121212121212124212121267121242674267676712126712121212121267426767126712126712126767671267676712421212671212671212126712671267126712;CP=1;R=73;
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:45:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=851;P2=-374;P3=356;P4=-862;D=0121212121212121212123434121212343412121234121212343412341212341234121234121234123434121212343412341234121212343434123412;CP=3;R=37;
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 1 - Thermo/Hygro
2017.11.04 10:45:19 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K11284251 length 32 RSSI = -55.5
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=380;P2=-404;P3=587;P4=-608;D=012121212121212121212121234121212343412123434123412343412343434121234341212121212121212121212341234341234341212341212;CP=1;R=2;
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T195B3002 length 32 RSSI = -73
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=393;P2=-393;P3=598;P4=-600;D=012121212121212121212121234121212343412123434123412343412343434121234341212121212341212121212341212121234341212341234;CP=1;R=2;
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T195B3082 length 32 RSSI = -73
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:45:27 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:102]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:16]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=384;P2=601;P3=-615;P4=-411;D=16141414141414141414141414231414142314232314231414142314232323141414141414141414142314232314232314231414141414141414142323231423232323231;�
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-615;LH=601;SL=-411;SH=384;D=80094A400A9550;C=335;L=53;R=234;�
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:16]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:42]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: +seq[:17]
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=384;P2=601;P3=-615;P4=-411;D=17;�
2017.11.04 10:45:40 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-615;LH=601;SL=-411;SH=384;D=FFFBDADED5FFDAD6FFD5AAA;C=335;L=91;R=234;�
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=843;P2=-379;P3=363;P4=-858;D=0121212121212121212123434121212341212121234343434123412121212341234121234123412123434121234343412341234123412343434121234;CP=3;R=16;
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 0 - Thermo/Hygro
2017.11.04 10:45:42 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K01072259 length 32 RSSI = -66
2017.11.04 10:45:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=385;P2=-406;P3=622;P4=-599;D=0121212121212121212121212341212341212121212341212341234341212341212121212121212123412343412343412341212341212341212121212343412123412341512121212121212121212121234121234121212121234121234123434121234121212121212121212341234341234341234121234121234121212;CP=1;R=47;O;
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C0000B624 length 48 RSSI = -50.5
2017.11.04 10:46:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-615;P1=566;P2=387;P3=-415;D=0101010231010101010102323102310231023232310101010102310232323232323102310101023102323232310;CP=2;R=39;
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READ: +seq[:54]
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=570;P2=-611;P4=-415;P5=379;D=012123412125454545454125454541254125454545454;CP=5;R=39;
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:46:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:46:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:47:03 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=411;P2=-391;P3=609;P4=-599;P5=-8956;D=0121212121212121212121212341212123412343434121234121212121212341212121212121212121212343412343412121212341212121234123412343434123412341512121212121212121212121234121212341234343412123412121212121234121212121212121212121234341234341212121234121212123412;CP=1;R=14;O;
2017.11.04 10:47:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:03 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:47:03 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001174000003621 length 48 RSSI = -67
2017.11.04 10:47:03 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=370;P3=-417;P4=594;P5=-602;D=012131345451313131313134513134513131345451345131313134545451345131313131313451345454545131313454545;CP=1;R=13;
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:18 4: Arduino_Nano_868Mhz/msg READredu: MS;P0=-14482;P1=375;P2=-420;P3=579;P4=-608;D=0101234121234121212343412341212121234343412343412121212123412121234341212123434121;CP=1;SP=0;R=14;
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=392;P3=595;P4=-599;P5=-397;D=01234341515341534151515341534153434343434343434151515151515341534151515343434153415;CP=1;R=6;
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:25 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=378;P2=-409;P3=591;P4=-600;D=012121212121212121212121234343434123434341212341234121212341234123434343434343434341212121212341212341212343434123434;CP=1;R=6;
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEEA27F82 length 32 RSSI = -71
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:26 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz/msg READ: +seq[:102]
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-397;P1=393;P2=603;P3=-618;D=010102323231023232323231410101010101010101010101023101010231023231023101010231023232310101010101010101010231023231023231023101010101010101010232323102323232323;CP=1;R=240;
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116170000B600 length 48 RSSI = -82
2017.11.04 10:47:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=394;P2=-393;P3=594;P4=-601;D=012121212121212121212121234341212123434341212343434121234121212343434343412123412121212121212341234123434343412123434;CP=1;R=1;
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T8EE4F902 length 32 RSSI = -73.5
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:42 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-26240;P1=400;P2=-17568;P3=-393;P4=599;P5=-596;D=0121313454545131345131313454545454513134513451313131313451313454545454513134513;CP=1;R=0;
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=429;P2=-359;P3=626;P4=-564;D=012121212121212121212121234123434121234341212343434121234123434343412343434121234121212121212123434121234341234121234;CP=1;R=14;
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T66E5DC01 length 32 RSSI = -67
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:44 3: OREGON: Unknown device THR128_04_1, please define it
2017.11.04 10:47:44 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=224;P1=-563;P2=626;P3=427;P4=-361;D=012134342121343434343434213421342121342134343430;CP=3;R=9;
2017.11.04 10:47:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:47:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:47:44 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:47:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz/msg READ: +seq[:51]
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz/msg READ: +seq[:16]
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=402;P2=-388;P4=612;P5=-606;D=0121212121212121212121212451212451212121212451212451245451212451212121212121212124512454512454512451212451212451212121212454512124512451612121212121212121212121245121245121212121245121245124545121245121212121212121212451245451245451245121245121245121212;CP=1;R=47;O;
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C0000B624 length 48 RSSI = -50.5
2017.11.04 10:48:07 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=854;P2=-358;P3=371;P4=-858;D=0121212121212121212123434121212343412121234121212343412341212341234121234121234123434121212343412341234121212343434123412;CP=3;R=34;
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 1 - Thermo/Hygro
2017.11.04 10:48:16 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K11284251 length 32 RSSI = -57
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=838;P2=-376;P3=366;P4=-853;D=0121212121212121212123434121212341212121234123434123412121212341234121234123412123434121234343412341234343412343434121234;CP=3;R=14;
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 0 - Thermo/Hygro
2017.11.04 10:48:39 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K01062259 length 32 RSSI = -67
2017.11.04 10:48:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:48:58 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-12800;P1=420;P2=-376;P3=631;P4=-594;P5=-8936;D=0121212121212121212121212341212123412343434121234121212121212341212121212121212123412343412343412341212341212121234121212343434123412121512121212121212121212121234121212341234343412123412121212121234121212121212121212341234341234341234121234121212123412;CP=1;R=254;O;
2017.11.04 10:48:58 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:48:58 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:48:58 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:48:58 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117400000B621 length 48 RSSI = -75
2017.11.04 10:48:58 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:102]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-408;P1=385;P2=612;P3=-619;D=0102323101023232323101010231010231010102310232310102310;CP=1;R=254;
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=387;P2=-408;P3=607;P4=-618;D=012121212121212121212121234121212341234343412123412121212121234123434343434123412123434121234343434121212341212341212123412343412123412;CP=1;R=254;
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117407D006712 length 48 RSSI = -75
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=412;P2=-409;P5=592;P6=-578;D=012121212121212121212121256121212561256565612125612121212121256125656565656125612125656561256565612121212561212561212125656125612125612;CP=1;R=73;
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117407D007712 length 48 RSSI = -37.5
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-442;P1=382;P5=562;P6=-605;D=1010101010101010101010105610101056105656561010561010101010105610561010101056101010565656561010565656565610105656105610101010105610105610;CP=1;R=73;
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-22852;P1=380;P2=-429;P5=561;P6=-636;D=012121212121212121212121256121212561256565612125612121212121256125612121212565656125656565612125656121212121212121212121212565656565656;CP=1;R=73;
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:48:59 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001174043007900 length 48 RSSI = -37.5
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=402;P2=-425;P4=590;P5=-583;P6=-328;D=012121212121212121212121245161212451245454512124512121212121245124512124512454512124545451245454516121212451212451212121245451245454545;CP=1;R=72;
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=397;P2=-431;P4=566;P5=-592;D=012121212121212121212121245121212451245454512124512121212121245124512121245121212124545454512124545121212121212121212121245121212121245;CP=1;R=73;
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001174044007900 length 48 RSSI = -37.5
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-28576;P1=384;P2=-435;P4=572;P5=-651;D=012121212121212121212121245121212451245454512124512121212121245124512124512454512124545451245454512121212451212451212121245451245454545;CP=1;R=72;
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117404B007712 length 48 RSSI = -38
2017.11.04 10:49:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:62]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=426;P2=-418;P4=622;P5=-616;D=012121212131212131212121245126212451345454562124512121212621245124545454545456212124545451245454512126212456212451212124545624562451213;CP=1;R=73;
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:42]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:54]
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=-589;P2=602;P3=415;P4=-412;D=012121213434213454343434542134212121212121343434212121342121213434345421545421345434212134213421343450;CP=3;R=73;
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:49:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:28 2: CUL_TCM97001 Unknown device CUL_TCM97001_12, please define it
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=383;P2=-417;P3=593;P4=-627;D=0121212121212121212121212341212123412343412341212123412343434121212121212121212123412343412343412341212121212121212123434341234343434341512121212121212121212121234121212341234341234121212341234343412121212121212121212341234341234341234121212121212121212;CP=1;R=227;O;
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:49:36 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116170000B600 length 48 RSSI = -88.5
2017.11.04 10:49:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=397;P3=-395;P4=599;P5=-599;D=012131313454513134545134513454513454545131345451313131313131313131313451345451345451313451313;CP=1;R=5;
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=377;P2=-411;P3=578;P4=-616;D=012121212121212121212121234121212343412123434123412343412343434121234341212121212341212121212341212121234341212341234;CP=1;R=1;
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T195B3082 length 32 RSSI = -73.5
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:49:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:49:47 3: radino_Stick_433Mhz: SD_WS07_TH_801 ERROR - Temp diff too large (old 12.2, new 0, diff 12.2)
2017.11.04 10:49:47 3: radino_Stick_433Mhz: SD_WS07_TH_801 ERROR - Hum diff too large (old 7, new 27, diff 20)
2017.11.04 10:49:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=379;P2=-413;P3=598;P4=-617;D=0121212121212121212121212341212341212121212341212341234341212341212121212121212123412343412343412341212341212341212121212343412123412341512121212121212121212121234121234121212121234121234123434121234121212121212121212341234341234341234121234121234121212;CP=1;R=45;O;
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C0000B624 length 48 RSSI = -51.5
2017.11.04 10:50:04 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:50:14 3: OREGON: Unknown device THR128_04_1, please define it
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=403;P2=-403;P4=598;P5=-585;D=012121212121212121212121245454545124545454545451212451245124512121245454545451245121212121212451245454512451212121245;CP=1;R=37;
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEF953E02 length 32 RSSI = -55.5
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-9572;P1=581;P2=-6004;P3=396;P4=-393;P6=-599;D=0123434343416161616341616161616163434163416341634343416161616163416163434343434163434341634163434343434;CP=3;R=39;
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEF953E82 length 32 RSSI = -54.5
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:50:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=397;P2=-393;P3=609;P4=-620;D=0121212121212121212121212341212123412343434121234121212121212341212121212121212123412343412343412341212341212121234121212343434123412121512121212121212121212121234121212341234343412123412121212121234121212121212121212341234341234341234121234121212123412;CP=1;R=18;O;
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117400000B621 length 48 RSSI = -65
2017.11.04 10:50:53 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:50:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=836;P2=-378;P3=348;P4=-877;D=0121212121212121212123434121212343412121234121212343412341212341234121234121234123434121212343412341234121212343434123412;CP=3;R=35;
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 1 - Thermo/Hygro
2017.11.04 10:51:12 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K11284251 length 32 RSSI = -56.5
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=385;P4=-412;P5=569;P6=-615;D=012343434343456561414141414145614145614141456561456141414145656561456141414141414561456565656141414565656;CP=1;R=16;
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:51:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:51:22 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-12180;P1=399;P2=-395;P3=593;P4=-592;D=012121212121212121212121234341212121212123412123412121234341234121212123434341234341212121212341212123434121212343412;CP=1;R=12;
2017.11.04 10:51:22 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:51:22 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:51:22 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T81460E82 length 32 RSSI = -68
2017.11.04 10:51:22 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:51:22 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:26]
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: +seq[:62]
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: �MC;P2=366;P3=-626;P4=563;P6=-428;D=2;�
2017.11.04 10:51:27 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-626;LH=563;SL=-428;SH=366;D=55557F6F56C;C=330;L=42;R=2;�
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: +seq[:67]
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: +seq[:70]
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: �MC;P2=571;P3=-612;P4=379;P5=-415;D=4;�
2017.11.04 10:51:28 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-612;LH=571;SL=-415;SH=379;D=AAAA8111528;C=329;L=42;R=0;�
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:30]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:25]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:50]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: �MC;P0=-398;P1=606;P2=-609;P5=395;D=56505050505050505050505050125050501250121250125050501250121212505050505050505050501250121250121250125050505050505050501212125012121212125;�
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-609;LH=606;SL=-398;SH=395;D=ABFFB5ADFFAB554;C=334;L=58;R=234;�
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:65]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:50]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:105]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:25]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:57]
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: �MC;P0=-398;P1=606;P2=-609;P5=395;D=57;�
2017.11.04 10:51:35 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-609;LH=606;SL=-398;SH=395;D=FFFBDADED5FFDAD6FFD5AAA;C=334;L=91;R=234;�
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=853;P2=-374;P3=344;P4=-871;D=0121212121212121212123434121212341212121234123434123412121212341234121234123412123434121234343412341234343412343434121234;CP=3;R=15;
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 0 - Thermo/Hygro
2017.11.04 10:51:36 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K01062259 length 32 RSSI = -66.5
2017.11.04 10:51:51 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-964;P1=136;P2=-204;P3=190;P4=-572;P5=618;P6=423;P7=-373;D=01234545467545454676754676767676737675454676754546754676754;CP=6;R=13;
2017.11.04 10:51:51 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:51:51 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:51:51 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:51:52 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-15836;P1=436;P2=-355;P3=639;P4=-554;D=012121212121212121212121234121434121234341212343434121234123434343412343434121234341212121212123412341234341234121212;CP=1;R=14;
2017.11.04 10:51:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:51:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:51:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=381;P2=-408;P3=570;P4=-618;D=012121212121212121212121234341212123434341212343434121234121212343434343412123412121212121212341234123434343412123434;CP=1;R=0;
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T8EE4F902 length 32 RSSI = -74
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:51:56 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=388;P2=-403;P3=590;P4=-608;D=012121212121212121212121234341212123434341212343434121234121212343434343412123412341212121212341212343434343412123412;CP=1;R=1;
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T8EE4F982 length 32 RSSI = -73.5
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:51:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=390;P2=-403;P3=593;P4=-621;D=0121212121212121212121212341212341212121212341212341234341212341212121212121212123412343412343412341212341212341212121212343412123412341512121212121212121212121234121234121212121234121234123434121234121212121212121212341234341234341234121234121234121212;CP=1;R=47;O;
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C0000B624 length 48 RSSI = -50.5
2017.11.04 10:52:01 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=390;P2=-398;P3=604;P4=-611;D=0121212121212121212121212341212123412343434121234121212121212341212121212121212123412343412343412341212341212121234121212343434123412121512121212121212121212121234121212341234343412123412121212121234121212121212121212341234341234341234121234121212123412;CP=1;R=17;O;
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117400000B621 length 48 RSSI = -65.5
2017.11.04 10:52:48 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:52:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:53:13 3: OREGON: Unknown device THR128_04_1, please define it
2017.11.04 10:53:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:53:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:54]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:16]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=396;P3=-388;P4=617;P5=-610;D=16131313131313131313131313451313134513454513451313134513454545131313131313131313134513454513454513451313131313131313134545451345454545451;�
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-610;LH=617;SL=-388;SH=396;D=D5FFDAD6FFD5AAA;C=335;L=59;R=234;�
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:16]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:51]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: �MC;P1=396;P3=-388;P4=617;P5=-610;D=107;�
2017.11.04 10:53:34 4: Arduino_Nano_868Mhz/msg READ: �MC;LL=-610;LH=617;SL=-388;SH=396;D=FFFBDADED5FFDAD6FFD5AAA;C=335;L=91;R=234;�
2017.11.04 10:53:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:53:58 4: Arduino_Nano_868Mhz/msg READredu: MS;P1=613;P2=-8708;P4=-385;P5=-609;P6=400;D=562646464646464646464646464156464156464646464156464156415156464156464646464646464641564151564151564156464156464156464646464151564641564156;CP=6;SP=2;R=47;
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:54]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READredu: MU;P2=-597;P3=589;P4=387;P5=-403;D=012324545454545454545454545324532324532324545324545;CP=4;R=8;
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:30]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:103]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=-597;P3=-399;P4=589;P5=394;D=010123034141535353535341535353535341535353534141535341534150;CP=5;R=9;
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:53:59 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=836;P2=-374;P3=350;P4=-878;D=0121212121212121212123434121212343412121234121212343412341212341234121234121234123434121212343412341234121212343434123412;CP=3;R=37;
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 1 - Thermo/Hygro
2017.11.04 10:54:09 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K11284251 length 32 RSSI = -55.5
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=349;P2=-448;P3=564;P4=-661;D=012121212121212121212121234121212341234345674121212341234343412123434343434123412123434121234343434121212341212341212121234123434343434;CP=1;R=219;
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:20 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=403;P2=-417;P5=581;P6=-612;D=012121212121212121212121256121212561256561256121212561256565612125656565656125612125656561256565612121212561212561212121256565656565612;CP=1;R=73;
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116177D007712 length 48 RSSI = -37.5
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:54:21 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=416;P2=-404;D=012121212121212121212421256121212561256564256121212564256565612125656125612425612125656561256565612121212561242561212121256125612565612;CP=1;R=72;
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz/msg READ: +seq[:51]
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=376;P2=-411;P4=585;P5=-628;D=012121212121212121212121245121245121212121245121245124545121245124545454545124512124545121245454545121212451212451212124512124545451212;CP=1;R=49;
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C7D006712 length 48 RSSI = -49.5
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-424;P1=411;P2=-22388;P4=-594;P6=606;D=12141410106410646464646410641010646464106464641010101064101064101010641064646464106410;CP=1;R=73;
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:31 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=386;P2=-406;P3=609;P4=-622;D=012121212121212121212121234121234121212121234121234123434121234123434123412123412123434121234343434121212341212341212121234343412341212;CP=1;R=48;
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C69006712 length 48 RSSI = -50
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:102]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:20]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:104]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:52]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-592;P2=587;P4=409;P5=-421;D=0101020101020452020451520452020452045452045452020204520202045451545204545201545452045452045204520;CP=4;R=74;
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:32 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=839;P2=-374;P3=373;P4=-854;D=0121212121212121212123434121212341212121234123434123412121212341234121234123412123434121234343412341234343412343434121234;CP=3;R=0;
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 60 -> WS2000 matches, trying to demodulate
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz: WS2000 Sensortyp 1 Adr 0 - Thermo/Hygro
2017.11.04 10:54:33 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 60 dmsg K01062259 length 32 RSSI = -74
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=397;P2=-391;P3=618;P4=-604;D=0123412343434121234121212121212341212121212121212123412343412343412341212341212121234121212343434123412121512121212121212121212121234121212341234343412123412121212121234121212121212121212341234341234341234121234121212123412121234343412341212;CP=1;R=8;
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00117400000B621 length 48 RSSI = -70
2017.11.04 10:54:43 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:45]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=386;P3=-404;P4=588;P5=-612;D=012131313131345454545134545454545451313451345134513131345454545451345131313131313451345454513451313131345;CP=1;R=40;
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEF953E02 length 32 RSSI = -54
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READ: +seq[:15]
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=381;P3=585;P4=-596;P5=-411;D=01234341515341534153415151534343434341534341515151515341515153415341515151515;CP=1;R=40;
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:54:52 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:54:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:16]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=596;P3=395;P4=-396;P6=-624;D=012343434163412343416341616161616341634341616343416161616343434163434163434341634161634341634;CP=3;R=6;
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READ: +seq[:24]
2017.11.04 10:55:16 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=415;P2=-411;D=012121212121212121212124256124212564256565642125612121242121256125656565656125612125656561256565612121212561212561212125656125642125612;CP=1;R=71;
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:14]
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=384;P2=-625;P3=599;P4=-404;D=01232141414321414321414143214141432143232;CP=1;R=3;
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-31748;P1=415;P2=-425;P3=322;P4=-330;P5=586;P6=-579;D=012121212123212121412121256121232561456565612125632121212121256145656125612125612125656561256565612141212561212561212125612561256125612;CP=1;R=71;
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:17 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:102]
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:32]
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-613;P1=577;P2=378;P3=-417;D=0102323232323231023231023232310102310232323231010102310232323232323102310101010232323101010;CP=2;R=16;
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:25 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:26 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-10768;P1=395;P2=-394;P3=584;P4=-609;D=012121212121212121212121234341212121212123412123412121234341234121212123434341234341212121212341212123434121212343412;CP=1;R=13;
2017.11.04 10:55:26 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:26 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:55:26 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg T81460E82 length 32 RSSI = -67.5
2017.11.04 10:55:26 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:26 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:29 3: radino_Stick_433Mhz: SD_WS07_TH_801 ERROR - Temp diff too large (old 13.4, new 0.6, diff 12.8)
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=392;P2=-390;P3=588;P4=-607;D=012121212121212121212121234343434123434341212341234121212341234123434343434343434121212121212341234121212343434123412;CP=1;R=22;
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEEA27F02 length 32 RSSI = -63
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:29 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:30 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-24832;P1=403;P2=-399;P3=593;P4=-593;D=012121212121212121212121234343434123434341212341234121212341234123434343434343434341212121212341212341212343434123434;CP=1;R=22;
2017.11.04 10:55:30 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:30 4: Arduino_Nano_868Mhz: FHT80TF - door/window switch protolength 45
2017.11.04 10:55:30 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 70 dmsg TEEA27F82 length 32 RSSI = -63
2017.11.04 10:55:30 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:30 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:35]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=605;P2=-615;P3=392;P4=-391;D=01234121234123434343434343434341212123412121212123534343434343434343434343412343434123412123412343434123412121234343434343434343434123412123412123412343434343434343434121212341212121212;CP=3;R=238;
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116170000B600 length 48 RSSI = -83
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:55:33 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:13]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:31]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:42]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=378;P2=-615;P3=-421;P4=608;D=012131313421313421313131342134242424242;CP=1;R=238;
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-20900;P1=406;P2=-5296;P3=-406;P5=594;P6=-621;D=012131313131356131313561356561356131313561356565613135656565656135613135656561356565613131313561313561313131356565656565613;CP=1;R=72;
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116177D007712 length 48 RSSI = -38
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=413;P2=-399;P5=593;P6=-590;D=012121212121212121212121256121212561256561256121212561256565612125612121212561212125656565612125656565612125656125656565612121212125656;CP=1;R=72;
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a0011617420079CD length 48 RSSI = -38
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:25]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=401;P2=-409;P5=644;P6=-601;D=012121212121212121212121256121212561256561256121212561256565612125612121212565656125656565612125656121212121212121212565656561256125612;CP=1;R=71;
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001161743007900 length 48 RSSI = -38.5
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=405;P2=-403;P5=582;P6=-610;D=012121212121212121212121256121212561256561256121212561256565612125612125612565612125656561256565612121212561212561212121212125656125656;CP=1;R=72;
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116174B007712 length 48 RSSI = -38
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-32001;P1=397;P2=-411;P5=577;P6=-620;D=012121212121212121212121256121212561256561256121212561256565612125612121256121212125656565612125656121212121212125656565656561256565656;CP=1;R=71;
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001161744007901 length 48 RSSI = -38.5
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:25]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=384;P2=-428;P5=578;P6=-627;D=012121212121212121212121256121212561256561256121212561256565612125612125612565612125656561256565612121212561212561212121212125656125656;CP=1;R=72;
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:34 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116174B007712 length 48 RSSI = -38
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-26380;P1=409;P2=-405;P4=584;P5=-603;D=012121212121212121212121245121212451245451245121212451245454512124545454545451212124545451245454512121212451212451212124512121212121245;CP=1;R=72;
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116177E007712 length 48 RSSI = -38
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-5704;P1=402;P2=-407;P5=594;P6=-596;D=012121212121212121212121256121212561256561256121212561256565612125656565656561212125656561256565612121212561212561212125612121212121256;CP=1;R=72;
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a00116177E007712 length 48 RSSI = -38
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz Dispatch: 810c04xx0909a00116177E007712, Dropped due to short time or equal msg
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:35 3: FS20 set FS20_184803 on
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READredu: MS;P1=406;P2=-404;P4=623;P5=-608;P7=-10418;D=51712121212121212121212121245121212454512121212124512124512121212121212121212454512121212451212124512124545454512451245;CP=1;SP=7;R=71;O;
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:102]
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:20]
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:104]
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READ: +seq[:40]
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-580;P1=422;P2=582;D=010101020101040202010104010102010102010101040101010151010202010101010201010152010402020202015201520;CP=1;R=71;
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:35 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READredu: MS;P0=-9870;P1=374;P5=550;P6=-645;P7=-413;D=1017171717171717171717171756175656171756561717561717565617175617171717171717171717171717171717171717171717171756175617;CP=1;SP=0;R=234;O;m=2;
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:17]
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:71]
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:75]
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:56]
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READ: +seq[:61]
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=346;P5=546;P6=-650;P7=-438;D=101717171717171717171717175617565617175656171756171756561717561717171717171717171717171717171717171717171717175617561710;CP=1;R=234;
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz: FS20 - remote control protolength 45
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 74 dmsg 810b04f70101a0016699000000 length 40 RSSI = -85
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 3: FS20 set FS20_184803 off
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READredu: MS;P1=591;P2=-10508;P3=405;P4=-406;P6=-596;D=43234343434343434343434343416343434161634343434341634341634343434343434343434161634343434343434343434341616341634341634;CP=3;SP=2;R=72;O;m=2;
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=417;P1=595;P2=-10508;P4=-409;P6=-582;D=0204040404040404040404040416040404161604045404041604041604040404040400;CP=0;R=72;
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:36 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-416;P1=410;P3=597;P4=-581;D=0101010343410101010101010101010103434103410103410;CP=1;R=71;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MS;P1=420;P2=-10432;P3=-407;P4=595;P5=-572;P7=326;D=012131313454513131313134513134513131313731313137373454513137313131313731313134545134513134513;CP=1;SP=2;R=72;O;m=2;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MS;P0=-409;P1=406;P2=-10432;P4=603;P5=-618;D=1210101010101010101010101045101010454510101010104510104510101010101010101010454510101010101010101010104545104510104510;CP=1;SP=2;R=72;m=1;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READ: +seq[:10]
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READ: +seq[:103]
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-407;P1=397;P3=594;P4=-624;D=010343410101010101010101010103434103410103410;CP=1;R=69;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MS;P0=-10362;P1=403;P3=-411;P4=590;P5=-579;D=31013131313131313131313131345131313454513131313134513134513131313131313131313454513131313131313131313134545134513134513;CP=1;SP=0;R=71;O;m=2;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=418;P3=-416;P4=577;P5=-626;D=03030303030303030303030345030303454503030303034503034503030303030303030303454503030303030303030;CP=0;R=71;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MS;P0=-10404;P1=413;P3=-411;P4=581;P5=-583;D=1013131313131313131313131345131313454513131313134513134513131313131313131313454513131313131313131313134545134513134513;CP=1;SP=0;R=71;O;m=2;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-10404;P1=409;P3=-415;P4=581;P5=-583;D=101313131313131313131313134513131345451313131313451313451313131313131;CP=1;R=71;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=418;P1=-408;P3=587;P4=-588;D=01010134340101010101010101010101343401340101340100;CP=0;R=66;
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:37 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-10412;P1=409;P2=-15412;P3=-410;P5=599;P6=-584;D=1213131313135613135613131313131313131313565613131313131313131313135656135613135613101310;CP=1;R=71;
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-424;P1=401;P4=581;P5=-590;P6=-328;P7=-10392;D=010101010101010101010451010104545101016101045101045101010161010101010104545101010101010101010101045451045101045101710101010101010101610101045101016454510101010104510104510101010101010101010454510101010101010101010104545104510104510;CP=1;R=71;
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz/msg READredu: MS;P1=410;P2=-412;P4=-577;P5=-317;P6=604;P7=-10398;D=21712151212121512121212121264121212646412121512126412126412121212121212121212646412121212121512121215126464126412126412;CP=1;SP=7;R=73;O;
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-573;P1=417;P3=587;P5=-408;P6=-312;D=010101030101010303015151515153015153015151516151515151515303015151515151515151515153030153015153015;CP=1;R=71;
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz/msg READredu: MS;P1=399;P2=-426;P4=582;P5=-584;P6=-328;P7=-10408;D=21712121212121212121216121245121212454512121212124516124512121212121212121612454512161212121212121212124545124512124512;CP=1;SP=7;R=72;O;
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-402;P1=407;P3=589;P4=-584;D=010101034101010343410101010103410103410101010101010101010343410101010101010101010103434103410103410;CP=1;R=71;
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:38 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz/msg READredu: MS;P0=-10245;P1=412;P2=-400;P5=598;P6=-542;D=21012121212121212121212121256121212565612121212125612125612121212121212121212565612121212121212121212125656125612125612;CP=1;SP=0;R=72;O;
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-411;P1=412;P3=593;P4=-578;D=010101034101010343410101010103410103410101010101010101010343410101010101010101010103434103410103410;CP=1;R=72;
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-583;P1=406;P2=-15396;P3=-416;P4=248;P5=589;D=01213131343135013135013131313131313131313505013131313131313131313135050135013135013;CP=1;R=73;
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:39 4: Arduino_Nano_868Mhz/msg READredu: MS;P0=-10408;P1=404;P2=-410;P5=597;P6=-581;D=210121212121212121212121212561212125656121212121256121256121212121212121212125656121212121212121212121256561256121256121;CP=1;SP=0;R=71;
2017.11.04 10:55:55 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-6664;P1=416;P2=-382;P3=621;P4=-602;P5=-8940;D=0121212121212121212121212341212341212121212341212341234341212341212121212121212123412343412343412341212341212341212121212343412123412341512121212121212121212121234121234121212121234121234123434121234121212121212121212341234341234341234121234121234121212;CP=1;R=48;O;
2017.11.04 10:55:55 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:55:55 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:55:55 4: Arduino_Nano_868Mhz: FHT80 - roomthermostat protolength 54
2017.11.04 10:55:55 4: Arduino_Nano_868Mhz: decoded matched MU Protocol id 73 dmsg 810c04xx0909a001202C0000B624 length 48 RSSI = -50
2017.11.04 10:55:55 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:55:57 4: Arduino_Nano_868Mhz/keepalive ok, retry = 0
2017.11.04 10:56:00 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-568;P1=626;P2=432;P3=-360;D=010232310102323101010232310231010101023101010232310232323232323231010232310102310232310;CP=2;R=11;
2017.11.04 10:56:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:56:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:56:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:56:00 4: Arduino_Nano_868Mhz/msg READredu: MU;P0=-569;P1=408;P2=625;P4=-375;D=010201414202020141420142020202014202020141420201414141414142014201420201420141414;CP=1;R=14;
2017.11.04 10:56:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:56:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:56:00 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:43]
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=589;P2=-603;P3=388;P4=-415;D=012343434121212121234341234343434343434123412341212121234341212;CP=3;R=250;
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:56:10 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz/msg READ: +seq[:101]
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz/msg READ: +seq[:12]
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz/msg READ: +seq[:23]
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz/msg READ: +seq[:34]
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz/msg READ: +seq[:41]
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz/msg READ: +seq[:21]
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz/msg READredu: MU;P1=382;P2=-404;P3=584;P4=-609;D=0123412341212121212341212343434343412123412;CP=1;R=249;
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 73 -> FHT80 matches, trying to demodulate
2017.11.04 10:56:11 4: Arduino_Nano_868Mhz: Fingerprint for MU Protocol id 74 -> FS20 matches, trying to demodulate

@elektron-bbs
Copy link
Contributor

Ja, mit dem FHT sieht das jetzt schon sehr gut aus. In ca. 1 h wurde nur eine Nachricht als MC definiert. Anbei die Logs vom SIGNALduino und CUL zum Vergleich. Ich habe den Regler zwischendurch verstellt, um verschiedene Werte in die Ausgabe zu bekommen. Bei dem Test wurde bei mir ein FHTTK fälschlicherweise angelegt. Da passte wohl zufällig die Prüfsumme. Die Sub für den FHTTK habe ich deshalb noch um eine Längenprüfung vervollständigt ( @HomeAutoUser müsste das dann mal testen).
FHT_2017-11-04.log
FHT_5219-2017-11-04_CUL.log

Bei FS20 funktioniert das noch nicht. Anbei auch nochmal einige Logausgaben:
FS20_2017-11-04.log

Was mir beim anschließenden Test mit abgeschaltetem MC auffiel: Die Nachrichten von FS20 werden neuerdings gesplittet. Hast du diesbezüglich auch schon etwas eingebaut, oder hat sich das zufällig ergeben?
FS20_2017-11-04_split.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants