[Xiaomi Smart Home] Das Modul

Begonnen von torte, 24 Oktober 2017, 10:08:47

Vorheriges Thema - Nächstes Thema

tatu123

#195
Hallo zusammen,

erst mal danke für das tolle Modul. Ich benutze es mit zwei Gateways (wegen der Reichweite)jetzt schon seit mehreren Monaten.

Jetzt habe ich jedoch seid ca 2 Wochen ein Problem. Von meinen Tür/Fensterkontake bekomme ich keine "Push"-nachrichten mehr.
Soll heißen es wird nicht mehr übermittel ob geschlossen oder geöffnet. Einzig wenn ich im Gateway im fhem ein update (z.B. get Updateall) händisch anschiebe erhalte ich den ggf. geänderten Zustand des Tür/Fensterkontaktes. In der Xiaomi-App sehe ich die Änderungen sofort.

Leider kann ich nicht mehr ganz nachvollziehen was ich vor 2 Wochen gemacht habe. Ich denke eine update des Hosts (Debian) und wahrscheinlich auch ein update des Gateways (version 1.4.1_170.0158). Das Modul ist die Version aus dem Master Zweig.


Internals:
   DEF        192.168.178.31
   FD         60
   FHEMIP     192.168.178.25
   FUUID      5c434982-f33f-638b-3c58-38b86a7d7a6c68d9
   GATEWAY    192.168.178.31
   GATEWAY_IP 192.168.178.31
   NAME       XiaomiSH2
   NOTIFYDEV  global
   NR         212
   NTFY_ORDER 50-XiaomiSH2
   SID        7811dcb9e0de
   STATE      Connected
   TYPE       XiaomiSmartHome
   VERSION    1.41
   READINGS:
     2019-09-27 19:25:56   RGB             0
     2019-09-27 19:40:45   heartbeat       7811dcb9e0de
     2019-09-27 19:25:56   illumination    306
     2019-01-30 18:35:07   password        giveaPassword!
     2018-09-07 12:31:34   pct             100
     2018-09-07 12:31:34   ringtone        21
     2019-06-10 10:08:23   state           Connected
     2019-09-27 19:40:45   token           a2cjaTnaCcBeUZRU
     2018-09-07 12:31:34   volume          10
   helper:
     ConnectionState Connected
     host       192.168.178.31
     sensors    158d000228784a,158d0002200b8f,
Attributes:
   DbLogExclude .*
   devStateIcon {Color_devStateIcon(ReadingsVal($name,"rgb","000000"))}
   event-on-change-reading .*
   room       MiSmartHome
   timestamp-on-change-reading state
   verbose    0
   webCmd     pct:rgb:rgb ff0000:rgb 00ff00:rgb 0000ff:on:off


Ich habe jetzt schon versucht alle Perl-Module zu aktualisieren. Ohne Erfolg
Auch die Devel-Version habe ich versucht. Mit dieser startet mein fhem nicht mehr (irgend ein Perl fehler)

Jetzt bin ich ratlos. Hat noch jemand ein Idee

Viele Grüße




dude

Hi,

@slowfinger, @torte (Startup-Problem):
Ich hatte das gleiche Problem, und zwar nach dem Update von Raspbian Stretch auf Buster.
Das Problem scheint im Perl-Modul IO::Socket::Multicast in Verbindung mit Perl 5.28 zu liegen. Mit folgendem Patch startet FHEM bei mir wieder:


--- a/lib/IO/Socket/Multicast.pm 2019-09-27 22:24:18.358025842 +0200
+++ b/lib/IO/Socket/Multicast.pm 2019-09-27 22:24:28.548756284 +0200
@@ -99,7 +99,7 @@
   my $sock = shift;
   my $prev = ${*$sock}{'io_socket_mcast_dest'};
   if (my $dest = shift) {
-    $dest = sockaddr_in($2,inet_aton($1)) if $dest =~ /^($IP):(\d+)$/;
+    $dest = sockaddr_in(int($2),inet_aton($1)) if $dest =~ /^($IP):(\d+)$/;
     croak "invalid destination address" unless length($dest) == 16;
     ${*$sock}{'io_socket_mcast_dest'} = $dest;
   }


In der Annahme, dass es sich um einen Bug in IO::Socket::Multicast handelt, habe ich auch ein Bug-Report bei CPAN erstellt: https://rt.cpan.org/Ticket/Display.html?id=130581

Viele Grüße
dude

tatu123

#197
So ich noch mal.

Ich habe jetzt mal weiter geforscht. Mit dem patch von dude funktioniert jetzt die devel-version auch bei mir. Danke dafür.

Mein Problem ist jedoch immer noch nicht weg. Daher habe ich jetzt mal tiefer gegraben.
Mit verbose 5 sehe ich das die Meldung vom Sensor im Gateway ankommen

z.B.

2019.09.28 10:45:23 5: XiaomiSH2: Read> [PLAIN] {"cmd":"report","model":"magnet","sid":"158d0002200b8f","short_id":8186,"data":"{\"status\":\"close\"}"}


Aber es wird KEIN Event im FHEM ausgelöst.

Damit wird das Sensordevice auch nicht geändert.

Hat einer eine Idee warum nicht ??

tatu123

#198
So jetzt habe ich mein "Problem" gelöst.

Das Problem war das die Sensoren im DEF dem anderem Gateway zugeordnet waren. Wahrscheinlich war das schon immer so.
Obwohl ich beide Sensoren nur am Gateway2 angelernt hatte. Vermutlich hat das autocreate versagt. Bis jetzt ist es nicht aufgefallen.
Nun ist mir aber vor ca. 2 Wochen das erste Gateway kaputt gegangen. Daher war es nicht mehr aktiv. Scheinbar reagiert das Sensordevice auch auf das falsche Gateway aber nur wenn das im Def benannte Gateway aktiv ist.


Danke das ich mir hier meine Gedanken und Überlegungen von der Seele schreiben konnte. Hat geholfen.  ;D

Viele Grüße

Nachbrenner:
Ein paar Anmerkungen zum Modul fallen mir dann doch jetzt ein. Ich denke hier habe ich dann doch noch Verständnisrobleme.
Ich denke die multi-Gateway-behandlung ist noch nicht ganz sauber. Warum bekomme ich, trotz anderem Gateway, bei get Gateway2 updateall
ein update von den Sensoren welche mit Gateway1 associated (nicht angelernt) sind).

Typ1er

Hat hier jemand eine Lösung für eine Meldung wenn die Sensoren Offline gehen?

tatu123

Hallo zusammen,

ich muss mich mal wieder melden. Ich hatte ja schon berichtet das mir eine Gateway gestorben ist und ich daher einige Fehler hatte.

Nun habe ich mir ein neues Gateway gekauft und wollte dies in Betrieb nehmen.

Dabei treten wieder Probleme aus. Das Modul stellte keine Verbindung her und mault nur über eine fehlende SID.
Ich habe nun angefangen das Problem ein zu kreise und bin schlussendlich darauf gekommen das das Gateway nicht im Netzwerk
unter 4321 erreichbar ist und nicht antwortet.

Der Befehl


echo '{"cmd":"whois"}' | nc -u IP 4321


bringt kein Ergebnis. Also habe ich mehrfach versucht die Port in der Xiaomi-App einzuschalten. In der APP ist alles angeschalten das Passwort wirt
angezeigt aber das Port ist nicht offen.

Im Netz finden sich einige Kommentare das ab einer bestimmten FW bzw. App das Port nicht mehr freigegeben wird.

Hat einer on Euch mehr Information bzw. eine Lösung für mich ??

Viele Grüße


ofno

Hi, hab gesehen dass es inzwischen auch eine EU Version des Gateways gibt. Hat die jemand schon mal ausprobiert.  Lässt diese sich auch in den Modus versetzten, dass sie ansprechbar ist? In einer Amazon Rezension habe ich gelesen dass es mit iobroker nicht ging. Werden auch ggf. Nicht alle Sensoren unterstützt .
Gruß  ofno

PPP01

Zitat von: tatu123 am 16 November 2019, 18:10:29
[...]

Der Befehl


echo '{"cmd":"whois"}' | nc -u IP 4321


[...]

Hatte ich auch! Lösung war dies hier:
https://community.openhab.org/t/solved-openhab2-xiaomi-mi-gateway-does-not-respond/52963/176

Da kommen auch einige Bilder etc. Nachdem psm-set ... funktionierte es wieder wie gewünscht. Seitdem übersteht es auch Firmwareupdates, auch wenn ich die nach wie vor nur alle Nase lang mal mache.

Hellspawn

Hallo zusammen,

ich habe Interesse an dem mini switch:
https://de.gearbest.com/access-control/pp_626695.html

wird der vom Modul unterstützt? Bzw. hat den schon jemand im Einsatz?
Der würde ein super Ersatz für die DASH-Buttons sein.

Gruß
Carsten

torte

Hi Carsten,

ich hab den Vorgänger den runden und der geht :-)
Sieht aber so aus das der schon mit drin ist. Da ich ihn aber noch nicht persönlich in den Fingern hatte ....

Grüße
Torte

ofno

Zitat von: Hellspawn am 29 Dezember 2019, 18:11:40
Hallo zusammen,

ich habe Interesse an dem mini switch:
https://de.gearbest.com/access-control/pp_626695.html

wird der vom Modul unterstützt? Bzw. hat den schon jemand im Einsatz?
Der würde ein super Ersatz für die DASH-Buttons sein.

Gruß
Carsten
Ich habe ihn und er geht.

Hellspawn


ofno


Hellspawn

gut zu wissen, vielen Dank...
könnt ihr auch alle 3 zustände abfangen? also, press, doublepress, longpress?

wäre super :-)

slowfinger

#209
Hallo mal wieder,

so seit dem letzten PI4 update habe ich mal wieder Problemchen mit meinem Gateway => es kommen keine Statusupdates mehr. Anlegen aller Devices und Ausgabe des in diesem Moment vorhandenen States klappt (per autocreate), aber das war es dann auch. Wenn ich aktiv per get XiaomiGateway UpdateAll triggere werden alle Sensoren aktualisiert. Jetzt ist mir aufgefallen das das Gateway keinen Token und kein heartbeat sendet. Wobei senden tut das Gateway schon, denn wenn ich das Gateway mit einem anderen alten PI3 abrufe, funktioniert alles (incl Token und heartbeat) => es wird wahrscheinlich mal wieder ein beteiligtes Buster-Paket zicken.
Vor/Nach switchen der PIs habe ich das Gateway in den jeweiligen FHEM.cfg gelöscht => das es da ein Zuordnungsproblem zwischen den zwei PIs gibt schliesse ich also aus.

Auch mit Verbose 5 sehe ich mit meinen bescheidenen Fähigkeiten leider null :-(


020.01.19 18:29:59 5: XiaomiGateway: Notify> NotifyStart
2020.01.19 18:29:59 5: XiaomiGateway: Notify> Starting Connect after global
2020.01.19 18:29:59 2: alexa: starting alexa-fhem: /usr/local/bin/alexa-fhem -c ./alexa-fhem.cfg
2020.01.19 18:29:59 1: usb create starting
2020.01.19 18:30:06 1: usb create end
2020.01.19 18:30:06 0: Featurelevel: 5.9
2020.01.19 18:30:06 0: Server started with 214 defined entities (fhem.pl:21009/2020-01-18 perl:5.028001 os:linux user:fhem pid:4925)
2020.01.19 18:30:06 5: XiaomiGateway: connect> ConnectStart
2020.01.19 18:30:07 5: XiaomiGateway: IP > 192.168.178.171
2020.01.19 18:30:07 5: XiaomiGateway: getGatewaySID> Answer {"cmd":"iam","port":"9898","sid":"286c07887d85","model":"gateway","proto_version":"1.1.2","ip":"192.168.178.171"}
2020.01.19 18:30:07 3: XiaomiGateway: getGatewaySID> Find SID for Gateway: 286c07887d85
2020.01.19 18:30:07 3: XiaomiGateway: connect> Connected
2020.01.19 18:30:08 2: AttrTemplates: got 134 entries
2020.01.19 18:30:14 5: XiaomiGateway: updateAllReadings> Starting UpdateALLReadings
2020.01.19 18:30:14 4: XiaomiGateway: Write> Get all Sensors
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd" : "get_id_list"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"get_id_list_ack","sid":"286c07887d85","token":"XXppbdukQe1GDnYN","data":"[\"158d0001561c0b\",\"158d0001573a00\",\"158d0001025050\",\"158d00015e903d\",\"158d00015db849\",\"158d00022882e6\",\"158d000121899c\",\"158d00012326a5\",\"158d0001fa6c2e\",\"158d00020262e9\",\"158d0002157d28\",\"158d0001c1e735\",\"158d0002791fca\",\"158d0002392051\",\"158d000233ffe8\",\"158d0001a2e854\",\"158d0002322888\"]"}
2020.01.19 18:30:14 5: XiaomiGateway: Read> Reading Sensorlist with XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: Reading> Reading start
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0001561c0b
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0001561c0b"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0001573a00
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0001573a00"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0001025050
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0001025050"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d00015e903d
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d00015e903d"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d00015db849
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d00015db849"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d00022882e6
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d00022882e6"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d000121899c
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d000121899c"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d00012326a5
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d00012326a5"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0001fa6c2e
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0001fa6c2e"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d00020262e9
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d00020262e9"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0002157d28
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0002157d28"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0001c1e735
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0001c1e735"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0002791fca
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0002791fca"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0002392051
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0002392051"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d000233ffe8
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d000233ffe8"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0001a2e854
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0001a2e854"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Reading> PushRead:158d0002322888
2020.01.19 18:30:14 4: XiaomiGateway: Write> {"cmd":"read","sid":"158d0002322888"} 192.168.178.171
2020.01.19 18:30:14 4: XiaomiGateway: Write> End 192.168.178.171
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001561c0b","short_id":6586,"data":"{\"voltage\":3045,\"temperature\":\"1985\",\"humidity\":\"4654\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001561c0b","short_id":6586,"data":"{\\"voltage\\":3045,\\"temperature\\":\\"1985\\",\\"humidity\\":\\"4654\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001561c0b","short_id":6586,"data":"{\"voltage\":3045,\"temperature\":\"1985\",\"humidity\":\"4654\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED sensor_ht : 158d0001561c0b HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0001561c0b XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0001561c0b SID: 158d0001561c0b Type: sensor_ht Voltage: 3045
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.045 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 19.85 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 19.85
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001561c0b SID: 158d0001561c0b Type: sensor_ht Temperature: 19.85 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 46.54 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 46.54
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001561c0b SID: 158d0001561c0b Type: sensor_ht Humidity: 46.54 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001573a00","short_id":32279,"data":"{\"voltage\":3005,\"temperature\":\"2123\",\"humidity\":\"5440\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001573a00","short_id":32279,"data":"{\\"voltage\\":3005,\\"temperature\\":\\"2123\\",\\"humidity\\":\\"5440\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001573a00","short_id":32279,"data":"{\"voltage\":3005,\"temperature\":\"2123\",\"humidity\":\"5440\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED sensor_ht : 158d0001573a00 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0001573a00 XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0001573a00 SID: 158d0001573a00 Type: sensor_ht Voltage: 3005
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.005 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 21.23 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 21.23
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001573a00 SID: 158d0001573a00 Type: sensor_ht Temperature: 21.23 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 54.40 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 54.40
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001573a00 SID: 158d0001573a00 Type: sensor_ht Humidity: 54.40 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"cube","sid":"158d0001025050","short_id":20792,"data":"{\"voltage\":2825}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"cube","sid":"158d0001025050","short_id":20792,"data":"{\\"voltage\\":2825}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"cube","sid":"158d0001025050","short_id":20792,"data":"{\"voltage\":2825}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED cube : 158d0001025050 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0001025050 XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0001025050 SID: 158d0001025050 Type: cube Voltage: 2825
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 2.825 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 2.8
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"motion","sid":"158d00015e903d","short_id":17191,"data":"{\"voltage\":3015}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"motion","sid":"158d00015e903d","short_id":17191,"data":"{\\"voltage\\":3015}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"motion","sid":"158d00015e903d","short_id":17191,"data":"{\"voltage\":3015}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED motion : 158d00015e903d HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d00015e903d XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d00015e903d SID: 158d00015e903d Type: motion Voltage: 3015
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.015 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"motion","sid":"158d00015db849","short_id":3513,"data":"{\"voltage\":3015}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"motion","sid":"158d00015db849","short_id":3513,"data":"{\\"voltage\\":3015}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"motion","sid":"158d00015db849","short_id":3513,"data":"{\"voltage\":3015}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED motion : 158d00015db849 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d00015db849 XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d00015db849 SID: 158d00015db849 Type: motion Voltage: 3015
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.015 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"weather.v1","sid":"158d00022882e6","short_id":6085,"data":"{\"voltage\":3025,\"temperature\":\"826\",\"humidity\":\"8775\",\"pressure\":\"100420\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"weather.v1","sid":"158d00022882e6","short_id":6085,"data":"{\\"voltage\\":3025,\\"temperature\\":\\"826\\",\\"humidity\\":\\"8775\\",\\"pressure\\":\\"100420\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"weather.v1","sid":"158d00022882e6","short_id":6085,"data":"{\"voltage\":3025,\"temperature\":\"826\",\"humidity\":\"8775\",\"pressure\":\"100420\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED weather.v1 : 158d00022882e6 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d00022882e6 XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d00022882e6 SID: 158d00022882e6 Type: weather.v1 Voltage: 3025
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.025 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 08.26 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 8.26
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d00022882e6 SID: 158d00022882e6 Type: weather.v1 Temperature: 8.26 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 87.75 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 87.75
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d00022882e6 SID: 158d00022882e6 Type: weather.v1 Humidity: 87.75 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 100.420 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 100.42
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d00022882e6 SID: 158d00022882e6 Type: weather.v1 Pressure: 100.42 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"sensor_ht","sid":"158d000121899c","short_id":24112,"data":"{\"voltage\":3055,\"temperature\":\"2067\",\"humidity\":\"4852\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"sensor_ht","sid":"158d000121899c","short_id":24112,"data":"{\\"voltage\\":3055,\\"temperature\\":\\"2067\\",\\"humidity\\":\\"4852\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"sensor_ht","sid":"158d000121899c","short_id":24112,"data":"{\"voltage\":3055,\"temperature\":\"2067\",\"humidity\":\"4852\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED sensor_ht : 158d000121899c HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d000121899c XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d000121899c SID: 158d000121899c Type: sensor_ht Voltage: 3055
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.055 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 20.67 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 20.67
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d000121899c SID: 158d000121899c Type: sensor_ht Temperature: 20.67 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 48.52 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 48.52
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d000121899c SID: 158d000121899c Type: sensor_ht Humidity: 48.52 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"motion","sid":"158d00012326a5","short_id":44003,"data":"{\"voltage\":3045}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"motion","sid":"158d00012326a5","short_id":44003,"data":"{\\"voltage\\":3045}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"motion","sid":"158d00012326a5","short_id":44003,"data":"{\"voltage\":3045}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED motion : 158d00012326a5 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d00012326a5 XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d00012326a5 SID: 158d00012326a5 Type: motion Voltage: 3045
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.045 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"weather.v1","sid":"158d0001fa6c2e","short_id":26973,"data":"{\"voltage\":2795,\"temperature\":\"2163\",\"humidity\":\"5546\",\"pressure\":\"100356\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"weather.v1","sid":"158d0001fa6c2e","short_id":26973,"data":"{\\"voltage\\":2795,\\"temperature\\":\\"2163\\",\\"humidity\\":\\"5546\\",\\"pressure\\":\\"100356\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"weather.v1","sid":"158d0001fa6c2e","short_id":26973,"data":"{\"voltage\":2795,\"temperature\":\"2163\",\"humidity\":\"5546\",\"pressure\":\"100356\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED weather.v1 : 158d0001fa6c2e HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0001fa6c2e XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0001fa6c2e SID: 158d0001fa6c2e Type: weather.v1 Voltage: 2795
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 2.795 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 2.8
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 21.63 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 21.63
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001fa6c2e SID: 158d0001fa6c2e Type: weather.v1 Temperature: 21.63 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 55.46 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 55.46
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001fa6c2e SID: 158d0001fa6c2e Type: weather.v1 Humidity: 55.46 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 100.356 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 100.36
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001fa6c2e SID: 158d0001fa6c2e Type: weather.v1 Pressure: 100.36 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"magnet","sid":"158d00020262e9","short_id":24654,"data":"{\"voltage\":3015,\"status\":\"close\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"magnet","sid":"158d00020262e9","short_id":24654,"data":"{\\"voltage\\":3015,\\"status\\":\\"close\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"magnet","sid":"158d00020262e9","short_id":24654,"data":"{\"voltage\":3015,\"status\":\"close\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED magnet : 158d00020262e9 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d00020262e9 XiaomiSmartHome_Device
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d00020262e9 SID: 158d00020262e9 Type: magnet Status: close
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d00020262e9 SID: 158d00020262e9 Type: magnet Voltage: 3015
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.015 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"magnet","sid":"158d0002157d28","short_id":18294,"data":"{\"voltage\":3025,\"status\":\"close\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"magnet","sid":"158d0002157d28","short_id":18294,"data":"{\\"voltage\\":3025,\\"status\\":\\"close\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"magnet","sid":"158d0002157d28","short_id":18294,"data":"{\"voltage\":3025,\"status\":\"close\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED magnet : 158d0002157d28 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0002157d28 XiaomiSmartHome_Device
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0002157d28 SID: 158d0002157d28 Type: magnet Status: close
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0002157d28 SID: 158d0002157d28 Type: magnet Voltage: 3025
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.025 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"magnet","sid":"158d0001c1e735","short_id":21858,"data":"{\"voltage\":3015,\"status\":\"close\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"magnet","sid":"158d0001c1e735","short_id":21858,"data":"{\\"voltage\\":3015,\\"status\\":\\"close\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"magnet","sid":"158d0001c1e735","short_id":21858,"data":"{\"voltage\":3015,\"status\":\"close\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED magnet : 158d0001c1e735 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0001c1e735 XiaomiSmartHome_Device
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001c1e735 SID: 158d0001c1e735 Type: magnet Status: close
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0001c1e735 SID: 158d0001c1e735 Type: magnet Voltage: 3015
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.015 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"sensor_cube.aqgl01","sid":"158d0002791fca","short_id":10255,"data":"{\"voltage\":2995}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"sensor_cube.aqgl01","sid":"158d0002791fca","short_id":10255,"data":"{\\"voltage\\":2995}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"sensor_cube.aqgl01","sid":"158d0002791fca","short_id":10255,"data":"{\"voltage\":2995}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED sensor_cube.aqgl01 : 158d0002791fca HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0002791fca XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0002791fca SID: 158d0002791fca Type: sensor_cube.aqgl01 Voltage: 2995
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 2.995 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"magnet","sid":"158d0002392051","short_id":52962,"data":"{\"voltage\":3015,\"status\":\"close\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"magnet","sid":"158d0002392051","short_id":52962,"data":"{\\"voltage\\":3015,\\"status\\":\\"close\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"magnet","sid":"158d0002392051","short_id":52962,"data":"{\"voltage\":3015,\"status\":\"close\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED magnet : 158d0002392051 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0002392051 XiaomiSmartHome_Device
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0002392051 SID: 158d0002392051 Type: magnet Status: close
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0002392051 SID: 158d0002392051 Type: magnet Voltage: 3015
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.015 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"weather.v1","sid":"158d000233ffe8","short_id":20072,"data":"{\"voltage\":2935,\"temperature\":\"2226\",\"humidity\":\"3940\",\"pressure\":\"100420\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"weather.v1","sid":"158d000233ffe8","short_id":20072,"data":"{\\"voltage\\":2935,\\"temperature\\":\\"2226\\",\\"humidity\\":\\"3940\\",\\"pressure\\":\\"100420\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"weather.v1","sid":"158d000233ffe8","short_id":20072,"data":"{\"voltage\":2935,\"temperature\":\"2226\",\"humidity\":\"3940\",\"pressure\":\"100420\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED weather.v1 : 158d000233ffe8 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d000233ffe8 XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d000233ffe8 SID: 158d000233ffe8 Type: weather.v1 Voltage: 2935
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 2.935 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 2.9
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 22.26 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 22.26
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d000233ffe8 SID: 158d000233ffe8 Type: weather.v1 Temperature: 22.26 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 39.40 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 39.40
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d000233ffe8 SID: 158d000233ffe8 Type: weather.v1 Humidity: 39.40 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 100.420 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 100.42
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d000233ffe8 SID: 158d000233ffe8 Type: weather.v1 Pressure: 100.42 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001a2e854","short_id":37891,"data":"{\"voltage\":3015,\"temperature\":\"2055\",\"humidity\":\"5898\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001a2e854","short_id":37891,"data":"{\\"voltage\\":3015,\\"temperature\\":\\"2055\\",\\"humidity\\":\\"5898\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"sensor_ht","sid":"158d0001a2e854","short_id":37891,"data":"{\"voltage\":3015,\"temperature\":\"2055\",\"humidity\":\"5898\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED sensor_ht : 158d0001a2e854 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0001a2e854 XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0001a2e854 SID: 158d0001a2e854 Type: sensor_ht Voltage: 3015
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 3.015 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 20.55 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 20.55
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001a2e854 SID: 158d0001a2e854 Type: sensor_ht Temperature: 20.55 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 58.98 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 58.98
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0001a2e854 SID: 158d0001a2e854 Type: sensor_ht Humidity: 58.98 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: Read> Read start
2020.01.19 18:30:14 5: XiaomiGateway: Read> [PLAIN] {"cmd":"read_ack","model":"weather.v1","sid":"158d0002322888","short_id":49251,"data":"{\"voltage\":2955,\"temperature\":\"1802\",\"humidity\":\"5186\",\"pressure\":\"100390\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Read> Dispatching using this GW XiaomiGateway
2020.01.19 18:30:14 5: XiaomiGateway: dispatch {"cmd":"read_ack","model":"weather.v1","sid":"158d0002322888","short_id":49251,"data":"{\\"voltage\\":2955,\\"temperature\\":\\"1802\\",\\"humidity\\":\\"5186\\",\\"pressure\\":\\"100390\\"}"}
2020.01.19 18:30:14 4: XiaomiGateway: Fingerprint> for {"cmd":"read_ack","model":"weather.v1","sid":"158d0002322888","short_id":49251,"data":"{\"voltage\":2955,\"temperature\":\"1802\",\"humidity\":\"5186\",\"pressure\":\"100390\"}"}
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Parse> IS DEFINED weather.v1 : 158d0002322888 HASH(0x3c25f50)
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Read> SID: 158d0002322888 XiaomiSmartHome_Device
2020.01.19 18:30:14 4: XiaomiGateway: DEV_Read> Name: XMI_158d0002322888 SID: 158d0002322888 Type: weather.v1 Voltage: 2955
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 2.955 points: 1
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 3.0
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 18.02 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 18.02
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0002322888 SID: 158d0002322888 Type: weather.v1 Temperature: 18.02 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 51.86 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 51.86
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0002322888 SID: 158d0002322888 Type: weather.v1 Humidity: 51.86 Round: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Value: 100.390 points: 2
2020.01.19 18:30:14 5: XiaomiGateway: DEV_Round> Result_value: 100.39
2020.01.19 18:30:14 3: XiaomiGateway: DEV_Read> Name: XMI_158d0002322888 SID: 158d0002322888 Type: weather.v1 Pressure: 100.39 Round: 2