Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Freestyle Libre LibreLinkUp

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.8k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.3k

Test Freestyle Libre LibreLinkUp

Scheduled Pinned Locked Moved Tester
186 Posts 23 Posters 32.4k Views 19 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Skyx3S Skyx3

    Einfach nur für die Akten, mit dem folgenden Blockly kann man das Objekt (Hex-DAtum) konvertieren und dann das alter des Sensor in Tage und Stunden berechnen / darstellen.

    Der Alias "letzter Tausch" linkt auf libre.X.general.sensor.a
    094be45d-2fc8-4337-93f6-02849dfd678f-grafik.png

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable id="#vzG9aWhz|;gfN4n)T6g">alter</variable>
        <variable id=".J)CTmL9ogje^96O(sCE">restlaufzeit</variable>
        <variable id="|ID!mE{~=VpHFy^j]V!1">Alter Sensor</variable>
      </variables>
      <block type="schedule" id="hhTY:!Sd4rKLz*8pWp}%" x="113" y="-112">
        <field name="SCHEDULE">*/10 0 * * *</field>
        <statement name="STATEMENT">
          <block type="controls_if" id="n`bmzZWzu=LPf*mGDEvo">
            <value name="IF0">
              <block type="logic_compare" id="EQltsvUgTL=a9gN~t{::">
                <field name="OP">GT</field>
                <value name="A">
                  <block type="get_value" id="ia^=UK`~pk}@BwDTV33o">
                    <field name="ATTR">val</field>
                    <field name="OID">alias.0.Diabetes.letzter_Tausch</field>
                  </block>
                </value>
                <value name="B">
                  <block type="math_number" id="azRCG4}6jg|Qn!NqN[}}">
                    <field name="NUM">1</field>
                  </block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="variables_set" id="COS^[FTn{:6~p6Tjk!9t">
                <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">alter</field>
                <value name="VALUE">
                  <block type="math_arithmetic" id="UE4!x7Vjk+7rAk*}[yE_" inline="false">
                    <field name="OP">DIVIDE</field>
                    <value name="A">
                      <shadow type="math_number" id="AK7y#r-ZL(}A4/m=hGO~">
                        <field name="NUM">1</field>
                      </shadow>
                      <block type="math_arithmetic" id="$|Q8O#N%jeacsaO4/-J2" inline="false">
                        <field name="OP">MINUS</field>
                        <value name="A">
                          <shadow type="math_number" id="qfh3jPJ`WsFp{~_qSa^b">
                            <field name="NUM">1</field>
                          </shadow>
                          <block type="time_get" id="Z~U95u;zD?u?D{jt_N)I">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                            <field name="OPTION">object</field>
                          </block>
                        </value>
                        <value name="B">
                          <shadow type="math_number" id="4sqSFY4JQTFiU~gh?7+j">
                            <field name="NUM">1</field>
                          </shadow>
                          <block type="convert_from_date" id="/N#)J@bQC_V3bG+EENqy">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                            <field name="OPTION">object</field>
                            <value name="VALUE">
                              <block type="math_arithmetic" id="31!zp]DxJ=tpoWbzEG%r">
                                <field name="OP">MULTIPLY</field>
                                <value name="A">
                                  <shadow type="math_number" id="25bG(UE8?^ipR|d;h0X(">
                                    <field name="NUM">1</field>
                                  </shadow>
                                  <block type="get_value" id="x,6==aKcyyVwk4U[^xR9">
                                    <field name="ATTR">val</field>
                                    <field name="OID">alias.0.Diabetes.letzter_Tausch</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <shadow type="math_number" id="oukO+j9+c,S6Qw:Hz/d|">
                                    <field name="NUM">1000</field>
                                  </shadow>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <shadow type="math_number" id="i?4JJp?zv6!;h0l{#xV@">
                        <field name="NUM">86400000</field>
                      </shadow>
                    </value>
                  </block>
                </value>
                <next>
                  <block type="variables_set" id="{[eT-N=C*JQ1]S9oeotQ">
                    <field name="VAR" id=".J)CTmL9ogje^96O(sCE">restlaufzeit</field>
                    <value name="VALUE">
                      <block type="math_round" id="PF1]W0n:DG]nmGy.|30j">
                        <field name="OP">ROUNDDOWN</field>
                        <value name="NUM">
                          <shadow type="math_number" id="iS}v%mVz1`5TdK5k|0/-">
                            <field name="NUM">3.1</field>
                          </shadow>
                          <block type="math_arithmetic" id="nP_~7A|@R~1MuU+PYWZM">
                            <field name="OP">MINUS</field>
                            <value name="A">
                              <shadow type="math_number" id="[Uo2upe@*N_2hCvEzdPn">
                                <field name="NUM">14</field>
                              </shadow>
                            </value>
                            <value name="B">
                              <shadow type="math_number">
                                <field name="NUM">1</field>
                              </shadow>
                              <block type="variables_get" id="ECP_(j@L[Oh+p6-uG?a#">
                                <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">alter</field>
                              </block>
                            </value>
                          </block>
                        </value>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="T^FCprlb7KwI;i2xhA7}">
                        <field name="VAR" id="|ID!mE{~=VpHFy^j]V!1">Alter Sensor</field>
                        <value name="VALUE">
                          <block type="math_arithmetic" id=";WF{/suilbVRR#QThgs_">
                            <field name="OP">MINUS</field>
                            <value name="A">
                              <shadow type="math_number" id="i`raoCs/gN,Gqqv%!QYJ">
                                <field name="NUM">1</field>
                              </shadow>
                              <block type="math_rndfixed" id="vJ8.eP*j..35i@+#7lw`">
                                <field name="n">2</field>
                                <value name="x">
                                  <shadow type="math_number" id="Jly4J1e]Y^g9x59+0w7d">
                                    <field name="NUM">3.1234</field>
                                  </shadow>
                                  <block type="variables_get" id="(LwY1RkqIr-U=*^!dnzj">
                                    <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">alter</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <value name="B">
                              <shadow type="math_number" id=":pUl5xa?y0$B@xx?fgSz">
                                <field name="NUM">1</field>
                              </shadow>
                              <block type="math_round" id="7/IM.yFR.Hb=I2~Ekr+%">
                                <field name="OP">ROUNDDOWN</field>
                                <value name="NUM">
                                  <shadow type="math_number">
                                    <field name="NUM">3.1</field>
                                  </shadow>
                                  <block type="variables_get" id="RQ^8X;p!CtDrNuX3h?us">
                                    <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">alter</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="update" id="H7yk;!er?J7eX5mKek`V">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">0_userdata.0.VirtuelleDevices.Diabetes.Sensor_Alter</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="text_join" id="|MP[)C0zLk4~X@KE6BBP">
                                <mutation items="9"></mutation>
                                <value name="ADD0">
                                  <block type="text" id="J=3|NL*6-umJ$4{gNge|">
                                    <field name="TEXT">Sensor in Verwendung: &lt;b&gt;&lt;br&gt;</field>
                                  </block>
                                </value>
                                <value name="ADD1">
                                  <block type="math_round" id="sGC$y!ZRDxZU6)uNsoUJ">
                                    <field name="OP">ROUND</field>
                                    <value name="NUM">
                                      <shadow type="math_number" id="tJyFJ)9$Y$l8l)W_v}J*">
                                        <field name="NUM">3.1</field>
                                      </shadow>
                                      <block type="variables_get" id="l5B,d0rc%-bDQ$NZ*{8k">
                                        <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">alter</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="ADD2">
                                  <block type="text" id="NW72.wY%0C%$PI/X-u3Z">
                                    <field name="TEXT"> Tage und </field>
                                  </block>
                                </value>
                                <value name="ADD3">
                                  <block type="math_round" id="*]ttQE:1J:O|Et4$bnLw">
                                    <field name="OP">ROUND</field>
                                    <value name="NUM">
                                      <shadow type="math_number" id="CQ3=T]I8cu}C6#:1/ZH/">
                                        <field name="NUM">3.1</field>
                                      </shadow>
                                      <block type="math_arithmetic" id="?roZ)r%e}B9Rk*/!1EqE">
                                        <field name="OP">MULTIPLY</field>
                                        <value name="A">
                                          <shadow type="math_number" id="oE9fs:Y+ks4{Pw7I679t">
                                            <field name="NUM">24</field>
                                          </shadow>
                                        </value>
                                        <value name="B">
                                          <shadow type="math_number" id="ab!!Vw@b.AT4R/,f8Nr4">
                                            <field name="NUM">10</field>
                                          </shadow>
                                          <block type="variables_get" id="%Q0P_y{sahwdL!,J-u7Q">
                                            <field name="VAR" id="|ID!mE{~=VpHFy^j]V!1">Alter Sensor</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="ADD4">
                                  <block type="text" id="Kwk~aOYZ]aTv$;An)hYj">
                                    <field name="TEXT"> Stunden&lt;/b&gt;&lt;br&gt;Sensortausch in:&lt;br&gt;&lt;b&gt;</field>
                                  </block>
                                </value>
                                <value name="ADD5">
                                  <block type="math_round" id="bOa%obujAW?^M(pkPe#G">
                                    <field name="OP">ROUND</field>
                                    <value name="NUM">
                                      <shadow type="math_number" id="aV-dj.lG?gq#)W~;@qPn">
                                        <field name="NUM">3.1</field>
                                      </shadow>
                                      <block type="variables_get" id="VAbuvB(I;#)![^PNr=EF">
                                        <field name="VAR" id=".J)CTmL9ogje^96O(sCE">restlaufzeit</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="ADD6">
                                  <block type="text" id="(vxP]A;5@$hEFSp-uVb*">
                                    <field name="TEXT"> Tagen und </field>
                                  </block>
                                </value>
                                <value name="ADD7">
                                  <block type="math_round" id="b@:vu@cZ$D$dee^?geJo">
                                    <field name="OP">ROUND</field>
                                    <value name="NUM">
                                      <shadow type="math_number" id="BOOmywVUR8k9DZoOy@1}">
                                        <field name="NUM">3.1</field>
                                      </shadow>
                                      <block type="math_arithmetic" id="=Bm!TOb]M}Xh%5B?4_g,">
                                        <field name="OP">MINUS</field>
                                        <value name="A">
                                          <shadow type="math_number" id="6SF]LI8U*R@f{,wA/.*T">
                                            <field name="NUM">24</field>
                                          </shadow>
                                        </value>
                                        <value name="B">
                                          <shadow type="math_number" id="7tkH!L`~yYdlmiC7g0IU">
                                            <field name="NUM">1</field>
                                          </shadow>
                                          <block type="math_arithmetic" id="j=ToU[KCR-xh`tW[2=B7">
                                            <field name="OP">MULTIPLY</field>
                                            <value name="A">
                                              <shadow type="math_number" id="Gds8Z,-mPg]G?_g]NW_C">
                                                <field name="NUM">24</field>
                                              </shadow>
                                            </value>
                                            <value name="B">
                                              <shadow type="math_number">
                                                <field name="NUM">10</field>
                                              </shadow>
                                              <block type="variables_get" id="]!Kxw{K1nDOatT|jB3b1">
                                                <field name="VAR" id="|ID!mE{~=VpHFy^j]V!1">Alter Sensor</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="ADD8">
                                  <block type="text" id="nd7Jd+!.5-wyo9}PT4^7">
                                    <field name="TEXT"> Stunden</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <next>
                              <block type="update" id="qeZrB9`8sIS)g#0bn334">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">0_userdata.0.VirtuelleDevices.Diabetes.Sensor_Alter_2</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="convert_tonumber" id="5nw]@W06Tgu0(*dY-WQ`">
                                    <value name="VALUE">
                                      <block type="variables_get" id="{{c]uj.R4(r)K0{!X:K%">
                                        <field name="VAR" id=".J)CTmL9ogje^96O(sCE">restlaufzeit</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </statement>
          </block>
        </statement>
      </block>
    </xml>
    
    bahnuhrB Online
    bahnuhrB Online
    bahnuhr
    Forum Testing Most Active
    wrote on last edited by
    #129

    @skyx3

    Ich habe dein Blockly noch nicht richtig verstanden.

    Du schreibst Datum liegt in: libre.X.general.sensor.a

    Und wo ist der DP im blockly ?
    Und wie rechnest du diesen dann um ?

    Weiterhin zeigt dein eingestelltes Blockly andere DP als der Scrrenshot:
    60529855-6c2a-4cc4-8c51-22cfd1b1602c-image.png


    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
    Danke.
    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
    ScreenToGif :https://www.screentogif.com/downloads.html

    Skyx3S 1 Reply Last reply
    0
    • bahnuhrB bahnuhr

      @skyx3

      Ich habe dein Blockly noch nicht richtig verstanden.

      Du schreibst Datum liegt in: libre.X.general.sensor.a

      Und wo ist der DP im blockly ?
      Und wie rechnest du diesen dann um ?

      Weiterhin zeigt dein eingestelltes Blockly andere DP als der Scrrenshot:
      60529855-6c2a-4cc4-8c51-22cfd1b1602c-image.png

      Skyx3S Offline
      Skyx3S Offline
      Skyx3
      wrote on last edited by
      #130

      @bahnuhr
      Der Datenpunkt "letzter Tausch" ist ein Alias und hinter diesem liegt "libre.X.general.sensor.a".

      Der Datenpunkt "libre.X.general.sensor.a" ist das Aktivierungsdatum des Sensors im Handy, dies ist allerdings ein Hex Format. Um dies in ein normales Datum umzuwandeln und die Differenz von heutigen Datum abzuziehen, also das Alter des Sensors, benötigt man diesen Teil vom Blockly:

      c3499dc8-9a92-483f-8267-9ee6c129fc76-grafik.png

      Wenn man aber nicht das Alter des Sensors haben will, sondern nur das Datum der Aktivierung reicht auch dies:
      3f944b42-f00a-4597-818b-a72c05861ab3-grafik.png

      Der Rest vom Blockly ist nur da um die Restlaufzeit in Tagen von den Stunden zu trennen und darzustellen, das schaut dann in der Visualisierung so aus:
      a068234d-6bee-43c3-87bd-e1dc31f693d7-grafik.png

      Skyx3S bahnuhrB 2 Replies Last reply
      0
      • Skyx3S Skyx3

        @bahnuhr
        Der Datenpunkt "letzter Tausch" ist ein Alias und hinter diesem liegt "libre.X.general.sensor.a".

        Der Datenpunkt "libre.X.general.sensor.a" ist das Aktivierungsdatum des Sensors im Handy, dies ist allerdings ein Hex Format. Um dies in ein normales Datum umzuwandeln und die Differenz von heutigen Datum abzuziehen, also das Alter des Sensors, benötigt man diesen Teil vom Blockly:

        c3499dc8-9a92-483f-8267-9ee6c129fc76-grafik.png

        Wenn man aber nicht das Alter des Sensors haben will, sondern nur das Datum der Aktivierung reicht auch dies:
        3f944b42-f00a-4597-818b-a72c05861ab3-grafik.png

        Der Rest vom Blockly ist nur da um die Restlaufzeit in Tagen von den Stunden zu trennen und darzustellen, das schaut dann in der Visualisierung so aus:
        a068234d-6bee-43c3-87bd-e1dc31f693d7-grafik.png

        Skyx3S Offline
        Skyx3S Offline
        Skyx3
        wrote on last edited by
        #131

        @skyx3
        Ich habe nochmal einen kleinen Rundungsfehler behoben und die Titel etwas besser beschrieben:

        b43cb2b1-564f-4a06-a58c-1fb5c429ed9d-grafik.png

        <xml xmlns="https://developers.google.com/blockly/xml">
          <variables>
            <variable id="#vzG9aWhz|;gfN4n)T6g">Alter des Sensors</variable>
            <variable id=".J)CTmL9ogje^96O(sCE">Restlaufzeit</variable>
            <variable id="|ID!mE{~=VpHFy^j]V!1">Restlaufzeit abzüglich Tage</variable>
          </variables>
          <block type="schedule" id="I#B83b9;5pM~~a$iXQZ1" x="137" y="-113">
            <field name="SCHEDULE">*/5 * * * *</field>
            <statement name="STATEMENT">
              <block type="controls_if" id="n`bmzZWzu=LPf*mGDEvo">
                <value name="IF0">
                  <block type="logic_compare" id="EQltsvUgTL=a9gN~t{::">
                    <field name="OP">GT</field>
                    <value name="A">
                      <block type="get_value" id="ia^=UK`~pk}@BwDTV33o">
                        <field name="ATTR">val</field>
                        <field name="OID">alias.0.Diabetes.letzter_Tausch</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="azRCG4}6jg|Qn!NqN[}}">
                        <field name="NUM">1</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="comment" id="Wkzt1E/0QY14wRtcjxF9">
                    <field name="COMMENT">Berechnung Alter des Sensors</field>
                    <next>
                      <block type="variables_set" id="COS^[FTn{:6~p6Tjk!9t">
                        <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">Alter des Sensors</field>
                        <value name="VALUE">
                          <block type="math_arithmetic" id="UE4!x7Vjk+7rAk*}[yE_" inline="false">
                            <field name="OP">DIVIDE</field>
                            <value name="A">
                              <shadow type="math_number" id="AK7y#r-ZL(}A4/m=hGO~">
                                <field name="NUM">1</field>
                              </shadow>
                              <block type="math_arithmetic" id="$|Q8O#N%jeacsaO4/-J2" inline="false">
                                <field name="OP">MINUS</field>
                                <value name="A">
                                  <shadow type="math_number" id="qfh3jPJ`WsFp{~_qSa^b">
                                    <field name="NUM">1</field>
                                  </shadow>
                                  <block type="time_get" id="Z~U95u;zD?u?D{jt_N)I">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                    <field name="OPTION">object</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <shadow type="math_number" id="4sqSFY4JQTFiU~gh?7+j">
                                    <field name="NUM">1</field>
                                  </shadow>
                                  <block type="convert_from_date" id="/N#)J@bQC_V3bG+EENqy">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                    <field name="OPTION">object</field>
                                    <value name="VALUE">
                                      <block type="math_arithmetic" id="31!zp]DxJ=tpoWbzEG%r">
                                        <field name="OP">MULTIPLY</field>
                                        <value name="A">
                                          <shadow type="math_number" id="25bG(UE8?^ipR|d;h0X(">
                                            <field name="NUM">1</field>
                                          </shadow>
                                          <block type="get_value" id="x,6==aKcyyVwk4U[^xR9">
                                            <field name="ATTR">val</field>
                                            <field name="OID">alias.0.Diabetes.letzter_Tausch</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <shadow type="math_number" id="oukO+j9+c,S6Qw:Hz/d|">
                                            <field name="NUM">1000</field>
                                          </shadow>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <value name="B">
                              <shadow type="math_number" id="i?4JJp?zv6!;h0l{#xV@">
                                <field name="NUM">86400000</field>
                              </shadow>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="comment" id="$BgyJiO(EkH@`s1Fv$FV">
                            <field name="COMMENT">Berechnungs Restlaufzeit des Sensors</field>
                            <next>
                              <block type="variables_set" id="{[eT-N=C*JQ1]S9oeotQ">
                                <field name="VAR" id=".J)CTmL9ogje^96O(sCE">Restlaufzeit</field>
                                <value name="VALUE">
                                  <block type="math_arithmetic" id="nP_~7A|@R~1MuU+PYWZM">
                                    <field name="OP">MINUS</field>
                                    <value name="A">
                                      <shadow type="math_number" id="[Uo2upe@*N_2hCvEzdPn">
                                        <field name="NUM">14</field>
                                      </shadow>
                                    </value>
                                    <value name="B">
                                      <shadow type="math_number">
                                        <field name="NUM">1</field>
                                      </shadow>
                                      <block type="variables_get" id="ECP_(j@L[Oh+p6-uG?a#">
                                        <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">Alter des Sensors</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <next>
                                  <block type="variables_set" id="T^FCprlb7KwI;i2xhA7}">
                                    <field name="VAR" id="|ID!mE{~=VpHFy^j]V!1">Restlaufzeit abzüglich Tage</field>
                                    <value name="VALUE">
                                      <block type="math_arithmetic" id=";WF{/suilbVRR#QThgs_">
                                        <field name="OP">MINUS</field>
                                        <value name="A">
                                          <shadow type="math_number" id="i`raoCs/gN,Gqqv%!QYJ">
                                            <field name="NUM">1</field>
                                          </shadow>
                                          <block type="math_rndfixed" id="vJ8.eP*j..35i@+#7lw`">
                                            <field name="n">2</field>
                                            <value name="x">
                                              <shadow type="math_number" id="Jly4J1e]Y^g9x59+0w7d">
                                                <field name="NUM">3.1234</field>
                                              </shadow>
                                              <block type="variables_get" id="(LwY1RkqIr-U=*^!dnzj">
                                                <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">Alter des Sensors</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <shadow type="math_number" id=":pUl5xa?y0$B@xx?fgSz">
                                            <field name="NUM">1</field>
                                          </shadow>
                                          <block type="math_round" id="7/IM.yFR.Hb=I2~Ekr+%">
                                            <field name="OP">ROUNDDOWN</field>
                                            <value name="NUM">
                                              <shadow type="math_number">
                                                <field name="NUM">3.1</field>
                                              </shadow>
                                              <block type="variables_get" id="RQ^8X;p!CtDrNuX3h?us">
                                                <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">Alter des Sensors</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="comment" id="4Wu/(q;Aiwh:Vqd4#BYT">
                                        <field name="COMMENT">Text Visualisierung</field>
                                        <next>
                                          <block type="update" id="H7yk;!er?J7eX5mKek`V">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">0_userdata.0.VirtuelleDevices.Diabetes.Sensor_Alter</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="text_join" id="|MP[)C0zLk4~X@KE6BBP">
                                                <mutation items="9"></mutation>
                                                <value name="ADD0">
                                                  <block type="text" id="J=3|NL*6-umJ$4{gNge|">
                                                    <field name="TEXT">Sensor in Verwendung: &lt;b&gt;&lt;br&gt;</field>
                                                  </block>
                                                </value>
                                                <value name="ADD1">
                                                  <block type="math_round" id="sGC$y!ZRDxZU6)uNsoUJ">
                                                    <field name="OP">ROUNDDOWN</field>
                                                    <value name="NUM">
                                                      <shadow type="math_number" id="tJyFJ)9$Y$l8l)W_v}J*">
                                                        <field name="NUM">3.1</field>
                                                      </shadow>
                                                      <block type="variables_get" id="l5B,d0rc%-bDQ$NZ*{8k">
                                                        <field name="VAR" id="#vzG9aWhz|;gfN4n)T6g">Alter des Sensors</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <value name="ADD2">
                                                  <block type="text" id="NW72.wY%0C%$PI/X-u3Z">
                                                    <field name="TEXT"> Tage und </field>
                                                  </block>
                                                </value>
                                                <value name="ADD3">
                                                  <block type="math_round" id="*]ttQE:1J:O|Et4$bnLw">
                                                    <field name="OP">ROUND</field>
                                                    <value name="NUM">
                                                      <shadow type="math_number" id="CQ3=T]I8cu}C6#:1/ZH/">
                                                        <field name="NUM">3.1</field>
                                                      </shadow>
                                                      <block type="math_arithmetic" id="?roZ)r%e}B9Rk*/!1EqE">
                                                        <field name="OP">MULTIPLY</field>
                                                        <value name="A">
                                                          <shadow type="math_number" id="oE9fs:Y+ks4{Pw7I679t">
                                                            <field name="NUM">24</field>
                                                          </shadow>
                                                        </value>
                                                        <value name="B">
                                                          <shadow type="math_number" id="ab!!Vw@b.AT4R/,f8Nr4">
                                                            <field name="NUM">10</field>
                                                          </shadow>
                                                          <block type="variables_get" id="%Q0P_y{sahwdL!,J-u7Q">
                                                            <field name="VAR" id="|ID!mE{~=VpHFy^j]V!1">Restlaufzeit abzüglich Tage</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <value name="ADD4">
                                                  <block type="text" id="Kwk~aOYZ]aTv$;An)hYj">
                                                    <field name="TEXT"> Stunden&lt;/b&gt;&lt;br&gt;Sensortausch in:&lt;br&gt;&lt;b&gt;</field>
                                                  </block>
                                                </value>
                                                <value name="ADD5">
                                                  <block type="math_round" id="bOa%obujAW?^M(pkPe#G">
                                                    <field name="OP">ROUNDDOWN</field>
                                                    <value name="NUM">
                                                      <shadow type="math_number" id="aV-dj.lG?gq#)W~;@qPn">
                                                        <field name="NUM">3.1</field>
                                                      </shadow>
                                                      <block type="variables_get" id="VAbuvB(I;#)![^PNr=EF">
                                                        <field name="VAR" id=".J)CTmL9ogje^96O(sCE">Restlaufzeit</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <value name="ADD6">
                                                  <block type="text" id="(vxP]A;5@$hEFSp-uVb*">
                                                    <field name="TEXT"> Tagen und </field>
                                                  </block>
                                                </value>
                                                <value name="ADD7">
                                                  <block type="math_round" id="b@:vu@cZ$D$dee^?geJo">
                                                    <field name="OP">ROUND</field>
                                                    <value name="NUM">
                                                      <shadow type="math_number" id="BOOmywVUR8k9DZoOy@1}">
                                                        <field name="NUM">3.1</field>
                                                      </shadow>
                                                      <block type="math_arithmetic" id="=Bm!TOb]M}Xh%5B?4_g,">
                                                        <field name="OP">MINUS</field>
                                                        <value name="A">
                                                          <shadow type="math_number" id="6SF]LI8U*R@f{,wA/.*T">
                                                            <field name="NUM">24</field>
                                                          </shadow>
                                                        </value>
                                                        <value name="B">
                                                          <shadow type="math_number" id="7tkH!L`~yYdlmiC7g0IU">
                                                            <field name="NUM">1</field>
                                                          </shadow>
                                                          <block type="math_arithmetic" id="j=ToU[KCR-xh`tW[2=B7">
                                                            <field name="OP">MULTIPLY</field>
                                                            <value name="A">
                                                              <shadow type="math_number" id="Gds8Z,-mPg]G?_g]NW_C">
                                                                <field name="NUM">24</field>
                                                              </shadow>
                                                            </value>
                                                            <value name="B">
                                                              <shadow type="math_number">
                                                                <field name="NUM">10</field>
                                                              </shadow>
                                                              <block type="variables_get" id="]!Kxw{K1nDOatT|jB3b1">
                                                                <field name="VAR" id="|ID!mE{~=VpHFy^j]V!1">Restlaufzeit abzüglich Tage</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <value name="ADD8">
                                                  <block type="text" id="nd7Jd+!.5-wyo9}PT4^7">
                                                    <field name="TEXT"> Stunden</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="comment" id="/Y3J`fOKQ(JAU;Iu{8L}">
                                                <field name="COMMENT">Datenpunkt für Trigger</field>
                                                <next>
                                                  <block type="update" id="qeZrB9`8sIS)g#0bn334">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">0_userdata.0.VirtuelleDevices.Diabetes.Sensor_Alter_2</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="convert_tonumber" id="5nw]@W06Tgu0(*dY-WQ`">
                                                        <value name="VALUE">
                                                          <block type="variables_get" id="{{c]uj.R4(r)K0{!X:K%">
                                                            <field name="VAR" id=".J)CTmL9ogje^96O(sCE">Restlaufzeit</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="comment" id="gjnt5~YilkeSR?E0[JOn">
                                                        <field name="COMMENT">Aktivierungsdatum des Sensors</field>
                                                        <next>
                                                          <block type="update" id="a*lh,xvJ/z,TMsb}LRDj">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">0_userdata.0.VirtuelleDevices.Diabetes.Aktivierungsdatum_Sensor</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="convert_from_date" id="aClZMSP(^0(^0SpO`TmH">
                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" format="true" language="false"></mutation>
                                                                <field name="OPTION">custom</field>
                                                                <field name="FORMAT">TT.MM.JJJJ SS:mm</field>
                                                                <value name="VALUE">
                                                                  <block type="math_arithmetic" id="TDNCEyX%A0f3B_3=Id=m">
                                                                    <field name="OP">MULTIPLY</field>
                                                                    <value name="A">
                                                                      <shadow type="math_number">
                                                                        <field name="NUM">1</field>
                                                                      </shadow>
                                                                      <block type="get_value" id="!FNVD?@zF[Ln+O$WI,q#">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">alias.0.Diabetes.letzter_Tausch</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <shadow type="math_number" id=")_,chWXajhl91ir8u#d{">
                                                                        <field name="NUM">1000</field>
                                                                      </shadow>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </xml>
        
        1 Reply Last reply
        0
        • bahnuhrB Online
          bahnuhrB Online
          bahnuhr
          Forum Testing Most Active
          wrote on last edited by bahnuhr
          #132

          Hat Libre wieder etwas geändert ?

          Im log kommt:

          libre.0
          2023-10-04 15:41:26.246	error	Login failed. Please check your credentials and login to the app and accept the terms of use.
          

          edit:
          Erledigt.
          Beim Handy abmelden und dann wieder anmelden. Klappt.


          Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
          Danke.
          gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
          ScreenToGif :https://www.screentogif.com/downloads.html

          1 Reply Last reply
          0
          • Skyx3S Skyx3

            @bahnuhr
            Der Datenpunkt "letzter Tausch" ist ein Alias und hinter diesem liegt "libre.X.general.sensor.a".

            Der Datenpunkt "libre.X.general.sensor.a" ist das Aktivierungsdatum des Sensors im Handy, dies ist allerdings ein Hex Format. Um dies in ein normales Datum umzuwandeln und die Differenz von heutigen Datum abzuziehen, also das Alter des Sensors, benötigt man diesen Teil vom Blockly:

            c3499dc8-9a92-483f-8267-9ee6c129fc76-grafik.png

            Wenn man aber nicht das Alter des Sensors haben will, sondern nur das Datum der Aktivierung reicht auch dies:
            3f944b42-f00a-4597-818b-a72c05861ab3-grafik.png

            Der Rest vom Blockly ist nur da um die Restlaufzeit in Tagen von den Stunden zu trennen und darzustellen, das schaut dann in der Visualisierung so aus:
            a068234d-6bee-43c3-87bd-e1dc31f693d7-grafik.png

            bahnuhrB Online
            bahnuhrB Online
            bahnuhr
            Forum Testing Most Active
            wrote on last edited by
            #133

            @skyx3 sagte in Test Freestyle Libre LibreLinkUp:

            Datenpunkt "libre.X.general.sensor.a" ist das Aktivierungsdatum des Sensors

            Hat bei meinem letzten Sensor nicht geklappt.
            DP wird nicht aktualisiert.

            Klappt das bei dir noch ?


            Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
            Danke.
            gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
            ScreenToGif :https://www.screentogif.com/downloads.html

            Skyx3S bahnuhrB 2 Replies Last reply
            0
            • B Offline
              B Offline
              best57
              wrote on last edited by
              #134

              Hallo, ich möchte die BZ-Werte meiner Tochter, die ich in der LibreLinUp App sehen kann, auch in den iobroker übernehmen und weiter verarbeiten. Mit dieser libre-Adapter soll das ja klappen. Leider schaffe ich das noch nicht.
              Installiet habe ich zuerst die version 0.0.4 und jetzt die 0.0.5.
              Im Log steht:

              ...
              libre.0 2023-12-11 08:25:41.932	info	terminating
              libre.0 2023-12-11 08:25:41.430	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
              libre.0 2023-12-11 08:25:41.429	debug	Plugin sentry destroyed
              libre.0 2023-12-11 08:25:41.427	info	terminating
              libre.0 2023-12-11 08:25:41.425	info	Got terminate signal TERMINATE_YOURSELF
              libre.0 2023-12-11 08:25:35.020	error	{"status":0,"data":{"redirect":true,"region":"eu"}}
              libre.0 2023-12-11 08:25:35.019	debug	{"status":0,"data":{"redirect":true,"region":"eu"}}
              libre.0 2023-12-11 08:25:33.973	info	starting. Version 0.0.5 (non-npm: TA2k/ioBroker.libre#dac7569094db0d63e5e867a0ca41ec11e0f1a22f) in /opt/iobroker/node_modules/iobroker.libre, node: v18.17.1, js-controller: 5.0.12
              ...
              

              die libre-Instanz zeigt das rote X bei "Verbunden mit Gerät oder Dienst"
              App-Email und App-Password sind korrekt eingetragen. Was kann ich noch tun?
              danke und Gruß

              T Thomas BraunT 2 Replies Last reply
              0
              • B best57

                Hallo, ich möchte die BZ-Werte meiner Tochter, die ich in der LibreLinUp App sehen kann, auch in den iobroker übernehmen und weiter verarbeiten. Mit dieser libre-Adapter soll das ja klappen. Leider schaffe ich das noch nicht.
                Installiet habe ich zuerst die version 0.0.4 und jetzt die 0.0.5.
                Im Log steht:

                ...
                libre.0 2023-12-11 08:25:41.932	info	terminating
                libre.0 2023-12-11 08:25:41.430	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                libre.0 2023-12-11 08:25:41.429	debug	Plugin sentry destroyed
                libre.0 2023-12-11 08:25:41.427	info	terminating
                libre.0 2023-12-11 08:25:41.425	info	Got terminate signal TERMINATE_YOURSELF
                libre.0 2023-12-11 08:25:35.020	error	{"status":0,"data":{"redirect":true,"region":"eu"}}
                libre.0 2023-12-11 08:25:35.019	debug	{"status":0,"data":{"redirect":true,"region":"eu"}}
                libre.0 2023-12-11 08:25:33.973	info	starting. Version 0.0.5 (non-npm: TA2k/ioBroker.libre#dac7569094db0d63e5e867a0ca41ec11e0f1a22f) in /opt/iobroker/node_modules/iobroker.libre, node: v18.17.1, js-controller: 5.0.12
                ...
                

                die libre-Instanz zeigt das rote X bei "Verbunden mit Gerät oder Dienst"
                App-Email und App-Password sind korrekt eingetragen. Was kann ich noch tun?
                danke und Gruß

                T Offline
                T Offline
                tombox
                wrote on last edited by
                #135

                @best57 Ist dein Account in Deutschland angemeldet? du könntest in der region Einstellung in der Instanz mal eu probieren statt de

                1 Reply Last reply
                0
                • B best57

                  Hallo, ich möchte die BZ-Werte meiner Tochter, die ich in der LibreLinUp App sehen kann, auch in den iobroker übernehmen und weiter verarbeiten. Mit dieser libre-Adapter soll das ja klappen. Leider schaffe ich das noch nicht.
                  Installiet habe ich zuerst die version 0.0.4 und jetzt die 0.0.5.
                  Im Log steht:

                  ...
                  libre.0 2023-12-11 08:25:41.932	info	terminating
                  libre.0 2023-12-11 08:25:41.430	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                  libre.0 2023-12-11 08:25:41.429	debug	Plugin sentry destroyed
                  libre.0 2023-12-11 08:25:41.427	info	terminating
                  libre.0 2023-12-11 08:25:41.425	info	Got terminate signal TERMINATE_YOURSELF
                  libre.0 2023-12-11 08:25:35.020	error	{"status":0,"data":{"redirect":true,"region":"eu"}}
                  libre.0 2023-12-11 08:25:35.019	debug	{"status":0,"data":{"redirect":true,"region":"eu"}}
                  libre.0 2023-12-11 08:25:33.973	info	starting. Version 0.0.5 (non-npm: TA2k/ioBroker.libre#dac7569094db0d63e5e867a0ca41ec11e0f1a22f) in /opt/iobroker/node_modules/iobroker.libre, node: v18.17.1, js-controller: 5.0.12
                  ...
                  

                  die libre-Instanz zeigt das rote X bei "Verbunden mit Gerät oder Dienst"
                  App-Email und App-Password sind korrekt eingetragen. Was kann ich noch tun?
                  danke und Gruß

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #136

                  @best57 sagte in Test Freestyle Libre LibreLinkUp:

                  node: v18.17.1

                  Ist ein totes Gleis. Bring das per

                  iob nodejs-update
                  

                  auf den aktuellen Stand. Ggf. zuvor iob fix ausführen.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  B 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @best57 sagte in Test Freestyle Libre LibreLinkUp:

                    node: v18.17.1

                    Ist ein totes Gleis. Bring das per

                    iob nodejs-update
                    

                    auf den aktuellen Stand. Ggf. zuvor iob fix ausführen.

                    B Offline
                    B Offline
                    best57
                    wrote on last edited by
                    #137

                    @thomas-braun @tombox
                    danke, eure Tipps haben geholfen. Laut LOG kommen jetzt regelmäßig alle Daten an. Nun habe ich aber noch das gleiche Problem, wie @skyx3 oben beschrieben. Die Datenpunkte in libre.x.xxx.general.glucoseMeasurement werden nicht aktualisiert. Wohl aber alle in libre.x.xxx.graph.graphDataxx. Gibts da noch einen Hinweis? Wie hat @skyx3 das gelöst?
                    danke & Gruß

                    T Skyx3S 2 Replies Last reply
                    0
                    • B best57

                      @thomas-braun @tombox
                      danke, eure Tipps haben geholfen. Laut LOG kommen jetzt regelmäßig alle Daten an. Nun habe ich aber noch das gleiche Problem, wie @skyx3 oben beschrieben. Die Datenpunkte in libre.x.xxx.general.glucoseMeasurement werden nicht aktualisiert. Wohl aber alle in libre.x.xxx.graph.graphDataxx. Gibts da noch einen Hinweis? Wie hat @skyx3 das gelöst?
                      danke & Gruß

                      T Offline
                      T Offline
                      tombox
                      wrote on last edited by
                      #138

                      @best57 mal debug log einschalten und schauen was für Daten kommen

                      B 1 Reply Last reply
                      0
                      • T tombox

                        @best57 mal debug log einschalten und schauen was für Daten kommen

                        B Offline
                        B Offline
                        best57
                        wrote on last edited by
                        #139

                        @tombox debug-LOG ist aktiv. Da sehe ich, dass alle Daten ankommen und wie ich schon sagte, die Objekte in .graphDataxx werden regfelmäßig aktualisiert.

                        log-Auszug:

                        {"FactoryTimestamp":"12/12/2023 8:47:54 AM","Timestamp":"12/12/2023 9:47:54 AM","type":1,"ValueInMgPerDl":95,"TrendArrow":3,"TrendMessage":null,"MeasurementColor":4,"GlucoseUnits":1,"Value":95,"isHigh":false,"isLow":false}
                        
                        T 1 Reply Last reply
                        0
                        • B best57

                          @tombox debug-LOG ist aktiv. Da sehe ich, dass alle Daten ankommen und wie ich schon sagte, die Objekte in .graphDataxx werden regfelmäßig aktualisiert.

                          log-Auszug:

                          {"FactoryTimestamp":"12/12/2023 8:47:54 AM","Timestamp":"12/12/2023 9:47:54 AM","type":1,"ValueInMgPerDl":95,"TrendArrow":3,"TrendMessage":null,"MeasurementColor":4,"GlucoseUnits":1,"Value":95,"isHigh":false,"isLow":false}
                          
                          T Offline
                          T Offline
                          tombox
                          wrote on last edited by
                          #140

                          @best57 general information werden nur bei adapter start aktualisiert graph wird im interval aktualisiert

                          gibt es Daten die nicht im graph sind?

                          B 1 Reply Last reply
                          0
                          • T tombox

                            @best57 general information werden nur bei adapter start aktualisiert graph wird im interval aktualisiert

                            gibt es Daten die nicht im graph sind?

                            B Offline
                            B Offline
                            best57
                            wrote on last edited by
                            #141

                            @tombox ok, das war mir nicht klar. Dann muss ich mit den Daten im graph auskommen. Ich denke, das wird gehn.

                            T 1 Reply Last reply
                            0
                            • B best57

                              @tombox ok, das war mir nicht klar. Dann muss ich mit den Daten im graph auskommen. Ich denke, das wird gehn.

                              T Offline
                              T Offline
                              tombox
                              wrote on last edited by
                              #142

                              @best57 Ich kann auch die general data regelmässig aktualisieren aber bisher war das keine Anforderung

                              B 1 Reply Last reply
                              0
                              • T tombox

                                @best57 Ich kann auch die general data regelmässig aktualisieren aber bisher war das keine Anforderung

                                B Offline
                                B Offline
                                best57
                                wrote on last edited by
                                #143

                                @tombox ich werde mein Projekt schrittweise ausbauen. Falls es erfoderlich sein soll, komme ich auf dein Angebot zurück. Danke jedenfalls!

                                1 Reply Last reply
                                0
                                • bahnuhrB bahnuhr

                                  @skyx3 sagte in Test Freestyle Libre LibreLinkUp:

                                  Datenpunkt "libre.X.general.sensor.a" ist das Aktivierungsdatum des Sensors

                                  Hat bei meinem letzten Sensor nicht geklappt.
                                  DP wird nicht aktualisiert.

                                  Klappt das bei dir noch ?

                                  Skyx3S Offline
                                  Skyx3S Offline
                                  Skyx3
                                  wrote on last edited by
                                  #144

                                  @bahnuhr Ja, funktioniert noch.

                                  1 Reply Last reply
                                  0
                                  • B best57

                                    @thomas-braun @tombox
                                    danke, eure Tipps haben geholfen. Laut LOG kommen jetzt regelmäßig alle Daten an. Nun habe ich aber noch das gleiche Problem, wie @skyx3 oben beschrieben. Die Datenpunkte in libre.x.xxx.general.glucoseMeasurement werden nicht aktualisiert. Wohl aber alle in libre.x.xxx.graph.graphDataxx. Gibts da noch einen Hinweis? Wie hat @skyx3 das gelöst?
                                    danke & Gruß

                                    Skyx3S Offline
                                    Skyx3S Offline
                                    Skyx3
                                    wrote on last edited by
                                    #145

                                    @best57 Ich lasse den Adapter alle 60sec via Skript neustarten.

                                    1 Reply Last reply
                                    0
                                    • G G.Hawk

                                      Hallo
                                      Als ich auf diesen Adapter gestoßen bin war ich total begeistert von der tollen Arbeit.
                                      Vielen Dank dafür.
                                      Um meinen Sohn bei seiner Insulintherapie zu unterstützen, habe ich unter anderem ein Blockly geschrieben, dass den Blutzuckerwert auf Nachfrage über Alexa ausgibt.

                                      Dies möchte ich gerne für alle Interessierten teilen.

                                      Als erstes benötigt man einen Datenpunkt den man z.B xyz_aktueller_Wert nennt.
                                      Dieser dient als Trigger für die Alexaanfrage. Den macht man als Boolean über IOT verfügbar.
                                      Dann kann man über die Alexa App eine Routine erstellen, die diesen Datenpunkt auf war stellt, damit das Skript anlaufen kann.

                                      Hier das Blockly:

                                      Blockly Blutzucker.PNG

                                       <xml xmlns="https://developers.google.com/blockly/xml">
                                        <variables>
                                          <variable id="7pD7zhiE9h#X;+ds7/FV">Tendenz</variable>
                                          <variable id="Q=taU.k$BtHyqz|}7iP`">Ansage</variable>
                                          <variable id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</variable>
                                          <variable type="timeout" id="timeout">timeout</variable>
                                        </variables>
                                        <block type="on_ext" id="d(uH%2+{rj^SZp_[-cP]" x="-362" y="-487">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                          <field name="CONDITION">ne</field>
                                          <field name="ACK_CONDITION"></field>
                                          <value name="OID0">
                                            <shadow type="field_oid" id="%C0?G5yg~Q8-,wi^p`R~">
                                              <field name="oid">0_userdata.0.Geraetesteuerung.Libre.xyz_aktueller_Wert</field>
                                            </shadow>
                                          </value>
                                          <statement name="STATEMENT">
                                            <block type="controls_if" id="hV#$Yvn1DkJ-;L1PGRNO">
                                              <value name="IF0">
                                                <block type="logic_compare" id="LOmp,U~4LO7oS7wU5{l.">
                                                  <field name="OP">EQ</field>
                                                  <value name="A">
                                                    <block type="get_value" id="Q(9kzsM5P(sdp6{H7hl+">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">libre.0.615b5769-cdfa-e811-814c-0610e6e38cbd.graph.connection.glucoseMeasurement.TrendArrow</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="text" id="n{4{JBf~nFZdAL0)BYy|">
                                                      <field name="TEXT">null</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="variables_set" id="DX9YNT+NdJS-Uyo2TA1d">
                                                  <field name="VAR" id="7pD7zhiE9h#X;+ds7/FV">Tendenz</field>
                                                  <value name="VALUE">
                                                    <block type="text_join" id="%`TMKVORfI+5j36lxxH;">
                                                      <mutation items="2"></mutation>
                                                      <value name="ADD0">
                                                        <block type="text" id="RW)Fn,/5nfPdRWdj=Pop">
                                                          <field name="TEXT"></field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                              <next>
                                                <block type="controls_if" id="^+1v:;C!=7Vj2+F+zJ,Y">
                                                  <value name="IF0">
                                                    <block type="logic_compare" id="YTn~qgE$GwylikX9GiHx">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="get_value" id="$_)O[f$iHs.YD2]JG4%O">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">libre.0.615b5769-cdfa-e811-814c-0610e6e38cbd.graph.connection.glucoseMeasurement.TrendArrow</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="math_number" id="=Q~J}S6F_HKqe0_[ub`e">
                                                          <field name="NUM">1</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO0">
                                                    <block type="variables_set" id="3/iT5O|}^/c3OyG8z`#b">
                                                      <field name="VAR" id="7pD7zhiE9h#X;+ds7/FV">Tendenz</field>
                                                      <value name="VALUE">
                                                        <block type="text_join" id="d2mx/9D)E(?jycyQH$*1">
                                                          <mutation items="2"></mutation>
                                                          <value name="ADD0">
                                                            <block type="text" id="umuY1*vlUx`lY*V:5vU$">
                                                              <field name="TEXT">Tendenz stark fallend</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </statement>
                                                  <next>
                                                    <block type="controls_if" id="J^ley,cF-L|nl)3(_gn[">
                                                      <value name="IF0">
                                                        <block type="logic_compare" id="eHY(/=qLFWSmd7Kki|i%">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="get_value" id="GuW*@7A6#jj,tbMd)5kl">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">libre.0.615b5769-cdfa-e811-814c-0610e6e38cbd.graph.connection.glucoseMeasurement.TrendArrow</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="math_number" id="HAkl$Ih(UQu2]$`*WhE3">
                                                              <field name="NUM">2</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="variables_set" id="0OR^.}vn[QjdHKw=wE#o">
                                                          <field name="VAR" id="7pD7zhiE9h#X;+ds7/FV">Tendenz</field>
                                                          <value name="VALUE">
                                                            <block type="text_join" id="Pe|$;6==Mn!36dz2vwp!">
                                                              <mutation items="2"></mutation>
                                                              <value name="ADD0">
                                                                <block type="text" id="D-qqUl1x##-6`[lX/(;+">
                                                                  <field name="TEXT">Tendenz leicht fallend</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                      <next>
                                                        <block type="controls_if" id="zZB8g[?Rr!w7)Rjfn=vh">
                                                          <value name="IF0">
                                                            <block type="logic_compare" id="tGY2CH4RQc.Q}GI#4;a~">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="get_value" id="!tHC#C0S`9#iR3rbwkK5">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">libre.0.615b5769-cdfa-e811-814c-0610e6e38cbd.graph.connection.glucoseMeasurement.TrendArrow</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="math_number" id="6.406;_IKcWUfAb3TyJx">
                                                                  <field name="NUM">3</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="variables_set" id="]FIvLnXg]{s4#o!~w]r=">
                                                              <field name="VAR" id="7pD7zhiE9h#X;+ds7/FV">Tendenz</field>
                                                              <value name="VALUE">
                                                                <block type="text_join" id="wxQ1p{Gyb5`rQXfkQ,2.">
                                                                  <mutation items="2"></mutation>
                                                                  <value name="ADD0">
                                                                    <block type="text" id="i8R:$xn$gi=wk{i7HXn}">
                                                                      <field name="TEXT">Tendenz gleichbleibend</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </statement>
                                                          <next>
                                                            <block type="controls_if" id="!^Bt-R9hB4{FcN417GH_">
                                                              <value name="IF0">
                                                                <block type="logic_compare" id="gJ[Vw,NNxKk|bSPvf[f{">
                                                                  <field name="OP">EQ</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="i_P,?WhZ}p/TrV~v9?u6">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">libre.0.615b5769-cdfa-e811-814c-0610e6e38cbd.graph.connection.glucoseMeasurement.TrendArrow</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="math_number" id="9,2a2r4(xs4i(ytf-}^q">
                                                                      <field name="NUM">4</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <statement name="DO0">
                                                                <block type="variables_set" id="D+3N`1uocO9)cda13/+!">
                                                                  <field name="VAR" id="7pD7zhiE9h#X;+ds7/FV">Tendenz</field>
                                                                  <value name="VALUE">
                                                                    <block type="text_join" id="Xg^7?w?Vz|g,*}aH5ydB">
                                                                      <mutation items="2"></mutation>
                                                                      <value name="ADD0">
                                                                        <block type="text" id="u~*GjP)AI}T_?%pi7YoJ">
                                                                          <field name="TEXT">Tendenz leicht steigend</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </statement>
                                                              <next>
                                                                <block type="controls_if" id="{(UaR2Qw~F4m6xU(]J/5">
                                                                  <value name="IF0">
                                                                    <block type="logic_compare" id="`H-:2B*:9P(Vf(I)?6Jt">
                                                                      <field name="OP">EQ</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="G.~|2:jMAo99v,}U(:)3">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">libre.0.615b5769-cdfa-e811-814c-0610e6e38cbd.graph.connection.glucoseMeasurement.TrendArrow</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="/BEw/`G43}5gHsuM2u[?">
                                                                          <field name="NUM">5</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <statement name="DO0">
                                                                    <block type="variables_set" id="DR*azuf`/BZ;|K.*$Vkh">
                                                                      <field name="VAR" id="7pD7zhiE9h#X;+ds7/FV">Tendenz</field>
                                                                      <value name="VALUE">
                                                                        <block type="text_join" id="+e_E8Hq8XQoBM|G7Y8oc">
                                                                          <mutation items="2"></mutation>
                                                                          <value name="ADD0">
                                                                            <block type="text" id="wYvo1mD,U`56G2Pk/hNQ">
                                                                              <field name="TEXT">Tendenz stark steigend</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </statement>
                                                                  <next>
                                                                    <block type="variables_set" id="x.@=?f@T%6:.-v?R}HOs">
                                                                      <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                      <value name="VALUE">
                                                                        <block type="text_join" id="h_}jby5usR/M2|9SD,EX">
                                                                          <mutation items="4"></mutation>
                                                                          <value name="ADD0">
                                                                            <block type="text" id="^8v{99eLh^$|,taF=g7k">
                                                                              <field name="TEXT">Der aktuelle Blutzuckerwert liegt bei </field>
                                                                            </block>
                                                                          </value>
                                                                          <value name="ADD1">
                                                                            <block type="get_value" id="N~eu9_j{6yP`,4(d.sXR">
                                                                              <field name="ATTR">val</field>
                                                                              <field name="OID">libre.0.615b5769-cdfa-e811-814c-0610e6e38cbd.graph.connection.glucoseMeasurement.Value</field>
                                                                            </block>
                                                                          </value>
                                                                          <value name="ADD2">
                                                                            <block type="text" id="!17`lyjS0ib#wYY)XK:.">
                                                                              <field name="TEXT">. </field>
                                                                            </block>
                                                                          </value>
                                                                          <value name="ADD3">
                                                                            <block type="variables_get" id="l[U7Z3h;QV_+1#ytFR{=">
                                                                              <field name="VAR" id="7pD7zhiE9h#X;+ds7/FV">Tendenz</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                      <next>
                                                                        <block type="variables_set" id=")yT^fs/zAw:zBEj_+|c7">
                                                                          <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                          <value name="VALUE">
                                                                            <block type="get_value" id="=BEg-JydD0,T;ib=$O)l">
                                                                              <field name="ATTR">val</field>
                                                                              <field name="OID">alexa2.0.History.name</field>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="controls_if" id=";vtGXrxr7xW+f:$EMsh$">
                                                                              <value name="IF0">
                                                                                <block type="time_compare_ex" id="~hR{]$2k_nhs3n!PglkT">
                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false" actual_time="true"></mutation>
                                                                                  <field name="USE_ACTUAL_TIME">TRUE</field>
                                                                                  <field name="OPTION">&gt;</field>
                                                                                  <value name="START_TIME">
                                                                                    <shadow type="text" id="8{Z8q5E7NN3P}O2lmxwA">
                                                                                      <field name="TEXT">12:00</field>
                                                                                    </shadow>
                                                                                    <block type="math_arithmetic" id="qz8e_NEQNgs}@Vh!Twld">
                                                                                      <field name="OP">ADD</field>
                                                                                      <value name="A">
                                                                                        <shadow type="math_number" id="k{m1,03_1{%lv}}#h{jj">
                                                                                          <field name="NUM">1</field>
                                                                                        </shadow>
                                                                                        <block type="get_value" id="jAU}4]~o]rD/5rP;(*CT">
                                                                                          <field name="ATTR">lc</field>
                                                                                          <field name="OID">libre.0.615b5769-cdfa-e811-814c-0610e6e38cbd.graph.connection.glucoseMeasurement.Value</field>
                                                                                        </block>
                                                                                      </value>
                                                                                      <value name="B">
                                                                                        <shadow type="math_number" id="AornLW#35(CsM4~wH6@Q">
                                                                                          <field name="NUM">1</field>
                                                                                        </shadow>
                                                                                        <block type="math_number" id="nA^.K*Ge)c]Rgs.aV=md">
                                                                                          <field name="NUM">600000</field>
                                                                                        </block>
                                                                                      </value>
                                                                                    </block>
                                                                                  </value>
                                                                                </block>
                                                                              </value>
                                                                              <statement name="DO0">
                                                                                <block type="variables_set" id="p[8}tu.`DJU2jzh^lg^K">
                                                                                  <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                  <value name="VALUE">
                                                                                    <block type="text_join" id="G1s26ir!HygW,2B6UTUv">
                                                                                      <mutation items="1"></mutation>
                                                                                      <value name="ADD0">
                                                                                        <block type="text" id="k4.r9EEg6a2B*tkUr[A/">
                                                                                          <field name="TEXT">Es liegen keine relevanten Daten vor. Bitte prüfe die Verbindung auf Antons Handy.</field>
                                                                                        </block>
                                                                                      </value>
                                                                                    </block>
                                                                                  </value>
                                                                                </block>
                                                                              </statement>
                                                                              <next>
                                                                                <block type="controls_if" id="A7,pmP#*Ya$~@(4yyk-K">
                                                                                  <value name="IF0">
                                                                                    <block type="logic_compare" id="le/a35qYQ!p/l]QY2B]v">
                                                                                      <field name="OP">EQ</field>
                                                                                      <value name="A">
                                                                                        <block type="get_value" id="H4m4}tD(ye/,hct]Pw1m">
                                                                                          <field name="ATTR">val</field>
                                                                                          <field name="OID">0_userdata.0.Geraetesteuerung.Libre.xyz_aktueller_Wert</field>
                                                                                        </block>
                                                                                      </value>
                                                                                      <value name="B">
                                                                                        <block type="logic_boolean" id="hAuz?M.@nRmA(afC7eKc">
                                                                                          <field name="BOOL">TRUE</field>
                                                                                        </block>
                                                                                      </value>
                                                                                    </block>
                                                                                  </value>
                                                                                  <statement name="DO0">
                                                                                    <block type="controls_if" id="n+|z)Kny],`CBM,~`d3o">
                                                                                      <value name="IF0">
                                                                                        <block type="logic_compare" id="3xQtqr*l^O_|C_2Zi:1@">
                                                                                          <field name="OP">EQ</field>
                                                                                          <value name="A">
                                                                                            <block type="variables_get" id="^J`)RRP2|P$`5K!(ZPS5">
                                                                                              <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                            </block>
                                                                                          </value>
                                                                                          <value name="B">
                                                                                            <block type="text" id="^VASa5T=cNf6Fz0_O;$O">
                                                                                              <field name="TEXT">Küche</field>
                                                                                            </block>
                                                                                          </value>
                                                                                        </block>
                                                                                      </value>
                                                                                      <statement name="DO0">
                                                                                        <block type="control" id="3;@vZ|Yi!y{T{D`?Bm:2">
                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                          <field name="OID">alexa2.0.Echo-Devices.G091GG10147700K3.Commands.speak</field>
                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="variables_get" id="(j,x2{-RLXSBlRtDG9(J">
                                                                                              <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                            </block>
                                                                                          </value>
                                                                                        </block>
                                                                                      </statement>
                                                                                      <next>
                                                                                        <block type="controls_if" id="za)c9:W9hMpeq1S%@ePO">
                                                                                          <value name="IF0">
                                                                                            <block type="logic_compare" id="JOQ{C/;E$r~1!RzD1Eiu">
                                                                                              <field name="OP">EQ</field>
                                                                                              <value name="A">
                                                                                                <block type="variables_get" id="e`G3@F)1]`42~6?g(c+O">
                                                                                                  <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                </block>
                                                                                              </value>
                                                                                              <value name="B">
                                                                                                <block type="text" id="c%LHh{r*w@3#@DUoxCx!">
                                                                                                  <field name="TEXT">Wohnzimmer</field>
                                                                                                </block>
                                                                                              </value>
                                                                                            </block>
                                                                                          </value>
                                                                                          <statement name="DO0">
                                                                                            <block type="control" id="q%OH0Kz`inIT@ILHF-~u">
                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                              <field name="OID">alexa2.0.Echo-Devices.G090U509847625MD.Commands.speak</field>
                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                              <value name="VALUE">
                                                                                                <block type="variables_get" id="lW`zwv5-^$]6gzOn@)Zb">
                                                                                                  <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                </block>
                                                                                              </value>
                                                                                            </block>
                                                                                          </statement>
                                                                                          <next>
                                                                                            <block type="controls_if" id="+=@c[J+Ty~kB[E2d!Ks3">
                                                                                              <value name="IF0">
                                                                                                <block type="logic_compare" id="0bZC?CwfN*:~YZbLz;md">
                                                                                                  <field name="OP">EQ</field>
                                                                                                  <value name="A">
                                                                                                    <block type="variables_get" id="uzijJ|LTg.2tpwQUNMO|">
                                                                                                      <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <value name="B">
                                                                                                    <block type="text" id="iFAokM!i=iVdX=@Le5;X">
                                                                                                      <field name="TEXT">Schlafzimmer</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </value>
                                                                                              <statement name="DO0">
                                                                                                <block type="control" id="v/P._+UNN7Et0/{P-a~9">
                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                  <field name="OID">alexa2.0.Echo-Devices.G0911B05941318L4.Commands.speak</field>
                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                  <value name="VALUE">
                                                                                                    <block type="variables_get" id="|m[|O0J~*(J?;htWPwY!">
                                                                                                      <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </statement>
                                                                                              <next>
                                                                                                <block type="controls_if" id="^3!jtaU)qgktQByamL7,">
                                                                                                  <value name="IF0">
                                                                                                    <block type="logic_compare" id="0nLsNChLcgZ,F{;Cl~r{">
                                                                                                      <field name="OP">EQ</field>
                                                                                                      <value name="A">
                                                                                                        <block type="variables_get" id="+xl3]o`L?koZ4wNkNWjI">
                                                                                                          <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                      <value name="B">
                                                                                                        <block type="text" id="UbTAgp^O7^qV4.p#G?9_">
                                                                                                          <field name="TEXT">Badezimmer</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <statement name="DO0">
                                                                                                    <block type="control" id="Alr(RWDw;]L=@AhwA5[d">
                                                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                      <field name="OID">alexa2.0.Echo-Devices.G090U50984653CEF.Commands.speak</field>
                                                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                                                      <value name="VALUE">
                                                                                                        <block type="variables_get" id="LZke)d3;K@:tviHSD6[N">
                                                                                                          <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                    </block>
                                                                                                  </statement>
                                                                                                  <next>
                                                                                                    <block type="controls_if" id="KbM8MsCJ:u+|z8%Dy5dY">
                                                                                                      <value name="IF0">
                                                                                                        <block type="logic_compare" id="i7Q8(]r+J`MdZVn%D=h;">
                                                                                                          <field name="OP">EQ</field>
                                                                                                          <value name="A">
                                                                                                            <block type="variables_get" id=";WGdGyp%Fz^iqzHE2^L6">
                                                                                                              <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                          <value name="B">
                                                                                                            <block type="text" id="JED*Ay97TxMtrj[8.8DR">
                                                                                                              <field name="TEXT">Wintergarten rechts</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                      <statement name="DO0">
                                                                                                        <block type="control" id="JtZAp4$J5#KMFaHbHACv">
                                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                          <field name="OID">alexa2.0.Echo-Devices.G090U50991860QSL.Commands.speak</field>
                                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                                          <value name="VALUE">
                                                                                                            <block type="variables_get" id="S9hmmcEz8yvF*gGiy0|N">
                                                                                                              <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                        </block>
                                                                                                      </statement>
                                                                                                      <next>
                                                                                                        <block type="controls_if" id="9v}Ec!5$`yztJFKIDPWf">
                                                                                                          <value name="IF0">
                                                                                                            <block type="logic_compare" id="7kxG?-[,4,]0La9IrSs_">
                                                                                                              <field name="OP">EQ</field>
                                                                                                              <value name="A">
                                                                                                                <block type="variables_get" id="{8)YXUA2l,]QXecT9-g:">
                                                                                                                  <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                              <value name="B">
                                                                                                                <block type="text" id="*y~tg^*HTEh0_+kmKS^k">
                                                                                                                  <field name="TEXT">Wintergarten links</field>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                          <statement name="DO0">
                                                                                                            <block type="control" id="rUc,L=#/Kzf.P7tY_JMv">
                                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                              <field name="OID">alexa2.0.Echo-Devices.G090U509918550J2.Commands.speak</field>
                                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                                              <value name="VALUE">
                                                                                                                <block type="variables_get" id="HFPpR/YL/LbeXzUUajfY">
                                                                                                                  <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                            </block>
                                                                                                          </statement>
                                                                                                          <next>
                                                                                                            <block type="controls_if" id="Bb|/^KnAOBSYS}J[dC]m">
                                                                                                              <value name="IF0">
                                                                                                                <block type="logic_compare" id="(h2U[F_}GI|-ZKZ5nO3S">
                                                                                                                  <field name="OP">EQ</field>
                                                                                                                  <value name="A">
                                                                                                                    <block type="variables_get" id="8By/FW?|;{@[ebJ1;EXW">
                                                                                                                      <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                                    </block>
                                                                                                                  </value>
                                                                                                                  <value name="B">
                                                                                                                    <block type="text" id="7vOaw*0Sny+TaTU#Fy@=">
                                                                                                                      <field name="TEXT">Werkstatt</field>
                                                                                                                    </block>
                                                                                                                  </value>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                              <statement name="DO0">
                                                                                                                <block type="control" id="}9,M#1+-k8]XyD}[tP9-">
                                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                  <field name="OID">alexa2.0.Echo-Devices.G090XG07930531PU.Commands.speak</field>
                                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                                  <value name="VALUE">
                                                                                                                    <block type="variables_get" id="cXG;_N;%QC9XR_:4ax*_">
                                                                                                                      <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                                    </block>
                                                                                                                  </value>
                                                                                                                </block>
                                                                                                              </statement>
                                                                                                              <next>
                                                                                                                <block type="controls_if" id="7kUXso_(=Iy-Dy7oRi#R">
                                                                                                                  <value name="IF0">
                                                                                                                    <block type="logic_compare" id="1)9HPT||(Di_e(_$w9$l">
                                                                                                                      <field name="OP">EQ</field>
                                                                                                                      <value name="A">
                                                                                                                        <block type="variables_get" id="Tlk4n6I%$0a,^)#WSUi@">
                                                                                                                          <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                                        </block>
                                                                                                                      </value>
                                                                                                                      <value name="B">
                                                                                                                        <block type="text" id="go2gNfD2Af/$tec~2!Ga">
                                                                                                                          <field name="TEXT">Schuppen rechts</field>
                                                                                                                        </block>
                                                                                                                      </value>
                                                                                                                    </block>
                                                                                                                  </value>
                                                                                                                  <statement name="DO0">
                                                                                                                    <block type="control" id="o3}%Gg8eVg7pi2Ft|%n#">
                                                                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                      <field name="OID">alexa2.0.Echo-Devices.G090U50784360US6.Commands.speak</field>
                                                                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                                                                      <value name="VALUE">
                                                                                                                        <block type="variables_get" id="8I==,;Pc;y7zmuF7M]`3">
                                                                                                                          <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                                        </block>
                                                                                                                      </value>
                                                                                                                    </block>
                                                                                                                  </statement>
                                                                                                                  <next>
                                                                                                                    <block type="controls_if" id=",~TH#IFct7P$T)%C)kSL">
                                                                                                                      <value name="IF0">
                                                                                                                        <block type="logic_compare" id="z]=-=aDqe.ux_ua6;W|8">
                                                                                                                          <field name="OP">EQ</field>
                                                                                                                          <value name="A">
                                                                                                                            <block type="variables_get" id="[2MO5+mV::eX|5G,~VEv">
                                                                                                                              <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                                            </block>
                                                                                                                          </value>
                                                                                                                          <value name="B">
                                                                                                                            <block type="text" id="6%KqVSUX,.OD)kY+w54D">
                                                                                                                              <field name="TEXT">Schuppen links</field>
                                                                                                                            </block>
                                                                                                                          </value>
                                                                                                                        </block>
                                                                                                                      </value>
                                                                                                                      <statement name="DO0">
                                                                                                                        <block type="control" id="N(!?yEO8/ba3UJXF(-JU">
                                                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                          <field name="OID">alexa2.0.Echo-Devices.G090U50991860V4H.Commands.speak</field>
                                                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                                                          <value name="VALUE">
                                                                                                                            <block type="variables_get" id="B,9|@B3[!tuktqIAy0hb">
                                                                                                                              <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                                            </block>
                                                                                                                          </value>
                                                                                                                        </block>
                                                                                                                      </statement>
                                                                                                                      <next>
                                                                                                                        <block type="controls_if" id="2?f#AU%wB^s4{G1ZV%/`">
                                                                                                                          <value name="IF0">
                                                                                                                            <block type="logic_compare" id="IsNMJIE{}4Q5,`fI5e4B">
                                                                                                                              <field name="OP">EQ</field>
                                                                                                                              <value name="A">
                                                                                                                                <block type="variables_get" id="I^hor!(]1A4ly*!E^8PR">
                                                                                                                                  <field name="VAR" id="sdT%`pGEkeH5oHGoE$A8">Echo_Name</field>
                                                                                                                                </block>
                                                                                                                              </value>
                                                                                                                              <value name="B">
                                                                                                                                <block type="text" id="6s-RI~l5e3jSKwo=pTL3">
                                                                                                                                  <field name="TEXT">This Device</field>
                                                                                                                                </block>
                                                                                                                              </value>
                                                                                                                            </block>
                                                                                                                          </value>
                                                                                                                          <statement name="DO0">
                                                                                                                            <block type="control" id="_tfYPr=|aXGX.;Y|xprq">
                                                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                              <field name="OID">alexa2.0.Echo-Devices.eab9dcf2b8c94e49bbd58a9dff157bd7.Commands.speak</field>
                                                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                                                              <value name="VALUE">
                                                                                                                                <block type="variables_get" id="7;P,jGo92)Vl{_iUqW6M">
                                                                                                                                  <field name="VAR" id="Q=taU.k$BtHyqz|}7iP`">Ansage</field>
                                                                                                                                </block>
                                                                                                                              </value>
                                                                                                                            </block>
                                                                                                                          </statement>
                                                                                                                        </block>
                                                                                                                      </next>
                                                                                                                    </block>
                                                                                                                  </next>
                                                                                                                </block>
                                                                                                              </next>
                                                                                                            </block>
                                                                                                          </next>
                                                                                                        </block>
                                                                                                      </next>
                                                                                                    </block>
                                                                                                  </next>
                                                                                                </block>
                                                                                              </next>
                                                                                            </block>
                                                                                          </next>
                                                                                        </block>
                                                                                      </next>
                                                                                    </block>
                                                                                  </statement>
                                                                                  <next>
                                                                                    <block type="timeouts_cleartimeout" id="ULm@(D`((hVhu.$Q,=Tf">
                                                                                      <field name="NAME">timeout</field>
                                                                                      <next>
                                                                                        <block type="timeouts_settimeout" id="Zolb~AYmW0R|;aF3:A)$">
                                                                                          <field name="NAME">timeout</field>
                                                                                          <field name="DELAY">2</field>
                                                                                          <field name="UNIT">sec</field>
                                                                                          <statement name="STATEMENT">
                                                                                            <block type="control" id="6h[I35V8Cy{ediBnSh19">
                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                              <field name="OID">0_userdata.0.Geraetesteuerung.Libre.xyz_aktueller_Wert</field>
                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                              <value name="VALUE">
                                                                                                <block type="logic_boolean" id="b!~!/:EHz(l4{U8g7opT">
                                                                                                  <field name="BOOL">FALSE</field>
                                                                                                </block>
                                                                                              </value>
                                                                                            </block>
                                                                                          </statement>
                                                                                        </block>
                                                                                      </next>
                                                                                    </block>
                                                                                  </next>
                                                                                </block>
                                                                              </next>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                        </block>
                                      </xml>
                                      

                                      Gruß G.Hawk

                                      Marko 0M Offline
                                      Marko 0M Offline
                                      Marko 0
                                      wrote on last edited by
                                      #146

                                      @g-hawk Ich versuche das Blockli zum laufen zu bekommen der Datenpunkt über alex geht aber alles andere nicht kannst du mir helfen
                                      gruß Marko

                                      1 Reply Last reply
                                      0
                                      • bahnuhrB bahnuhr

                                        @skyx3 sagte in Test Freestyle Libre LibreLinkUp:

                                        Datenpunkt "libre.X.general.sensor.a" ist das Aktivierungsdatum des Sensors

                                        Hat bei meinem letzten Sensor nicht geklappt.
                                        DP wird nicht aktualisiert.

                                        Klappt das bei dir noch ?

                                        bahnuhrB Online
                                        bahnuhrB Online
                                        bahnuhr
                                        Forum Testing Most Active
                                        wrote on last edited by bahnuhr
                                        #147

                                        @bahnuhr sagte in Test Freestyle Libre LibreLinkUp:

                                        @skyx3 sagte in Test Freestyle Libre LibreLinkUp:

                                        Datenpunkt "libre.X.general.sensor.a" ist das Aktivierungsdatum des Sensors

                                        Hat bei meinem letzten Sensor nicht geklappt.
                                        DP wird nicht aktualisiert.

                                        Klappt das bei dir noch ?

                                        Habe immer noch das Problem, dass bei einem Sensorwechsel das Datum (libre.X.general.sensor.a) nicht aktualisiert wird.
                                        Vielleicht kann man sich dies mal anschauen.
                                        Nur ein Neustart des Adapters hilft dann.


                                        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                                        Danke.
                                        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                                        ScreenToGif :https://www.screentogif.com/downloads.html

                                        1 Reply Last reply
                                        0
                                        • S Offline
                                          S Offline
                                          slohberg
                                          wrote on last edited by
                                          #148

                                          Hallo,

                                          ich habe mir den Adapter heute zum ersten Mal installiert, Version 0.0.4 (so wurde sie in iobroker angeboten). Es treten aber die folgenden Fehler auf:

                                          2024-03-08 15:59:25.538 error {"data":{"minimumVersion":"4.7.0"},"status":920}
                                          2024-03-08 15:59:25.537 error AxiosError: Request failed with status code 403

                                          Hab ich da nicht die aktuellste Version? Wenn nein, wie kann ich die installieren?

                                          Vielen Dank, Gruß
                                          Sven

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          425

                                          Online

                                          32.4k

                                          Users

                                          81.5k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe