Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Testscript: Hausspeicher dyn. laden nach Tibberpreisen uvm.

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

Testscript: Hausspeicher dyn. laden nach Tibberpreisen uvm.

Geplant Angeheftet Gesperrt Verschoben Blockly
blockly
60 Beiträge 6 Kommentatoren 5.5k Aufrufe 6 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • B babl

    @paul53 danke, aber eigentlich braucht man ja den ganzen tag nciht, da ich eigentlich noch keinen tag erlebt habe, wo die preise unterm tag tiefer waren als in der nacht, eigentlich sind die 19-23 und 0 - 5 uhr interessant. und dann ergibt es gleich andere werte der mindest und höchstpreise

    paul53P Offline
    paul53P Offline
    paul53
    schrieb am zuletzt editiert von paul53
    #8

    @babl sagte: andere werte der mindest und höchstpreise

    Nur Höchstpreise sollten sich unterscheiden.

    @babl sagte in Testscript: Hausspeicher dyn. laden nach Tibberpreisen uvm.:

    eigentlich sind die 19-23 und 0 - 5 uhr interessant.

    Das Array einzugrenzen sollte doch kein Problem sein?

    Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
    Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

    1 Antwort Letzte Antwort
    1
    • B babl

      So ich will euch mal mein Gefrickel zeigen wie ich das mache, ich habe bereits versucht einiges zu erleichtern aber dies gelingt mir nur sehr schwer. Da ich seit 1.11.2022 bereits bei Tibber bin und seit 23.12.22 den Pulse habe, bin ich nun auch in den stündlichen Preisen involviert. Ich möchte euch hier meine Scripte vorstellen und eine Diskussion anregen, vielleicht kann man sie gemeinsam verbessern und vielleicht findet sich jemand der dann mal einen Adapter drausmacht, (für mich zu hoch)

      Zuerst einmal kommen die Tibberdatenpunkte folgender maßen an.
      Screenshot 2023-01-04 162404.jpg

      Ich habe nun bis jetzt nur den Hausspeicher integriert das Auto soll noch folgen, nur ich möchte eure Meinung dazuhören, ich würde das Projekt gerne gemeinsam voranbringen.

      Es gibt aktuell 3 Scripte, die ersten beiden machen nur eine Liste aus Tibberconnect zwischen 19-23 Uhr und zwischen 0-5Uhr, da hier meist die Preise am günstigsten sind, die beiden Datenpunkte zu den Scripten werden erstellt. Hier gibt es dann Mindest und Höchstwert

      Diese Datenpunkte brauchen wir für das Hauptscript, daß die Logik enthält.

      Vieles kann man einmal ausfüllen, doch vieles geht mit einfachen ausfüllen nicht, hier bitte ich @paul53 uns behilflich zu sein (Paul wurde diesbezüglich von mir bereits gefragt).

      Ich würde sagen schießt mal los und macht mich fertig, aktuell geht es einfach nciht besser sowas auf die Reihe zu bekommen, nur ich sehe hier viele User die genau zu diesem Thema Hilfe suchen, dies kann es vielleicht ein wenig erleichtern.
      Ich hoffe auch, daß wir das Projekt zusammen weiterführen.

      Hier meine Scripte.
      Script 1 Höchst und Mindestpreis von 0-5 Uhr

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable id=":taPEF|OA3],C`ZVh*2+">preisliste</variable>
          <variable id="n1c!w}q(8+Nej#`|99*4">Preis_0_Uhr</variable>
          <variable id="+8H)%x~!7x`dRHSNYM*t">Preis_01_Uhr</variable>
          <variable id="ud,za*TX~^/qCF%RL|~h">Preis_02_Uhr</variable>
          <variable id="6yWUmC5Iax2090wEylOU">Preis_03_Uhr</variable>
          <variable id="RS/yNelwPzsGNN$NUvIV">Preis_04_Uhr</variable>
          <variable id=")5bd{9z9(%1DriBP3hmJ">Preis_05_Uhr</variable>
          <variable id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</variable>
          <variable id="O`PieEZ:0b5/eQ$FQ7Y5">Niedrigstpreist_0_5Uhr</variable>
          <variable id="Fk%)ju,SajNIbR!:!)4s">Höchstpreis_0_5Uhr</variable>
        </variables>
        <block type="create" id=";g)lhW?AnZ!qiR)c~VPy" x="138" y="13">
          <field name="NAME">0_userdata.0.Tibber.Bester_Preis.Höchstpreis_0-5Uhr</field>
          <value name="VALUE">
            <block type="text" id="MpGDBVBvkc96xgn_M(!x">
              <field name="TEXT">0</field>
            </block>
          </value>
          <value name="COMMON">
            <block type="text" id="DmTYmg!t)6zr+fF@!-_k">
              <field name="TEXT">{ "type": "number", "min": 0, "max": 100, "unit": "€" }</field>
            </block>
          </value>
          <next>
            <block type="create" id=":_obTCM~bb[4:ET-a7:`">
              <field name="NAME">0_userdata.0.Tibber.Bester_Preis.Niedrigstpreis_0-5Uhr</field>
              <value name="VALUE">
                <block type="text" id="T57eKs{igcSts%[D:Cng">
                  <field name="TEXT">0</field>
                </block>
              </value>
              <value name="COMMON">
                <block type="text" id="2p%uJ_7sR^k)%zSC8]|9">
                  <field name="TEXT">{ "type": "number", "min": 0, "max": 100, "unit": "€" }</field>
                </block>
              </value>
              <next>
                <block type="on_ext" id="Jxm;kpaqI!;6e7gR.mg2">
                  <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="g{GpEh@zet4t$g?`{k%7">
                      <field name="oid">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.0.total</field>
                    </shadow>
                  </value>
                  <statement name="STATEMENT">
                    <block type="variables_set" id="E6/-orxu^9._BQ]*:iG.">
                      <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                      <value name="VALUE">
                        <block type="lists_create_with" id="J`9^uZH04gDejGVC-zHP">
                          <mutation items="6"></mutation>
                          <value name="ADD0">
                            <block type="get_value" id="mB4wl5/e]xDyH::S{2T`">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.0.total</field>
                            </block>
                          </value>
                          <value name="ADD1">
                            <block type="get_value" id="nh=ud.rhNt2+YPj*+(K]">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.1.total</field>
                            </block>
                          </value>
                          <value name="ADD2">
                            <block type="get_value" id="s66+`HDoO$6hrW9V7N{O">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.2.total</field>
                            </block>
                          </value>
                          <value name="ADD3">
                            <block type="get_value" id="OK)8~ettS1U~FkB~uCw6">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.3.total</field>
                            </block>
                          </value>
                          <value name="ADD4">
                            <block type="get_value" id="7l6%6DRJl!2Pu3f`blwb">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.4.total</field>
                            </block>
                          </value>
                          <value name="ADD5">
                            <block type="get_value" id="q=|E$XJ-nRg2;3#k8#K8">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.5.total</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <next>
                        <block type="variables_set" id="af?A2jq;b#uUf#^)~;[B">
                          <field name="VAR" id="n1c!w}q(8+Nej#`|99*4">Preis_0_Uhr</field>
                          <value name="VALUE">
                            <block type="lists_getIndex" id="[~S:/!D_GBdnxqM4+C}p">
                              <mutation statement="false" at="true"></mutation>
                              <field name="MODE">GET</field>
                              <field name="WHERE">FROM_START</field>
                              <value name="VALUE">
                                <block type="variables_get" id="!cfBOJAlcJqXe7(Hc.V$">
                                  <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                </block>
                              </value>
                              <value name="AT">
                                <block type="math_number" id="pXs)n$E}@LDNf-,^s7WM">
                                  <field name="NUM">1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <next>
                            <block type="variables_set" id="(*Erc#;vQx7~L-!ZJZ}d">
                              <field name="VAR" id="+8H)%x~!7x`dRHSNYM*t">Preis_01_Uhr</field>
                              <value name="VALUE">
                                <block type="lists_getIndex" id="(?8~B~:z-rKxlw+_;0K:">
                                  <mutation statement="false" at="true"></mutation>
                                  <field name="MODE">GET</field>
                                  <field name="WHERE">FROM_START</field>
                                  <value name="VALUE">
                                    <block type="variables_get" id="l?*.4cJH|dGK*se)Ju}?">
                                      <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                    </block>
                                  </value>
                                  <value name="AT">
                                    <block type="math_number" id="D-)?]70|G=}}_1WsmurI">
                                      <field name="NUM">2</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <next>
                                <block type="variables_set" id="v:Dhu5t7VFOvGK|@tUi#">
                                  <field name="VAR" id="ud,za*TX~^/qCF%RL|~h">Preis_02_Uhr</field>
                                  <value name="VALUE">
                                    <block type="lists_getIndex" id="x|nB{0OFK4T,f,jvt_]a">
                                      <mutation statement="false" at="true"></mutation>
                                      <field name="MODE">GET</field>
                                      <field name="WHERE">FROM_START</field>
                                      <value name="VALUE">
                                        <block type="variables_get" id="n_Z|#{P0@HoemJSz55@+">
                                          <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                        </block>
                                      </value>
                                      <value name="AT">
                                        <block type="math_number" id="hM6yiox`s[ZCQJ(ql+@`">
                                          <field name="NUM">3</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="variables_set" id="Ht!Qp`2k-|j+-oIj,}]~">
                                      <field name="VAR" id="6yWUmC5Iax2090wEylOU">Preis_03_Uhr</field>
                                      <value name="VALUE">
                                        <block type="lists_getIndex" id="!`-,A9,F|)l;OVd_0hge">
                                          <mutation statement="false" at="true"></mutation>
                                          <field name="MODE">GET</field>
                                          <field name="WHERE">FROM_START</field>
                                          <value name="VALUE">
                                            <block type="variables_get" id="%XTq+tT;|@0;W_5_;fA?">
                                              <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                            </block>
                                          </value>
                                          <value name="AT">
                                            <block type="math_number" id="{;=o~ZQ{B9N~@rxOAh[m">
                                              <field name="NUM">4</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="variables_set" id="N))r#7HY7@l95!p:!o20">
                                          <field name="VAR" id="RS/yNelwPzsGNN$NUvIV">Preis_04_Uhr</field>
                                          <value name="VALUE">
                                            <block type="lists_getIndex" id="lVz@rTEAFgVfWSGE/2Er">
                                              <mutation statement="false" at="true"></mutation>
                                              <field name="MODE">GET</field>
                                              <field name="WHERE">FROM_START</field>
                                              <value name="VALUE">
                                                <block type="variables_get" id="k[B}/J/KM-(ywPN5]l|V">
                                                  <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                                </block>
                                              </value>
                                              <value name="AT">
                                                <block type="math_number" id="/?JJI;]%8Q)Z{~L!|D7,">
                                                  <field name="NUM">5</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="variables_set" id="=`n@9;/(cE+}O)ZNrj^a">
                                              <field name="VAR" id=")5bd{9z9(%1DriBP3hmJ">Preis_05_Uhr</field>
                                              <value name="VALUE">
                                                <block type="lists_getIndex" id="5jl,N8VlZ+A{aOnq(Cpy">
                                                  <mutation statement="false" at="true"></mutation>
                                                  <field name="MODE">GET</field>
                                                  <field name="WHERE">FROM_START</field>
                                                  <value name="VALUE">
                                                    <block type="variables_get" id="af/TF4U]LfbcKBEFcf^Y">
                                                      <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                                    </block>
                                                  </value>
                                                  <value name="AT">
                                                    <block type="math_number" id="u:XX^}-68rIO0%a%kOu@">
                                                      <field name="NUM">6</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="variables_set" id="lJKqihB/)a,w1),=T;x@">
                                                  <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                  <value name="VALUE">
                                                    <block type="lists_create_with" id="LJHRJVnnV!{0/X87cY9T">
                                                      <mutation items="6"></mutation>
                                                      <value name="ADD0">
                                                        <block type="variables_get" id="SYLmc}CAjRXeP)J.^#Q[">
                                                          <field name="VAR" id="n1c!w}q(8+Nej#`|99*4">Preis_0_Uhr</field>
                                                        </block>
                                                      </value>
                                                      <value name="ADD1">
                                                        <block type="variables_get" id="v/Wp/Hf4lho-_{cB:Vf~">
                                                          <field name="VAR" id="+8H)%x~!7x`dRHSNYM*t">Preis_01_Uhr</field>
                                                        </block>
                                                      </value>
                                                      <value name="ADD2">
                                                        <block type="variables_get" id="Wr!)(Z]rR*{t~kCfMDeT">
                                                          <field name="VAR" id="ud,za*TX~^/qCF%RL|~h">Preis_02_Uhr</field>
                                                        </block>
                                                      </value>
                                                      <value name="ADD3">
                                                        <block type="variables_get" id="QzMk!Nl5B1!o,Q1PUpxp">
                                                          <field name="VAR" id="6yWUmC5Iax2090wEylOU">Preis_03_Uhr</field>
                                                        </block>
                                                      </value>
                                                      <value name="ADD4">
                                                        <block type="variables_get" id="dxMP!eV=6/4_+ii5?2FY">
                                                          <field name="VAR" id="RS/yNelwPzsGNN$NUvIV">Preis_04_Uhr</field>
                                                        </block>
                                                      </value>
                                                      <value name="ADD5">
                                                        <block type="variables_get" id="UAT^DvRmIm5p){lpd47}">
                                                          <field name="VAR" id=")5bd{9z9(%1DriBP3hmJ">Preis_05_Uhr</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="variables_set" id="o=-Uv:%,oY4]S%a=![e9">
                                                      <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                      <value name="VALUE">
                                                        <block type="lists_sort" id="bEc%{jF:k#-[wHej{@Kc">
                                                          <field name="TYPE">NUMERIC</field>
                                                          <field name="DIRECTION">1</field>
                                                          <value name="LIST">
                                                            <block type="variables_get" id="HC^knpB^4Q(b36%7!!4f">
                                                              <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="variables_set" id="B:w!n.rCgGPUBFRvV!O!">
                                                          <field name="VAR" id="O`PieEZ:0b5/eQ$FQ7Y5">Niedrigstpreist_0_5Uhr</field>
                                                          <value name="VALUE">
                                                            <block type="lists_getIndex" id="xFC.S(-Lna]zz:w-)S?o">
                                                              <mutation statement="false" at="true"></mutation>
                                                              <field name="MODE">GET</field>
                                                              <field name="WHERE">FROM_START</field>
                                                              <value name="VALUE">
                                                                <block type="variables_get" id="VNul9U?R^zRXFbR{@}5*">
                                                                  <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                                </block>
                                                              </value>
                                                              <value name="AT">
                                                                <block type="math_number" id="5hG,E+:BU0Q_3b]H~X;G">
                                                                  <field name="NUM">1</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="variables_set" id="WmPcgku15TD;2RIa(aba">
                                                              <field name="VAR" id="Fk%)ju,SajNIbR!:!)4s">Höchstpreis_0_5Uhr</field>
                                                              <value name="VALUE">
                                                                <block type="lists_getIndex" id="7~,IqVhHBBhzuVWB}rSe">
                                                                  <mutation statement="false" at="true"></mutation>
                                                                  <field name="MODE">GET</field>
                                                                  <field name="WHERE">FROM_START</field>
                                                                  <value name="VALUE">
                                                                    <block type="variables_get" id="]yWntlm$t{ZVPP8UM;nZ">
                                                                      <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="AT">
                                                                    <block type="math_number" id="wJ)GXNWmSkw(iK0_yGuT">
                                                                      <field name="NUM">6</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="update" id="YU%Ef%6s?),eF)`YTq$.">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">0_userdata.0.Tibber.Bester_Preis.Höchstpreis_0-5Uhr</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="variables_get" id="5F1bWxbudNk{iY}S0}B:">
                                                                      <field name="VAR" id="Fk%)ju,SajNIbR!:!)4s">Höchstpreis_0_5Uhr</field>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="update" id="0cRXYoN3/dAL8#q(qhil">
                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                      <field name="OID">0_userdata.0.Tibber.Bester_Preis.Niedrigstpreis_0-5Uhr</field>
                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                      <value name="VALUE">
                                                                        <block type="variables_get" id="p:js(QR.k.{{-[;(M*C:">
                                                                          <field name="VAR" id="O`PieEZ:0b5/eQ$FQ7Y5">Niedrigstpreist_0_5Uhr</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </next>
                                                                </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>
              </next>
            </block>
          </next>
        </block>
      </xml>
      

      Script 2 Höchst und Mindestpreis von 19-23 Uhr

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable id=":taPEF|OA3],C`ZVh*2+">preisliste</variable>
          <variable id="n1c!w}q(8+Nej#`|99*4">Preis_19_Uhr</variable>
          <variable id="+8H)%x~!7x`dRHSNYM*t">Preis_20_Uhr</variable>
          <variable id="ud,za*TX~^/qCF%RL|~h">Preis_21_Uhr</variable>
          <variable id="6yWUmC5Iax2090wEylOU">Preis_22_Uhr</variable>
          <variable id="RS/yNelwPzsGNN$NUvIV">Preis_23_Uhr</variable>
          <variable id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</variable>
          <variable id="O`PieEZ:0b5/eQ$FQ7Y5">Niedriegstpreis_19_23Uhr</variable>
          <variable id="Fk%)ju,SajNIbR!:!)4s">Höchstpreis_19_23Uhr</variable>
        </variables>
        <block type="create" id=";g)lhW?AnZ!qiR)c~VPy" x="138" y="13">
          <field name="NAME">0_userdata.0.Tibber.Bester_Preis.Höchstpreis_19-23Uhr</field>
          <value name="VALUE">
            <block type="text" id="MpGDBVBvkc96xgn_M(!x">
              <field name="TEXT">0</field>
            </block>
          </value>
          <value name="COMMON">
            <block type="text" id="DmTYmg!t)6zr+fF@!-_k">
              <field name="TEXT">{ "type": "number", "min": 0, "max": 100, "unit": "€" }</field>
            </block>
          </value>
          <next>
            <block type="create" id=":_obTCM~bb[4:ET-a7:`">
              <field name="NAME">0_userdata.0.Tibber.Bester_Preis.Niedrigstpreis_19-23Uhr</field>
              <value name="VALUE">
                <block type="text" id="T57eKs{igcSts%[D:Cng">
                  <field name="TEXT">0</field>
                </block>
              </value>
              <value name="COMMON">
                <block type="text" id="2p%uJ_7sR^k)%zSC8]|9">
                  <field name="TEXT">{ "type": "number", "min": 0, "max": 100, "unit": "€" }</field>
                </block>
              </value>
              <next>
                <block type="on_ext" id="R;kHw(@I39F24eV^KcI+">
                  <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="O4TTF.2:w86Wzc-$9)u3">
                      <field name="oid">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.0.total</field>
                    </shadow>
                  </value>
                  <statement name="STATEMENT">
                    <block type="variables_set" id="E6/-orxu^9._BQ]*:iG.">
                      <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                      <value name="VALUE">
                        <block type="lists_create_with" id="J`9^uZH04gDejGVC-zHP">
                          <mutation items="5"></mutation>
                          <value name="ADD0">
                            <block type="get_value" id="mB4wl5/e]xDyH::S{2T`">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.19.total</field>
                            </block>
                          </value>
                          <value name="ADD1">
                            <block type="get_value" id="nh=ud.rhNt2+YPj*+(K]">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.20.total</field>
                            </block>
                          </value>
                          <value name="ADD2">
                            <block type="get_value" id="s66+`HDoO$6hrW9V7N{O">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.21.total</field>
                            </block>
                          </value>
                          <value name="ADD3">
                            <block type="get_value" id="OK)8~ettS1U~FkB~uCw6">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.22.total</field>
                            </block>
                          </value>
                          <value name="ADD4">
                            <block type="get_value" id="7l6%6DRJl!2Pu3f`blwb">
                              <field name="ATTR">val</field>
                              <field name="OID">tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.PricesToday.23.total</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <next>
                        <block type="variables_set" id="af?A2jq;b#uUf#^)~;[B">
                          <field name="VAR" id="n1c!w}q(8+Nej#`|99*4">Preis_19_Uhr</field>
                          <value name="VALUE">
                            <block type="lists_getIndex" id="[~S:/!D_GBdnxqM4+C}p">
                              <mutation statement="false" at="true"></mutation>
                              <field name="MODE">GET</field>
                              <field name="WHERE">FROM_START</field>
                              <value name="VALUE">
                                <block type="variables_get" id="!cfBOJAlcJqXe7(Hc.V$">
                                  <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                </block>
                              </value>
                              <value name="AT">
                                <block type="math_number" id="pXs)n$E}@LDNf-,^s7WM">
                                  <field name="NUM">1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <next>
                            <block type="variables_set" id="(*Erc#;vQx7~L-!ZJZ}d">
                              <field name="VAR" id="+8H)%x~!7x`dRHSNYM*t">Preis_20_Uhr</field>
                              <value name="VALUE">
                                <block type="lists_getIndex" id="(?8~B~:z-rKxlw+_;0K:">
                                  <mutation statement="false" at="true"></mutation>
                                  <field name="MODE">GET</field>
                                  <field name="WHERE">FROM_START</field>
                                  <value name="VALUE">
                                    <block type="variables_get" id="l?*.4cJH|dGK*se)Ju}?">
                                      <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                    </block>
                                  </value>
                                  <value name="AT">
                                    <block type="math_number" id="D-)?]70|G=}}_1WsmurI">
                                      <field name="NUM">2</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <next>
                                <block type="variables_set" id="v:Dhu5t7VFOvGK|@tUi#">
                                  <field name="VAR" id="ud,za*TX~^/qCF%RL|~h">Preis_21_Uhr</field>
                                  <value name="VALUE">
                                    <block type="lists_getIndex" id="x|nB{0OFK4T,f,jvt_]a">
                                      <mutation statement="false" at="true"></mutation>
                                      <field name="MODE">GET</field>
                                      <field name="WHERE">FROM_START</field>
                                      <value name="VALUE">
                                        <block type="variables_get" id="n_Z|#{P0@HoemJSz55@+">
                                          <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                        </block>
                                      </value>
                                      <value name="AT">
                                        <block type="math_number" id="hM6yiox`s[ZCQJ(ql+@`">
                                          <field name="NUM">3</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="variables_set" id="Ht!Qp`2k-|j+-oIj,}]~">
                                      <field name="VAR" id="6yWUmC5Iax2090wEylOU">Preis_22_Uhr</field>
                                      <value name="VALUE">
                                        <block type="lists_getIndex" id="!`-,A9,F|)l;OVd_0hge">
                                          <mutation statement="false" at="true"></mutation>
                                          <field name="MODE">GET</field>
                                          <field name="WHERE">FROM_START</field>
                                          <value name="VALUE">
                                            <block type="variables_get" id="%XTq+tT;|@0;W_5_;fA?">
                                              <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                            </block>
                                          </value>
                                          <value name="AT">
                                            <block type="math_number" id="{;=o~ZQ{B9N~@rxOAh[m">
                                              <field name="NUM">4</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="variables_set" id="N))r#7HY7@l95!p:!o20">
                                          <field name="VAR" id="RS/yNelwPzsGNN$NUvIV">Preis_23_Uhr</field>
                                          <value name="VALUE">
                                            <block type="lists_getIndex" id="lVz@rTEAFgVfWSGE/2Er">
                                              <mutation statement="false" at="true"></mutation>
                                              <field name="MODE">GET</field>
                                              <field name="WHERE">FROM_START</field>
                                              <value name="VALUE">
                                                <block type="variables_get" id="k[B}/J/KM-(ywPN5]l|V">
                                                  <field name="VAR" id=":taPEF|OA3],C`ZVh*2+">preisliste</field>
                                                </block>
                                              </value>
                                              <value name="AT">
                                                <block type="math_number" id="/?JJI;]%8Q)Z{~L!|D7,">
                                                  <field name="NUM">5</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="variables_set" id="lJKqihB/)a,w1),=T;x@">
                                              <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                              <value name="VALUE">
                                                <block type="lists_create_with" id="LJHRJVnnV!{0/X87cY9T">
                                                  <mutation items="5"></mutation>
                                                  <value name="ADD0">
                                                    <block type="variables_get" id="SYLmc}CAjRXeP)J.^#Q[">
                                                      <field name="VAR" id="n1c!w}q(8+Nej#`|99*4">Preis_19_Uhr</field>
                                                    </block>
                                                  </value>
                                                  <value name="ADD1">
                                                    <block type="variables_get" id="v/Wp/Hf4lho-_{cB:Vf~">
                                                      <field name="VAR" id="+8H)%x~!7x`dRHSNYM*t">Preis_20_Uhr</field>
                                                    </block>
                                                  </value>
                                                  <value name="ADD2">
                                                    <block type="variables_get" id="Wr!)(Z]rR*{t~kCfMDeT">
                                                      <field name="VAR" id="ud,za*TX~^/qCF%RL|~h">Preis_21_Uhr</field>
                                                    </block>
                                                  </value>
                                                  <value name="ADD3">
                                                    <block type="variables_get" id="QzMk!Nl5B1!o,Q1PUpxp">
                                                      <field name="VAR" id="6yWUmC5Iax2090wEylOU">Preis_22_Uhr</field>
                                                    </block>
                                                  </value>
                                                  <value name="ADD4">
                                                    <block type="variables_get" id="dxMP!eV=6/4_+ii5?2FY">
                                                      <field name="VAR" id="RS/yNelwPzsGNN$NUvIV">Preis_23_Uhr</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="variables_set" id="o=-Uv:%,oY4]S%a=![e9">
                                                  <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                  <value name="VALUE">
                                                    <block type="lists_sort" id="bEc%{jF:k#-[wHej{@Kc">
                                                      <field name="TYPE">NUMERIC</field>
                                                      <field name="DIRECTION">1</field>
                                                      <value name="LIST">
                                                        <block type="variables_get" id="HC^knpB^4Q(b36%7!!4f">
                                                          <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="variables_set" id="B:w!n.rCgGPUBFRvV!O!">
                                                      <field name="VAR" id="O`PieEZ:0b5/eQ$FQ7Y5">Niedriegstpreis_19_23Uhr</field>
                                                      <value name="VALUE">
                                                        <block type="lists_getIndex" id="xFC.S(-Lna]zz:w-)S?o">
                                                          <mutation statement="false" at="true"></mutation>
                                                          <field name="MODE">GET</field>
                                                          <field name="WHERE">FROM_START</field>
                                                          <value name="VALUE">
                                                            <block type="variables_get" id="VNul9U?R^zRXFbR{@}5*">
                                                              <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                            </block>
                                                          </value>
                                                          <value name="AT">
                                                            <block type="math_number" id="5hG,E+:BU0Q_3b]H~X;G">
                                                              <field name="NUM">1</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="variables_set" id="WmPcgku15TD;2RIa(aba">
                                                          <field name="VAR" id="Fk%)ju,SajNIbR!:!)4s">Höchstpreis_19_23Uhr</field>
                                                          <value name="VALUE">
                                                            <block type="lists_getIndex" id="7~,IqVhHBBhzuVWB}rSe">
                                                              <mutation statement="false" at="true"></mutation>
                                                              <field name="MODE">GET</field>
                                                              <field name="WHERE">FROM_START</field>
                                                              <value name="VALUE">
                                                                <block type="variables_get" id="]yWntlm$t{ZVPP8UM;nZ">
                                                                  <field name="VAR" id="z:!j=LF{]qlVp)bMVA}s">preisliste_sortiert</field>
                                                                </block>
                                                              </value>
                                                              <value name="AT">
                                                                <block type="math_number" id="wJ)GXNWmSkw(iK0_yGuT">
                                                                  <field name="NUM">5</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="update" id="YU%Ef%6s?),eF)`YTq$.">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                              <field name="OID">0_userdata.0.Tibber.Bester_Preis.Höchstpreis_19-23Uhr</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="variables_get" id="5F1bWxbudNk{iY}S0}B:">
                                                                  <field name="VAR" id="Fk%)ju,SajNIbR!:!)4s">Höchstpreis_19_23Uhr</field>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="update" id="OHavlRE4V^-7M~le`gC$">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">0_userdata.0.Tibber.Bester_Preis.Niedrigstpreis_19-23Uhr</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="variables_get" id="eC?ovVgVm*XhAQ}ayPA*">
                                                                      <field name="VAR" id="O`PieEZ:0b5/eQ$FQ7Y5">Niedriegstpreis_19_23Uhr</field>
                                                                    </block>
                                                                  </value>
                                                                </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>
              </next>
            </block>
          </next>
        </block>
      </xml>
      
      paul53P Offline
      paul53P Offline
      paul53
      schrieb am zuletzt editiert von paul53
      #9

      @babl sagte: Script 1 Höchst und Mindestpreis von 0-5 Uhr

      Du nimmst die Werte von "PricesToday". Ist das korrekt? Müssten es nicht die Werte von "PricesTomorrow" sein? Etwa so?

      schedule('57 18 * * *', function() {
          const preise = [];
          for(let i = 19; i < 24; i++) {
              let obj = {};
              let idStart = tibber + 'PricesToday.' + i + '.startsAt';
              let idPreis = tibber + 'PricesToday.' + i + '.total';
              obj.start = new Date(getState(idStart).val).getHours();
              obj.preis = getState(idPreis).val;
              preise.push(obj);
          }
          for(let i = 0; i < 6; i++) {
              let obj = {};
              let idStart = tibber + 'PricesTomorrow.' + i + '.startsAt';
              let idPreis = tibber + 'PricesTomorrow.' + i + '.total';
              obj.start = new Date(getState(idStart).val).getHours();
              obj.preis = getState(idPreis).val;
              preise.push(obj);
          }
          preise.sort(sortPreis);
          setState(idSort, preise, true);
      });
      

      Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
      Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

      B 1 Antwort Letzte Antwort
      0
      • paul53P paul53

        @babl sagte: Script 1 Höchst und Mindestpreis von 0-5 Uhr

        Du nimmst die Werte von "PricesToday". Ist das korrekt? Müssten es nicht die Werte von "PricesTomorrow" sein? Etwa so?

        schedule('57 18 * * *', function() {
            const preise = [];
            for(let i = 19; i < 24; i++) {
                let obj = {};
                let idStart = tibber + 'PricesToday.' + i + '.startsAt';
                let idPreis = tibber + 'PricesToday.' + i + '.total';
                obj.start = new Date(getState(idStart).val).getHours();
                obj.preis = getState(idPreis).val;
                preise.push(obj);
            }
            for(let i = 0; i < 6; i++) {
                let obj = {};
                let idStart = tibber + 'PricesTomorrow.' + i + '.startsAt';
                let idPreis = tibber + 'PricesTomorrow.' + i + '.total';
                obj.start = new Date(getState(idStart).val).getHours();
                obj.preis = getState(idPreis).val;
                preise.push(obj);
            }
            preise.sort(sortPreis);
            setState(idSort, preise, true);
        });
        
        B Offline
        B Offline
        babl
        schrieb am zuletzt editiert von
        #10

        @paul53 ja da ich vor mitternacht meinen Hausspeicher laden will und ab 0 Uhr kommen ja bereits die morgigen Preise als heutige Preise und Tomorrow bleibt ja dann bis 13Uhr oder später leer.

        Ich habe bei meinem Script die Solarprognose als falls block miteingebaut falls morgiger Tag mehr als 10kw Ertrag prognostiziert werden soll er den Speicher nicht laden, da ja in der Nacht die Preise eigentlich sowieso niedrig sind, ist der prognostizierte Ertrag unter 10 soll er den Hausspeicher laden.

        paul53P 1 Antwort Letzte Antwort
        0
        • B babl

          @paul53 ja da ich vor mitternacht meinen Hausspeicher laden will und ab 0 Uhr kommen ja bereits die morgigen Preise als heutige Preise und Tomorrow bleibt ja dann bis 13Uhr oder später leer.

          Ich habe bei meinem Script die Solarprognose als falls block miteingebaut falls morgiger Tag mehr als 10kw Ertrag prognostiziert werden soll er den Speicher nicht laden, da ja in der Nacht die Preise eigentlich sowieso niedrig sind, ist der prognostizierte Ertrag unter 10 soll er den Hausspeicher laden.

          paul53P Offline
          paul53P Offline
          paul53
          schrieb am zuletzt editiert von paul53
          #11

          @babl sagte: ab 0 Uhr kommen ja bereits die morgigen Preise als heutige Preise und Tomorrow bleibt ja dann bis 13Uhr oder später leer.

          Deshalb sollte man nicht auf die Datenpunkte triggern, sondern nur einmal am Tag kurz bevor man die Preise auswertet (z.B. 18:57 Uhr). Andernfalls stehen vor Mitternacht nicht die richtigen Preise von nach Mitternacht für einen Vergleich / eine Sortierung zur Verfügung.

          Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
          Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

          B 1 Antwort Letzte Antwort
          1
          • paul53P paul53

            @babl sagte: ab 0 Uhr kommen ja bereits die morgigen Preise als heutige Preise und Tomorrow bleibt ja dann bis 13Uhr oder später leer.

            Deshalb sollte man nicht auf die Datenpunkte triggern, sondern nur einmal am Tag kurz bevor man die Preise auswertet (z.B. 18:57 Uhr). Andernfalls stehen vor Mitternacht nicht die richtigen Preise von nach Mitternacht für einen Vergleich / eine Sortierung zur Verfügung.

            B Offline
            B Offline
            babl
            schrieb am zuletzt editiert von
            #12

            @paul53 ok und wie könnte man sowas jetzt lösen wenn ich nun 10 Punkte habe und trotzdem irgendwie eine zusammenhängende Zeit nutzen will.

            z.B von 0 - 4 Uhr sind die Preise am günstigsten, dann kommt 23 Uhr dazwischen und dann geht es wieder mit 5 Uhr weiter und dann 22 Uhr, 21 und 20 Uhr. Hast du da eine Idee?

            Wenn ich z.B für den Speicher mehr als 1 Stunde brauche um zu laden dann sollten die besten 2 Stunden zusammenhängend sein oder was denkst du oder würdest du einfach dann um als beispiel um 21 uhr laden um 22 uhr nicht laden und 23 uhr wieder laden

            paul53P 1 Antwort Letzte Antwort
            0
            • B babl

              @paul53 ok und wie könnte man sowas jetzt lösen wenn ich nun 10 Punkte habe und trotzdem irgendwie eine zusammenhängende Zeit nutzen will.

              z.B von 0 - 4 Uhr sind die Preise am günstigsten, dann kommt 23 Uhr dazwischen und dann geht es wieder mit 5 Uhr weiter und dann 22 Uhr, 21 und 20 Uhr. Hast du da eine Idee?

              Wenn ich z.B für den Speicher mehr als 1 Stunde brauche um zu laden dann sollten die besten 2 Stunden zusammenhängend sein oder was denkst du oder würdest du einfach dann um als beispiel um 21 uhr laden um 22 uhr nicht laden und 23 uhr wieder laden

              paul53P Offline
              paul53P Offline
              paul53
              schrieb am zuletzt editiert von paul53
              #13

              @babl sagte: mehr als 1 Stunde brauche um zu laden dann sollten die besten 2 Stunden zusammenhängend sein

              Dann braucht man aber eine chronologische Sortierung und muss den Startzeitpunkt für die minimale Summe über zwei aufeinanderfolgende Werte ermitteln, ähnlich wie hier.

              Wenn es dem Akku nicht schadet, sind natürlich die beiden günstigsten Stunden wirtschaftlicher (Sortierung nach Preis).

              Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
              Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

              B 1 Antwort Letzte Antwort
              0
              • paul53P paul53

                @babl sagte: mehr als 1 Stunde brauche um zu laden dann sollten die besten 2 Stunden zusammenhängend sein

                Dann braucht man aber eine chronologische Sortierung und muss den Startzeitpunkt für die minimale Summe über zwei aufeinanderfolgende Werte ermitteln, ähnlich wie hier.

                Wenn es dem Akku nicht schadet, sind natürlich die beiden günstigsten Stunden wirtschaftlicher (Sortierung nach Preis).

                B Offline
                B Offline
                babl
                schrieb am zuletzt editiert von
                #14

                @paul53 ok, das muß ich mir morgen mal ansehen, ich danke dir einstweilen, mir raucht eh schon der kopf.

                1 Antwort Letzte Antwort
                0
                • B babl

                  Script 3 ist zu lang hier es reinzukopieren.

                  Script 3.txt

                  Auf gute Zusammenarbeit

                  paul53P Offline
                  paul53P Offline
                  paul53
                  schrieb am zuletzt editiert von
                  #15

                  @babl sagte: Script 3 ist zu lang hier es reinzukopieren.

                  Ganz schön unübersichtlich und wenn man die Bedeutung verschiedener Datenpunkte nicht kennt, auch nicht nachzuvollziehen.
                  Was gar nicht geht: Der 8-s-Zeitplan innerhalb der Funktion Hausspeicher_laden!!
                  Das Hauptprogramm läuft doch schon mit einem stündlichen Trigger.

                  Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                  Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                  B 1 Antwort Letzte Antwort
                  0
                  • paul53P paul53

                    @babl sagte: Script 3 ist zu lang hier es reinzukopieren.

                    Ganz schön unübersichtlich und wenn man die Bedeutung verschiedener Datenpunkte nicht kennt, auch nicht nachzuvollziehen.
                    Was gar nicht geht: Der 8-s-Zeitplan innerhalb der Funktion Hausspeicher_laden!!
                    Das Hauptprogramm läuft doch schon mit einem stündlichen Trigger.

                    B Offline
                    B Offline
                    babl
                    schrieb am zuletzt editiert von
                    #16

                    @paul53 es läuft aber so seit Wochen ich kann das aber dann gern in einem extra Script unterbringen

                    paul53P 1 Antwort Letzte Antwort
                    0
                    • B babl

                      @paul53 es läuft aber so seit Wochen ich kann das aber dann gern in einem extra Script unterbringen

                      paul53P Offline
                      paul53P Offline
                      paul53
                      schrieb am zuletzt editiert von
                      #17

                      @babl sagte: es läuft aber so seit Wochen

                      Es sind zu viele 8-s-Zeitpläne, da jede Stunde nachts ein neuer erstellt wird und alles darin mehrfach hintereinander ausgeführt wird. Irgendwann wird das System dadurch überlastet.

                      Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                      Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                      B 1 Antwort Letzte Antwort
                      0
                      • paul53P paul53

                        @babl sagte: es läuft aber so seit Wochen

                        Es sind zu viele 8-s-Zeitpläne, da jede Stunde nachts ein neuer erstellt wird und alles darin mehrfach hintereinander ausgeführt wird. Irgendwann wird das System dadurch überlastet.

                        B Offline
                        B Offline
                        babl
                        schrieb am zuletzt editiert von
                        #18

                        @paul53 das kann sein denn seit Wochen habe ich auch kleinere Probleme mit den Admin subscribes und unsubscribes, dann kann das hinkommen, ich wüsste aber nicht wie ich das sonst machen sollte denn der Datenpunkt muss alle 8 Sekunden beschrieben werden

                        paul53P 1 Antwort Letzte Antwort
                        0
                        • B babl

                          @paul53 das kann sein denn seit Wochen habe ich auch kleinere Probleme mit den Admin subscribes und unsubscribes, dann kann das hinkommen, ich wüsste aber nicht wie ich das sonst machen sollte denn der Datenpunkt muss alle 8 Sekunden beschrieben werden

                          paul53P Offline
                          paul53P Offline
                          paul53
                          schrieb am zuletzt editiert von paul53
                          #19

                          @babl sagte: der Datenpunkt muss alle 8 Sekunden beschrieben werden

                          Welcher Datenpunkt?

                          Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                          Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                          B 1 Antwort Letzte Antwort
                          0
                          • paul53P paul53

                            @babl sagte: der Datenpunkt muss alle 8 Sekunden beschrieben werden

                            Welcher Datenpunkt?

                            B Offline
                            B Offline
                            babl
                            schrieb am zuletzt editiert von
                            #20

                            @paul53 der charging Punkt der Sonnenbatterie damit das laden funktioniert, sobald nicht mehr beschrieben wird geht der Speicher in den normalen Modus über.

                            paul53P 1 Antwort Letzte Antwort
                            0
                            • B babl

                              @paul53 der charging Punkt der Sonnenbatterie damit das laden funktioniert, sobald nicht mehr beschrieben wird geht der Speicher in den normalen Modus über.

                              paul53P Offline
                              paul53P Offline
                              paul53
                              schrieb am zuletzt editiert von paul53
                              #21

                              @babl sagte: charging Punkt der Sonnenbatterie damit das laden funktioniert

                              Dann setze in der Funktion eine Variable mit dem zu schreibenden Wert und schreibe den Variablenwert alle 8 s in den Datenpunkt.

                              Bild_2023-01-04_203844287.png

                              Das verbraucht auch viel weniger Ressourcen.

                              Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                              Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                              B 1 Antwort Letzte Antwort
                              0
                              • paul53P paul53

                                @babl sagte: charging Punkt der Sonnenbatterie damit das laden funktioniert

                                Dann setze in der Funktion eine Variable mit dem zu schreibenden Wert und schreibe den Variablenwert alle 8 s in den Datenpunkt.

                                Bild_2023-01-04_203844287.png

                                Das verbraucht auch viel weniger Ressourcen.

                                B Offline
                                B Offline
                                babl
                                schrieb am zuletzt editiert von
                                #22

                                @paul53 ok

                                paul53P 1 Antwort Letzte Antwort
                                0
                                • B babl

                                  @paul53 ok

                                  paul53P Offline
                                  paul53P Offline
                                  paul53
                                  schrieb am zuletzt editiert von paul53
                                  #23

                                  @babl
                                  Anstelle der Funktion verwende einen Trigger auf "sonnen.0.status.userSoc", denn darauf muss reagiert werden.

                                  Blockly_temp.JPG

                                  Gesteuert wird es über den Datenpunkt "0_userdata.0.SB_10_manuell_laden".

                                  Bild_2023-01-04_221529588.png

                                  Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                                  Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                                  B 2 Antworten Letzte Antwort
                                  0
                                  • paul53P paul53

                                    @babl
                                    Anstelle der Funktion verwende einen Trigger auf "sonnen.0.status.userSoc", denn darauf muss reagiert werden.

                                    Blockly_temp.JPG

                                    Gesteuert wird es über den Datenpunkt "0_userdata.0.SB_10_manuell_laden".

                                    Bild_2023-01-04_221529588.png

                                    B Offline
                                    B Offline
                                    babl
                                    schrieb am zuletzt editiert von
                                    #24

                                    @paul53 werde ich morgen Mal so ändern danke dir

                                    1 Antwort Letzte Antwort
                                    0
                                    • paul53P paul53

                                      @babl
                                      Anstelle der Funktion verwende einen Trigger auf "sonnen.0.status.userSoc", denn darauf muss reagiert werden.

                                      Blockly_temp.JPG

                                      Gesteuert wird es über den Datenpunkt "0_userdata.0.SB_10_manuell_laden".

                                      Bild_2023-01-04_221529588.png

                                      B Offline
                                      B Offline
                                      babl
                                      schrieb am zuletzt editiert von
                                      #25

                                      @paul53 ich gebs auf, das ist einfach zu hoch für mich, ich komme ja schon mit deinem array nicht mal klar damit ich hier die uhrzeit rausbringe und damit arbeiten kann. Ich programmier meine CNC Fräsmaschine weiter das habe ich gelernt und das mache ich nun schon 30 Jahre und das kann ich und laß von dem anderen Zeug die Finger. Vielleicht denke ich auch zu kompliziert.

                                      paul53P 1 Antwort Letzte Antwort
                                      0
                                      • B babl

                                        @paul53 ich gebs auf, das ist einfach zu hoch für mich, ich komme ja schon mit deinem array nicht mal klar damit ich hier die uhrzeit rausbringe und damit arbeiten kann. Ich programmier meine CNC Fräsmaschine weiter das habe ich gelernt und das mache ich nun schon 30 Jahre und das kann ich und laß von dem anderen Zeug die Finger. Vielleicht denke ich auch zu kompliziert.

                                        paul53P Offline
                                        paul53P Offline
                                        paul53
                                        schrieb am zuletzt editiert von paul53
                                        #26

                                        @babl
                                        Das folgende Skript ermittelt die Startzeiten (Stunde der Uhrzeit) für bis zu einer Stunde Ladedauer und für mehr als einer Stunde Ladedauer (aufeinander folgend) unter Berücksichtigung eines maximalen Preises.

                                        const tibber = 'tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.'; 
                                        const idStart1 = '0_userdata.0.Tibber.Bester_Preis.Start1h';
                                        const idStart2 = '0_userdata.0.Tibber.Bester_Preis.Start2h';
                                        const maxPreis = 0.3;
                                        
                                        schedule('57 18 * * *', function() {
                                            const preise = [];
                                            for(let i = 19; i < 24; i++) {
                                                let obj = {};
                                                let idStart = tibber + 'PricesToday.' + i + '.startsAt';
                                                let idPreis = tibber + 'PricesToday.' + i + '.total';
                                                obj.start = new Date(getState(idStart).val).getHours();
                                                obj.preis = getState(idPreis).val;
                                                preise.push(obj);
                                            }
                                            for(let i = 0; i < 6; i++) {
                                                let obj = {};
                                                let idStart = tibber + 'PricesTomorrow.' + i + '.startsAt';
                                                let idPreis = tibber + 'PricesTomorrow.' + i + '.total';
                                                obj.start = new Date(getState(idStart).val).getHours();
                                                obj.preis = getState(idPreis).val;
                                                preise.push(obj);
                                            }
                                            let start1h = 12;
                                            let min = maxPreis;
                                            for(let i = 0; i < preise.length; i++) {
                                                if(preise[i].preis < min) {
                                                    min = preise[i].preis;
                                                    start1h = preise[i].start;
                                                }
                                            }
                                            let start2h = 12;
                                            let summe2 = 1.5 * maxPreis;
                                            for(let i = 0; i < preise.length - 1; i++) {
                                                let summe = preise[i].preis + 0.5 * preise[i + 1].preis;
                                                if(summe < summe2) {
                                                    summe2 = summe;
                                                    start2h = preise[i].start;
                                                }
                                            }
                                            setState(idStart1, start1h, true); // Startstunde für bis 1 h laden
                                            setState(idStart2, start2h, true); // Startstunde für bis 2 h laden
                                        });
                                        

                                        Das angepasste Blockly steuert abhängig von der Startstunde die Ladung.

                                        <xml xmlns="https://developers.google.com/blockly/xml">
                                         <variables>
                                           <variable id="_o(A;@hO^Y!0l@!%+U[U">Groesse_Hausspeicher_in_Wh</variable>
                                           <variable id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</variable>
                                           <variable id="tUKE0PX3K5)VD=YNcLvD">userSoc</variable>
                                           <variable id="662+@SNN1=iL4}c|%OCB">Gewünschte Volladung der Batterie in %</variable>
                                           <variable id="7%%2=ua6TF*_3*n=+KFP">ladung</variable>
                                           <variable id="i!o.-Ha)p18KJmC7sy:z">stunde</variable>
                                           <variable id="2]{L:*:~P%K~o/VBmsiG">start1h</variable>
                                           <variable id="W81ft)h|Zh*R-R*?Fb?/">start2h</variable>
                                           <variable id="-^A9hW=83#~9i72OlX=6">Hausspeicher_User_Soc_in%</variable>
                                           <variable id="ML@$Lt_]|-r%{#NpcuTc">Gewünschte Volladung des Hausspeichers in Wh</variable>
                                           <variable id="i.}R%W]BfZO,N3SI9H@(">Aktueller Inhalt des Hausspeichers in Wh</variable>
                                           <variable id="8%;!XNXHU4)/mq1Q{26l">benoetigte_Wh_fuer_Vollladung</variable>
                                         </variables>
                                         <block type="on_ext" id="!:S,u%F%,D|^qI+fx8+7" x="913" y="-62">
                                           <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="`}o+tiQuWh+V$coUrcqd">
                                               <field name="oid">default</field>
                                             </shadow>
                                             <block type="text" id="u6A}Mf}c?SsdQ$-NSY|Q">
                                               <field name="TEXT">sonnen.0.status.userSoc</field>
                                             </block>
                                           </value>
                                           <statement name="STATEMENT">
                                             <block type="controls_if" id="2i;.un?=k!HN(E#9_S}{">
                                               <value name="IF0">
                                                 <block type="get_value" id="_[9Nyawe!,B~3YiY`6B*">
                                                   <field name="ATTR">val</field>
                                                   <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="variables_set" id=",ve{v3}#7O$OVB;qf4b3">
                                                   <field name="VAR" id="tUKE0PX3K5)VD=YNcLvD">userSoc</field>
                                                   <value name="VALUE">
                                                     <block type="on_source" id="=Nyl81_dezLL_9N^QooF">
                                                       <field name="ATTR">state.val</field>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="controls_if" id="S[wO/T])mRy4l-TM9G~]">
                                                       <mutation else="1"></mutation>
                                                       <value name="IF0">
                                                         <block type="logic_compare" id="2f4p(u=}(=K%7M%4r^T,">
                                                           <field name="OP">LT</field>
                                                           <value name="A">
                                                             <block type="variables_get" id="Q)@yXE3VuEJmeqc!iI]3">
                                                               <field name="VAR" id="tUKE0PX3K5)VD=YNcLvD">userSoc</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="variables_get" id="zR1p/~~]}.J]ql^Q9C.j">
                                                               <field name="VAR" id="662+@SNN1=iL4}c|%OCB">Gewünschte Volladung der Batterie in %</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO0">
                                                         <block type="controls_if" id="qb(ZsyG;/ctpEs%AgIhu">
                                                           <mutation else="1"></mutation>
                                                           <value name="IF0">
                                                             <block type="logic_operation" id="WR,do8bkYb4;$b0d0ZRz" inline="false">
                                                               <field name="OP">OR</field>
                                                               <value name="A">
                                                                 <block type="logic_compare" id="+)8PQPUGZ:f^FSo.X8XH">
                                                                   <field name="OP">LT</field>
                                                                   <value name="A">
                                                                     <block type="variables_get" id="H.`T3QRHnKeW8/r[|Z_X">
                                                                       <field name="VAR" id="tUKE0PX3K5)VD=YNcLvD">userSoc</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="B">
                                                                     <block type="math_number" id="]M3DjmiXpy??;HfY3IRA">
                                                                       <field name="NUM">5</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_compare" id="#hzl#oPN@kR$Vml(Mb=-">
                                                                   <field name="OP">GT</field>
                                                                   <value name="A">
                                                                     <block type="variables_get" id="`@hXr^ZK`egjbYkULC%E">
                                                                       <field name="VAR" id="tUKE0PX3K5)VD=YNcLvD">userSoc</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="B">
                                                                     <block type="math_number" id="CZTTbH4U%.tnZndUo?)-">
                                                                       <field name="NUM">95</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <statement name="DO0">
                                                             <block type="variables_set" id="i?5`%cy!H,*)mre5DN,g">
                                                               <field name="VAR" id="7%%2=ua6TF*_3*n=+KFP">ladung</field>
                                                               <value name="VALUE">
                                                                 <block type="math_arithmetic" id="0R*gz0*U~M)o$]a@aH3^">
                                                                   <field name="OP">DIVIDE</field>
                                                                   <value name="A">
                                                                     <shadow type="math_number">
                                                                       <field name="NUM">1</field>
                                                                     </shadow>
                                                                     <block type="variables_get" id="NRSK%SF9*$IrZJK5O+?W">
                                                                       <field name="VAR" id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="B">
                                                                     <shadow type="math_number">
                                                                       <field name="NUM">1</field>
                                                                     </shadow>
                                                                     <block type="math_number" id=":Yi=O@m`xRWa=P-q=xW)">
                                                                       <field name="NUM">2</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </statement>
                                                           <statement name="ELSE">
                                                             <block type="variables_set" id="bRNS:q59Ud-z?;Z?q:6|">
                                                               <field name="VAR" id="7%%2=ua6TF*_3*n=+KFP">ladung</field>
                                                               <value name="VALUE">
                                                                 <block type="variables_get" id="T79bP^WCXStAdTBj{KVH">
                                                                   <field name="VAR" id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </statement>
                                                       <statement name="ELSE">
                                                         <block type="update" id="d3zagXK[uKqXL~AVHIl+">
                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                           <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                           <field name="WITH_DELAY">FALSE</field>
                                                           <value name="VALUE">
                                                             <block type="logic_boolean" id="HqS~dS}s![:3!na`{LE|">
                                                               <field name="BOOL">FALSE</field>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="variables_set" id="$grJ9zwL;,f|c:%(i4iO">
                                                               <field name="VAR" id="7%%2=ua6TF*_3*n=+KFP">ladung</field>
                                                               <value name="VALUE">
                                                                 <block type="math_number" id="54W^ln.jYu|z27??![pW">
                                                                   <field name="NUM">0</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </statement>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                             </block>
                                           </statement>
                                           <next>
                                             <block type="schedule" id="HswSC2x#x@q*V16btQTB">
                                               <field name="SCHEDULE">*/8 * * * * *</field>
                                               <statement name="STATEMENT">
                                                 <block type="control" id="{Vq?}rT:I^wT${3(H3+.">
                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                   <field name="OID">sonnen.0.control.charge</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="variables_get" id="n7~aIw=1}rs5#-lK+@V3">
                                                       <field name="VAR" id="7%%2=ua6TF*_3*n=+KFP">ladung</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </statement>
                                             </block>
                                           </next>
                                         </block>
                                         <block type="variables_set" id="MZP??-@GgCQ0uW}:EOVg" x="87" y="194">
                                           <field name="VAR" id="_o(A;@hO^Y!0l@!%+U[U">Groesse_Hausspeicher_in_Wh</field>
                                           <value name="VALUE">
                                             <block type="math_number" id="o8-buWU0G_HoI4}4;evH">
                                               <field name="NUM">5000</field>
                                             </block>
                                           </value>
                                           <next>
                                             <block type="variables_set" id="(S#.kljR#zd~`f9RB(yq">
                                               <field name="VAR" id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</field>
                                               <value name="VALUE">
                                                 <block type="math_number" id="Zu?;iFSO1mu1EKv/TXIl">
                                                   <field name="NUM">3000</field>
                                                 </block>
                                               </value>
                                               <next>
                                                 <block type="variables_set" id="GKzOcYV_*aI#z-DvQM-l">
                                                   <field name="VAR" id="662+@SNN1=iL4}c|%OCB">Gewünschte Volladung der Batterie in %</field>
                                                   <value name="VALUE">
                                                     <block type="math_number" id="~rqaOR`YtTkL*2N]d]Pb">
                                                       <field name="NUM">100</field>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="schedule" id="PpHw,4;Y%c+B0c_2!yvm">
                                                       <field name="SCHEDULE">0 0-5,19-23 * * *</field>
                                                       <statement name="STATEMENT">
                                                         <block type="variables_set" id="+CObYKOl:duuBTJwO?fN">
                                                           <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                           <value name="VALUE">
                                                             <block type="time_get" id="{7CG2P6msM+sg=DI/Ib*">
                                                               <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                               <field name="OPTION">h</field>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="variables_set" id=";w9ec0563t3N?#;PR6lg">
                                                               <field name="VAR" id="2]{L:*:~P%K~o/VBmsiG">start1h</field>
                                                               <value name="VALUE">
                                                                 <block type="get_value" id="+edqU(uyzR7C!in:@y!m">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">0_userdata.0.Tibber.Bester_Preis.Start1h</field>
                                                                 </block>
                                                               </value>
                                                               <next>
                                                                 <block type="variables_set" id="}/(:p1v0{D5D)^a^_7eM">
                                                                   <field name="VAR" id="W81ft)h|Zh*R-R*?Fb?/">start2h</field>
                                                                   <value name="VALUE">
                                                                     <block type="get_value" id="_)S5(r}hvt!234ABX7Lj">
                                                                       <field name="ATTR">val</field>
                                                                       <field name="OID">0_userdata.0.Tibber.Bester_Preis.Start2h</field>
                                                                     </block>
                                                                   </value>
                                                                   <next>
                                                                     <block type="controls_if" id="V^C-W~Z]9ve.tu:OK[{b">
                                                                       <value name="IF0">
                                                                         <block type="logic_operation" id=",s,PDs0@SsAH+2PG[P2^" inline="false">
                                                                           <field name="OP">AND</field>
                                                                           <value name="A">
                                                                             <block type="logic_operation" id="[Em}#@0oLHmA_`E|F34W">
                                                                               <field name="OP">OR</field>
                                                                               <value name="A">
                                                                                 <block type="logic_compare" id="4,c|9~-qXY=toW32Ju)#">
                                                                                   <field name="OP">EQ</field>
                                                                                   <value name="A">
                                                                                     <block type="variables_get" id="b{gm}vW!jZgpF^){AEia">
                                                                                       <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="B">
                                                                                     <block type="variables_get" id="7(h*]j;D}wA9b^Oiq!66">
                                                                                       <field name="VAR" id="2]{L:*:~P%K~o/VBmsiG">start1h</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </value>
                                                                               <value name="B">
                                                                                 <block type="logic_compare" id="=NSBA(Vb)IIYp.vkf^;B">
                                                                                   <field name="OP">EQ</field>
                                                                                   <value name="A">
                                                                                     <block type="variables_get" id="N@`O)}08SBDD7T9fhJWo">
                                                                                       <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                                                     </block>
                                                                                   </value>
                                                                                   <value name="B">
                                                                                     <block type="variables_get" id=":AwViRZ{e7#a8N4Vw=r1">
                                                                                       <field name="VAR" id="W81ft)h|Zh*R-R*?Fb?/">start2h</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                           <value name="B">
                                                                             <block type="logic_negate" id="Q/R*]xz%tp{@9@qvYxJJ">
                                                                               <value name="BOOL">
                                                                                 <block type="get_value" id="wp[}xVYrx(%|;LlRFs,%">
                                                                                   <field name="ATTR">val</field>
                                                                                   <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <statement name="DO0">
                                                                         <block type="comment" id="?{,$;?Kz_31x-o=h1qXF">
                                                                           <field name="COMMENT">Hausspeicher aktueller User Soc Datenpunkt (diese Variable wird leider unten in der Ausführung nicht übernommen, daher muß man sie unten manuell eingeben)</field>
                                                                           <next>
                                                                             <block type="variables_set" id="!70`ha%X:wSKw!l4tfT0">
                                                                               <field name="VAR" id="-^A9hW=83#~9i72OlX=6">Hausspeicher_User_Soc_in%</field>
                                                                               <value name="VALUE">
                                                                                 <block type="get_value" id="M~|s)d7rGJAty~MxH`GT">
                                                                                   <field name="ATTR">val</field>
                                                                                   <field name="OID">sonnen.0.status.userSoc</field>
                                                                                 </block>
                                                                               </value>
                                                                               <next>
                                                                                 <block type="variables_set" id="aT316iyC~O^.QPGm#usj">
                                                                                   <field name="VAR" id="ML@$Lt_]|-r%{#NpcuTc">Gewünschte Volladung des Hausspeichers in Wh</field>
                                                                                   <value name="VALUE">
                                                                                     <block type="math_arithmetic" id="L,d!WkA(ZTF?rMk*gX|:">
                                                                                       <field name="OP">DIVIDE</field>
                                                                                       <value name="A">
                                                                                         <shadow type="math_number">
                                                                                           <field name="NUM">1</field>
                                                                                         </shadow>
                                                                                         <block type="math_arithmetic" id="Y?ptK9X2+dF|Q6oNZfa;">
                                                                                           <field name="OP">MULTIPLY</field>
                                                                                           <value name="A">
                                                                                             <shadow type="math_number">
                                                                                               <field name="NUM">1</field>
                                                                                             </shadow>
                                                                                             <block type="variables_get" id="Y[a`=E?0,0EU%,*`|@PL">
                                                                                               <field name="VAR" id="_o(A;@hO^Y!0l@!%+U[U">Groesse_Hausspeicher_in_Wh</field>
                                                                                             </block>
                                                                                           </value>
                                                                                           <value name="B">
                                                                                             <shadow type="math_number" id="D:Q_eDfS0$0eFkE.s~d9">
                                                                                               <field name="NUM">1</field>
                                                                                             </shadow>
                                                                                             <block type="variables_get" id="h+AE0hEXUMZzgS/(PqHw">
                                                                                               <field name="VAR" id="662+@SNN1=iL4}c|%OCB">Gewünschte Volladung der Batterie in %</field>
                                                                                             </block>
                                                                                           </value>
                                                                                         </block>
                                                                                       </value>
                                                                                       <value name="B">
                                                                                         <shadow type="math_number">
                                                                                           <field name="NUM">1</field>
                                                                                         </shadow>
                                                                                         <block type="math_number" id=".q-.W`ppE=W6~U,G[M{G">
                                                                                           <field name="NUM">100</field>
                                                                                         </block>
                                                                                       </value>
                                                                                     </block>
                                                                                   </value>
                                                                                   <next>
                                                                                     <block type="debug" id="}G,+oeAzYOWBp`(;iE/L">
                                                                                       <field name="Severity">log</field>
                                                                                       <value name="TEXT">
                                                                                         <shadow type="text">
                                                                                           <field name="TEXT">test</field>
                                                                                         </shadow>
                                                                                         <block type="variables_get" id="@ylEhTd*p|@Qpf9DO01~">
                                                                                           <field name="VAR" id="ML@$Lt_]|-r%{#NpcuTc">Gewünschte Volladung des Hausspeichers in Wh</field>
                                                                                         </block>
                                                                                       </value>
                                                                                       <next>
                                                                                         <block type="variables_set" id="QpSp*L2/obVl#BmPW=Im">
                                                                                           <field name="VAR" id="i.}R%W]BfZO,N3SI9H@(">Aktueller Inhalt des Hausspeichers in Wh</field>
                                                                                           <value name="VALUE">
                                                                                             <block type="math_arithmetic" id="4yEqQ!XOBu/CM1z55rZ+">
                                                                                               <field name="OP">DIVIDE</field>
                                                                                               <value name="A">
                                                                                                 <shadow type="math_number">
                                                                                                   <field name="NUM">1</field>
                                                                                                 </shadow>
                                                                                                 <block type="math_arithmetic" id="NOV4:y,hKM_4WGK+-L5a">
                                                                                                   <field name="OP">MULTIPLY</field>
                                                                                                   <value name="A">
                                                                                                     <shadow type="math_number">
                                                                                                       <field name="NUM">1</field>
                                                                                                     </shadow>
                                                                                                     <block type="variables_get" id="@@bf!^!!zG3ZazhhDi3N">
                                                                                                       <field name="VAR" id="_o(A;@hO^Y!0l@!%+U[U">Groesse_Hausspeicher_in_Wh</field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                   <value name="B">
                                                                                                     <shadow type="math_number">
                                                                                                       <field name="NUM">1</field>
                                                                                                     </shadow>
                                                                                                     <block type="variables_get" id="r8^7W*S+mf8?Y+^iCEu^">
                                                                                                       <field name="VAR" id="-^A9hW=83#~9i72OlX=6">Hausspeicher_User_Soc_in%</field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                 </block>
                                                                                               </value>
                                                                                               <value name="B">
                                                                                                 <shadow type="math_number">
                                                                                                   <field name="NUM">1</field>
                                                                                                 </shadow>
                                                                                                 <block type="math_number" id="z=X5B0F%iKCu_{K=nTtz">
                                                                                                   <field name="NUM">100</field>
                                                                                                 </block>
                                                                                               </value>
                                                                                             </block>
                                                                                           </value>
                                                                                           <next>
                                                                                             <block type="variables_set" id="GcnkwY=Av#fEW9`j_(LA">
                                                                                               <field name="VAR" id="8%;!XNXHU4)/mq1Q{26l">benoetigte_Wh_fuer_Vollladung</field>
                                                                                               <value name="VALUE">
                                                                                                 <block type="math_arithmetic" id="BC:,rAc!m7F!HG_H?a`.">
                                                                                                   <field name="OP">MINUS</field>
                                                                                                   <value name="A">
                                                                                                     <shadow type="math_number" id="ZEU-dcK#.OUwTR%xlpL!">
                                                                                                       <field name="NUM">1</field>
                                                                                                     </shadow>
                                                                                                     <block type="variables_get" id="znl~Q@O?I@#g8i;LBO3F">
                                                                                                       <field name="VAR" id="ML@$Lt_]|-r%{#NpcuTc">Gewünschte Volladung des Hausspeichers in Wh</field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                   <value name="B">
                                                                                                     <shadow type="math_number" id="`6.:,gs|}r;|)i=WOM)q">
                                                                                                       <field name="NUM">1</field>
                                                                                                     </shadow>
                                                                                                     <block type="variables_get" id=".aFs`RGDYOQiyNOnEq,s">
                                                                                                       <field name="VAR" id="i.}R%W]BfZO,N3SI9H@(">Aktueller Inhalt des Hausspeichers in Wh</field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                 </block>
                                                                                               </value>
                                                                                               <next>
                                                                                                 <block type="debug" id="U-5c]Rj@%|q4-iR)n$GK">
                                                                                                   <field name="Severity">log</field>
                                                                                                   <value name="TEXT">
                                                                                                     <shadow type="text" id="0/@w@_4bKtO[4-@JL/bx">
                                                                                                       <field name="TEXT">test</field>
                                                                                                     </shadow>
                                                                                                     <block type="variables_get" id="sQjcbO4t8x}*ph/08A42">
                                                                                                       <field name="VAR" id="8%;!XNXHU4)/mq1Q{26l">benoetigte_Wh_fuer_Vollladung</field>
                                                                                                     </block>
                                                                                                   </value>
                                                                                                   <next>
                                                                                                     <block type="controls_if" id="Dv{j+@Ao0zX4F,q.:#[=">
                                                                                                       <mutation elseif="1"></mutation>
                                                                                                       <value name="IF0">
                                                                                                         <block type="logic_compare" id="J4doY.kF$c~7WO6$@Zl]">
                                                                                                           <field name="OP">GTE</field>
                                                                                                           <value name="A">
                                                                                                             <block type="variables_get" id="gJz6kkTqUqfp]]%bVxmK">
                                                                                                               <field name="VAR" id="8%;!XNXHU4)/mq1Q{26l">benoetigte_Wh_fuer_Vollladung</field>
                                                                                                             </block>
                                                                                                           </value>
                                                                                                           <value name="B">
                                                                                                             <block type="variables_get" id="aigO*jWNOUWw.2d4z`y}">
                                                                                                               <field name="VAR" id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</field>
                                                                                                             </block>
                                                                                                           </value>
                                                                                                         </block>
                                                                                                       </value>
                                                                                                       <statement name="DO0">
                                                                                                         <block type="controls_if" id=")`YJ^)aGk6A+l]oCX9@g">
                                                                                                           <value name="IF0">
                                                                                                             <block type="logic_compare" id="1kL5O,FD^1AF~Ui^-?N%">
                                                                                                               <field name="OP">EQ</field>
                                                                                                               <value name="A">
                                                                                                                 <block type="variables_get" id="YTv05lus(j-!otQ,RA0l">
                                                                                                                   <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                                                                                 </block>
                                                                                                               </value>
                                                                                                               <value name="B">
                                                                                                                 <block type="variables_get" id="+nauxomT!BzcChx*43Gu">
                                                                                                                   <field name="VAR" id="W81ft)h|Zh*R-R*?Fb?/">start2h</field>
                                                                                                                 </block>
                                                                                                               </value>
                                                                                                             </block>
                                                                                                           </value>
                                                                                                           <statement name="DO0">
                                                                                                             <block type="update" id=")`oTB=*R-ng3gjG-q5ZH">
                                                                                                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                               <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                                                                               <field name="WITH_DELAY">FALSE</field>
                                                                                                               <value name="VALUE">
                                                                                                                 <block type="logic_boolean" id=",je=plC@|,)bhNC|FHQk">
                                                                                                                   <field name="BOOL">TRUE</field>
                                                                                                                 </block>
                                                                                                               </value>
                                                                                                             </block>
                                                                                                           </statement>
                                                                                                         </block>
                                                                                                       </statement>
                                                                                                       <value name="IF1">
                                                                                                         <block type="logic_compare" id="NS0?wW4pIbx9)fY,Xiqa">
                                                                                                           <field name="OP">EQ</field>
                                                                                                           <value name="A">
                                                                                                             <block type="variables_get" id="U?57`D)MS,~NwrLt[I5u">
                                                                                                               <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                                                                             </block>
                                                                                                           </value>
                                                                                                           <value name="B">
                                                                                                             <block type="variables_get" id="JMJ{duW8sv=nwo^:39h3">
                                                                                                               <field name="VAR" id="2]{L:*:~P%K~o/VBmsiG">start1h</field>
                                                                                                             </block>
                                                                                                           </value>
                                                                                                         </block>
                                                                                                       </value>
                                                                                                       <statement name="DO1">
                                                                                                         <block type="update" id="~_6S%,WZ][E^nlvlRJXE">
                                                                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                           <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                                                                           <field name="WITH_DELAY">FALSE</field>
                                                                                                           <value name="VALUE">
                                                                                                             <block type="logic_boolean" id="CpF%8d:6}p-SqTWpemF4">
                                                                                                               <field name="BOOL">TRUE</field>
                                                                                                             </block>
                                                                                                           </value>
                                                                                                         </block>
                                                                                                       </statement>
                                                                                                     </block>
                                                                                                   </next>
                                                                                                 </block>
                                                                                               </next>
                                                                                             </block>
                                                                                           </next>
                                                                                         </block>
                                                                                       </next>
                                                                                     </block>
                                                                                   </next>
                                                                                 </block>
                                                                               </next>
                                                                             </block>
                                                                           </next>
                                                                         </block>
                                                                       </statement>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </statement>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                        </xml>
                                        

                                        Das alles konnte ich allerdings nicht testen. Es können also noch Fehler enthalten sein.

                                        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                                        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                                        B 2 Antworten Letzte Antwort
                                        0
                                        • paul53P paul53

                                          @babl
                                          Das folgende Skript ermittelt die Startzeiten (Stunde der Uhrzeit) für bis zu einer Stunde Ladedauer und für mehr als einer Stunde Ladedauer (aufeinander folgend) unter Berücksichtigung eines maximalen Preises.

                                          const tibber = 'tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.'; 
                                          const idStart1 = '0_userdata.0.Tibber.Bester_Preis.Start1h';
                                          const idStart2 = '0_userdata.0.Tibber.Bester_Preis.Start2h';
                                          const maxPreis = 0.3;
                                          
                                          schedule('57 18 * * *', function() {
                                              const preise = [];
                                              for(let i = 19; i < 24; i++) {
                                                  let obj = {};
                                                  let idStart = tibber + 'PricesToday.' + i + '.startsAt';
                                                  let idPreis = tibber + 'PricesToday.' + i + '.total';
                                                  obj.start = new Date(getState(idStart).val).getHours();
                                                  obj.preis = getState(idPreis).val;
                                                  preise.push(obj);
                                              }
                                              for(let i = 0; i < 6; i++) {
                                                  let obj = {};
                                                  let idStart = tibber + 'PricesTomorrow.' + i + '.startsAt';
                                                  let idPreis = tibber + 'PricesTomorrow.' + i + '.total';
                                                  obj.start = new Date(getState(idStart).val).getHours();
                                                  obj.preis = getState(idPreis).val;
                                                  preise.push(obj);
                                              }
                                              let start1h = 12;
                                              let min = maxPreis;
                                              for(let i = 0; i < preise.length; i++) {
                                                  if(preise[i].preis < min) {
                                                      min = preise[i].preis;
                                                      start1h = preise[i].start;
                                                  }
                                              }
                                              let start2h = 12;
                                              let summe2 = 1.5 * maxPreis;
                                              for(let i = 0; i < preise.length - 1; i++) {
                                                  let summe = preise[i].preis + 0.5 * preise[i + 1].preis;
                                                  if(summe < summe2) {
                                                      summe2 = summe;
                                                      start2h = preise[i].start;
                                                  }
                                              }
                                              setState(idStart1, start1h, true); // Startstunde für bis 1 h laden
                                              setState(idStart2, start2h, true); // Startstunde für bis 2 h laden
                                          });
                                          

                                          Das angepasste Blockly steuert abhängig von der Startstunde die Ladung.

                                          <xml xmlns="https://developers.google.com/blockly/xml">
                                           <variables>
                                             <variable id="_o(A;@hO^Y!0l@!%+U[U">Groesse_Hausspeicher_in_Wh</variable>
                                             <variable id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</variable>
                                             <variable id="tUKE0PX3K5)VD=YNcLvD">userSoc</variable>
                                             <variable id="662+@SNN1=iL4}c|%OCB">Gewünschte Volladung der Batterie in %</variable>
                                             <variable id="7%%2=ua6TF*_3*n=+KFP">ladung</variable>
                                             <variable id="i!o.-Ha)p18KJmC7sy:z">stunde</variable>
                                             <variable id="2]{L:*:~P%K~o/VBmsiG">start1h</variable>
                                             <variable id="W81ft)h|Zh*R-R*?Fb?/">start2h</variable>
                                             <variable id="-^A9hW=83#~9i72OlX=6">Hausspeicher_User_Soc_in%</variable>
                                             <variable id="ML@$Lt_]|-r%{#NpcuTc">Gewünschte Volladung des Hausspeichers in Wh</variable>
                                             <variable id="i.}R%W]BfZO,N3SI9H@(">Aktueller Inhalt des Hausspeichers in Wh</variable>
                                             <variable id="8%;!XNXHU4)/mq1Q{26l">benoetigte_Wh_fuer_Vollladung</variable>
                                           </variables>
                                           <block type="on_ext" id="!:S,u%F%,D|^qI+fx8+7" x="913" y="-62">
                                             <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="`}o+tiQuWh+V$coUrcqd">
                                                 <field name="oid">default</field>
                                               </shadow>
                                               <block type="text" id="u6A}Mf}c?SsdQ$-NSY|Q">
                                                 <field name="TEXT">sonnen.0.status.userSoc</field>
                                               </block>
                                             </value>
                                             <statement name="STATEMENT">
                                               <block type="controls_if" id="2i;.un?=k!HN(E#9_S}{">
                                                 <value name="IF0">
                                                   <block type="get_value" id="_[9Nyawe!,B~3YiY`6B*">
                                                     <field name="ATTR">val</field>
                                                     <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                   </block>
                                                 </value>
                                                 <statement name="DO0">
                                                   <block type="variables_set" id=",ve{v3}#7O$OVB;qf4b3">
                                                     <field name="VAR" id="tUKE0PX3K5)VD=YNcLvD">userSoc</field>
                                                     <value name="VALUE">
                                                       <block type="on_source" id="=Nyl81_dezLL_9N^QooF">
                                                         <field name="ATTR">state.val</field>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="controls_if" id="S[wO/T])mRy4l-TM9G~]">
                                                         <mutation else="1"></mutation>
                                                         <value name="IF0">
                                                           <block type="logic_compare" id="2f4p(u=}(=K%7M%4r^T,">
                                                             <field name="OP">LT</field>
                                                             <value name="A">
                                                               <block type="variables_get" id="Q)@yXE3VuEJmeqc!iI]3">
                                                                 <field name="VAR" id="tUKE0PX3K5)VD=YNcLvD">userSoc</field>
                                                               </block>
                                                             </value>
                                                             <value name="B">
                                                               <block type="variables_get" id="zR1p/~~]}.J]ql^Q9C.j">
                                                                 <field name="VAR" id="662+@SNN1=iL4}c|%OCB">Gewünschte Volladung der Batterie in %</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                         <statement name="DO0">
                                                           <block type="controls_if" id="qb(ZsyG;/ctpEs%AgIhu">
                                                             <mutation else="1"></mutation>
                                                             <value name="IF0">
                                                               <block type="logic_operation" id="WR,do8bkYb4;$b0d0ZRz" inline="false">
                                                                 <field name="OP">OR</field>
                                                                 <value name="A">
                                                                   <block type="logic_compare" id="+)8PQPUGZ:f^FSo.X8XH">
                                                                     <field name="OP">LT</field>
                                                                     <value name="A">
                                                                       <block type="variables_get" id="H.`T3QRHnKeW8/r[|Z_X">
                                                                         <field name="VAR" id="tUKE0PX3K5)VD=YNcLvD">userSoc</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="B">
                                                                       <block type="math_number" id="]M3DjmiXpy??;HfY3IRA">
                                                                         <field name="NUM">5</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="B">
                                                                   <block type="logic_compare" id="#hzl#oPN@kR$Vml(Mb=-">
                                                                     <field name="OP">GT</field>
                                                                     <value name="A">
                                                                       <block type="variables_get" id="`@hXr^ZK`egjbYkULC%E">
                                                                         <field name="VAR" id="tUKE0PX3K5)VD=YNcLvD">userSoc</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="B">
                                                                       <block type="math_number" id="CZTTbH4U%.tnZndUo?)-">
                                                                         <field name="NUM">95</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <statement name="DO0">
                                                               <block type="variables_set" id="i?5`%cy!H,*)mre5DN,g">
                                                                 <field name="VAR" id="7%%2=ua6TF*_3*n=+KFP">ladung</field>
                                                                 <value name="VALUE">
                                                                   <block type="math_arithmetic" id="0R*gz0*U~M)o$]a@aH3^">
                                                                     <field name="OP">DIVIDE</field>
                                                                     <value name="A">
                                                                       <shadow type="math_number">
                                                                         <field name="NUM">1</field>
                                                                       </shadow>
                                                                       <block type="variables_get" id="NRSK%SF9*$IrZJK5O+?W">
                                                                         <field name="VAR" id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="B">
                                                                       <shadow type="math_number">
                                                                         <field name="NUM">1</field>
                                                                       </shadow>
                                                                       <block type="math_number" id=":Yi=O@m`xRWa=P-q=xW)">
                                                                         <field name="NUM">2</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </statement>
                                                             <statement name="ELSE">
                                                               <block type="variables_set" id="bRNS:q59Ud-z?;Z?q:6|">
                                                                 <field name="VAR" id="7%%2=ua6TF*_3*n=+KFP">ladung</field>
                                                                 <value name="VALUE">
                                                                   <block type="variables_get" id="T79bP^WCXStAdTBj{KVH">
                                                                     <field name="VAR" id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </statement>
                                                           </block>
                                                         </statement>
                                                         <statement name="ELSE">
                                                           <block type="update" id="d3zagXK[uKqXL~AVHIl+">
                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                             <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                             <field name="WITH_DELAY">FALSE</field>
                                                             <value name="VALUE">
                                                               <block type="logic_boolean" id="HqS~dS}s![:3!na`{LE|">
                                                                 <field name="BOOL">FALSE</field>
                                                               </block>
                                                             </value>
                                                             <next>
                                                               <block type="variables_set" id="$grJ9zwL;,f|c:%(i4iO">
                                                                 <field name="VAR" id="7%%2=ua6TF*_3*n=+KFP">ladung</field>
                                                                 <value name="VALUE">
                                                                   <block type="math_number" id="54W^ln.jYu|z27??![pW">
                                                                     <field name="NUM">0</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </statement>
                                               </block>
                                             </statement>
                                             <next>
                                               <block type="schedule" id="HswSC2x#x@q*V16btQTB">
                                                 <field name="SCHEDULE">*/8 * * * * *</field>
                                                 <statement name="STATEMENT">
                                                   <block type="control" id="{Vq?}rT:I^wT${3(H3+.">
                                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                     <field name="OID">sonnen.0.control.charge</field>
                                                     <field name="WITH_DELAY">FALSE</field>
                                                     <value name="VALUE">
                                                       <block type="variables_get" id="n7~aIw=1}rs5#-lK+@V3">
                                                         <field name="VAR" id="7%%2=ua6TF*_3*n=+KFP">ladung</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </statement>
                                               </block>
                                             </next>
                                           </block>
                                           <block type="variables_set" id="MZP??-@GgCQ0uW}:EOVg" x="87" y="194">
                                             <field name="VAR" id="_o(A;@hO^Y!0l@!%+U[U">Groesse_Hausspeicher_in_Wh</field>
                                             <value name="VALUE">
                                               <block type="math_number" id="o8-buWU0G_HoI4}4;evH">
                                                 <field name="NUM">5000</field>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="variables_set" id="(S#.kljR#zd~`f9RB(yq">
                                                 <field name="VAR" id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</field>
                                                 <value name="VALUE">
                                                   <block type="math_number" id="Zu?;iFSO1mu1EKv/TXIl">
                                                     <field name="NUM">3000</field>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="variables_set" id="GKzOcYV_*aI#z-DvQM-l">
                                                     <field name="VAR" id="662+@SNN1=iL4}c|%OCB">Gewünschte Volladung der Batterie in %</field>
                                                     <value name="VALUE">
                                                       <block type="math_number" id="~rqaOR`YtTkL*2N]d]Pb">
                                                         <field name="NUM">100</field>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="schedule" id="PpHw,4;Y%c+B0c_2!yvm">
                                                         <field name="SCHEDULE">0 0-5,19-23 * * *</field>
                                                         <statement name="STATEMENT">
                                                           <block type="variables_set" id="+CObYKOl:duuBTJwO?fN">
                                                             <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                             <value name="VALUE">
                                                               <block type="time_get" id="{7CG2P6msM+sg=DI/Ib*">
                                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                                 <field name="OPTION">h</field>
                                                               </block>
                                                             </value>
                                                             <next>
                                                               <block type="variables_set" id=";w9ec0563t3N?#;PR6lg">
                                                                 <field name="VAR" id="2]{L:*:~P%K~o/VBmsiG">start1h</field>
                                                                 <value name="VALUE">
                                                                   <block type="get_value" id="+edqU(uyzR7C!in:@y!m">
                                                                     <field name="ATTR">val</field>
                                                                     <field name="OID">0_userdata.0.Tibber.Bester_Preis.Start1h</field>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="variables_set" id="}/(:p1v0{D5D)^a^_7eM">
                                                                     <field name="VAR" id="W81ft)h|Zh*R-R*?Fb?/">start2h</field>
                                                                     <value name="VALUE">
                                                                       <block type="get_value" id="_)S5(r}hvt!234ABX7Lj">
                                                                         <field name="ATTR">val</field>
                                                                         <field name="OID">0_userdata.0.Tibber.Bester_Preis.Start2h</field>
                                                                       </block>
                                                                     </value>
                                                                     <next>
                                                                       <block type="controls_if" id="V^C-W~Z]9ve.tu:OK[{b">
                                                                         <value name="IF0">
                                                                           <block type="logic_operation" id=",s,PDs0@SsAH+2PG[P2^" inline="false">
                                                                             <field name="OP">AND</field>
                                                                             <value name="A">
                                                                               <block type="logic_operation" id="[Em}#@0oLHmA_`E|F34W">
                                                                                 <field name="OP">OR</field>
                                                                                 <value name="A">
                                                                                   <block type="logic_compare" id="4,c|9~-qXY=toW32Ju)#">
                                                                                     <field name="OP">EQ</field>
                                                                                     <value name="A">
                                                                                       <block type="variables_get" id="b{gm}vW!jZgpF^){AEia">
                                                                                         <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                                                       </block>
                                                                                     </value>
                                                                                     <value name="B">
                                                                                       <block type="variables_get" id="7(h*]j;D}wA9b^Oiq!66">
                                                                                         <field name="VAR" id="2]{L:*:~P%K~o/VBmsiG">start1h</field>
                                                                                       </block>
                                                                                     </value>
                                                                                   </block>
                                                                                 </value>
                                                                                 <value name="B">
                                                                                   <block type="logic_compare" id="=NSBA(Vb)IIYp.vkf^;B">
                                                                                     <field name="OP">EQ</field>
                                                                                     <value name="A">
                                                                                       <block type="variables_get" id="N@`O)}08SBDD7T9fhJWo">
                                                                                         <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                                                       </block>
                                                                                     </value>
                                                                                     <value name="B">
                                                                                       <block type="variables_get" id=":AwViRZ{e7#a8N4Vw=r1">
                                                                                         <field name="VAR" id="W81ft)h|Zh*R-R*?Fb?/">start2h</field>
                                                                                       </block>
                                                                                     </value>
                                                                                   </block>
                                                                                 </value>
                                                                               </block>
                                                                             </value>
                                                                             <value name="B">
                                                                               <block type="logic_negate" id="Q/R*]xz%tp{@9@qvYxJJ">
                                                                                 <value name="BOOL">
                                                                                   <block type="get_value" id="wp[}xVYrx(%|;LlRFs,%">
                                                                                     <field name="ATTR">val</field>
                                                                                     <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                                                   </block>
                                                                                 </value>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </value>
                                                                         <statement name="DO0">
                                                                           <block type="comment" id="?{,$;?Kz_31x-o=h1qXF">
                                                                             <field name="COMMENT">Hausspeicher aktueller User Soc Datenpunkt (diese Variable wird leider unten in der Ausführung nicht übernommen, daher muß man sie unten manuell eingeben)</field>
                                                                             <next>
                                                                               <block type="variables_set" id="!70`ha%X:wSKw!l4tfT0">
                                                                                 <field name="VAR" id="-^A9hW=83#~9i72OlX=6">Hausspeicher_User_Soc_in%</field>
                                                                                 <value name="VALUE">
                                                                                   <block type="get_value" id="M~|s)d7rGJAty~MxH`GT">
                                                                                     <field name="ATTR">val</field>
                                                                                     <field name="OID">sonnen.0.status.userSoc</field>
                                                                                   </block>
                                                                                 </value>
                                                                                 <next>
                                                                                   <block type="variables_set" id="aT316iyC~O^.QPGm#usj">
                                                                                     <field name="VAR" id="ML@$Lt_]|-r%{#NpcuTc">Gewünschte Volladung des Hausspeichers in Wh</field>
                                                                                     <value name="VALUE">
                                                                                       <block type="math_arithmetic" id="L,d!WkA(ZTF?rMk*gX|:">
                                                                                         <field name="OP">DIVIDE</field>
                                                                                         <value name="A">
                                                                                           <shadow type="math_number">
                                                                                             <field name="NUM">1</field>
                                                                                           </shadow>
                                                                                           <block type="math_arithmetic" id="Y?ptK9X2+dF|Q6oNZfa;">
                                                                                             <field name="OP">MULTIPLY</field>
                                                                                             <value name="A">
                                                                                               <shadow type="math_number">
                                                                                                 <field name="NUM">1</field>
                                                                                               </shadow>
                                                                                               <block type="variables_get" id="Y[a`=E?0,0EU%,*`|@PL">
                                                                                                 <field name="VAR" id="_o(A;@hO^Y!0l@!%+U[U">Groesse_Hausspeicher_in_Wh</field>
                                                                                               </block>
                                                                                             </value>
                                                                                             <value name="B">
                                                                                               <shadow type="math_number" id="D:Q_eDfS0$0eFkE.s~d9">
                                                                                                 <field name="NUM">1</field>
                                                                                               </shadow>
                                                                                               <block type="variables_get" id="h+AE0hEXUMZzgS/(PqHw">
                                                                                                 <field name="VAR" id="662+@SNN1=iL4}c|%OCB">Gewünschte Volladung der Batterie in %</field>
                                                                                               </block>
                                                                                             </value>
                                                                                           </block>
                                                                                         </value>
                                                                                         <value name="B">
                                                                                           <shadow type="math_number">
                                                                                             <field name="NUM">1</field>
                                                                                           </shadow>
                                                                                           <block type="math_number" id=".q-.W`ppE=W6~U,G[M{G">
                                                                                             <field name="NUM">100</field>
                                                                                           </block>
                                                                                         </value>
                                                                                       </block>
                                                                                     </value>
                                                                                     <next>
                                                                                       <block type="debug" id="}G,+oeAzYOWBp`(;iE/L">
                                                                                         <field name="Severity">log</field>
                                                                                         <value name="TEXT">
                                                                                           <shadow type="text">
                                                                                             <field name="TEXT">test</field>
                                                                                           </shadow>
                                                                                           <block type="variables_get" id="@ylEhTd*p|@Qpf9DO01~">
                                                                                             <field name="VAR" id="ML@$Lt_]|-r%{#NpcuTc">Gewünschte Volladung des Hausspeichers in Wh</field>
                                                                                           </block>
                                                                                         </value>
                                                                                         <next>
                                                                                           <block type="variables_set" id="QpSp*L2/obVl#BmPW=Im">
                                                                                             <field name="VAR" id="i.}R%W]BfZO,N3SI9H@(">Aktueller Inhalt des Hausspeichers in Wh</field>
                                                                                             <value name="VALUE">
                                                                                               <block type="math_arithmetic" id="4yEqQ!XOBu/CM1z55rZ+">
                                                                                                 <field name="OP">DIVIDE</field>
                                                                                                 <value name="A">
                                                                                                   <shadow type="math_number">
                                                                                                     <field name="NUM">1</field>
                                                                                                   </shadow>
                                                                                                   <block type="math_arithmetic" id="NOV4:y,hKM_4WGK+-L5a">
                                                                                                     <field name="OP">MULTIPLY</field>
                                                                                                     <value name="A">
                                                                                                       <shadow type="math_number">
                                                                                                         <field name="NUM">1</field>
                                                                                                       </shadow>
                                                                                                       <block type="variables_get" id="@@bf!^!!zG3ZazhhDi3N">
                                                                                                         <field name="VAR" id="_o(A;@hO^Y!0l@!%+U[U">Groesse_Hausspeicher_in_Wh</field>
                                                                                                       </block>
                                                                                                     </value>
                                                                                                     <value name="B">
                                                                                                       <shadow type="math_number">
                                                                                                         <field name="NUM">1</field>
                                                                                                       </shadow>
                                                                                                       <block type="variables_get" id="r8^7W*S+mf8?Y+^iCEu^">
                                                                                                         <field name="VAR" id="-^A9hW=83#~9i72OlX=6">Hausspeicher_User_Soc_in%</field>
                                                                                                       </block>
                                                                                                     </value>
                                                                                                   </block>
                                                                                                 </value>
                                                                                                 <value name="B">
                                                                                                   <shadow type="math_number">
                                                                                                     <field name="NUM">1</field>
                                                                                                   </shadow>
                                                                                                   <block type="math_number" id="z=X5B0F%iKCu_{K=nTtz">
                                                                                                     <field name="NUM">100</field>
                                                                                                   </block>
                                                                                                 </value>
                                                                                               </block>
                                                                                             </value>
                                                                                             <next>
                                                                                               <block type="variables_set" id="GcnkwY=Av#fEW9`j_(LA">
                                                                                                 <field name="VAR" id="8%;!XNXHU4)/mq1Q{26l">benoetigte_Wh_fuer_Vollladung</field>
                                                                                                 <value name="VALUE">
                                                                                                   <block type="math_arithmetic" id="BC:,rAc!m7F!HG_H?a`.">
                                                                                                     <field name="OP">MINUS</field>
                                                                                                     <value name="A">
                                                                                                       <shadow type="math_number" id="ZEU-dcK#.OUwTR%xlpL!">
                                                                                                         <field name="NUM">1</field>
                                                                                                       </shadow>
                                                                                                       <block type="variables_get" id="znl~Q@O?I@#g8i;LBO3F">
                                                                                                         <field name="VAR" id="ML@$Lt_]|-r%{#NpcuTc">Gewünschte Volladung des Hausspeichers in Wh</field>
                                                                                                       </block>
                                                                                                     </value>
                                                                                                     <value name="B">
                                                                                                       <shadow type="math_number" id="`6.:,gs|}r;|)i=WOM)q">
                                                                                                         <field name="NUM">1</field>
                                                                                                       </shadow>
                                                                                                       <block type="variables_get" id=".aFs`RGDYOQiyNOnEq,s">
                                                                                                         <field name="VAR" id="i.}R%W]BfZO,N3SI9H@(">Aktueller Inhalt des Hausspeichers in Wh</field>
                                                                                                       </block>
                                                                                                     </value>
                                                                                                   </block>
                                                                                                 </value>
                                                                                                 <next>
                                                                                                   <block type="debug" id="U-5c]Rj@%|q4-iR)n$GK">
                                                                                                     <field name="Severity">log</field>
                                                                                                     <value name="TEXT">
                                                                                                       <shadow type="text" id="0/@w@_4bKtO[4-@JL/bx">
                                                                                                         <field name="TEXT">test</field>
                                                                                                       </shadow>
                                                                                                       <block type="variables_get" id="sQjcbO4t8x}*ph/08A42">
                                                                                                         <field name="VAR" id="8%;!XNXHU4)/mq1Q{26l">benoetigte_Wh_fuer_Vollladung</field>
                                                                                                       </block>
                                                                                                     </value>
                                                                                                     <next>
                                                                                                       <block type="controls_if" id="Dv{j+@Ao0zX4F,q.:#[=">
                                                                                                         <mutation elseif="1"></mutation>
                                                                                                         <value name="IF0">
                                                                                                           <block type="logic_compare" id="J4doY.kF$c~7WO6$@Zl]">
                                                                                                             <field name="OP">GTE</field>
                                                                                                             <value name="A">
                                                                                                               <block type="variables_get" id="gJz6kkTqUqfp]]%bVxmK">
                                                                                                                 <field name="VAR" id="8%;!XNXHU4)/mq1Q{26l">benoetigte_Wh_fuer_Vollladung</field>
                                                                                                               </block>
                                                                                                             </value>
                                                                                                             <value name="B">
                                                                                                               <block type="variables_get" id="aigO*jWNOUWw.2d4z`y}">
                                                                                                                 <field name="VAR" id="p*yERo]2-$0,t=p+lkg8">Beladeleistung_Hausspeicher_in_Watt</field>
                                                                                                               </block>
                                                                                                             </value>
                                                                                                           </block>
                                                                                                         </value>
                                                                                                         <statement name="DO0">
                                                                                                           <block type="controls_if" id=")`YJ^)aGk6A+l]oCX9@g">
                                                                                                             <value name="IF0">
                                                                                                               <block type="logic_compare" id="1kL5O,FD^1AF~Ui^-?N%">
                                                                                                                 <field name="OP">EQ</field>
                                                                                                                 <value name="A">
                                                                                                                   <block type="variables_get" id="YTv05lus(j-!otQ,RA0l">
                                                                                                                     <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                                                                                   </block>
                                                                                                                 </value>
                                                                                                                 <value name="B">
                                                                                                                   <block type="variables_get" id="+nauxomT!BzcChx*43Gu">
                                                                                                                     <field name="VAR" id="W81ft)h|Zh*R-R*?Fb?/">start2h</field>
                                                                                                                   </block>
                                                                                                                 </value>
                                                                                                               </block>
                                                                                                             </value>
                                                                                                             <statement name="DO0">
                                                                                                               <block type="update" id=")`oTB=*R-ng3gjG-q5ZH">
                                                                                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                 <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                                                                                 <field name="WITH_DELAY">FALSE</field>
                                                                                                                 <value name="VALUE">
                                                                                                                   <block type="logic_boolean" id=",je=plC@|,)bhNC|FHQk">
                                                                                                                     <field name="BOOL">TRUE</field>
                                                                                                                   </block>
                                                                                                                 </value>
                                                                                                               </block>
                                                                                                             </statement>
                                                                                                           </block>
                                                                                                         </statement>
                                                                                                         <value name="IF1">
                                                                                                           <block type="logic_compare" id="NS0?wW4pIbx9)fY,Xiqa">
                                                                                                             <field name="OP">EQ</field>
                                                                                                             <value name="A">
                                                                                                               <block type="variables_get" id="U?57`D)MS,~NwrLt[I5u">
                                                                                                                 <field name="VAR" id="i!o.-Ha)p18KJmC7sy:z">stunde</field>
                                                                                                               </block>
                                                                                                             </value>
                                                                                                             <value name="B">
                                                                                                               <block type="variables_get" id="JMJ{duW8sv=nwo^:39h3">
                                                                                                                 <field name="VAR" id="2]{L:*:~P%K~o/VBmsiG">start1h</field>
                                                                                                               </block>
                                                                                                             </value>
                                                                                                           </block>
                                                                                                         </value>
                                                                                                         <statement name="DO1">
                                                                                                           <block type="update" id="~_6S%,WZ][E^nlvlRJXE">
                                                                                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                             <field name="OID">0_userdata.0.SB_10_manuell_laden</field>
                                                                                                             <field name="WITH_DELAY">FALSE</field>
                                                                                                             <value name="VALUE">
                                                                                                               <block type="logic_boolean" id="CpF%8d:6}p-SqTWpemF4">
                                                                                                                 <field name="BOOL">TRUE</field>
                                                                                                               </block>
                                                                                                             </value>
                                                                                                           </block>
                                                                                                         </statement>
                                                                                                       </block>
                                                                                                     </next>
                                                                                                   </block>
                                                                                                 </next>
                                                                                               </block>
                                                                                             </next>
                                                                                           </block>
                                                                                         </next>
                                                                                       </block>
                                                                                     </next>
                                                                                   </block>
                                                                                 </next>
                                                                               </block>
                                                                             </next>
                                                                           </block>
                                                                         </statement>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                          </xml>
                                          

                                          Das alles konnte ich allerdings nicht testen. Es können also noch Fehler enthalten sein.

                                          B Offline
                                          B Offline
                                          babl
                                          schrieb am zuletzt editiert von
                                          #27

                                          @paul53 ich danke dir für das Script, doch ich gebe nicht so schnell auf.

                                          Hier nun mein Vorschlag, ich würde dich bitten dies dir durchzusehen ob du damit einverstanden sein kannst oder was noch besser gemacht werden könnte, nur so lernt man es.

                                          1. Script dies erstellt die Liste nach Sortierung und schreibt sie in einen Datenpunkt als Array. (Script ist sowieso von dir)
                                          const tibber = 'tibberconnect.0.Homes.ef9611f1-6e89-47ae-8966-ce359e21b819.'; // Anpassen!
                                          
                                          const idSort = '0_userdata.0.Tibber.Bester_Preis.Tibber_Bester_Preis'; // DP-Typ: "array"
                                          
                                           
                                          
                                          function sortPreis(a, b) {
                                          
                                              return a.preis - b.preis;
                                          
                                          }
                                          
                                           
                                          
                                          schedule('57 18 * * *', function() {
                                          
                                              const preise = [];
                                          
                                              for(let i = 19; i < 24; i++) {
                                          
                                                  let obj = {};
                                          
                                                  let idStart = tibber + 'PricesToday.' + i + '.startsAt';
                                          
                                                  let idPreis = tibber + 'PricesToday.' + i + '.total';
                                          
                                                  obj.start = new Date(getState(idStart).val).getHours();
                                          
                                                  obj.preis = getState(idPreis).val;
                                          
                                                  preise.push(obj);
                                          
                                              }
                                              for(let i = 0; i < 6; i++) {
                                          
                                                  let obj = {};
                                          
                                                  let idStart = tibber + 'PricesTomorrow.' + i + '.startsAt';
                                          
                                                  let idPreis = tibber + 'PricesTomorrow.' + i + '.total';
                                          
                                                  obj.start = new Date(getState(idStart).val).getHours();
                                          
                                                  obj.preis = getState(idPreis).val;
                                          
                                                  preise.push(obj);
                                          
                                              }
                                              preise.sort(sortPreis);
                                          
                                              setState(idSort, preise, true);
                                          
                                          });
                                          
                                          1. Script läd aus diesem Array die aufgeschlüsselten Preise und Uhrzeiten heraus nach Sortierung. Also Billigster Preis ist 0 usw. Hier müssen Ordner erstellt werden mit je 2 Datenpunkte als Nummer 1mal Als Beschreibung Uhrzeit und 1 mal als Beschreibung Preis.
                                          <xml xmlns="https://developers.google.com/blockly/xml">
                                            <variables>
                                              <variable id="K(-Do$/%qq.3:uuMW(mO">100</variable>
                                              <variable id="T0C|e_iyDzVNTT#.cr|Q">0</variable>
                                              <variable id="?}?K(VcpoL%Ym#A!twK4">result</variable>
                                            </variables>
                                            <block type="on" id="U^4ser/A.u~1BI|SC*yA" x="-387" y="-237">
                                              <field name="OID">0_userdata.0.Tibber.Bester_Preis.Tibber_Bester_Preis</field>
                                              <field name="CONDITION">any</field>
                                              <field name="ACK_CONDITION"></field>
                                              <statement name="STATEMENT">
                                                <block type="timeouts_wait" id="vm)?nG0?5#k:sloY%gL,">
                                                  <field name="DELAY">5</field>
                                                  <field name="UNIT">sec</field>
                                                  <next>
                                                    <block type="variables_set" id="Al$@}qOAKZ,LIXa~{nN?">
                                                      <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                      <value name="VALUE">
                                                        <block type="math_number" id="A{1Q~3J[L^-T`HSO)q[(">
                                                          <field name="NUM">0</field>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="variables_set" id="{D?U7(?.qg1[]yAP=q[:">
                                                          <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                          <value name="VALUE">
                                                            <block type="math_number" id="C%9evA_V}*d}%J7%%XFT">
                                                              <field name="NUM">0</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="variables_set" id="x;P=;(;15/Y6?muBc;O2">
                                                              <field name="VAR" id="?}?K(VcpoL%Ym#A!twK4">result</field>
                                                              <value name="VALUE">
                                                                <block type="convert_object2json" id="m2AZ#H~a//`@h%Z,?MIP">
                                                                  <field name="PRETTIFY">TRUE</field>
                                                                  <value name="VALUE">
                                                                    <block type="get_value" id="c0i8z=dH#h^4!AyN|@F6">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">0_userdata.0.Tibber.Bester_Preis.Tibber_Bester_Preis</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="procedures_callnoreturn" id="B~-[:|-,:xDeD;nO=JHs">
                                                                  <mutation name="berechnung"></mutation>
                                                                  <next>
                                                                    <block type="update" id="_G;(k8|7k0md#C%Z.9`^">
                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                      <field name="OID">0_userdata.0.Tibber.Bester_Preis.0.Uhrzeit</field>
                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                      <value name="VALUE">
                                                                        <block type="convert_tonumber" id="FTU}.-5n*rcZHb07}rI~">
                                                                          <value name="VALUE">
                                                                            <block type="variables_get" id="rw1HaX00l)D`PFWCDkaM">
                                                                              <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                      <next>
                                                                        <block type="update" id=":7vggz4G)}3Pzvr]^jGP">
                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                          <field name="OID">0_userdata.0.Tibber.Bester_Preis.0.Preis</field>
                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                          <value name="VALUE">
                                                                            <block type="convert_tonumber" id="5/(};HGK8ux4D{Xu=h./">
                                                                              <value name="VALUE">
                                                                                <block type="variables_get" id="_cgR9I,cyL_otBDM0Da#">
                                                                                  <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                </block>
                                                                              </value>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="math_change" id="^x7KRl;_C6G1c*m6bbc-">
                                                                              <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                              <value name="DELTA">
                                                                                <shadow type="math_number" id="SgtllF9[vj4b#?z$|l}{">
                                                                                  <field name="NUM">1</field>
                                                                                </shadow>
                                                                                <block type="math_number" id="[Q^HA}XdjF^W^FUmYuCZ">
                                                                                  <field name="NUM">1</field>
                                                                                </block>
                                                                              </value>
                                                                              <next>
                                                                                <block type="math_change" id="3@jhWn;d66~(Cm=f6O;z">
                                                                                  <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                  <value name="DELTA">
                                                                                    <shadow type="math_number">
                                                                                      <field name="NUM">1</field>
                                                                                    </shadow>
                                                                                    <block type="math_number" id="D,i5:/:~#6-:uGMr)JY:">
                                                                                      <field name="NUM">1</field>
                                                                                    </block>
                                                                                  </value>
                                                                                  <next>
                                                                                    <block type="procedures_callnoreturn" id="@.Un+MpeN4n@OV7?%^;W">
                                                                                      <mutation name="berechnung"></mutation>
                                                                                      <next>
                                                                                        <block type="update" id="=Rw^.5Z6Ug|MKL*%~KBZ">
                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                          <field name="OID">0_userdata.0.Tibber.Bester_Preis.1.Uhrzeit</field>
                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="convert_tonumber" id="2|h%C[.lz@gwZE`{6^qg">
                                                                                              <value name="VALUE">
                                                                                                <block type="variables_get" id="_?g_G;]d^67GHpw3ub@[">
                                                                                                  <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                </block>
                                                                                              </value>
                                                                                            </block>
                                                                                          </value>
                                                                                          <next>
                                                                                            <block type="update" id="uNiid^?;#vOI003B_/fq">
                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                              <field name="OID">0_userdata.0.Tibber.Bester_Preis.1.Preis</field>
                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                              <value name="VALUE">
                                                                                                <block type="convert_tonumber" id="H;:o2y0()ww+8=RCp+T_">
                                                                                                  <value name="VALUE">
                                                                                                    <block type="variables_get" id="4C*qw@#t=^I/i5:v}=Ar">
                                                                                                      <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </value>
                                                                                              <next>
                                                                                                <block type="math_change" id="v{VuNDgvyXrVNcl9NMe#">
                                                                                                  <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                  <value name="DELTA">
                                                                                                    <shadow type="math_number">
                                                                                                      <field name="NUM">1</field>
                                                                                                    </shadow>
                                                                                                    <block type="math_number" id="()jaFG_|9Rt^I6qa((4]">
                                                                                                      <field name="NUM">2</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <next>
                                                                                                    <block type="math_change" id="-W.RhLJC5jyapNtq5*Hc">
                                                                                                      <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                      <value name="DELTA">
                                                                                                        <shadow type="math_number">
                                                                                                          <field name="NUM">1</field>
                                                                                                        </shadow>
                                                                                                        <block type="math_number" id="66xM{oArQ*BwU4RC=Th7">
                                                                                                          <field name="NUM">2</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                      <next>
                                                                                                        <block type="procedures_callnoreturn" id=":p79FAs~qmAKRwtKHVll">
                                                                                                          <mutation name="berechnung"></mutation>
                                                                                                          <next>
                                                                                                            <block type="update" id="MowHnZIs,W1PsC/0CM+D">
                                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                              <field name="OID">0_userdata.0.Tibber.Bester_Preis.2.Uhrzeit</field>
                                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                                              <value name="VALUE">
                                                                                                                <block type="convert_tonumber" id="0lma^Z9G9T*/3M3~US4e">
                                                                                                                  <value name="VALUE">
                                                                                                                    <block type="variables_get" id="~2~q9mDKmM=U_AvXRTX%">
                                                                                                                      <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                                    </block>
                                                                                                                  </value>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                              <next>
                                                                                                                <block type="update" id="a;)_(OQKce#@9}Op6q==">
                                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                  <field name="OID">0_userdata.0.Tibber.Bester_Preis.2.Preis</field>
                                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                                  <value name="VALUE">
                                                                                                                    <block type="convert_tonumber" id="zta~P(yNy}T=);PZlS2]">
                                                                                                                      <value name="VALUE">
                                                                                                                        <block type="variables_get" id="i~fBbugvj9+%j{sk3cQe">
                                                                                                                          <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                                        </block>
                                                                                                                      </value>
                                                                                                                    </block>
                                                                                                                  </value>
                                                                                                                  <next>
                                                                                                                    <block type="math_change" id="K2w%_-~e,xI`R5][R/c1">
                                                                                                                      <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                                      <value name="DELTA">
                                                                                                                        <shadow type="math_number">
                                                                                                                          <field name="NUM">1</field>
                                                                                                                        </shadow>
                                                                                                                        <block type="math_number" id="}`5[f!_8X$nYMKH8l]g=">
                                                                                                                          <field name="NUM">3</field>
                                                                                                                        </block>
                                                                                                                      </value>
                                                                                                                      <next>
                                                                                                                        <block type="math_change" id="_Ii{BnJL?eDd6XcROFd|">
                                                                                                                          <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                                          <value name="DELTA">
                                                                                                                            <shadow type="math_number">
                                                                                                                              <field name="NUM">1</field>
                                                                                                                            </shadow>
                                                                                                                            <block type="math_number" id="5p^_1^yslVy@n*Ic-[js">
                                                                                                                              <field name="NUM">3</field>
                                                                                                                            </block>
                                                                                                                          </value>
                                                                                                                          <next>
                                                                                                                            <block type="procedures_callnoreturn" id="+gDbX1[.6D:YP!MwJ;W)">
                                                                                                                              <mutation name="berechnung"></mutation>
                                                                                                                              <next>
                                                                                                                                <block type="update" id="b`y[di#={z/5v{I*U+oM">
                                                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                                  <field name="OID">0_userdata.0.Tibber.Bester_Preis.3.Uhrzeit</field>
                                                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                                                  <value name="VALUE">
                                                                                                                                    <block type="convert_tonumber" id="0d#m~([keYztR*z5B~5N">
                                                                                                                                      <value name="VALUE">
                                                                                                                                        <block type="variables_get" id="eG|MJh08|mlM@8%NwdG,">
                                                                                                                                          <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                                                        </block>
                                                                                                                                      </value>
                                                                                                                                    </block>
                                                                                                                                  </value>
                                                                                                                                  <next>
                                                                                                                                    <block type="update" id="z{*VgN*Y4JH3{7#}?,Uu">
                                                                                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                                      <field name="OID">0_userdata.0.Tibber.Bester_Preis.3.Preis</field>
                                                                                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                                                                                      <value name="VALUE">
                                                                                                                                        <block type="convert_tonumber" id="ASSa.2$}A|cs^j.at2kk">
                                                                                                                                          <value name="VALUE">
                                                                                                                                            <block type="variables_get" id="zTs%PeRbGjhE(h,(,~n$">
                                                                                                                                              <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                                                            </block>
                                                                                                                                          </value>
                                                                                                                                        </block>
                                                                                                                                      </value>
                                                                                                                                      <next>
                                                                                                                                        <block type="math_change" id="87-Y.1bQ7HK`UQRbW=7U">
                                                                                                                                          <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                                                          <value name="DELTA">
                                                                                                                                            <shadow type="math_number">
                                                                                                                                              <field name="NUM">1</field>
                                                                                                                                            </shadow>
                                                                                                                                            <block type="math_number" id="VS5Gr3sA|RKE3tsFY6xs">
                                                                                                                                              <field name="NUM">4</field>
                                                                                                                                            </block>
                                                                                                                                          </value>
                                                                                                                                          <next>
                                                                                                                                            <block type="math_change" id="*ay]M=;~hHQrvS1N~G-e">
                                                                                                                                              <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                                                              <value name="DELTA">
                                                                                                                                                <shadow type="math_number">
                                                                                                                                                  <field name="NUM">1</field>
                                                                                                                                                </shadow>
                                                                                                                                                <block type="math_number" id="i=z*v5e#pEPR7^.lN=:p">
                                                                                                                                                  <field name="NUM">4</field>
                                                                                                                                                </block>
                                                                                                                                              </value>
                                                                                                                                              <next>
                                                                                                                                                <block type="procedures_callnoreturn" id=",9=hosChNr)aH{x]z7mA">
                                                                                                                                                  <mutation name="berechnung"></mutation>
                                                                                                                                                  <next>
                                                                                                                                                    <block type="update" id="%a-^sAj.+*gyu_fcRCbs">
                                                                                                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                                                      <field name="OID">0_userdata.0.Tibber.Bester_Preis.4.Uhrzeit</field>
                                                                                                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                                                                                                      <value name="VALUE">
                                                                                                                                                        <block type="convert_tonumber" id="g4{}dEgb^o{6*x.OWt:Y">
                                                                                                                                                          <value name="VALUE">
                                                                                                                                                            <block type="variables_get" id="VGvxmGwh!%%j$t?3-H!y">
                                                                                                                                                              <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                                                                            </block>
                                                                                                                                                          </value>
                                                                                                                                                        </block>
                                                                                                                                                      </value>
                                                                                                                                                      <next>
                                                                                                                                                        <block type="update" id="q!V{W(E16Ixx!o[8ur}%">
                                                                                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                                                          <field name="OID">0_userdata.0.Tibber.Bester_Preis.4.Preis</field>
                                                                                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                                                                                          <value name="VALUE">
                                                                                                                                                            <block type="convert_tonumber" id="NULd5lQk%@`|6?w.g=54">
                                                                                                                                                              <value name="VALUE">
                                                                                                                                                                <block type="variables_get" id="Ib}rrRN@e3:@JR_M):CL">
                                                                                                                                                                  <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                                                                                </block>
                                                                                                                                                              </value>
                                                                                                                                                            </block>
                                                                                                                                                          </value>
                                                                                                                                                          <next>
                                                                                                                                                            <block type="math_change" id="1;zowsQe|)7}~l/jr_i-">
                                                                                                                                                              <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                                                                              <value name="DELTA">
                                                                                                                                                                <shadow type="math_number">
                                                                                                                                                                  <field name="NUM">1</field>
                                                                                                                                                                </shadow>
                                                                                                                                                                <block type="math_number" id="3,FvV4k1`n#.Uts#f|O(">
                                                                                                                                                                  <field name="NUM">5</field>
                                                                                                                                                                </block>
                                                                                                                                                              </value>
                                                                                                                                                              <next>
                                                                                                                                                                <block type="math_change" id="0BXWG)QWD(B4zgW[QLcC">
                                                                                                                                                                  <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                                                                                  <value name="DELTA">
                                                                                                                                                                    <shadow type="math_number">
                                                                                                                                                                      <field name="NUM">1</field>
                                                                                                                                                                    </shadow>
                                                                                                                                                                    <block type="math_number" id="93XjsCho?vwkA@?|E0`g">
                                                                                                                                                                      <field name="NUM">5</field>
                                                                                                                                                                    </block>
                                                                                                                                                                  </value>
                                                                                                                                                                  <next>
                                                                                                                                                                    <block type="procedures_callnoreturn" id="@FLbyN/V+,,W85lY7d,l">
                                                                                                                                                                      <mutation name="berechnung"></mutation>
                                                                                                                                                                      <next>
                                                                                                                                                                        <block type="update" id="?Bc6DzRit#}v#`5-E-|7">
                                                                                                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                                                                          <field name="OID">0_userdata.0.Tibber.Bester_Preis.5.Uhrzeit</field>
                                                                                                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                                                                                                          <value name="VALUE">
                                                                                                                                                                            <block type="convert_tonumber" id="5zuD~;ROsOY7K}%1M}Fh">
                                                                                                                                                                              <value name="VALUE">
                                                                                                                                                                                <block type="variables_get" id="MhRJ*Ur.D[,=r#sl)Mem">
                                                                                                                                                                                  <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                                                                                                                                </block>
                                                                                                                                                                              </value>
                                                                                                                                                                            </block>
                                                                                                                                                                          </value>
                                                                                                                                                                          <next>
                                                                                                                                                                            <block type="update" id="vI08AGBoAyKaBQ9Pz%vT">
                                                                                                                                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                                                                                              <field name="OID">0_userdata.0.Tibber.Bester_Preis.5.Preis</field>
                                                                                                                                                                              <field name="WITH_DELAY">FALSE</field>
                                                                                                                                                                              <value name="VALUE">
                                                                                                                                                                                <block type="convert_tonumber" id="1KincJZ@C0ZYU8Hr^$iW">
                                                                                                                                                                                  <value name="VALUE">
                                                                                                                                                                                    <block type="variables_get" id="F}!13RJfHB*OtMVr`WvJ">
                                                                                                                                                                                      <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                                                                                                                                                    </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>
                                                                                                                                  </next>
                                                                                                                                </block>
                                                                                                                              </next>
                                                                                                                            </block>
                                                                                                                          </next>
                                                                                                                        </block>
                                                                                                                      </next>
                                                                                                                    </block>
                                                                                                                  </next>
                                                                                                                </block>
                                                                                                              </next>
                                                                                                            </block>
                                                                                                          </next>
                                                                                                        </block>
                                                                                                      </next>
                                                                                                    </block>
                                                                                                  </next>
                                                                                                </block>
                                                                                              </next>
                                                                                            </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>
                                            <block type="procedures_defnoreturn" id="4,ZP*xHgsT%~Vk9o,/Z7" x="388" y="-237">
                                              <field name="NAME">berechnung</field>
                                              <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                              <statement name="STACK">
                                                <block type="variables_set" id="hlL]N13nxkDPQ.Krt(,B">
                                                  <field name="VAR" id="K(-Do$/%qq.3:uuMW(mO">100</field>
                                                  <value name="VALUE">
                                                    <block type="get_attr" id="%e~~oxn;qZ:TyC/{|Sx?">
                                                      <value name="PATH">
                                                        <shadow type="text">
                                                          <field name="TEXT">0.start</field>
                                                        </shadow>
                                                        <block type="text_join" id="r7T5MDbWvXS2iEN:k2f?">
                                                          <mutation items="2"></mutation>
                                                          <value name="ADD0">
                                                            <block type="variables_get" id="A47KrkMC%=?zK`c-jcXx">
                                                              <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD1">
                                                            <block type="text" id="0){dC1^m!`?CR-3=D2QV">
                                                              <field name="TEXT">.preis</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="OBJECT">
                                                        <block type="variables_get" id="36Pl!b#af-jjQ~?*FXGR">
                                                          <field name="VAR" id="?}?K(VcpoL%Ym#A!twK4">result</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="variables_set" id="GOsC=G]i2U|$PE?`VQ{X">
                                                      <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                      <value name="VALUE">
                                                        <block type="get_attr" id="k7ce6(TiR}pa6jP_zg|J">
                                                          <value name="PATH">
                                                            <shadow type="text">
                                                              <field name="TEXT">0.start</field>
                                                            </shadow>
                                                            <block type="text_join" id=";2}`@T;`;]U`3VdZg/`)">
                                                              <mutation items="2"></mutation>
                                                              <value name="ADD0">
                                                                <block type="variables_get" id="Jf7VYMn+/Oh#AW5n2Z3h">
                                                                  <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                </block>
                                                              </value>
                                                              <value name="ADD1">
                                                                <block type="text" id="UZ,LFab6RXpnSL8sS0/9">
                                                                  <field name="TEXT">.start</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="OBJECT">
                                                            <block type="variables_get" id="N.x,j[|gKn6|$Xy4vx]F">
                                                              <field name="VAR" id="?}?K(VcpoL%Ym#A!twK4">result</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="controls_if" id="1l-ZNlHL1kp36KS*OWZG">
                                                          <mutation else="1"></mutation>
                                                          <value name="IF0">
                                                            <block type="logic_compare" id="J|n@lq4HGP,)apj(Udq2">
                                                              <field name="OP">LT</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="vAzn1wdU6Uwz)47K7L^d">
                                                                  <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="math_number" id=":QLlxQ4le4BD`Y6Az(bo">
                                                                  <field name="NUM">10</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <statement name="DO0">
                                                            <block type="variables_set" id="Ro2~YB.img(1Dg9h^*UH">
                                                              <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                              <value name="VALUE">
                                                                <block type="text_join" id="nF#N|NQ,4lXk]edsZW}E">
                                                                  <mutation items="2"></mutation>
                                                                  <value name="ADD0">
                                                                    <block type="text" id="dS2,;jes`.51UGGKaHYs">
                                                                      <field name="TEXT">0</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="ADD1">
                                                                    <block type="variables_get" id="75^,N|GdzhUhRq^_MI/@">
                                                                      <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="variables_set" id="1#wigNK`{4{qD,JESQ#;">
                                                                  <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                  <value name="VALUE">
                                                                    <block type="convert_from_date" id="V~o|SjsbjR2Bdw/ZqqUU">
                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                                      <field name="OPTION">hh:mm</field>
                                                                      <value name="VALUE">
                                                                        <block type="variables_get" id="|%2{}vR)p4Is-6xqOm58">
                                                                          <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                          <statement name="ELSE">
                                                            <block type="variables_set" id="(_+|}rSH=0`=NpJn57?d">
                                                              <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                              <value name="VALUE">
                                                                <block type="text_join" id="X0XB2/z`@:aJ6W4rmx!7">
                                                                  <mutation items="1"></mutation>
                                                                  <value name="ADD0">
                                                                    <block type="variables_get" id="orj?.k84:R,qaX-EN6g1">
                                                                      <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="variables_set" id="#GZr/RwMBMo/Go]iE*!6">
                                                                  <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                  <value name="VALUE">
                                                                    <block type="convert_from_date" id=".%3W]QEHFOj72r/%~U3H">
                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                                      <field name="OPTION">hh:mm</field>
                                                                      <value name="VALUE">
                                                                        <block type="variables_get" id="+UW98s,bvTOj@0CF(TES">
                                                                          <field name="VAR" id="T0C|e_iyDzVNTT#.cr|Q">0</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </statement>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </statement>
                                            </block>
                                          </xml>
                                          
                                          paul53P 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          390

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe