Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Praktische Anwendungen (Showcase)
    4. Stromzähler per Sonoff ESP8266 auslesen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Stromzähler per Sonoff ESP8266 auslesen

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Torsten81 @RalfTh last edited by

      @RalfTh genau dann wähle ich def aus klicke auf hinzufügen, es passiert aber nichts, klicke ich dann auf abbrechen kommt die Fehlermeldung: Field def yet exists.

      RalfTh 1 Reply Last reply Reply Quote 0
      • RalfTh
        RalfTh @Torsten81 last edited by

        @Torsten81 Tja, da bin ich jetzt auch etwas ratlos.

        T 2 Replies Last reply Reply Quote 0
        • T
          Torsten81 @RalfTh last edited by Torsten81

          @RalfTh müsste ihn jetzt dabei haben, default value habe den Datenpunkt einfach mal neu erstellt.

          1 Reply Last reply Reply Quote 0
          • T
            Torsten81 @RalfTh last edited by

            @RalfTh Aber ändert sich leider nichts.

            Skript müsste auch stimmen

            Script.PNG

            RalfTh 1 Reply Last reply Reply Quote 0
            • F
              fanavity last edited by

              Hallo,

              ich bin gerade dabei etwas zu "Rechnen". Mein Zähler spuckt leider nur einen Gesamtverbrauch aus. Ich würde gern den Aktuellen und den Tages verbrauch in Tasmota berechnen. Allerdings tue ich mich mit dem Aktuellen Verbrauch etwas schwer. Mein script sieht wie folgt aus:

              >D
              
              >B
              =>sensor53 r
              tper=10
              
              >M 1
              +1,3,o,0,300,STROM,14,30,2F3F210D0A,063030300D0A
              
              1,1.8.0(@1,Gesamt,KWh,Total_in,4
              1,=d 1 5 @1,Aktueller Verbrauch,W,Actual_in,0
              #
              

              Alle 5 Sekunden soll der Verbrauch berechnet werden. Dan kommen seltsame werte bei raus.
              Es springt immer zwischen ~5000-8000w auf 0w auf ~5000-8000w. Aktuell ist der Backofen auf 250°C und sonst fast alles aus. Ich kann mir nicht vorstellen, dass der Backofen alle 5 Sekunden keinen Strom mehr zieht. Wie kann ich den Drop auf 0 verhindern? Oder ist das normal?

              RalfTh 1 Reply Last reply Reply Quote 0
              • RalfTh
                RalfTh @Torsten81 last edited by

                @Torsten81 Hast du mal in dem Block Kosten_Abrechnungsjahr alle Obejekt_IDs nochmals ausgewählt? Manchmal hilft das. Was mich allerdings stutzig macht, sind die beiden Werte für Stromverbrauch gestern und Zählerstand 0:00. Beim Typ "number" sollte da allenfalls dein Minimalwert oder Defaultwert drin stehen und nicht "false". Das deutet auf den Typ Boolean hin.

                Oh Mann, habe gerade gesehen, dass du ja ein Feld mit "Standarwert drin hast. Das entspricht "def". Bei mir ist das alles in Englisch und bei dir in Deutsch. Probiere aber mal meinen Vorschlag im ersten Absatz und berichte.

                T 1 Reply Last reply Reply Quote 0
                • RalfTh
                  RalfTh @fanavity last edited by

                  @fanavity Ist das ein älterer Backofen, oder ein neueres Modell mit Eco-Funktion?

                  F 1 Reply Last reply Reply Quote 0
                  • T
                    Torsten81 @RalfTh last edited by Torsten81

                    @RalfTh Ich habs. Das Problem war das ich die einzelnen Datenpunkte alle als Logikwert erstellt habe und dann nachträglich alle auf Zahl geändert habe. Hab die beiden Punkte jetzt als Zahl nochmal neu erstellt und jetzt berechnet er es.
                    Das mach ich mit den beiden Punkten die false anzeigen jetzt auch mal.

                    RalfTh 1 Reply Last reply Reply Quote 0
                    • F
                      fanavity @RalfTh last edited by

                      @RalfTh ist ein neuer Backofen. Aber allein die kühlschränke, standbygeräte, Rechner, Licht und so müssen ja mehr als 0watt verbrauchen oder nicht?

                      RalfTh 1 Reply Last reply Reply Quote 0
                      • RalfTh
                        RalfTh @fanavity last edited by

                        @fanavity Das stimmt allerdings.

                        1 Reply Last reply Reply Quote 0
                        • RalfTh
                          RalfTh @Torsten81 last edited by

                          @Torsten81 Super, dann mal ran. Sag mal bescheid, wenn's funktioniert. 😊 Bekomme demnächst meine Photvoltaik und werde dann weiter machen.

                          1 Reply Last reply Reply Quote 0
                          • H
                            hugo1215 last edited by hugo1215

                            @fanavity
                            das wird auch mit deinem Tagesverbauch klappen. Hier habe ich dazu ein bespiel so wie es bei mir Klappt.

                            1. Daten aus MQTT von ESP8266
                              2.Hier wird aus dem Langen String die Einzeln Daten.
                            2. Die Einzelnen Daten lasse ich dann in Datenpunkte Schreiben.
                            3. Berechnung von meinem Daten. Diese sind Wichtig um den Aktuellen Verbrauch zu bekommen.
                            4. Hier werden die Werte von Heute auf Gestern Kopiert. Kann für eine schöne Auswertung genutzt werden.
                            5. Dieser ist der Wichtigste Punkt. Daten müssen einmal am Tag gespeichert werden. Bei mir immer um Null Uhr nachts. (Da ich einen Tagtarif habe sowie eine Nachttarif muss ich diese bei mir zusammen rechen.)
                            6. Monats übersichten dient auch nur für eine schöne Auswertung.

                            Sobald du einen wert hast kannst du diesen immer gegen den Aktuellen gegen laufen lassen.
                            Also Zählerstand 0:00 uhr - Zählerstand Aktuell. Somit hast du immer denn Aktuellen Verbauch.

                            Bildschirmfoto 2020-04-12 um 00.24.55.png

                            <xml xmlns="http://www.w3.org/1999/xhtml">
                              <variables>
                                <variable type="" id="Ht6@7.oYHb)hHxe[:IK,">STROM</variable>
                              </variables>
                              <block type="on_ext" id="dVO?_7Fb8VcV`o~u$Cb!" x="38" y="12">
                                <mutation items="1"></mutation>
                                <field name="CONDITION">ne</field>
                                <field name="ACK_CONDITION"></field>
                                <value name="OID0">
                                  <shadow type="field_oid" id="4aXSU|QQ,hEv/VackvA$">
                                    <field name="oid">mqtt.0.tele.tasmota_292DD6.SENSOR</field>
                                  </shadow>
                                </value>
                                <statement name="STATEMENT">
                                  <block type="variables_set" id="3mKb8E%PpX`d_?48sa}V">
                                    <field name="VAR" id="Ht6@7.oYHb)hHxe[:IK," variabletype="">STROM</field>
                                    <value name="VALUE">
                                      <block type="get_attr" id="kv3pvgT7Q]+2u;C(apZ0">
                                        <value name="PATH">
                                          <shadow type="text" id="1_3Pif(~(;o6d4CIMnX$">
                                            <field name="TEXT">STROM</field>
                                          </shadow>
                                        </value>
                                        <value name="OBJECT">
                                          <block type="convert_json2object" id="*~MdA]wB%N59v`}[*49]">
                                            <value name="VALUE">
                                              <block type="on_source" id="Utr[zO@;slhF.mVY~rZm">
                                                <field name="ATTR">state.val</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="update" id="CxoqZ~}F~H|~a~q?1H(,">
                                        <mutation delay_input="false"></mutation>
                                        <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Tagesverbrauch</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="get_attr" id="8j;IOJ%T})@rtwUF3J*k">
                                            <value name="PATH">
                                              <shadow type="text" id="WFt:rRUGr%SG;+$`/nuD">
                                                <field name="TEXT">Total_day</field>
                                              </shadow>
                                            </value>
                                            <value name="OBJECT">
                                              <block type="variables_get" id="4N?p?Fe]LKH=@a/`e_Vw">
                                                <field name="VAR" id="Ht6@7.oYHb)hHxe[:IK," variabletype="">STROM</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="update" id="j4Lj{7;GJt}i*W2gX(?*">
                                            <mutation delay_input="false"></mutation>
                                            <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Nachtverbrauch</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="get_attr" id="32U1$[yqV55%@Z.%W$_t">
                                                <value name="PATH">
                                                  <shadow type="text" id="bC`MnpbK2dqRSZ|%=/3f">
                                                    <field name="TEXT">Total_night</field>
                                                  </shadow>
                                                </value>
                                                <value name="OBJECT">
                                                  <block type="variables_get" id="GerB/}2wrLTQR|95`Z7J">
                                                    <field name="VAR" id="Ht6@7.oYHb)hHxe[:IK," variabletype="">STROM</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="update" id="tPdM%Kz8NH?,HaO}6k!1">
                                                <mutation delay_input="false"></mutation>
                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Einspeisung</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="get_attr" id="%Ver}XnK64]vPp[d8Gq_">
                                                    <value name="PATH">
                                                      <shadow type="text" id="%%Zp=0N8INt$Y8iBJEiy">
                                                        <field name="TEXT">Total_out</field>
                                                      </shadow>
                                                    </value>
                                                    <value name="OBJECT">
                                                      <block type="variables_get" id="WYaGV+^vx6AO_Ev#e%C;">
                                                        <field name="VAR" id="Ht6@7.oYHb)hHxe[:IK," variabletype="">STROM</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="update" id="Bp~`:U_B]{-qH4fU)dDE">
                                                    <mutation delay_input="false"></mutation>
                                                    <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_Aktuell</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="math_rndfixed" id="(bdRl!4G(ZR(AvCi]PF:">
                                                        <field name="n">2</field>
                                                        <value name="x">
                                                          <shadow type="math_number" id="nD.TwD3#5S%//+te)(Cl">
                                                            <field name="NUM">3.1234</field>
                                                          </shadow>
                                                          <block type="math_arithmetic" id="WqV700R:8-8)7m1fdy0D">
                                                            <field name="OP">ADD</field>
                                                            <value name="A">
                                                              <shadow type="math_number" id="Q?LKAGu)Z?HV0(e^2,0R">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="get_value" id="?!yrauUZO]w]lz;d]hBZ">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Tagesverbrauch</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <shadow type="math_number" id="0C!e^:[bwP@`aj%hK^Px">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="get_value" id="up%$XfQD;l2]~v:9(3]l">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Nachtverbrauch</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="update" id="wD=.mVA%0vriYOSTEg$O">
                                                        <mutation delay_input="false"></mutation>
                                                        <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Verbrauch_Heute</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="math_rndfixed" id="ROaV*U*CpX5:FO0tgB0`">
                                                            <field name="n">2</field>
                                                            <value name="x">
                                                              <shadow type="math_number" id="4:AP1x3hb5(R;}!nu[^U">
                                                                <field name="NUM">3.1234</field>
                                                              </shadow>
                                                              <block type="math_arithmetic" id="*~}Wjwavd(89Os/1B7#y">
                                                                <field name="OP">MINUS</field>
                                                                <value name="A">
                                                                  <shadow type="math_number" id="Q?LKAGu)Z?HV0(e^2,0R">
                                                                    <field name="NUM">1</field>
                                                                  </shadow>
                                                                  <block type="get_value" id="x-]-VdSy7-#eyu-/?Y;o">
                                                                    <field name="ATTR">val</field>
                                                                    <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_Aktuell</field>
                                                                  </block>
                                                                </value>
                                                                <value name="B">
                                                                  <shadow type="math_number" id="P{(D7@9ZJ13t[MtRy!F6">
                                                                    <field name="NUM">1</field>
                                                                  </shadow>
                                                                  <block type="get_value" id=")3!uqx78~4Br%{NOs=DO">
                                                                    <field name="ATTR">val</field>
                                                                    <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_0:00</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="update" id="zh_2!9$SGcVWaAWq}F][">
                                                            <mutation delay_input="false"></mutation>
                                                            <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Verbrauch_Monat</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="math_rndfixed" id="t$8Hq+!a~/,kBxFxq{4h">
                                                                <field name="n">2</field>
                                                                <value name="x">
                                                                  <shadow type="math_number" id="igAyrm@_2N$nFQZC`4+J">
                                                                    <field name="NUM">3.1234</field>
                                                                  </shadow>
                                                                  <block type="math_arithmetic" id="OUOA.ah0{:c/+XL]4`LE">
                                                                    <field name="OP">MINUS</field>
                                                                    <value name="A">
                                                                      <shadow type="math_number" id="!Zv?W#:)z#%hEGUEx3*8">
                                                                        <field name="NUM">1</field>
                                                                      </shadow>
                                                                      <block type="get_value" id="4FsoK{9I7SI:_Q;0t0D@">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_Aktuell</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <shadow type="math_number" id="m0o]U^LSq4=;m*[O/H{c">
                                                                        <field name="NUM">1</field>
                                                                      </shadow>
                                                                      <block type="get_value" id="O2vyapD@I/-?%n0Re%x$">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_Monatsanfang</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <next>
                                                              <block type="update" id="m[(/54a=fDhJScnBzXQP">
                                                                <mutation delay_input="false"></mutation>
                                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Solar_Einspeisung</field>
                                                                <field name="WITH_DELAY">FALSE</field>
                                                                <value name="VALUE">
                                                                  <block type="math_rndfixed" id="awa{P:uz0T;Ltsi3%J_e">
                                                                    <field name="n">2</field>
                                                                    <value name="x">
                                                                      <shadow type="math_number" id="7oOw4Oj.!4-nR%]K(c-{">
                                                                        <field name="NUM">3.1234</field>
                                                                      </shadow>
                                                                      <block type="math_arithmetic" id="lEQY^^#=f73`cC_jJ]F}">
                                                                        <field name="OP">MINUS</field>
                                                                        <value name="A">
                                                                          <shadow type="math_number" id="j!Qot,]_oixr!,YrAgNG">
                                                                            <field name="NUM">1</field>
                                                                          </shadow>
                                                                          <block type="get_value" id="k*1D7av+T~AR~#R+{Wsu">
                                                                            <field name="ATTR">val</field>
                                                                            <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Einspeisung</field>
                                                                          </block>
                                                                        </value>
                                                                        <value name="B">
                                                                          <shadow type="math_number" id=")4kKaG%$l4S4fIBZ1yT.">
                                                                            <field name="NUM">1</field>
                                                                          </shadow>
                                                                          <block type="get_value" id="^j%J,aDfSisA@SCdWkk}">
                                                                            <field name="ATTR">val</field>
                                                                            <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_0:00_Einspeisung</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <next>
                                                                  <block type="update" id=")+[*|9nReWDBrxWIrgJ`">
                                                                    <mutation delay_input="false"></mutation>
                                                                    <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Solar_Eigendverbrauch</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="math_rndfixed" id="qx(M^wj3n+6*Swsfp[JL">
                                                                        <field name="n">2</field>
                                                                        <value name="x">
                                                                          <shadow type="math_number" id="7oOw4Oj.!4-nR%]K(c-{">
                                                                            <field name="NUM">3.1234</field>
                                                                          </shadow>
                                                                          <block type="math_arithmetic" id="Q-M{QtG1#g)?}x@u7TAp">
                                                                            <field name="OP">MINUS</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="j!Qot,]_oixr!,YrAgNG">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="rg}n`zO?nGH]r*WvD9o4">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Solar_Heute</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id=")4kKaG%$l4S4fIBZ1yT.">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="fp+$Miw;}aa5PE9U`RDd">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Solar_Einspeisung</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                                <next>
                                  <block type="comment" id="!H(TM~7]E+7pAHl%2`dV">
                                    <field name="COMMENT">Aktualisiert dei Zählerstände täglich um 0:00</field>
                                    <next>
                                      <block type="schedule" id="b2FC_`#h3RpW*UgbbIds">
                                        <field name="SCHEDULE">59 59 23 * * *</field>
                                        <statement name="STATEMENT">
                                          <block type="update" id="1=1#7ri1t$4x4tP:F119">
                                            <mutation delay_input="false"></mutation>
                                            <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Solar_Gestern</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="get_value" id="U-@T@DC$PgT#p-}b4SXq">
                                                <field name="ATTR">val</field>
                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Solar_Heute</field>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="update" id=":LLympVs=z{NfMS3Q6k8">
                                                <mutation delay_input="false"></mutation>
                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Verbrauch_Gestern</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="get_value" id="y3C4uwL6|,m(GY=BPP[-">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Verbrauch_Heute</field>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="update" id="3y6_UdZr.G_nM??x[=0k">
                                                    <mutation delay_input="false"></mutation>
                                                    <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_0:00</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="math_rndfixed" id="gcIxnZPEFs{/%AF*B9C.">
                                                        <field name="n">2</field>
                                                        <value name="x">
                                                          <shadow type="math_number" id="867PoM~{5tNAsD$vEtAn">
                                                            <field name="NUM">3.1234</field>
                                                          </shadow>
                                                          <block type="math_arithmetic" id="ffOvH`+=5+T:j%b{BWv@">
                                                            <field name="OP">ADD</field>
                                                            <value name="A">
                                                              <shadow type="math_number" id="j!Qot,]_oixr!,YrAgNG">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="get_value" id="40a|BlB=D:km;}m#)=._">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Tagesverbrauch</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <shadow type="math_number" id=")4kKaG%$l4S4fIBZ1yT.">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="get_value" id="fvO;u$3.r34b0NGMJXV.">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Nachtverbrauch</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="update" id="V@hDZ]GBHdud^2%PE%59">
                                                        <mutation delay_input="false"></mutation>
                                                        <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_0:00_Einspeisung</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="math_rndfixed" id="%ngs;/Dc)D~-lm`pm4G?">
                                                            <field name="n">2</field>
                                                            <value name="x">
                                                              <shadow type="math_number" id="867PoM~{5tNAsD$vEtAn">
                                                                <field name="NUM">3.1234</field>
                                                              </shadow>
                                                              <block type="get_value" id="l/D5?Q!gvL_iTGM3=s9.">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Einspeisung</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </statement>
                                        <next>
                                          <block type="comment" id="vO19-![t:Mt+/XLZbrF_">
                                            <field name="COMMENT">Aktualisert den Zählerstand jeden 1. im Monat</field>
                                            <next>
                                              <block type="schedule" id="#lHUl+IJ+^{vV9f%SX~+">
                                                <field name="SCHEDULE">0 0 1 * *</field>
                                                <statement name="STATEMENT">
                                                  <block type="update" id="8*_(b*TU*WDNZPo)OlD^">
                                                    <mutation delay_input="false"></mutation>
                                                    <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_Monatsanfang</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="math_rndfixed" id=".Yr[G!?NyTqsR:+)}|jp">
                                                        <field name="n">2</field>
                                                        <value name="x">
                                                          <shadow type="math_number" id="867PoM~{5tNAsD$vEtAn">
                                                            <field name="NUM">3.1234</field>
                                                          </shadow>
                                                          <block type="get_value" id="ET});#ZesJQ(/V4W/+d9">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Zählerstand_Aktuell</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="update" id="A)_UMoTqf0O*o,Z}oejE">
                                                        <mutation delay_input="false"></mutation>
                                                        <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Verbrauch_Vormonat</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="get_value" id="`,tSofMa.=E:ncpl^-wZ">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">javascript.0.scriptEnabled.Eigende_Datenpunkte.Verbrauch_Monat</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </statement>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </xml>
                            

                            RalfTh 1 Reply Last reply Reply Quote 0
                            • RalfTh
                              RalfTh @hugo1215 last edited by

                              @hugo1215 Wäre mal interessant den String zu sehen. Dann kann man deinen Lösungsweg besser nachvollziehen.

                              H 1 Reply Last reply Reply Quote 0
                              • H
                                hugo1215 @RalfTh last edited by

                                @RalfTh sagte in Stromzähler per Sonoff ESP8266 auslesen:

                                @hugo1215 Wäre mal interessant den String zu sehen. Dann kann man deinen Lösungsweg besser nachvollziehen.

                                Habe ich in meinem Beitrag gemacht. Siehe Spoiler!!

                                RalfTh 1 Reply Last reply Reply Quote 0
                                • RalfTh
                                  RalfTh @hugo1215 last edited by

                                  @hugo1215 Ich meinte jetzt eher so den JSON-String in deinem Datenpunkt.

                                  H 1 Reply Last reply Reply Quote 0
                                  • H
                                    hugo1215 @RalfTh last edited by

                                    @RalfTh so sieht das Teil aus.
                                    {"Time":"2020-04-12T21:19:10","STROM":{"Total_day":32481.21,"Total_night":12610.42,"Total_out":31853.18}}

                                    RalfTh 1 Reply Last reply Reply Quote 0
                                    • RalfTh
                                      RalfTh @hugo1215 last edited by

                                      @hugo1215 ok, danke. Jetzt würde mich noch deine Funktion JSON nach Objekt interessieren. Die ist nämlich in deinem Blockly nicht enthalten. Oder verstehe ich da was falsch?

                                      H 1 Reply Last reply Reply Quote 0
                                      • H
                                        hugo1215 @RalfTh last edited by

                                        @RalfTh das ist bei mir ein Blockly. Unter Konvertierung Findest du es.
                                        Bei Punkt zwei findest du es. Sonst verstehe ich deine Frage nicht.
                                        Gruß

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          bug77 last edited by bug77

                                          erledigt

                                          1 Reply Last reply Reply Quote 0
                                          • F
                                            Freaknet last edited by Freaknet

                                            Hey Leute,

                                            eine Frage in die Runde, da ich nicht mehr weiter weiß.
                                            Folgendes:
                                            Mein Lesekopf von Jaschkopf und der Wemos D1 mini liefen bis vor kurzem einwandfrei.
                                            Die Watt-Werte und der Zählerstand wurden sauber an ioBroker bzw. in der Tasmotafirmeware übertragen/angezeigt.
                                            Seit nunmehr 10 Tagen kommen aber keine Werte mehr an und Tasmota sagt mir immer 0 Watt und 0 kWh Zählerstand.
                                            Ich habe nichts verändert, weder am Wemos noch am Script und der Lesekopf hängt immer noch an der selbe Stelle wie vorher. Auch werden wenn ich Sensor53 d1 in der Konsole eingebe viele Werte geschrieben. Somit sollte der Lesekopf auch noch funktionieren.
                                            Meine Vermutung war jetzt, dass mein Stromzähler plötzlich einen anderen Code verwendet und deswegen mein Script nichts mehr anzeigt.
                                            Hatte dann als erstes Versucht Tasmota neu auf den Wemos zu schreiben (nach "neuer" Anleitung wie oben beschrieben). Leider ohne Erfolg. Der Wemos reagiert genauso wie vorher.
                                            Ich habe Euch mal ein paar Bilder von meinen Einstellungen beigefügt. Auch lasse ich Euch mal eine Mitschrift von der Konsole da. Vielleicht kann mir jemand dabei helfen das ganze wieder gerade zu rücken. Danke schonmal und bleibt Gesund.

                                            Hier mal die Ausgabe in der Konsole:

                                            19:52:23 CMD: Sensor53 d1
                                            19:52:23 RSL: stat/tasmota_DABF5B/RESULT = {"Time":"2020-04-15T19:52:23","SML":{"CMD":"dump: 1"}}
                                            19:52:23 : 00 00 00 00 00 00 00 00 00 00 38 00 b8 31 41 01 
                                            19:52:23 : 77 07 01 00 60 05 80 00 00 e0 00 00 00 00 7f 1c 01 04 01 01 01 63 a4 9d 80 ff 86 80 80 70 7e 23 00 72 65 00 00 02 01 71 00 00 7e 76 80 80 80 1c 00 e5 53 
                                            19:52:24 : 1b 1b 1b 1b 01 01 01 01 76 86 80 80 00 00 7e f3 80 72 65 00 00 01 01 76 01 01 38 80 00 00 ff 1c 00 
                                            19:52:24 : 58 48 4c 59 02 00 02 69 48 00 00 00 00 fe f0 80 ff 06 00 00 02 62 00 62 00 72 65 80 80 38 00 00 00 1c 00 08 48 4c 59 02 00 02 69 48 
                                            19:52:24 : 00 00 00 00 00 00 f8 38 00 80 60 32 01 01 01 01 01 01 04 ec ee 1f 00 00 00 38 00 80 20 01 00 ff 01 01 01 01 0b 8f 00 00 9f 7f 83 80 83 4f 
                                            19:52:24 : 3a 00 
                                            19:52:24 : 77 07 01 00 01 08 00 3f 9e 00 00 38 00 3f 00 55 aa fd 62 1e 52 ff 65 02 e0 00 00 38 00 80 02 08 00 ff 65 00 1c 01 04 3f 00 ff f3 9f fb 62 00 01 
                                            19:52:25 : 77 07 01 00 10 38 00 00 00 00 fe 6e 00 53 01 f8 01 
                                            19:52:25 : 77 07 01 00 20 38 00 00 00 00 fe 76 2f 63 08 e4 01 
                                            19:52:25 : 77 07 01 00 be 38 00 00 e0 f3 76 6a 63 08 ef 01 
                                            19:52:25 : 77 07 01 80 ec 38 00 00 00 00 fe 20 6a 63 08 e9 01 
                                            19:52:25 : 77 07 01 80 0e 00 80 00 00 00 00 3e 08 6a 62 51 01 
                                            19:52:25 : 77 07 01 80 f7 38 00 00 00 00 fe 00 00 1e 00 38 00 00 00 00 00 7e 0c 0d 62 
                                            19:52:25 : 77 01 
                                            19:52:25 : 77 07 0d 63 01 41 01 
                                            19:52:25 : 77 07 01 00 1e 00 f8 fc 00 00 00 00 8f 38 00 00 00 00 7e 19 00 ed 63 01 f3 01 
                                            19:52:25 : 77 07 00 01 01 01 01 05 41 30 0e 00 18 00 00 00 38 00 80 f0 40 ff 01 01 01 01 65 00 80 fb 
                                            19:52:26 : ef fe fe fe 3e 01 01 01 76 04 00 00 01 62 80 f3 80 fb 3f 80 00 00 40 37 00 01 07 
                                            19:52:26 : 00 00 01 55 ff 1c 00 7c ec ee 1f 00 20 02 69 48 01 01 63 39 5d 80 ff 86 80 80 83 f3 80 62 00 72 65 00 00 07 01 
                                            19:52:26 : 77 00 00 1c 00 7c ec ee 1f 00 70 02 69 48 01 01 f1 04 
                                            19:52:26 : 77 07 00 00 f0 bb 00 00 00 00 00 00 40 00 00 00 00 70 3a 5a 2d 
                                            19:52:26 : 77 07 e0 80 f0 00 00 e0 40 c0 01 0b 0a 01 48 4c 59 02 80 83 1f 00 7f 38 00 00 01 08 00 ff 65 00 1c 01 86 3f 00 ff f3 9f 03 ff 65 02 c0 6b 61 01 
                                            19:52:26 : 77 38 00 80 83 8c 80 3f 1c 01 04 65 01 55 aa ff 62 9f fb f3 80 00 00 38 00 00 10 07 00 ff 01 01 62 6e 80 0f 00 00 00 00 00 07 01 00 20 07 00 ff 01 01 f3 76 ff 7e 9c 3f 00 93 70 00 00 34 07 00 ff 01 00 00 fe 76 ff 7e fc 00 00 b7 30 00 00 48 07 00 ff 01 00 00 fe 76 
                                            19:52:26 : ff 7e 7c 01 
                                            19:52:26 : 77 07 01 00 1f 07 00 ff 00 00 00 00 fe 0c 00 7f f3 7e 00 00 b7 30 00 00 33 07 00 ff 00 00 e0 f3 0c 00 7f f3 7f 
                                            19:52:26 : 77 07 01 00 47 07 00 ff 00 00 00 00 fe 0c 00 7f f3 ff 40 b7 70 c0 00 51 07 01 ff 01 00 00 7e 1c 00 80 f3 fc 40 
                                            19:52:26 : 77 30 00 00 51 07 02 ff 01 00 00 7e 1c 00 80 f3 f8 40 b7 30 00 00 51 07 04 ff 01 e0 f3 8c fb 80 fe 00 00 78 00 00 b7 30 00 00 51 07 0f ff 00 00 00 00 7e 1c 00 80 f3 3e 
                                            19:52:26 : 77 07 01 00 51 07 1a 80 fe 00 00 02 
                                            19:52:26 : 77 07 01 00 0e 07 00 ff 00 00 00 00 7e b7 0e 00 e0 f1 01 
                                            19:52:27 : 77 07 01 00 00 02 00 80 e0 00 00 e0 00 00 03 00 0e 00 07 26 ce 19 06 76 16 
                                            19:52:27 : 77 07 00 00 f0 ff 83 00 00 00 00 00 00 40 c0 05 41 30 31 ff 86 80 00 03 62 00 62 00 72 65 00 80 83 00 00 1e 00 00 
                                            19:52:28 : fe fe fe 0c 01 01 01 76 04 00 00 01 f3 80 f3 80 fb 3f 00 01 01 76 01 01 07 00 00 01 00 00 1c 00 7c 
                                            19:52:28 : ec ee 16 00 60 02 69 48 01 01 63 e6 e3 80 ff 86 80 80 83 23 00 62 00 72 65 00 00 07 01 e0 1c 00 3c 00 ec ee 43 60 02 69 48 01 
                                            19:52:28 : 01 f1 04 38 00 80 f0 bb 00 00 00 00 00 00 c0 01 01 04 48 4c 59 01 38 00 80 f0 00 00 01 01 01 01 0b 0a 01 48 4c 1f 00 70 83 1f 00 7f 
                                            19:52:28 : 70 00 00 01 08 00 ff 65 00 1c 00 00 38 00 3f 00 00 00 6e 1c 00 ed 65 02 c0 6b 64 01 38 00 80 83 8c 80 65 00 1c 01 04 65 
                                            19:52:28 : 01 55 ab 00 00 7e 6e f3 80 00 00 b7 30 00 00 10 07 00 ff 01 00 00 fe 6e 80 0f 00 00 00 40 b7 30 00 00 20 07 00 ff 01 e0 f3 06 00 ff 
                                            19:52:28 : 7e 9c 1f 
                                            19:52:28 : 77 07 01 00 34 07 00 ff 00 00 00 00 fe 76 ff 7e dc 3f 00 
                                            19:52:28 : 77 07 01 00 48 07 00 00 00 00 00 0e 00 76 ff 7e 58 3f 00 
                                            19:52:28 : 77 07 01 00 1f 07 80 00 00 00 00 fe 0c 00 7f b3 51 01 
                                            19:52:28 : 77 07 01 00 33 07 00 00 00 00 00 fe 0c 00 0f 00 b3 66 01 
                                            19:52:28 : 77 07 01 00 47 07 00 fe 60 10 00 00 00 b7 30 00 00 51 07 0f 00 00 00 00 0e 00 7e b7 26 00 00 7e 00 00 b7 30 00 00 00 02 80 80 e0 00 10 00 16 16 0b 38 00 80 f0 38 40 00 00 00 00 00 00 19 00 00 00 1e 00 00 00 7e 23 00 00 00 00 1b 1b 1b 1b 9f 70 3c 
                                            19:52:29 : fe 1b 1b fe 3e 00 00 00 00 00 00 86 00 00 01 62 00 62 00 72 65 80 80 00 00 e0 ff 00 00 e0 38 00 01 55 
                                            19:52:29 : ab 02 0b 0a 01 48 ee 1f 00 70 83 1f 00 7f 01 63 fa c1 00 76 04 00 00 83 f3 80 f3 80 fb 7f 00 07 01 
                                            19:52:29 : 77 01 0b 0a 01 48 ee ff 83 80 83 1f 00 7f 00 f1 04 
                                            19:52:29 : 77 07 01 00 60 32 00 00 00 00 00 00 00 00 00 00 00 00 38 9f 08 5d 
                                            19:52:29 : 77 07 01 00 60 01 80 00 00 e0 00 00 00 00 1c 00 7c 48 4c 59 02 00 02 69 48 01 38 00 80 00 00 1c 65 00 1c 01 04 65 01 55 ab 83 f3 9f fb 7f 70 6b 66 01 
                                            19:52:29 : 77 07 01 00 02 08 80 3f 9e 00 00 f8 3f 62 1e 52 ff 62 80 e0 38 00 80 98 38 ff 01 01 62 1b 52 00 53 00 00 00 00 00 00 38 00 80 b0 10 ff 01 01 62 23 52 ff 63 8c f6 00 00 38 00 80 3e 07 00 ff 01 01 62 23 52 ff 7e fc 00 00 38 00 80 00 07 00 ff 01 01 62 23 52 0e 00 7c 
                                            19:52:29 : e0 f8 00 00 1f 07 00 ff 01 01 62 21 fb ff f3 fb 00 00 38 00 00 33 07 00 ff 01 01 62 21 52 ff f3 f7 e0 38 00 00 47 07 00 ff 
                                            19:52:30 : 01 01 62 21 52 ff f3 fc 00 00 38 00 80 51 07 01 ff 01 01 62 08 52 80 f3 00 00 38 00 80 40 30 60 01 01 62 08 52 00 f3 00 00 
                                            19:52:30 : 38 00 80 1e 00 30 b0 01 01 62 08 52 00 fe 00 00 18 00 00 00 38 00 80 00 07 0f ff 01 01 62 08 52 80 f3 9f 00 00 38 00 80 40 30 63 
                                            19:52:30 : 01 01 62 08 52 00 fe 00 00 1f 38 00 00 0e 07 00 ff 01 01 62 2c 52 fe 00 00 ff 00 00 f8 00 00 00 02 00 00 01 01 01 01 03 00 0e 00 87 b7 
                                            19:52:30 : ef 87 87 3f 16 
                                            19:52:30 : 77 07 01 00 60 5a 02 e0 00 00 00 00 00 00 00 00 38 00 b8 44 10 00 00 00 b7 70 00 00 60 05 00 00 00 00 00 00 00 00 00 3f 1e 01 04 01 01 01 63 b2 9f 00 ff 86 80 80 70 7e 33 00 72 65 00 00 02 01 71 01 7e 06 00 80 80 80 2e 1c 00 1c 00 4c 6c fb 
                                            19:52:31 : 9a 
                                            19:52:31 : 1b 1b fe 7e 00 00 00 00 00 00 06 00 00 01 62 00 62 00 72 65 80 80 e0 00 00 00 00 00 00 10 00 01 55 ab 04 0b 0a 01 ec ee 1f 00 70 83 1f 00 
                                            19:52:31 : 7f 01 63 97 cf 00 76 04 00 80 83 f3 80 f3 80 fb 3f 00 07 01 
                                            19:52:31 : 77 01 0b 0a 01 48 ee 1f 00 70 83 1f 00 7f 01 f1 04 
                                            19:52:31 : 77 07 01 00 60 32 00 00 00 00 00 00 00 00 e0 00 00 38 1f 5a 2d 
                                            19:52:31 : 77 07 01 00 60 01 80 00 00 00 00 00 00 00 00 1c 00 7c 48 4c 59 02 00 02 69 48 01 38 00 80 00 00 1c 65 00 1c 01 04 65 01 55 ab 86 f3 9f fb bf 70 6b 68 01 
                                            19:52:31 : 77 07 01 00 02 08 80 3f 9e 00 00 38 01 01 62 1b 52 00 53 01 ff 00 00 38 00 80 b0 18 ff 01 01 62 23 52 ff 63 8c fe 00 00 38 00 80 be 30 ff 01 01 62 23 52 ff 63 8c ff 00 00 38 00 80 0c 07 00 ff 01 01 62 23 52 ff 7e fc ff 00 00 38 00 80 1f 07 00 ff 01 01 62 21 52 ff 
                                            19:52:31 : f3 fb e0 38 00 80 66 30 ff 01 01 62 21 52 ff f3 3f 00 38 00 80 90 30 ff 01 01 62 21 52 fe f3 00 00 38 00 80 46 
                                            19:52:31 : 30 00 ff 01 01 62 08 52 00 f3 fc 00 00 38 00 80 1e 00 30 60 01 01 62 08 52 00 f3 f8 00 00 38 00 80 1e 00 30 b0 01 01 62 08 52 00 0e 00 
                                            19:52:31 : 00 00 18 00 00 00 f8 00 00 40 b0 d8 01 01 62 08 52 00 f3 7e 38 00 80 46 30 63 01 01 62 08 52 00 fe 00 00 3f 38 00 00 0e 
                                            19:52:31 : 07 00 ff 01 01 62 2c 52 0e 00 00 00 ff 00 00 38 00 00 00 02 00 00 01 01 01 01 03 00 0e 00 87 b7 ef 87 87 7f 16 
                                            19:52:31 : 77 07 01 00 60 5a 02 00 00 00 00 00 00 e0 00 00 38 00 b8 44 10 00 00 00 b7 30 00 00 60 05 00 00 00 00 00 00 00 00 00 3f 1e 01 04 01 01 01 63 b0 ab 00 ff 86 80 80 70 7e f3 00 72 
                                            19:52:31 : 65 00 00 02 01 71 01 7e 76 80 80 80 1e 00 6c 1c 00 4c 1c 00 a5 3b 
                                            19:52:32 : fe fe fe 3e 00 00 00 00 40 37 30 00 01 62 00 62 00 fb 7f 80 00 00 00 00 60 00 00 30 00 
                                            19:52:32 : 01 55 ab 05 0b 8f 00 00 9f 3f 00 83 80 83 1a 00 3a 00 01 63 7d b1 00 76 86 80 80 83 f3 80 f3 80 33 65 00 00 07 01 
                                            19:52:33 : 77 01 0b 0a e0 ec ee 1f 00 70 83 4b 5a 01 f1 04 
                                            19:52:33 : 77 07 01 00 f0 bb 00 00 00 00 00 00 00 00 e0 40 30 1a 5a 2d 
                                            19:52:33 : 77 07 01 00 f0 00 00 00 00 00 00 00 00 00 00 61 61 00 00 1a 5a 4d 00 02 1f 00 7f 38 00 80 00 00 08 ff 65 00 1c 01 04 65 01 78 7e 
                                            19:52:33 : 77 07 01 00 83 8c 80 3f 9e 60 30 00 36 00 55 ab 05 62 1e 52 e0 38 00 00 34 07 00 ff 01 01 62 23 fb 7e dc e0 10 00 48 07 00 ff 01 01 62 76 0f 00 7e 1c 00 00 07 01 00 1f 07 00 ff 01 01 f3 0c 00 0f 00 f3 1e 00 00 00 70 00 00 33 07 00 ff 01 01 f3 0c 00 7f f3 f7 00 00 10 00 47 07 00 
                                            19:52:33 : ff 01 01 62 ec fb ff f3 00 00 10 00 51 07 01 ff 01 01 62 8c fb 80 f3 fc 00 00 18 00 51 07 02 ff 01 01 62 8c fb 80 f3 f8 
                                            19:52:33 : 00 00 f8 40 51 07 04 ff 01 01 62 08 fb 80 fe 00 00 18 00 00 00 10 00 51 07 0f ff 01 01 62 8c fb 80 f3 9f 00 00 38 00 51 07 1a 
                                            19:52:33 : ff 01 01 62 8c fb 80 fe 00 00 1f 10 00 0e 07 00 ff 01 01 62 be fb 0e 00 00 00 00 00 00 00 93 70 00 00 00 02 00 00 01 01 e0 00 00 03 00 0e 00 87 
                                            19:52:33 : b7 07 00 02 06 76 16 
                                            19:52:33 : 77 07 01 00 60 ff 83 00 00 00 00 00 00 00 00 e0 78 07 16 16 0b 
                                            19:52:33 : 77 07 01 00 f0 38 00 00 00 00 00 00 00 00 76 1c 01 04 01 01 01 63 3c ff 86 80 80 70 26 62 00 72 65 00 00 02 01 1e 00 00 00 7e 06 00 80 00 00 1b 1b 1b 1b 1a 03 61 17 
                                            19:52:34 : 1b 1b 1b 1b 00 00 e0 00 00 00 00 86 80 80 01 62 00 62 00 72 65 00 00 00 00 00 00 
                                            19:52:34 : 00 00 00 00 38 80 40 15 00 75 b0 61 61 00 00 1a 3a 00 83 80 83 ff ec 00 00 00 00 24 0a 00 3a 76 04 00 00 02 62 80 f3 80 fb 3f 80 30 00 00 37 
                                            19:52:34 : 00 0b 0a 01 48 4c 59 83 80 83 1f 00 7f e0 7e b0 b7 30 00 00 60 32 01 01 e0 00 00 e0 00 00 38 9f 7f 01 
                                            19:52:34 : 77 07 01 00 60 01 00 ff 00 00 00 00 e0 00 00 1c 00 7c ec 04 59 02 00 02 69 48 01 
                                            19:52:34 : 77 38 00 80 00 00 3c 3f 1c 01 04 65 01 55 ab 07 62 9f fb bf 00 00 0b 
                                            19:52:34 : 77 07 01 00 02 08 00 ff 3f 9e 00 00 38 00 3f 00 24 dd 30 0c 00 4c dd 62 00 01 38 00 80 98 38 01 01 62 1b 52 00 53 01 f3 00 00 38 00 80 b0 38 ff 01 01 62 23 52 ff 63 08 fe e0 38 00 80 be 38 ff 01 01 62 23 52 ff 63 08 ff 00 00 f8 00 00 ec 10 ff 01 
                                            19:52:34 : 01 62 23 52 ff 63 8c fc 00 00 38 00 80 1e 00 00 ff 01 01 62 21 52 fe f3 1e 00 00 00 38 00 80 f7 10 ff 01 01 62 21 52 fe 62 f7 00 00 
                                            19:52:34 : 38 00 80 fe 18 ff 01 01 62 21 52 fe 62 e0 38 00 80 1e 00 78 ff 01 01 62 08 52 00 62 fc 00 00 38 00 80 fe b8 20 01 01 62 
                                            19:52:34 : 08 52 00 62 f0 00 00 38 00 80 1e 00 38 b8 01 01 62 08 52 00 63 01 18 00 00 00 38 00 80 1e 00 f8 d8 01 01 62 08 52 00 62 9f 00 00 f8 
                                            19:52:34 : 00 00 1e 00 b8 dc 01 01 62 08 52 00 63 01 1f 38 00 80 8f 10 ff 01 01 62 2c 52 ff 63 e0 ff 00 00 38 00 80 80 02 00 00 
                                            19:52:35 : 01 01 01 01 09 31 bf b8 bb bf b8 b8 1f b7 30 00 00 60 5a 02 01 01 00 00 00 00 00 00 38 00 b8 0e 00 18 00 00 00 b7 30 00 00 60 05 00 ff 01 00 00 00 00 00 00 
                                            19:52:35 : 7f 9e 00 00 10 01 01 63 8b 12 00 76 04 80 80 70 7e f3 80 fb 65 00 00 02 01 71 01 63 e8 76 80 80 80 1e 00 1e 00 2e 1c 00 6c fb 21 
                                            19:52:36 : 1b fe fe 3e 00 00 00 00 00 00 04 00 00 01 62 00 62 00 72 3f 80 e0 00 00 00 00 00 00 70 00 01 55 ab 09 0b 0a 00 00 9f 7f 83 80 83 
                                            19:52:36 : 1f 00 5a 01 63 a7 ad 00 76 04 80 80 83 f3 80 f3 80 fb 12 00 07 01 
                                            19:52:36 : 77 01 0b 0a 01 ec ee 1f 00 70 83 1f 00 0b 01 f1 04 
                                            19:52:36 : 77 07 01 00 60 bb 00 00 00 00 00 00 00 00 00 00 e0 86 00 4c 59 01 
                                            19:52:36 : 77 07 01 00 60 00 00 00 00 00 00 00 00 00 00 1c 00 58 48 4c 59 02 00 02 69 48 00 00 38 00 80 e0 8c 00 ff 65 00 1c 01 04 65 55 03 00 7e 6e bf 70 6b 6f 01 
                                            19:52:36 : 77 07 01 00 02 8c 80 3f 9e 00 00 38 18 ff 01 01 62 1b 52 00 53 00 00 fe 00 00 38 00 80 b0 03 00 ff 01 01 62 23 52 ff 7e 1c 00 00 00 38 00 80 10 07 00 ff 01 01 62 23 52 7e dc 00 00 38 00 00 48 07 00 ff 01 01 62 23 52 7e 1c 00 00 38 00 00 1f 07 00 ff 01 01 62 
                                            19:52:36 : 21 fb ff f3 1e 00 00 00 38 00 00 33 07 00 ff 01 01 62 21 fb ff f3 f7 00 00 38 00 00 47 07 00 ff 01 01 62 21 52 ff f3 00 00 38 00 
                                            19:52:36 : 80 51 07 01 ff 01 01 62 08 52 80 f3 fc 00 00 38 00 80 14 00 30 60 01 01 62 08 52 80 f3 f8 00 00 38 00 80 46 30 b0 01 01 62 08 52 
                                            19:52:36 : 00 fe e0 18 00 00 00 38 00 00 51 07 0f ff 01 01 62 08 52 80 f3 9f 00 00 38 00 80 51 07 1a ff 01 01 62 08 52 80 fe 00 00 1f f8 
                                            19:52:36 : 00 00 0e 07 00 ff 01 01 62 2c fb fe 00 00 ff 00 00 38 00 00 00 02 00 00 01 01 01 00 00 03 00 0e 00 0f b7 07 00 87 87 76 2e 
                                            19:52:36 : 77 07 01 00 60 5a 02 00 00 00 00 00 00 00 00 00 00 38 00 38 31 41 01 
                                            19:52:36 : 77 07 01 00 60 05 80 00 00 00 00 00 00 00 00 7f 0c 01 04 01 01 01 63 31 e3 80 ff 86 80 80 70 7e 21 00 72 65 00 00 02 01 71 00 00 0e 00 76 80 80 80 1c 00 6c 6c 1c 00 1c 00 68 
                                            19:52:37 : c3 63 03 00 63 63 00 00 00 00 00 00 c0 76 
                                            19:52:37 : 86 80 80 00 00 0e 00 f3 80 33 65 00 00 01 01 76 01 01 07 80 80 00 00 8f 1c 00 08 48 4c 59 02 00 02 69 48 e0 00 00 fe 07 00 
                                            19:52:37 : 07 ff 06 00 00 02 62 00 62 00 72 65 80 80 38 00 00 00 bc 18 48 4c 59 02 00 02 69 48 00 00 e0 00 00 f8 38 00 80 60 32 01 01 01 
                                            19:52:37 : 01 01 01 04 ec ee 1f 00 00 00 38 00 80 20 01 00 ff 01 01 01 01 0b 8f 00 00 9f 7f 83 80 83 49 5a 
                                            19:52:38 : 77 07 01 00 01 08 00 3f 9e 00 00 38 00 3f 00 55 ab 0a 62 1e 52 ff 65 02 e0 1e 00 00 00 f8 00 00 02 08 00 ff 65 00 1c 01 04 3f 00 8f f3 9f fb ff 62 00 01 
                                            19:52:38 : 77 07 01 00 10 38 00 00 00 00 fe 6e 00 53 01 f1 01 
                                            19:52:38 : 77 07 01 00 b0 38 e0 00 00 fe 76 20 63 08 e4 01 
                                            19:52:38 : 77 07 01 00 be 78 00 00 00 00 0e 00 26 6a 63 08 ee 01 
                                            19:52:38 : 77 07 01 80 ec 38 00 00 e0 f3 23 52 ff 63 08 e8 01 
                                            19:52:38 : 77 07 00 00 0e 00 80 00 00 00 00 6c c8 52 fe 62 51 01 
                                            19:52:38 : 77 07 00 00 f7 38 00 00 00 00 6c 08 00 6a 62 65 01 
                                            19:52:38 : 77 07 e0 80 fe 38 00 00 e0 23 21 01 
                                            19:52:38 : 77 07 01 80 1e 00 b8 f0 e0 00 00 64 18 00 1d 62 fc 00 00 40 6c 18 00 0d 62 1a 01 
                                            19:52:38 : 77 07 00 00 1e 00 b8 63 01 f3 01 38 00 80 80 83 80 80 40 00 00 c0 01 09 f8 60 60 05 00 ff 01 01 01 01 3f 9e 00 00 00 80 fe 1e 00 fe 1e 00 7e 84 
                                            19:52:39 : 85 fe 4c 6c 2c 01 01 01 76 04 00 80 00 00 7e f3 80 fb 3f 00 01 01 76 01 01 07 00 80 00 00 8e 
                                            19:52:39 : 1c 00 7c 00 4c 59 02 00 02 69 48 01 00 00 7e b0 80 ff 86 80 00 02 62 00 62 00 72 65 00 00 38 00 00 00 1c 00 7c 6c 4c 59 02 00 02 69 
                                            19:52:39 : 48 01 01 00 00 f8 f8 00 00 f0 bb 00 00 00 00 00 00 00 00 00 00 00 00 30 1a 5a 00 00 38 00 80 f0 00 00 ff 01 01 01 01 0b 0a 01 48 ee 1f 00 70 83 1f 
                                            19:52:39 : 00 7f 
                                            19:52:39 : 77 07 01 00 01 08 00 ff 65 80 9e 00 00 38 00 3f 00 04 62 1e 52 ff 65 02 c0 6b fe 00 00 38 00 80 83 8c 00 ff 65 00 1c 01 04 65 01 55 8e f3 9f fb f3 00 01 
                                            19:52:39 : 77 07 01 00 10 07 00 ff e0 00 00 0e 00 1e 00 80 ff 40 7e 00 00 b7 70 00 00 20 07 00 00 00 00 00 fe 76 ff 26 18 00 01 
                                            19:52:39 : 77 07 01 00 34 07 80 00 00 00 00 fe 76 ff 6c 98 5f 
                                            19:52:39 : 77 07 01 00 48 78 00 00 00 00 fe 76 ff 63 08 e8 01 
                                            19:52:39 : 77 07 01 00 1f 78 00 00 00 00 fe ec 3b fe 62 51 01 
                                            19:52:39 : 77 07 01 00 33 38 00 00 00 00 fe 0c 00 7f 62 66 01 
                                            19:52:39 : 77 07 01 00 47 38 e0 00 00 0e 00 0c 01 00 51 38 00 00 00 e0 f3 8c fb 00 62 
                                            19:52:40 : 77 01 
                                            19:52:40 : 77 07 1c 00 80 63 01 41 01 
                                            19:52:40 : 77 07 01 00 51 f8 fc 00 00 00 01 00 0e 38 00 00 00 00 7e b7 ff 63 01 f3 01 
                                            19:52:40 : 77 07 ff 83 00 00 00 00 00 00 00 00 00 00 c1 41 30 31 41 00 00 38 00 80 f0 38 ff 00 62 
                                            19:52:41 : fe fe fe 04 01 01 01 76 04 00 00 01 f3 80 f3 80 fb 
                                            19:52:41 : 3f 80 00 00 00 00 37 00 01 07 00 00 01 8f 1c 00 7c ec ee 47 60 02 69 48 01 01 63 20 80 ff 86 80 80 83 f3 00 62 00 72 65 00 
                                            19:52:41 : 00 07 01 00 00 1c 00 7c ec ee 1f 00 60 02 69 48 01 01 f1 04 
                                            19:52:41 : 77 38 00 80 f0 bb 00 00 00 00 00 00 00 00 00 00 00 00 30 1a 5a 2d 
                                            19:52:41 : 77 38 00 80 f0 00 00 00 00 c0 01 01 0b 0a 01 48 4c 59 83 80 83 1f 00 3f 00 38 00 01 08 00 ff 65 00 1c 00 00 38 00 3f 00 8f f3 0f 52 ff 65 02 c0 6b 76 01 
                                            19:52:41 : 77 f8 00 00 83 8c 80 12 1c 01 04 65 01 55 ab 0e f3 9f fb f3 80 00 00 07 01 00 10 07 00 ff 01 01 f3 6e 80 0f 00 e0 00 00 00 00 b7 30 00 00 20 07 00 ff 01 00 00 0e 00 76 ff 7e 1c 00 00 00 b7 30 00 00 34 07 00 ff 00 00 00 00 fe 76 ff 7e dc 1f 
                                            19:52:41 : 77 07 01 00 48 07 00 ff e0 00 00 fe 76 ff 0e 00 08 5f 
                                            19:52:41 : 77 07 01 00 1f 07 00 00 00 00 00 fe 0c 00 7f f3 00 01 
                                            19:52:41 : 77 07 01 00 33 07 00 00 00 00 00 fe 0c 00 7f f3 23 01 
                                            19:52:41 : 77 07 01 00 47 07 00 00 00 e0 f3 ec fb ff f3 35 00 
                                            19:52:41 : 77 07 01 00 51 07 01 ff 00 00 00 00 7e 1c 00 80 f3 03 
                                            19:52:41 : 77 07 01 00 51 07 02 ff 00 00 f3 00 
                                            19:52:41 : 77 07 01 00 51 07 04 ff 00 00 00 00 7e 1c 00 80 07 1a ff e0 00 00 7e 1c 00 80 0e 00 40 16 
                                            19:52:41 : 77 07 01 03 00 0e 00 19 26 ce 19 06 76 16 
                                            19:52:41 : 77 38 00 80 f0 ff 83 01 04 01 00 00 e0 fe 0c 00 7f ff 86 
                                            19:52:42 : ce 1b 1b fe 3e 00 00 00 00 e0 ff 06 00 00 01 62 00 62 00 72 65 80 80 00 00 00 00 e0 00 00 38 00 01 55 ab 0f 0b 0a 01 ec ee 1f 00 70 
                                            19:52:42 : 83 1f 00 1f 01 63 ca a3 00 76 04 00 80 83 f3 80 f3 80 fb 3f 00 07 01 
                                            19:52:42 : 77 01 0b 0a 01 ec ee 1f 00 70 83 1f 00 7f 01 f1 04 
                                            19:52:42 : 77 07 01 00 60 32 00 00 00 00 00 00 e0 00 00 00 00 38 0b 5a 2d 
                                            19:52:42 : 77 07 01 00 60 01 80 00 00 00 00 00 00 00 00 1c 00 7c 48 4c 59 02 00 02 69 48 00 00 38 00 80 00 00 1c 65 00 1c 01 04 65 01 55 ab 1c 00 9f fb bf 00 00 6b 78 01 
                                            19:52:42 : 77 07 01 00 02 08 80 3f 9e 00 98 38 ff 01 01 62 1b 52 00 53 01 00 00 00 00 38 00 80 b0 30 ff 01 01 62 23 52 ff 63 8c fe 00 00 38 00 80 be 07 00 ff 01 01 62 23 52 ff 7e bc e0 38 00 80 48 07 00 ff 01 01 62 23 52 7e 1c e0 38 00 00 1f 07 00 ff 01 
                                            19:52:43 : 01 62 21 fb ff f3 1e 00 00 00 38 00 00 33 07 00 ff 01 01 62 21 fb ff f3 3f 00 38 00 00 47 07 00 ff 01 01 62 21 52 ff f3 00 00 
                                            19:52:43 : 38 00 00 51 07 01 ff 01 01 62 08 52 80 f3 e0 38 00 80 51 07 02 ff 01 01 62 08 52 80 f3 00 00 38 00 80 40 30 b0 01 01 62 
                                            19:52:43 : 08 52 00 fe 00 00 18 00 00 00 38 00 00 51 07 0f ff 01 01 62 08 52 80 f3 9f 00 00 38 00 80 00 07 1a ff 01 01 62 08 52 80 fe e0 bf 00 00 
                                            19:52:43 : 38 00 00 0e 07 00 ff 01 01 62 2c 52 fe 00 00 ff 00 00 38 00 00 00 02 00 00 01 01 01 01 03 00 0e 00 0f 6f 07 00 87 87 33 16 
                                            19:52:43 : 77 07 01 00 60 5a 02 00 00 00 00 00 00 00 00 e0 38 00 b8 0c 00 10 00 00 00 b7 30 00 00 60 05 00 00 00 00 00 00 00 00 00 3f 1e 01 04 01 01 01 63 4d cf 00 ff 86 80 80 70 
                                            19:52:43 : 0e 00 23 00 72 65 00 00 02 01 71 01 7e 76 80 80 80 4c 6c 1c 00 4c 1c 00 af 29 
                                            19:52:44 : 1b 1b 1b 1b 01 01 01 01 ff 86 80 80 e0 f3 80 73 00 72 65 00 00 01 01 76 01 00 00 78 80 00 00 06 00 61 61 
                                            19:52:44 : 00 00 1a 3a 00 4d 00 02 1f 00 3f 00 00 00 fe 73 0f 33 04 00 00 02 62 00 62 00 fb 3f 80 f8 00 00 00 00 08 38 00 48 4c 59 02 00 02 69 
                                            19:52:44 : ec 00 00 e0 00 00 f8 38 00 00 60 32 01 01 01 01 01 01 86 ec ee ff 00 00 38 00 00 60 01 00 ff 01 01 01 01 1c 00 7c ec ee 1f 00 70 02 
                                            19:52:44 : 69 48 01 
                                            19:52:44 : 77 07 01 00 01 8c 80 3f 9e 00 00 78 36 00 55 ab 11 62 1e 52 ff 7f 70 ff 00 00 38 00 00 02 08 00 ff 65 00 1c 01 86 3f 00 06 00 7e 04 ed 62 00 01 
                                            19:52:44 : 77 07 01 00 98 38 00 00 00 00 0e 00 0e 0d 53 01 f4 01 
                                            19:52:44 : 77 07 01 80 b0 38 00 00 00 00 fe 20 6a 63 08 e3 01 
                                            19:52:44 : 77 07 01 80 be 38 00 00 00 00 3e 64 6a 63 08 ef 01 
                                            19:52:44 : 77 07 e0 80 ec 38 00 00 00 00 6c 64 6a 63 08 e9 01 
                                            19:52:44 : 77 07 00 00 0e 00 80 00 00 40 6c 08 6a 62 51 01 
                                            19:52:44 : 77 07 00 00 f7 38 00 00 00 00 6c 08 00 80 1e 00 38 00 e0 00 00 6c 18 00 0d 62 
                                            19:52:45 : 77 01 
                                            19:52:45 : 77 07 52 00 63 01 41 01 
                                            19:52:45 : 77 38 00 80 1e 00 f8 fc 00 00 00 80 8f 78 00 00 00 00 6c 39 6a 63 01 f3 01 38 00 
                                            19:52:45 : e3 fe 7e 1c 00 2c 01 01 01 76 04 00 00 00 00 7e f3 80 fb 3f 00 01 01 76 01 01 
                                            19:52:45 : 07 00 00 e0 9b 1c 00 7c 6c 4c 59 02 00 02 69 48 01 01 fe ff 0e ff 86 80 00 02 62 00 62 00 72 65 00 00 f8 00 00 00 00 1c 00 7c 
                                            19:52:46 : ec 04 59 02 00 02 69 48 01 01 00 00 f8 38 00 80 f0 bb 00 00 00 00 c0 01 01 01 04 48 4c 1f 00 00 00 38 00 80 f0 00 00 ff 01 01 01 01 0b 
                                            19:52:46 : 0a 01 ec ee 1f 00 00 00 83 1f 00 7f 
                                            19:52:46 : 77 07 01 00 01 08 00 ff 65 80 9e 00 00 f8 3f 00 0c 4c 03 00 52 ff 65 02 c0 6b 00 00 38 00 80 83 8c 00 ff 65 00 1c 01 04 65 01 9b f3 9f fb f3 00 01 
                                            19:52:46 : 77 07 01 00 10 07 00 ff 00 00 00 00 fe 6e 80 ff 40 01 00 00 00 b7 30 00 00 20 07 00 00 00 00 00 fe 76 ff 7e 18 00 01 
                                            19:52:46 : 77 07 01 00 34 07 80 00 00 00 00 fe 76 ff 24 d8 5f 
                                            19:52:46 : 77 07 01 00 48 07 80 00 00 00 00 fe 76 ff 63 08 e9 01 
                                            19:52:46 : 77 07 01 00 1f 78 00 00 e0 f3 ec 7b fe 62 51 01 
                                            19:52:46 : 77 07 01 00 33 38 00 00 00 00 0e 00 0c 00 7f 62 66 01 
                                            19:52:46 : 77 07 01 00 47 38 00 00 00 00 fe 7f 62 57 01 
                                            19:52:46 : 77 07 01 00 51 07 00 00 00 00 00 00 7e 1c 51 07 86 00 00 00 00 7e bc 7f 21 01 41 01 
                                            19:52:46 : 77 07 7f 63 01 3d 01 
                                            19:52:46 : 77 07 01 00 0e 38 e0 00 00 7e b7 e4 63 06 76 3f 38 00 80 f0 ff 83 00 00 00 00 00 00 ff 00 76 04 00 00 03 62 00 62 00 fb 3f 80 83 00 00 1e 00 00 00 6c 1f 00 0e 00 00 00 
                                            19:52:47 : 3e 6c 1c 00 2c 01 01 01 76 04 80 80 00 00 0e 00 f3 80 fb 36 00 01 01 76 01 01 07 80 80 00 00 
                                            19:52:47 : 9e 1c 00 7c 48 4c 59 02 00 02 69 48 01 00 00 7e 07 00 ff 86 00 00 02 62 00 62 00 72 65 00 80 38 00 00 00 bc 7c 48 4c 59 02 
                                            19:52:47 : 00 02 69 48 01 e0 fe 86 38 00 80 70 32 01 01 01 01 01 01 04 48 ee 1f 00 00 00 38 00 80 f0 00 00 ff 01 01 01 01 0b 0a 00 00 9f 
                                            19:52:47 : 7f 83 80 83 1f 00 08 
                                            19:52:47 : 77 07 01 00 01 08 00 ff 3f 9e 00 00 38 00 3f 00 ab 14 62 1e 52 ff 65 02 c0 00 00 38 00 80 83 00 00 ff 65 00 1c 01 04 65 00 00 9e f3 9f fb b3 00 01 
                                            19:52:47 : 77 07 01 00 10 07 00 00 00 00 00 fe 6e 80 23 00 00 7f c0 
                                            19:52:47 : 77 07 01 00 20 07 80 00 00 00 00 0e 00 76 0f 00 63 08 e3 01 
                                            19:52:47 : 77 07 01 00 34 78 00 00 00 00 fe 76 3f 63 08 ef 01 
                                            19:52:47 : 77 07 01 00 ec 38 00 00 00 00 0e 00 06 00 6a 63 08 e9 01 
                                            19:52:48 : 77 07 01 80 0e 00 80 00 00 00 00 fe 40 6a 62 51 01 
                                            19:52:48 : 77 07 01 00 f7 38 00 00 00 00 57 01 
                                            19:52:48 : 77 07 01 00 1e 00 38 00 00 00 00 00 7e 5c 0d 00 00 e0 f3 8c fb 00 63 01 41 01 
                                            19:52:48 : 77 07 01 00 1e 00 f8 fc 01 
                                            19:52:48 : 77 07 01 00 8f 38 00 00 00 00 7e 07 ed 63 01 f3 00 80 f0 ff 03 01 01 01 01 01 05 41 00 03 62 00 62 00 fb 3f 80 83 00 00 1e 00 40 6c 1f 00 06 00 00 00 1b 1b 1e 00 
                                            19:52:49 : ff fe 
                                            19:52:49 : fe fe 3e 00 00 00 00 00 00 37 30 00 01 62 00 62 80 fb 3f 80 e0 00 00 40 00 00 70 00 01 55 ab 16 0b 8f 00 00 9f 3f 00 83 80 03 69 48 01 
                                            19:52:49 : 01 63 94 e4 00 76 86 80 80 83 f3 80 f3 80 72 65 00 00 07 01 
                                            19:52:49 : 77 01 0b 8f 00 00 9f 7f 83 80 83 69 48 01 01 f1 04 
                                            19:52:49 : 77 07 01 80 f0 bb e0 00 00 00 00 00 00 00 00 00 00 30 1a 5a 2d 
                                            19:52:49 : 77 07 01 80 f0 00 00 00 00 00 00 00 00 40 01 00 01 00 00 00 1a 5a 4d 00 83 1f 00 7f 38 00 80 40 18 ff 65 00 1c 01 04 65 00 00 9f f3 9f fb 65 02 c0 6b 81 01 
                                            19:52:49 : 77 07 01 80 83 8c 80 3f 9e 01 04 ff 01 01 62 1b fb 80 ff 00 00 ff 00 00 38 00 00 20 07 00 ff 01 01 62 23 fb 7e 9c 3f 00 18 00 34 07 00 ff 01 01 62 76 ff 7e fc 00 00 30 c0 00 48 07 00 ff 01 01 f3 76 0f 00 7e 7c 00 00 33 30 00 00 1f 07 00 ff 01 01 f3 0c 00 7f 
                                            19:52:49 : f3 1e 00 00 00 3b 01 00 33 07 00 ff 01 01 f3 0c 00 7f f3 f7 e0 07 01 00 47 07 00 ff 01 01 f3 0c 00 7f f3 ff 00 00 03 01 00 51 
                                            19:52:49 : 07 01 ff 01 01 f3 8c fb 80 f3 ff 00 00 30 00 00 51 07 02 ff 01 01 62 8c fb 80 f3 00 00 10 00 51 07 04 ff 01 01 62 8c fb 80 0e 00 00 00 f8 00 00 3b 01 00 51 07 0f ff 01 01 f3 8c fb 80 f3 3e 07 01 00 51 07 1a ff 01 01 
                                            19:52:49 : f3 8c fb 80 fe 00 00 1f 
                                            19:52:49 : 77 07 01 00 0e 07 00 ff 01 00 00 7e b7 0e 00 00 00 7f c0 
                                            19:52:49 : 77 07 01 00 00 02 00 00 00 00 00 00 00 00 00 00 03 00 ee bf b8 32 2e 30 30 37 01 
                                            19:52:49 : 77 07 01 80 f0 ff 83 00 00 e0 00 00 00 00 00 00 01 00 10 00 16 16 0b 
                                            19:52:49 : 77 07 e0 80 f0 38 00 00 00 00 40 00 00 86 80 00 03 62 00 62 00 72 65 00 00 83 00 00 1e 00 00 00 7e 76 00 00 00 1b 1b 1b 
                                            19:52:50 : ff fe fe fe 7e 00 00 40 00 00 37 70 00 01 62 00 62 80 fb 3f 80 e0 00 00 0b 01 07 00 00 01 55 ab 17 1c 00 3c 00 ec 
                                            19:52:50 : ee 1f 00 70 00 69 48 01 01 63 7e 9a 00 ff 86 80 80 83 f3 80 f3 00 72 65 00 00 07 01 
                                            19:52:50 : 77 01 0b 8f 00 00 9f 7f 83 80 83 69 48 01 01 f1 04 
                                            19:52:51 : 77 07 01 80 f0 bb 00 00 00 00 00 00 00 00 00 00 00 00 30 1a 5a 2d 
                                            19:52:51 : 77 07 01 80 f0 e0 80 e0 00 00 00 00 00 00 61 61 00 00 1a 3a 00 4d 00 83 1f 00 3f 00 38 00 80 c0 08 00 ff 65 00 1c 01 04 3f 00 6e 9f fb 65 02 c0 6b 83 01 
                                            19:52:51 : 77 07 00 00 83 8c 80 3f 0e 01 04 65 e0 38 00 00 10 07 00 ff 01 01 62 1b fb 80 ff 00 00 00 00 00 00 78 00 00 20 07 00 ff 01 01 62 76 ff 7e 9c 3f 00 70 00 00 34 07 00 ff 01 01 f3 76 ff 7e fc 00 00 93 30 00 00 48 07 00 ff 01 01 f3 76 ff 7e 3c 00 40 b7 30 00 00 1f 
                                            19:52:51 : 07 00 ff 01 00 00 fe 0c 00 7f f3 fe e0 33 07 01 00 33 07 00 ff 01 00 00 fe ec fb ff f3 3f 00 
                                            19:52:51 : 77 30 00 00 47 07 00 ff 01 01 f3 0c 00 7f f3 00 00 3b 01 00 51 07 01 ff 01 01 f3 8c fb 80 f3 00 00 3b 01 00 51 07 02 ff 01 01 f3 8c fb 80 f3 e0 07 01 00 51 07 
                                            19:52:51 : 04 ff 01 01 f3 8c fb 80 fe e0 18 00 00 00 b7 30 00 00 51 07 0f ff 01 00 00 7e 1c 00 80 f3 9f 00 00 93 30 00 00 51 07 1a ff 01 01 f3 8c fb 80 
                                            19:52:51 : fe e0 bf 00 00 b7 70 00 00 0e 07 00 ff 01 00 00 7e b7 fe 00 00 3f 00 00 b7 30 00 00 00 02 00 00 00 00 00 00 00 00 00 00 03 00 0e 00 87 0f 06 00 06 06 76 2e 
                                            19:52:51 : 77 07 01 80 f0 ff 83 e0 00 00 00 00 00 00 40 c1 41 30 31 41 01 
                                            19:52:51 : 77 07 01 80 f0 78 00 00 00 00 40 00 00 19 00 1c 01 04 01 01 01 fe f7 80 ff 86 80 80 03 62 00 62 00 72 65 00 00 83 e0 1e 00 00 00 7e 06 00 00 00 00 1b 1b 1b 1b 1a 03 fe 
                                            19:52:52 : b7 1b 1b 1b 1b 00 00 
                                            19:52:52 : 00 00 00 00 00 00 86 80 80 00 62 00 62 00 72 65 00 00 e0 00 00 00 00 00 00 78 80 40 15 00 75 c6 0b 0a 01 48 4c 1f 00 70 83 1f 00 7f 00 00 24 db 
                                            19:52:52 : 03 76 04 00 00 02 62 80 f3 80 fb 7f 80 10 
                                            19:52:52 : 77 01 0b 0a 01 48 4c 59 83 80 83 1f 00 7f 00 00 7e b0 b7 30 00 00 60 32 01 01 00 00 00 00 00 00 00 00 78 9f 7f 40 b7 30 00 00 60 01 00 ff 01 00 00 00 00 00 00 1c 00 7c ec 2e 59 02 00 02 69 48 01 
                                            19:52:52 : 77 07 00 00 00 00 1c 3f 0c 01 04 65 01 55 ab 19 62 9f fb bf 70 c7 40 b7 30 00 00 02 08 00 ff 65 80 9e e0 86 3f 00 07 4c 03 00 52 ff 62 00 01 
                                            19:52:52 : 77 38 00 80 98 38 00 00 00 00 6c 63 6a 53 01 fc 01 38 00 80 b0 38 00 00 00 00 0c 00 64 6a 63 08 e4 00 00 38 00 80 be 38 01 
                                            19:52:52 : 01 62 23 52 ff 63 08 00 00 38 00 80 ec 38 ff 01 01 62 23 52 ff 63 08 ff 00 00 38 00 80 fe 10 ff 01 01 62 21 52 fe 62 1e 00 00 00 
                                            19:52:52 : 38 00 80 f7 38 ff 01 01 62 21 52 fe 62 fc 00 00 38 00 80 fe 38 ff 01 01 62 21 52 fe 62 57 00 00 38 00 80 fe 38 00 ff 
                                            19:52:52 : 01 01 62 08 52 00 62 78 00 00 38 00 80 1e 00 b8 f0 01 01 62 08 52 00 62 ef 00 00 38 00 80 1e 00 38 f8 01 01 62 08 52 00 63 01 41 00 00 
                                            19:52:52 : 38 00 80 1e 00 f8 cc 01 01 62 08 52 00 62 1a 00 00 f8 00 00 1e 00 b8 fe 01 01 62 08 52 00 63 01 bf 00 00 f8 e0 80 8f 38 ff 
                                            19:52:52 : 01 01 62 2c 52 ff 63 01 00 00 00 00 38 00 80 80 03 00 00 01 01 01 01 09 31 2e b8 bb bf b8 b8 1f 19 01 00 60 5a 02 01 01 01 00 00 e0 
                                            19:52:52 : 38 00 b8 0e 00 18 00 e0 
                                            19:52:53 : 77 07 01 00 60 05 00 ff 01 00 00 00 00 00 00 7f 9e 00 00 38 00 01 01 63 89 e5 00 76 04 00 80 70 7e f3 80 fb 12 00 02 01 71 01 63 e8 23 80 80 80 80 1e 00 fe fe 0c 6c 2f 
                                            19:52:54 : a9 2e 6c 6c 2c 01 01 01 76 04 80 80 00 00 7e f3 80 fb 08 00 00 01 01 76 01 01 07 00 80 00 00 fe 1c 00 7c 48 4c 59 02 
                                            19:52:54 : 00 02 69 48 01 00 00 7e 7f 3c ff 86 00 00 02 62 00 62 00 72 65 00 80 38 00 00 00 1c 00 7c 48 4c 59 02 00 02 69 48 01 00 00 00 00 f8 
                                            19:52:54 : f8 00 00 70 10 01 01 01 01 01 01 04 48 ee ff 00 00 38 00 80 f0 40 ff 01 01 01 01 0b 0a 01 ec ee 1f 00 70 83 ff 04 01 
                                            19:52:54 : 77 07 01 00 01 08 00 ff 3f 9e 00 00 38 00 3f 00 09 b7 4c 03 00 52 ff 65 02 c0 cc 00 00 f8 00 00 83 00 00 ff 65 00 1c 01 04 65 00 00 6e 9f fb b1 00 01 
                                            19:52:54 : 77 07 01 00 10 07 80 e0 00 00 fe 6e 80 21 00 00 3f 00 
                                            19:52:54 : 77 07 01 00 20 07 80 e0 00 00 fe 76 ff 63 08 e4 01 
                                            19:52:54 : 77 07 01 00 34 38 e0 00 00 fe 76 7f 63 08 ef 01 
                                            19:52:54 : 77 07 01 00 ec 38 00 00 e0 f3 76 6a 63 08 ea 01 
                                            19:52:54 : 77 07 01 80 0e 00 80 00 00 00 00 fe 00 00 6a 62 51 01 
                                            19:52:54 : 77 07 01 00 f7 38 00 00 00 00 fe 4c 6a 62 68 01 
                                            19:52:54 : 77 07 01 00 fe 38 00 00 00 00 fe 6c 6a 1c 0d 62 79 01 
                                            19:52:54 : 77 07 01 00 fe 78 f0 00 00 00 00 00 fe f8 fc 00 00 00 00 0e 00 08 1d 62 1a 01 
                                            19:52:54 : 77 07 01 7e 19 00 dd 63 01 f3 01 
                                            19:52:54 : 77 07 00 00 80 83 80 80 30 0e 00 18 00 00 00 38 00 80 f0 00 00 ff 01 01 01 01 00 00 6c 1f 00 06 00 00 00 1b 1e 00 fe 1e 00 7e ff 
                                            19:52:55 : fe fe 1e 00 3e 40 00 00 00 00 
                                            19:52:55 : 77 70 00 01 62 00 f3 80 fb 3f 80 00 00 40 37 00 01 07 00 00 01 55 ab 9e 1c 00 3c 00 ec ee 1f 00 70 02 69 48 01 01 63 23 f6 80 ff 86 80 80 83 f3 80 23 00 72 65 00 00 07 01 
                                            19:52:55 : 77 01 1c 00 7c ec ee 1f 00 70 02 69 48 01 01 f1 04 
                                            19:52:55 : 77 07 00 00 f0 bb 00 00 00 00 00 00 60 00 00 00 00 30 3a 3a 00 2d 
                                            19:52:55 : 77 07 e0 80 f0 00 00 e0 00 00 c0 01 0b 0a 01 48 4c 59 02 80 83 1f 00 3f 00 f8 00 00 01 08 00 ff 65 00 1c 01 86 ff 00 00 9e f3 9f 01 ff 65 02 c0 6b 8a 01 
                                            19:52:55 : 77 38 00 80 83 8c 80 3f 1c 01 04 65 fb f3 80 00 00 10 00 10 07 00 ff 01 01 62 6e 80 ff 00 00 00 00 30 00 00 20 07 00 ff 01 01 f3 76 ff 7e 9c 3f 00 3b 01 00 34 07 00 ff 01 01 f3 76 ff 7e 1c 60 b7 30 00 00 48 07 00 ff 01 00 00 fe 76 ff 0e 00 1c 00 00 00 
                                            19:52:55 : b7 30 00 00 1f 07 00 ff 00 00 00 00 fe ec fb ff f3 1e 00 00 00 b7 30 00 00 33 07 00 ff 01 00 00 fe ec fb ff f3 f7 00 00 b7 30 00 00 47 07 00 ff 01 
                                            19:52:56 : 00 00 fe 0c 00 0f 00 f3 60 b7 30 00 00 51 07 01 ff 01 00 00 7e 1c 00 80 f3 fc e0 b7 30 00 00 51 07 02 ff 01 01 f3 8c fb 80 f3 f8 00 00 
                                            19:52:56 : 77 01 00 51 07 04 ff 01 01 f3 8c fb 80 fe 00 00 18 00 40 b7 70 00 00 51 07 0f ff 01 00 00 7e 1c 00 80 f3 7e 
                                            19:52:56 : 77 07 01 00 51 07 1a ff 01 e0 f3 8c fb 80 fe e0 1f 
                                            19:52:56 : 77 07 01 00 0e 07 00 ff 00 00 00 00 7e b7 fe 00 00 7f 00 00 b7 30 00 00 00 02 00 00 00 00 00 00 00 00 e0 03 00 0e 00 87 03 06 00 06 06 76 f0 ff 83 00 00 00 00 00 00 00 00 40 01 00 10 00 16 62 00 62 00 72 65 00 00 83 00 00 1e 00 00 00 7e 76 00 00 00 1b 1b 1b 1b 1a 03 0f 00 
                                            19:52:57 : 1b fe 
                                            19:52:57 : fe 3e e0 00 00 00 00 02 00 00 01 62 00 62 00 72 3f 80 00 00 00 00 00 00 00 00 10 00 01 55 ab 1e 0b 0a 01 ec ee 1f 00 70 83 1f 00 1f 01 63 
                                            19:52:57 : f7 0b 00 76 04 00 80 83 f3 80 f3 80 fb 3f 00 07 01 
                                            19:52:57 : 77 01 0b 0a 01 48 ee ff 83 80 83 1f 00 7f 01 f1 04 
                                            19:52:57 : 77 07 01 00 60 32 00 00 00 00 00 00 00 00 00 00 00 00 38 1f 3a 00 5d 
                                            19:52:57 : 77 07 01 00 60 01 80 e0 00 00 00 00 00 00 1c 00 3c 48 4c 59 02 00 02 69 48 00 00 38 00 80 e0 8c 80 65 00 1c 01 04 65 01 f3 9f fb bf 70 6b 8c 01 
                                            19:52:57 : 77 07 01 00 02 08 80 3f 9e e0 86 13 55 ab 1e 01 62 1b 52 00 53 00 00 ff 00 00 38 00 80 b0 30 ff 01 01 62 23 52 ff 63 8c f6 00 00 f8 00 00 1e 07 00 ff 01 01 62 23 52 ff 7e 1c 00 00 38 00 80 48 07 00 ff 01 01 62 23 52 0e 00 1c 00 00 00 f8 00 00 1f 07 00 ff 01 01 62 21 fb ff 
                                            19:52:57 : f3 1e 00 00 00 38 00 00 33 07 00 ff 01 01 62 21 fb ff f3 f7 00 00 38 00 00 47 07 00 ff 01 01 62 21 52 ff f3 00 00 38 00 00 51 
                                            19:52:57 : 07 01 ff 01 01 62 08 52 80 f3 00 00 38 00 00 51 07 02 ff 01 01 62 08 52 80 f3 00 00 f8 00 00 51 07 04 ff 01 01 62 08 52 80 
                                            19:52:57 : fe 00 00 18 00 00 00 f8 60 51 07 0f ff 01 01 62 08 fb 80 f3 9f 00 00 38 00 00 51 07 1a ff 01 01 62 08 fb 80 fe 00 00 3f 38 00 00 
                                            19:52:57 : 0e 07 00 ff 01 01 62 2c fb fe 00 00 00 00 00 00 10 00 00 02 00 00 01 01 01 e0 03 00 ee bf b8 bb bf 38 30 37 01 
                                            19:52:57 : 77 07 01 00 60 5a 83 00 00 00 00 00 00 00 00 00 00 38 00 10 31 41 01 
                                            19:52:57 : 77 07 01 00 60 38 e0 00 00 00 00 00 00 3f 1c 01 04 01 01 01 63 c3 29 80 ff 86 80 80 70 7e 62 00 72 65 00 00 02 01 71 00 00 7e 76 80 80 80 03 00 63 03 00 63 03 00 60 76 
                                            19:52:58 : e6 1b 1b 1b 1b 00 00 e0 00 00 00 00 86 80 00 01 62 00 62 00 72 65 00 00 00 00 00 00 00 00 00 00 38 80 00 55 
                                            19:52:58 : ab 1f 0b 0a 01 48 4c ff 83 80 83 1f 00 3f 00 e0 21 1d 75 00 76 04 00 00 02 f3 80 f3 80 fb 3f 80 10 
                                            19:52:59 : 77 01 0b 0a 01 48 4c 59 83 80 83 1f 00 7f 00 00 00 00 b0 b7 30 00 00 60 32 01 01 00 00 e0 00 00 e0 86 ec ee 7f 00 00 
                                            19:52:59 : 77 30 00 00 60 01 00 ff 00 00 00 00 00 00 00 00 1c 00 7c ec 04 59 02 00 02 69 48 01 
                                            19:52:59 : 77 07 e0 80 00 00 1c 3f 1c 01 04 65 01 55 ab 1f 62 9f fb bf 70 1c 
                                            19:52:59 : 77 07 01 00 02 08 00 ff 3f 9e 00 00 38 00 3f 00 ab 1f 62 1e 52 ff 62 00 01 38 00 80 98 38 00 00 00 00 0c 00 63 6a 53 01 f3 00 00 38 00 80 b0 38 01 01 62 23 52 ff 63 08 e4 e0 38 00 80 be 78 ff 01 01 62 23 52 ff 63 08 f8 e0 38 00 80 ec 10 ff 01 01 62 23 52 ff 63 8c ff 00 00 
                                            19:52:59 : 38 00 80 7e 00 ff 01 01 62 21 52 fe 62 fe 00 00 38 00 80 07 00 30 ff 01 01 62 21 52 fe f3 f7 00 00 38 00 80 fe 10 ff 01 01 
                                            19:52:59 : 62 21 52 fe 62 00 00 38 00 80 fe 10 ff 01 01 62 08 52 00 62 ff 00 00 f8 00 00 1e 00 18 00 00 01 01 62 08 52 00 62 00 00 38 
                                            19:52:59 : 00 80 1e 00 38 b0 01 01 62 08 52 00 63 00 00 18 00 00 00 38 00 80 1e 00 b0 d8 01 01 62 08 52 00 62 9f 00 00 38 00 80 1e 00 10 63 01 01 
                                            19:52:59 : 62 08 52 00 63 00 00 1f 38 00 80 8f 30 ff 01 01 62 2c 52 ff fe 00 00 ff 00 00 38 00 80 00 02 00 00 01 01 01 01 09 31 bf b8 bb 
                                            19:52:59 : bf b8 b8 3f 
                                            19:52:59 : 77 07 01 00 60 5a 02 01 01 00 00 00 00 00 00 38 00 b8 0e 00 78 00 00 b7 30 00 00 60 05 00 ff 00 00 00 00 00 00 e0 3f 9e 00 00 30 00 01 01 63 ec ad 00 76 86 80 80 70 0e 00 f3 80 33 65 00 00 02 01 71 01 63 e8 76 80 80 80 fe fe 24 4c 6c 88 68 
                                            19:53:00 : 1b 1b 1b 1b 00 00 00 00 00 00 00 00 86 80 00 01 62 00 62 00 72 65 00 00 00 00 00 00 00 00 00 00 38 80 01 55 ab 21 0b 0a 
                                            19:53:00 : 01 48 4c ff 83 80 83 1f 00 7f 00 00 6c 6f 3e 76 04 00 00 02 f3 80 f3 80 fb 3f 80 30 00 00 37 00 0b 0a 01 48 4c 59 83 80 83 ff ec 
                                            19:53:00 : 00 00 00 00 7e b0 b7 30 00 00 60 32 01 01 00 00 00 00 00 00 00 00 38 9f 7f c0 
                                            19:53:00 : 77 07 01 00 60 01 00 ff 00 00 e0 00 00 00 00 1c 00 7c ec 04 59 02 00 02 69 48 01 
                                            19:53:00 : 77 07 e0 80 e0 8c 80 3f 1c 01 04 65 01 55 ab 21 62 9f fb bf 70 66 c0 
                                            19:53:00 : 77 07 01 00 02 08 00 ff 3f 9e 00 00 f8 ff 00 00 ab 21 62 1e 52 ff 62 00 01 f8 00 00 98 38 01 01 62 1b 52 00 53 01 f8 00 00 38 00 80 b0 38 ff 01 01 62 23 52 ff 63 08 fe e0 38 00 80 be 38 ff 01 01 62 23 52 ff 63 8c 00 00 38 00 80 ec 10 ff 01 01 62 23 52 ff 63 8c ff 00 00 
                                            19:53:00 : 38 00 80 64 00 ff 01 01 62 21 52 fe f3 1e 00 00 00 38 00 80 f7 30 ff 01 01 62 21 52 fe f3 f7 00 00 38 00 80 fe 30 ff 01 01 62 
                                            19:53:01 : 21 52 fe 62 fc 00 00 f8 00 00 1e 00 18 ff 01 01 62 08 52 00 62 ff 00 00 38 00 80 1e 00 b8 60 01 01 62 08 52 00 62 ed 00 00 f8 00 00 
                                            19:53:01 : 1e 00 78 90 01 01 62 08 52 00 63 01 f8 00 00 38 00 80 1e 00 90 d8 01 01 62 08 52 00 62 9f 00 00 38 00 80 fe 18 63 01 01 62 08 52 
                                            19:53:01 : 00 63 00 00 1f 38 00 80 8f 10 ff 01 01 62 2c 52 ff 63 e0 00 00 00 00 38 00 80 00 02 00 00 01 01 01 01 09 31 bf b8 bb bf b8 b8 
                                            19:53:01 : 1f 
                                            19:53:01 : 77 07 01 00 60 5a 02 01 01 00 00 e0 00 00 f8 18 00 3f 1f 17 
                                            19:53:01 : 77 07 01 00 60 05 00 ff 00 00 00 00 00 00 00 00 3f 9e 60 30 00 01 01 63 6e 90 00 76 86 80 80 70 7e f3 80 30 65 00 00 02 01 71 01 63 fc 76 80 80 80 1e 00 3e 1c 00 4c 1c 00 3c 
                                            19:53:02 : a4 
                                            19:53:02 : fe fe fe 7e 00 00 00 00 00 00 37 70 00 01 62 00 62 00 fb 3f 80 00 00 00 00 00 00 40 30 00 01 55 ab 23 0b 0a 00 00 9f 7f 83 80 83 
                                            19:53:02 : 1f 00 5a 01 63 af 1a 00 76 04 80 80 83 f3 80 f3 80 fb 20 00 00 07 01 
                                            19:53:02 : 77 01 0b 0a 00 00 3f 7f 83 80 83 ff 00 01 01 f1 04 
                                            19:53:02 : 77 07 01 00 f0 bb e0 00 00 00 00 00 00 00 00 00 00 70 1a 5a 2d 
                                            19:53:02 : 77 07 01 00 f0 00 00 00 00 00 00 00 00 00 00 18 00 58 48 4c 59 02 00 02 69 ec 00 00 38 00 80 00 00 18 ff 65 00 1c 01 04 65 01 76 7e 6e 3f 60 6b 93 01 
                                            19:53:02 : 77 07 01 00 83 8c 80 3f 9e 00 00 10 36 00 ff 01 01 62 1b 52 00 ff 00 00 00 00 38 00 80 20 07 00 ff 01 01 62 23 52 7e 3c 3f 00 38 00 00 34 07 00 ff 01 01 62 23 fb 7e fc 00 00 78 00 00 48 07 00 ff 01 01 62 76 ff 7e 7c 00 00 10 00 1f 07 00 ff 01 01 62 
                                            19:53:02 : 0c 00 7f f3 1e 00 00 00 10 00 33 07 00 ff 01 01 62 0c 00 7f f3 f7 00 00 10 00 47 07 00 ff 01 01 62 0c 00 0f 00 f3 fc 00 00 38 
                                            19:53:02 : 00 51 07 01 ff 01 01 62 8c fb 80 f3 fc 00 00 f8 00 00 51 07 02 ff 01 01 62 8c fb 80 f3 00 00 38 00 00 51 07 04 ff 01 01 62 08 fb 
                                            19:53:02 : 80 fe 00 00 18 00 00 00 38 00 00 51 07 0f ff 01 01 62 8c fb 80 f3 9f 00 00 38 00 00 51 07 1a ff 01 01 62 8c fb 80 fe 00 00 1f 
                                            19:53:02 : 10 00 0e 07 00 ff 01 01 62 be fb fe 00 00 ff 00 00 07 01 00 00 02 00 00 01 01 00 00 00 00 03 00 0e 00 87 b7 07 00 07 06 0e 00 16 
                                            19:53:02 : 77 07 01 00 60 5a 83 00 00 00 00 00 00 e0 00 00 38 00 83 16 2e 0b 
                                            19:53:02 : 77 07 01 00 60 78 00 00 00 00 00 00 00 00 1f 1c 01 04 01 01 01 63 db ff 80 ff 86 80 80 00 00 7e 62 00 72 65 00 00 02 01 1e 00 e0 7e 76 80 80 00 1b 1b 1b 1b 1a 03 90 46 
                                            19:53:03 : 1b 1b 1b 1b 01 01 00 00 00 00 86 80 80 00 00 7e 62 00 72 65 00 00 01 01 ff 00 00 
                                            19:53:03 : 00 00 38 80 00 00 0c b2 61 01 00 00 00 1a 5a 4d 00 83 1f 00 7f e0 0e 00 37 00 03 76 04 00 00 02 62 00 62 80 fb 3f 80 38 00 01 0b 
                                            19:53:03 : 0a 01 48 4c 59 02 00 83 ff ec 00 00 00 00 00 00 f8 30 00 00 60 32 01 01 01 01 00 00 00 00 38 9f 7f 00 00 10 00 60 01 00 ff 01 01 01 00 00 1c 00 
                                            19:53:04 : 7c ec ee 1f 00 30 02 69 48 01 
                                            19:53:04 : 77 07 01 00 00 00 1c 7f 9e 00 00 70 19 00 00 00 15 00 75 32 0c 00 4c dd bf 70 df 00 00 30 00 00 02 08 00 ff 65 00 1c 00 00 38 00 3f 00 b6 23 1e 52 ff 62 00 01 
                                            19:53:04 : 77 07 01 80 98 38 00 00 e0 33 1b 52 00 53 01 f6 01 
                                            19:53:04 : 77 07 e0 80 b0 38 e0 60 6c 64 6a 63 08 e4 01 
                                            19:53:04 : 77 38 00 80 be 38 00 00 00 00 0c 00 64 6a 63 08 ef 01 38 00 80 ec 38 40 c0 62 23 52 ff 63 08 e9 00 00 38 00 80 0e 00 80 01 01 62 21 52 fe 62 51 01 38 00 80 07 00 78 01 01 62 21 52 fe 62 66 52 fe 62 57 01 f8 00 00 1e 00 38 00 40 00 00 0c 00 18 00 0d 62 78 01 38 00 80 fe b8 f0 40 00 00 0c 00 18 
                                            19:53:04 : 00 1d 62 ef 01 
                                            19:53:04 : 77 38 00 80 1e 00 38 f8 40 00 00 6c 18 00 1d 63 01 41 01 38 00 80 1e 00 f8 fc 00 00 00 00 6c 18 00 0d 62 1b 01 38 00 80 1e 00 b8 fe 40 00 00 6c 18 00 0d 63 01 3e 01 38 00 80 8f 78 01 01 62 2c 52 ff 63 01 f3 00 00 38 00 80 80 83 80 00 01 01 01 
                                            19:53:04 : 01 09 31 2e 30 bb bf b8 b8 1f 38 00 00 60 5a 02 01 01 01 01 01 38 00 b8 0e 00 18 00 00 00 18 00 60 05 00 ff 01 01 01 00 00 7f 
                                            19:53:04 : 9e 00 00 38 00 e0 00 63 cd a6 00 76 04 00 00 70 7e f3 80 fb 3f 00 02 01 71 01 63 e8 23 00 80 80 80 1e 00 fe 1e 00 ee 1e 00 9d 35 
                                            19:53:05 : fe fe fe 3e 01 01 01 76 04 00 00 01 62 80 f3 80 fb 3f 80 40 00 00 37 00 01 07 00 00 01 55 b7 1c 00 7c ec ee 1f 00 60 02 69 
                                            19:53:05 : 48 01 01 63 fc 0f ff 86 80 80 83 f3 00 62 00 72 65 00 00 07 01 00 00 bc 7c ec ee 1f 00 60 02 69 48 01 01 f1 04 38 00 
                                            19:53:05 : 80 f0 bb e0 00 00 40 00 00 00 00 00 00 30 1a 5a 2d 
                                            19:53:05 : 77 38 00 80 f0 00 00 00 00 00 00 00 00 00 00 61 61 c0 48 4c 59 83 80 83 1f 00 3f 00 18 00 01 08 00 ff 65 00 1c 00 00 38 00 3f 00 b7 f3 0f 52 ff 65 02 c0 6b 98 01 f8 00 00 83 8c 80 36 1c 01 04 65 01 55 ab 26 f3 9f 
                                            19:53:05 : fb f3 80 e0 
                                            19:53:05 : 77 01 00 10 07 00 ff 01 01 f3 6e 80 ff 00 00 00 00 
                                            19:53:05 : 77 30 00 00 20 07 00 ff 01 00 00 fe 06 00 0f 00 7e fc 3f 
                                            19:53:05 : 77 07 01 00 34 07 00 ff 00 00 e0 f3 76 ff 7e 1c 01 
                                            19:53:05 : 77 07 01 00 48 07 00 00 00 e0 f3 76 ff 7e 38 7d c0 
                                            19:53:06 : 77 07 01 00 1f 07 80 00 00 e0 01 00 33 07 00 e0 00 00 0e 00 0c 00 7f b3 66 01 
                                            19:53:06 : 77 07 01 7e 1c 00 80 f3 33 01 
                                            19:53:06 : 77 07 01 00 51 07 02 00 00 00 00 00 2e 
                                            19:53:06 : 77 07 01 00 0e 07 80 e0 00 00 7e b7 6c 00 16 16 0b 38 00 80 f0 38 01 01 01 01 65 00 1c 01 04 00 00 00 00 e0 7e 7f 80 ff 1e 00 00 00 7e bf 64 00 00 00 
                                            19:53:07 : fc 1b 1b 1b 3e 00 00 00 00 00 00 86 80 00 01 62 00 62 00 
                                            19:53:07 : 72 65 00 80 00 00 e0 ff 00 00 00 00 38 00 01 55 ab 28 0b 0a 01 48 4c 1f 00 70 83 1f 00 7f 00 00 6c 7e 37 76 04 00 00 02 f3 80 f3 80 fb 
                                            19:53:07 : 3f 80 07 01 
                                            19:53:07 : 77 01 0b 0a 01 48 4c 1f 00 70 83 1f 00 3f 00 60 00 00 b0 b7 30 00 00 60 32 01 00 00 00 00 00 00 00 00 00 00 38 9f 7f 2d 
                                            19:53:07 : 77 07 01 00 60 01 00 00 00 00 00 00 00 00 00 1c 00 3c 00 04 4c 59 02 00 02 69 48 01 
                                            19:53:07 : 77 f8 00 00 e0 8c 80 12 1c 01 04 65 01 55 ab 28 f3 9f fb bf 00 00 1b 00 2e 
                                            19:53:07 : 77 07 01 00 02 08 00 3f 9e 00 00 38 00 3f 00 55 ab 28 62 1e 52 ff 62 00 00 00 38 00 80 98 38 01 01 62 1b 52 00 53 38 ff 01 01 62 23 52 ff 63 08 3f 00 38 00 80 be 18 ff 01 01 62 23 52 ff 63 ff 63 8c ff 00 00 f8 00 00 0c 00 00 ff 01 01 62 21 52 fe f3 1e 00 00 00 38 00 80 
                                            19:53:07 : 77 70 ff 01 01 62 21 52 fe f3 f7 00 00 38 00 80 fe 30 ff 01 01 62 21 52 fe f3 e0 38 00 80 1e 00 30 00 ff 01 01 62 08 52 00 62 fc 00 00 38 00 80 
                                            19:53:07 : fe 10 60 01 01 62 08 52 00 62 f8 e0 38 00 80 1e 00 78 70 01 01 62 08 52 00 63 00 00 18 00 00 00 38 00 80 1e 00 b0 b8 01 01 62 08 52 
                                            19:53:07 : 00 f3 9f 00 00 38 00 80 1e 00 10 63 01 01 62 08 52 00 63 00 00 1f 38 00 80 0f 07 00 ff 01 01 62 2c 52 ff fe 00 00 ff 00 00 38 00 
                                            19:53:07 : 80 00 02 00 00 01 01 01 01 09 0e 00 87 b7 ef 87 87 ff 1f 
                                            19:53:07 : 77 07 01 00 60 5a 02 01 00 00 00 00 00 00 00 00 38 00 b8 0e 00 40 00 00 b7 30 00 00 60 05 00 ff 00 00 e0 00 00 00 00 3f 9e 00 00 30 00 01 01 63 2b 93 00 76 86 80 80 70 7e f3 80 33 65 00 00 02 01 71 01 63 e8 76 80 80 80 fe 1e 00 
                                            19:53:07 : 24 1c 00 6c 40 30 
                                            19:53:08 : fe fe fe 04 01 01 01 76 04 00 00 01 f3 80 f3 80 fb 7f 80 00 01 76 01 01 07 00 00 01 ef 1c 00 7c ec ee 16 00 60 
                                            19:53:08 : 02 69 48 01 01 63 9c 8c 80 ff 86 80 80 83 23 00 62 00 72 65 00 00 07 01 00 00 1c 00 7c ec ee 7f 60 02 69 48 01 01 f1 04 38 
                                            19:53:08 : 00 80 f0 bb 00 00 00 00 40 00 00 00 00 00 00 30 3a 5a 2d 38 00 80 f0 00 00 40 c0 01 01 0b 0a 01 48 4c 59 83 80 83 1f 00 7f 38 00 
                                            19:53:08 : 01 08 00 ff 65 00 1c e0 86 3f 00 0f 00 7e 4c ed 65 02 c0 6b 9c 01 
                                            19:53:09 : 77 f8 00 00 83 8c 80 12 1c 01 04 65 01 55 ab 29 f3 9f fb f3 80 00 00 19 01 00 10 07 00 ff 01 01 f3 6e 80 ff 00 00 ff 00 00 b7 70 00 00 20 07 00 ff 01 00 00 fe 76 ff 7e fc 3f 00 
                                            19:53:09 : 77 07 01 00 34 07 00 ff 01 00 00 fe 76 ff 7e 7c 01 
                                            19:53:09 : 77 07 01 00 48 07 00 ff 00 00 00 00 fe 76 ff 7e 0c 3f 00 
                                            19:53:09 : 77 07 01 00 1f 07 00 00 00 00 00 0e 00 0c 00 0f 00 f3 51 01 
                                            19:53:09 : 77 07 01 00 33 07 00 00 00 00 00 fe 0c 00 7f f3 27 01 
                                            19:53:09 : 77 07 01 00 47 07 00 ff 00 00 00 00 fe 0c 00 7f f3 04 
                                            19:53:09 : 77 07 01 00 51 07 01 7e 1c 00 80 f3 fc 00 00 
                                            19:53:09 : 77 30 00 00 51 07 02 ff 00 00 00 00 00 00 51 07 0f ff 00 00 00 00 7e 1c 00 80 f3 07 00 c0 7e b7 fe 40 7e c0 
                                            19:53:09 : 77 07 01 00 00 02 80 80 00 00 00 00 2e 16 0b 
                                            19:53:09 : 77 38 00 80 f0 38 00 00 c0 01 01 65 1e 00 00 00 7e 20 00 00 00 1b 1b 1b 1b 9f 00 00 ff 
                                            19:53:10 : ff 1b 1b 1b 
                                            19:53:10 : 1b 01 01 01 01 76 86 80 80 00 00 7e f3 00 72 65 00 00 01 01 76 01 01 38 80 e0 3f 00 0a 01 48 4c 59 02 00 02 69 ec 00 00 00 00 
                                            19:53:10 : 0e 00 ff 80 ff 04 00 00 02 62 00 62 00 72 3f 80 38 00 00 00 1c 58 48 4c 59 02 00 02 69 ec 00 00 e0 00 00 f8 38 00 00 60 32 01 01 
                                            19:53:10 : 01 01 01 01 04 ec ee 1f 00 e0 38 00 00 60 01 00 ff 01 01 01 01 0b 8f e0 ec ee 1f 00 70 03 69 48 01 
                                            19:53:10 : 77 07 01 00 01 08 80 3f 9e 00 00 f8 13 55 ab 2b 62 1e 52 ff 65 83 e0 3f f8 00 00 02 08 00 ff 65 00 1c 01 86 3f 00 37 9f 03 ff 62 00 01 
                                            19:53:10 : 77 07 01 00 10 78 00 00 00 00 fe 1e 00 0d 53 01 f7 01 01 00 b0 38 00 00 00 00 0e 00 20 6a 63 08 e5 01 
                                            19:53:10 : 77 07 01 80 be 38 00 00 00 00 2e 64 6a 63 08 f2 01 
                                            19:53:10 : 77 07 00 00 ec 78 00 00 00 00 6c 04 63 08 e9 01 
                                            19:53:10 : 77 38 00 80 fe 38 00 00 00 00 0c 00 08 00 6a 62 51 01 
                                            19:53:10 : 77 38 00 80 07 00 38 00 00 00 00 0c fe 38 00 00 40 6c c8 52 fe 62 57 01 
                                            19:53:10 : 77 07 00 00 1e 62 f0 01 
                                            19:53:11 : 77 07 00 00 1e 00 38 f8 00 00 00 00 6c b8 fe 00 00 40 6c 18 00 0d 63 01 3e 01 
                                            19:53:11 : 77 38 00 80 8f 09 31 2e 30 32 bf b8 b8 1f 38 00 00 60 5a 02 01 01 01 01 01 05 f8 b8 0e 00 00 38 00 00 00 40 6c 
                                            19:53:12 : 81 1b 1b 1b 1b 01 e0 00 00 00 00 86 80 80 00 00 0c 00 62 00 
                                            19:53:12 : 72 65 00 00 01 00 00 00 00 00 00 38 80 00 00 6d 5d 19 00 18 00 58 48 4c 59 02 80 83 1f 00 7f 00 00 fe 7c 00 00 76 04 00 00 02 62 00 f3 80 fb 
                                            19:53:12 : 3f 80 38 00 
                                            19:53:12 : 77 01 0b 0a 01 48 4c 59 02 80 83 1f 00 7f 00 00 00 00 f8 b7 30 00 00 60 32 01 01 01 00 00 e0 00 00 38 9f 7f e0 93 30 00 00 60 01 00 ff 01 01 00 00 e0 1c 00 7c ec ee 4f 60 02 69 48 01 
                                            19:53:12 : 77 07 01 80 00 00 1c 3f 9e 00 04 65 01 55 ab 2d 62 1e fb bf 70 0c 00 e0 33 07 01 00 02 08 00 ff 65 80 9e 00 00 38 00 3f 00 19 00 03 00 52 ff 62 00 01 
                                            19:53:12 : 77 07 e0 80 98 38 e0 40 6c 63 6a 53 01 fb 01 
                                            19:53:12 : 77 38 00 80 b0 38 60 00 00 6c 64 6a 63 08 e6 01 38 00 80 be 38 00 00 00 00 6c 64 6a 63 08 f1 00 00 38 00 80 ec 38 01 01 62 23 52 ff 63 08 e9 00 00 38 00 80 0e 00 80 ff 01 01 62 21 52 fe 62 52 00 00 38 00 80 07 00 38 01 01 62 21 
                                            19:53:12 : 52 fe 62 66 01 38 00 80 fe 38 01 01 62 21 52 fe 62 58 01 38 00 80 1e 00 38 00 01 01 62 08 52 00 62 
                                            19:53:12 : 77 01 38 00 80 fe b8 f0 01 01 62 08 52 00 62 ef 01 38 00 80 fe 38 f8 00 00 00 00 0c 00 18 00 0d 63 01 41 00 00 38 00 80 1e 00 f8 fc 01 01 62 08 
                                            19:53:12 : 52 00 62 1a 01 38 00 80 1e 00 b8 fe 01 01 62 08 52 00 63 01 3e 00 00 38 00 80 8f 38 ff 01 01 62 2c 52 ff 63 01 ff 00 00 f8 
                                            19:53:12 : 00 00 80 83 00 00 01 01 01 01 09 31 2e b8 bb bf b8 b8 1f 30 00 00 60 5a 02 01 01 01 00 00 00 00 38 00 b8 0e 00 18 00 00 00 
                                            19:53:12 : 77 01 00 60 05 00 ff 01 01 00 00 e0 3f 9e 00 00 38 00 01 01 63 bf 5a 00 76 04 00 80 70 7e f3 80 fb 3f 00 02 01 71 01 63 e8 23 80 80 80 80 
                                            19:53:12 : 1e 00 fe 1e 00 0e 1c 00 05 
                                            19:53:13 : 9d 1b 1b 1b 1b 01 01 00 00 00 00 86 80 80 00 00 3e 62 00 72 65 00 00 
                                            19:53:13 : 01 01 ff 00 00 00 00 38 80 00 00 30 19 00 18 00 58 48 4c 59 02 00 83 1f 00 3f 00 00 00 fe 8f 03 76 04 00 00 02 62 00 62 80 fb 3f 80 38 00 
                                            19:53:13 : 01 0b 0a 01 48 4c 59 02 00 83 ff ec e0 00 00 fe 86 
                                            19:53:13 : 77 01 00 60 32 01 01 01 01 00 00 e0 86 ec ee ff e0 b7 30 00 00 60 01 00 ff 01 e0 00 00 e0 1c 00 3c 00 ec ee 08 02 00 02 69 48 01 
                                            19:53:13 : 77 07 00 00 00 00 3c 7f 1c 01 04 65 01 55 ab 2e 62 9f fb bf 70 3e 00 00 b7 30 00 00 02 08 00 ff 3f 9e 00 00 38 00 3f 00 75 19 00 03 00 52 ff 62 00 01 
                                            19:53:14 : 77 f8 00 00 98 38 00 00 00 00 6c 63 6a 53 01 f2 01 f8 00 00 b0 38 01 01 62 23 52 ff 63 08 e7 00 00 38 00 80 be 38 ff 01 01 62 23 52 ff 63 08 fe e0 38 00 80 ec 
                                            19:53:14 : 38 ff 01 01 62 23 52 ff 63 8c ff 00 00 38 00 80 fe 10 ff 01 01 62 21 52 fe 62 1e 00 00 00 f8 00 00 f7 10 ff 01 01 62 21 52 
                                            19:53:14 : fe 62 3f 00 f8 00 00 fe 18 ff 01 01 62 21 52 fe 62 ff 00 00 38 00 80 fe 38 ff 01 01 62 08 52 00 62 fc 00 00 38 00 80 1e 00 
                                            19:53:14 : 38 00 ff 01 01 62 08 52 00 62 f8 00 00 f8 00 00 1e 00 38 b0 01 01 62 08 52 00 63 e0 18 00 00 00 38 00 80 1e 00 b0 d8 01 01 62 08 52 
                                            19:53:14 : 00 62 07 00 00 00 38 00 80 1e 00 30 63 01 01 62 08 52 00 63 00 00 1f 38 00 80 8f 03 00 ff 01 01 62 2c 52 ff fe 00 00 ff 00 00 38 00 
                                            19:53:14 : 80 00 02 00 00 01 01 01 01 09 0e 00 87 b7 07 00 87 87 ff 1f 
                                            19:53:14 : 77 07 01 00 60 5a 02 01 01 e0 00 00 00 00 38 00 b8 ee 40 00 00 b7 30 00 00 60 05 00 ff 00 00 e0 00 00 00 00 3f 9e 00 00 30 00 01 01 63 2a 02 00 76 86 80 80 70 0e 00 f3 00 72 65 00 00 02 01 71 01 63 fc 76 80 80 80 
                                            19:53:14 : fe 5e 6c 1c 00 6c b4 
                                            19:53:15 CMD: Sensor53 d0
                                            19:53:15 RSL: stat/tasmota_DABF5B/RESULT = {"Time":"2020-04-15T19:53:15","SML":{"CMD":"dump: 0"}}
                                            

                                            Bildschirmfoto 2020-04-15 um 20.01.29.png Bildschirmfoto 2020-04-15 um 20.01.40.png

                                            RalfTh J 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            408
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            d0-schnittstelle esp8266 sml sonoff stromzähler stromzähler auslesen tasmota volkszähler
                                            83
                                            562
                                            174491
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo