Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. PV Überschuss SMA Toogle vermeiden

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    709

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

PV Überschuss SMA Toogle vermeiden

Geplant Angeheftet Gesperrt Verschoben Blockly
14 Beiträge 3 Kommentatoren 964 Aufrufe 3 Beobachtet
  • Ä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.
  • M Offline
    M Offline
    maik5066
    schrieb am zuletzt editiert von
    #1

    Hallo Leute,

    ich würde gern ein PV Überschuss mit einzelnen Datenpunkten umsetzten, das bedeutet PV Überschuss mit Bsp. :
    Stufe 1 → 2000W
    Stufe 2 → 4000W
    Stufe 3 → 6000W

    mein Problem ist, das natürlich der PV Überschuss schwanken kann, ich möchte aber nicht, das sofort der Datenpunkt Bsp. Stufe 1 auf false gesetzt wird.

    Ich würde gern den PV Überschuss in ein Parameter schreiben und wenn dieser, nach zehnmaliger abfrage unter 2000W ist wird er erst false gesetzt```

    Könnt ihr mir weiterhelfen ?

    <xml xmlns="https://developers.google.com/blockly/xml">
      <block type="on" id=":;8P.TXc?hVyT7~fNV+:" x="63" y="-912">
        <field name="OID">sma-em.0.3015980202.psurplus</field>
        <field name="CONDITION">ne</field>
        <field name="ACK_CONDITION"></field>
        <statement name="STATEMENT">
          <block type="controls_if" id="rNSq*+uX]#YH1M]sM~rv">
            <value name="IF0">
              <block type="logic_compare" id="#*As=Jwz}!!DVAsbjUFy">
                <field name="OP">GTE</field>
                <value name="A">
                  <block type="get_value" id="-8iN~ZY:S1aKP|oloC~K">
                    <field name="ATTR">val</field>
                    <field name="OID">bydhvs.0.State.SOC</field>
                  </block>
                </value>
                <value name="B">
                  <block type="math_number" id="ZW~V3eiIY*4c6:@OmrPy">
                    <field name="NUM">90</field>
                  </block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="controls_if" id="1Wf^_r%Q!]C*kdIaf)gt">
                <mutation else="1"></mutation>
                <value name="IF0">
                  <block type="logic_compare" id="k%m4}1Lwx{d[!:tn{D4z">
                    <field name="OP">GTE</field>
                    <value name="A">
                      <block type="get_value" id="BAq2%S@!+_Azth{rt,:*">
                        <field name="ATTR">val</field>
                        <field name="OID">sma-em.0.3015980202.psurplus</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="g+`d~(`B=(XiTjFM[Cv8">
                        <field name="NUM">1000</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="update" id="1D`~{2ykjW6F?FXqLP)+">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber1000</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id=".%FkrvAno5d^Z99iU(fF">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <statement name="ELSE">
                  <block type="update" id="+9V|~IdTX]xb@hTnNdl8">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber1000</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="H6Ph]1YmAg.ZlKcEDe3F">
                        <field name="BOOL">FALSE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <next>
                  <block type="controls_if" id="JLt)V^a/YP:GtS:ydwJx">
                    <mutation else="1"></mutation>
                    <value name="IF0">
                      <block type="logic_compare" id="+{KWn:,#9A2eC2?Mj-Ef">
                        <field name="OP">GTE</field>
                        <value name="A">
                          <block type="get_value" id="X(@BP6;Y/welzQN=1Sm=">
                            <field name="ATTR">val</field>
                            <field name="OID">sma-em.0.3015980202.psurplus</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="%-26`mKc394%C8`8^a?^">
                            <field name="NUM">2000</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="update" id="A9Fy?*o)((c7G)mW6KS(">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber2000</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id="~UtilU=@b{XsU]%j`8T?">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                      </block>
                    </statement>
                    <statement name="ELSE">
                      <block type="update" id="LQa!Qc!m8~iB2]Ut?^|7">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber2000</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id="Iw~3JT?iTU07(?sV}j~2">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </statement>
                    <next>
                      <block type="controls_if" id="w4T9Q4wXymZ(,.G@87iU">
                        <mutation else="1"></mutation>
                        <value name="IF0">
                          <block type="logic_compare" id="U2yHMul-w@jV?5kMu,,$">
                            <field name="OP">GTE</field>
                            <value name="A">
                              <block type="get_value" id="@q{|#B2D1CrMbFTau~[V">
                                <field name="ATTR">val</field>
                                <field name="OID">sma-em.0.3015980202.psurplus</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="math_number" id="m+)WC`sb$8Y9%PfKlxa.">
                                <field name="NUM">3000</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="update" id="X3|I}O_+[o(L.y+1`3b5">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber3000</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="sg~aSAl60;%[Q]6hudD{">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                        <statement name="ELSE">
                          <block type="update" id="u;`F8=Z!Cc:cVII~a%39">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber3000</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="LC@GeS:9Eg4F]YknwT90">
                                <field name="BOOL">FALSE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                        <next>
                          <block type="controls_if" id=");uZyW^$WGVhfDY,:P]l">
                            <mutation else="1"></mutation>
                            <value name="IF0">
                              <block type="logic_compare" id="TB=$s~,+(,09~%At!fsi">
                                <field name="OP">GTE</field>
                                <value name="A">
                                  <block type="get_value" id="+qf!{D;_vTg(wxk$zUqe">
                                    <field name="ATTR">val</field>
                                    <field name="OID">sma-em.0.3015980202.psurplus</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="math_number" id="Ttn0Csn@27CY^zP*pi;G">
                                    <field name="NUM">4000</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="update" id=".CIE~Qe;.0Hk^bn`-7`A">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">0_userdata.0.PV_ANLAGE.PVueber4000</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="YJhQtc8ft6RxwUN(,;Pe">
                                    <field name="BOOL">TRUE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                            <statement name="ELSE">
                              <block type="update" id="?@i@xOzhD#9Xljm-o_1s">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">0_userdata.0.PV_ANLAGE.PVueber4000</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="rjbfe2XVR@t9nV?UhRcy">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                            <next>
                              <block type="controls_if" id="!?q3[[!JB}q@E*wk:06a">
                                <mutation else="1"></mutation>
                                <value name="IF0">
                                  <block type="logic_compare" id="L6i;Y[H+[5fN?pjEuGhR">
                                    <field name="OP">GTE</field>
                                    <value name="A">
                                      <block type="get_value" id=",n^a*C@vg4KfFRhf9`[Q">
                                        <field name="ATTR">val</field>
                                        <field name="OID">sma-em.0.3015980202.psurplus</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="M[f[/-Up@1ieoBj-)0j8">
                                        <field name="NUM">5000</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="update" id="!oj~-$kz/XjK=y7ttUZf">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber5000</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="rYe%p3gA:t`1T$+Fa5E$">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                                <statement name="ELSE">
                                  <block type="update" id="trmfjB/`7#@zR?d5{vq.">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber5000</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="]|M*o{n6PFPVU=Hxr-m9">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                                <next>
                                  <block type="controls_if" id="NG@7$+Yql3+#.E*1D6oR">
                                    <mutation else="1"></mutation>
                                    <value name="IF0">
                                      <block type="logic_compare" id="[:mOFu966QdGPCwqjSBA">
                                        <field name="OP">GTE</field>
                                        <value name="A">
                                          <block type="get_value" id=";d!fC3$ecz^PeI?(p._X">
                                            <field name="ATTR">val</field>
                                            <field name="OID">sma-em.0.3015980202.psurplus</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="E0+[YSmqtLSH;-iv(eq^">
                                            <field name="NUM">6000</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <statement name="DO0">
                                      <block type="update" id="#P^G(X@1_w.JXBgnh_HN">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber6000</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="e;60H8.Z7x|ve%l[:C^D">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                    <statement name="ELSE">
                                      <block type="update" id="OH9{a*y:(kM@GtbP]77K">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber6000</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="EB`7ZizTZW47w7qV[!Q[">
                                            <field name="BOOL">FALSE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                    <next>
                                      <block type="controls_if" id="ok`=b5+!=1h:~9AvF$Q{">
                                        <mutation else="1"></mutation>
                                        <value name="IF0">
                                          <block type="logic_compare" id="beytm_*QodWHN]YJ]Rd_">
                                            <field name="OP">GTE</field>
                                            <value name="A">
                                              <block type="get_value" id="C~vzHUGmRf0,Q~pSt^au">
                                                <field name="ATTR">val</field>
                                                <field name="OID">sma-em.0.3015980202.psurplus</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <block type="math_number" id="QzqGhe8m5nR]rHvu)^}i">
                                                <field name="NUM">7000</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <statement name="DO0">
                                          <block type="update" id="vyY4dR405rsplhpo-J%7">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber7000</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="logic_boolean" id="y-jRh0QBrK~])[Ml}nP5">
                                                <field name="BOOL">TRUE</field>
                                              </block>
                                            </value>
                                          </block>
                                        </statement>
                                        <statement name="ELSE">
                                          <block type="update" id="$9_l{HkO=PDt,L@(:-pi">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber7000</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="logic_boolean" id="qK{s(I?d=4M0cwvLXy%=">
                                                <field name="BOOL">FALSE</field>
                                              </block>
                                            </value>
                                          </block>
                                        </statement>
                                        <next>
                                          <block type="controls_if" id="I^nxY!Ry21yOkW=;L|)U">
                                            <mutation else="1"></mutation>
                                            <value name="IF0">
                                              <block type="logic_compare" id="St@fe,F8J]}:vf8F[[#)">
                                                <field name="OP">GTE</field>
                                                <value name="A">
                                                  <block type="get_value" id="5Jq`%((=i43AS-k*%rZ-">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="math_number" id="$@/U:IULF!IqtrKDdX:Z">
                                                    <field name="NUM">8000</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <statement name="DO0">
                                              <block type="update" id="[vyc^!~^%Xl4/ECV:-!x">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">0_userdata.0.PV_ANLAGE.PVueber8000</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="logic_boolean" id="HDU--i*),wA$4mue-S-U">
                                                    <field name="BOOL">TRUE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </statement>
                                            <statement name="ELSE">
                                              <block type="update" id="wlcj.bB7{1!+:C1{+#Ej">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">0_userdata.0.PV_ANLAGE.PVueber8000</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="logic_boolean" id="dVAdz1a0$Y-^8i$,_#9p">
                                                    <field name="BOOL">FALSE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </statement>
                                            <next>
                                              <block type="controls_if" id="is?A@(^MuU7Omt6Hd_+Y">
                                                <mutation else="1"></mutation>
                                                <value name="IF0">
                                                  <block type="logic_compare" id="R|mm7^cHF$8967}}c*yJ">
                                                    <field name="OP">GTE</field>
                                                    <value name="A">
                                                      <block type="get_value" id="YDc.I_=h9v@tME^[hIM+">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="math_number" id="1S.K|RUr;%4qGTc3p^f@">
                                                        <field name="NUM">9000</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <statement name="DO0">
                                                  <block type="update" id="sfH{JS{DkxGdyAZ3wpPN">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber9000</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="logic_boolean" id="nMxckb3.WaJ=KSu~V9l}">
                                                        <field name="BOOL">TRUE</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                                <statement name="ELSE">
                                                  <block type="update" id="x~=Q3jQ:{}?aax7$.Q%s">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber9000</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="logic_boolean" id="R8{4fDuS!C$+|41r45$=">
                                                        <field name="BOOL">FALSE</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                                <next>
                                                  <block type="controls_if" id="-L[mgy.|hy=5$O9FOzjR">
                                                    <mutation else="1"></mutation>
                                                    <value name="IF0">
                                                      <block type="logic_compare" id="W1Q*X3*+w=x-i;pB90Nf">
                                                        <field name="OP">GTE</field>
                                                        <value name="A">
                                                          <block type="get_value" id="m8{b;HGHM;e9p]lw3OVb">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="~-9@oduz%!-%RPN+PZzA">
                                                            <field name="NUM">10000</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO0">
                                                      <block type="update" id="$;](5e4{Ov]m=6wiS.M6">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber10000</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="logic_boolean" id="_MGCJd0%-r}_5a5eZcz9">
                                                            <field name="BOOL">TRUE</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                    <statement name="ELSE">
                                                      <block type="update" id="%;Ao$PR%}r]l47y^P2.w">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber10000</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="logic_boolean" id="Y2d0@?0mb=~GdF-i}:,K">
                                                            <field name="BOOL">FALSE</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </statement>
          </block>
        </statement>
      </block>
    </xml>
    
    CodierknechtC paul53P 2 Antworten Letzte Antwort
    0
    • M maik5066

      Hallo Leute,

      ich würde gern ein PV Überschuss mit einzelnen Datenpunkten umsetzten, das bedeutet PV Überschuss mit Bsp. :
      Stufe 1 → 2000W
      Stufe 2 → 4000W
      Stufe 3 → 6000W

      mein Problem ist, das natürlich der PV Überschuss schwanken kann, ich möchte aber nicht, das sofort der Datenpunkt Bsp. Stufe 1 auf false gesetzt wird.

      Ich würde gern den PV Überschuss in ein Parameter schreiben und wenn dieser, nach zehnmaliger abfrage unter 2000W ist wird er erst false gesetzt```

      Könnt ihr mir weiterhelfen ?

      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="on" id=":;8P.TXc?hVyT7~fNV+:" x="63" y="-912">
          <field name="OID">sma-em.0.3015980202.psurplus</field>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="controls_if" id="rNSq*+uX]#YH1M]sM~rv">
              <value name="IF0">
                <block type="logic_compare" id="#*As=Jwz}!!DVAsbjUFy">
                  <field name="OP">GTE</field>
                  <value name="A">
                    <block type="get_value" id="-8iN~ZY:S1aKP|oloC~K">
                      <field name="ATTR">val</field>
                      <field name="OID">bydhvs.0.State.SOC</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="math_number" id="ZW~V3eiIY*4c6:@OmrPy">
                      <field name="NUM">90</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="controls_if" id="1Wf^_r%Q!]C*kdIaf)gt">
                  <mutation else="1"></mutation>
                  <value name="IF0">
                    <block type="logic_compare" id="k%m4}1Lwx{d[!:tn{D4z">
                      <field name="OP">GTE</field>
                      <value name="A">
                        <block type="get_value" id="BAq2%S@!+_Azth{rt,:*">
                          <field name="ATTR">val</field>
                          <field name="OID">sma-em.0.3015980202.psurplus</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="math_number" id="g+`d~(`B=(XiTjFM[Cv8">
                          <field name="NUM">1000</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="update" id="1D`~{2ykjW6F?FXqLP)+">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">0_userdata.0.PV_ANLAGE.PVueber1000</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id=".%FkrvAno5d^Z99iU(fF">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <statement name="ELSE">
                    <block type="update" id="+9V|~IdTX]xb@hTnNdl8">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">0_userdata.0.PV_ANLAGE.PVueber1000</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="H6Ph]1YmAg.ZlKcEDe3F">
                          <field name="BOOL">FALSE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <next>
                    <block type="controls_if" id="JLt)V^a/YP:GtS:ydwJx">
                      <mutation else="1"></mutation>
                      <value name="IF0">
                        <block type="logic_compare" id="+{KWn:,#9A2eC2?Mj-Ef">
                          <field name="OP">GTE</field>
                          <value name="A">
                            <block type="get_value" id="X(@BP6;Y/welzQN=1Sm=">
                              <field name="ATTR">val</field>
                              <field name="OID">sma-em.0.3015980202.psurplus</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="%-26`mKc394%C8`8^a?^">
                              <field name="NUM">2000</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="update" id="A9Fy?*o)((c7G)mW6KS(">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">0_userdata.0.PV_ANLAGE.PVueber2000</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="~UtilU=@b{XsU]%j`8T?">
                              <field name="BOOL">TRUE</field>
                            </block>
                          </value>
                        </block>
                      </statement>
                      <statement name="ELSE">
                        <block type="update" id="LQa!Qc!m8~iB2]Ut?^|7">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">0_userdata.0.PV_ANLAGE.PVueber2000</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="Iw~3JT?iTU07(?sV}j~2">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                        </block>
                      </statement>
                      <next>
                        <block type="controls_if" id="w4T9Q4wXymZ(,.G@87iU">
                          <mutation else="1"></mutation>
                          <value name="IF0">
                            <block type="logic_compare" id="U2yHMul-w@jV?5kMu,,$">
                              <field name="OP">GTE</field>
                              <value name="A">
                                <block type="get_value" id="@q{|#B2D1CrMbFTau~[V">
                                  <field name="ATTR">val</field>
                                  <field name="OID">sma-em.0.3015980202.psurplus</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="math_number" id="m+)WC`sb$8Y9%PfKlxa.">
                                  <field name="NUM">3000</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="update" id="X3|I}O_+[o(L.y+1`3b5">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">0_userdata.0.PV_ANLAGE.PVueber3000</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="sg~aSAl60;%[Q]6hudD{">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                          <statement name="ELSE">
                            <block type="update" id="u;`F8=Z!Cc:cVII~a%39">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">0_userdata.0.PV_ANLAGE.PVueber3000</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="LC@GeS:9Eg4F]YknwT90">
                                  <field name="BOOL">FALSE</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                          <next>
                            <block type="controls_if" id=");uZyW^$WGVhfDY,:P]l">
                              <mutation else="1"></mutation>
                              <value name="IF0">
                                <block type="logic_compare" id="TB=$s~,+(,09~%At!fsi">
                                  <field name="OP">GTE</field>
                                  <value name="A">
                                    <block type="get_value" id="+qf!{D;_vTg(wxk$zUqe">
                                      <field name="ATTR">val</field>
                                      <field name="OID">sma-em.0.3015980202.psurplus</field>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="math_number" id="Ttn0Csn@27CY^zP*pi;G">
                                      <field name="NUM">4000</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO0">
                                <block type="update" id=".CIE~Qe;.0Hk^bn`-7`A">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">0_userdata.0.PV_ANLAGE.PVueber4000</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="YJhQtc8ft6RxwUN(,;Pe">
                                      <field name="BOOL">TRUE</field>
                                    </block>
                                  </value>
                                </block>
                              </statement>
                              <statement name="ELSE">
                                <block type="update" id="?@i@xOzhD#9Xljm-o_1s">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">0_userdata.0.PV_ANLAGE.PVueber4000</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="rjbfe2XVR@t9nV?UhRcy">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                </block>
                              </statement>
                              <next>
                                <block type="controls_if" id="!?q3[[!JB}q@E*wk:06a">
                                  <mutation else="1"></mutation>
                                  <value name="IF0">
                                    <block type="logic_compare" id="L6i;Y[H+[5fN?pjEuGhR">
                                      <field name="OP">GTE</field>
                                      <value name="A">
                                        <block type="get_value" id=",n^a*C@vg4KfFRhf9`[Q">
                                          <field name="ATTR">val</field>
                                          <field name="OID">sma-em.0.3015980202.psurplus</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="M[f[/-Up@1ieoBj-)0j8">
                                          <field name="NUM">5000</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO0">
                                    <block type="update" id="!oj~-$kz/XjK=y7ttUZf">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">0_userdata.0.PV_ANLAGE.PVueber5000</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="rYe%p3gA:t`1T$+Fa5E$">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </statement>
                                  <statement name="ELSE">
                                    <block type="update" id="trmfjB/`7#@zR?d5{vq.">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">0_userdata.0.PV_ANLAGE.PVueber5000</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="]|M*o{n6PFPVU=Hxr-m9">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </statement>
                                  <next>
                                    <block type="controls_if" id="NG@7$+Yql3+#.E*1D6oR">
                                      <mutation else="1"></mutation>
                                      <value name="IF0">
                                        <block type="logic_compare" id="[:mOFu966QdGPCwqjSBA">
                                          <field name="OP">GTE</field>
                                          <value name="A">
                                            <block type="get_value" id=";d!fC3$ecz^PeI?(p._X">
                                              <field name="ATTR">val</field>
                                              <field name="OID">sma-em.0.3015980202.psurplus</field>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <block type="math_number" id="E0+[YSmqtLSH;-iv(eq^">
                                              <field name="NUM">6000</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <statement name="DO0">
                                        <block type="update" id="#P^G(X@1_w.JXBgnh_HN">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">0_userdata.0.PV_ANLAGE.PVueber6000</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="logic_boolean" id="e;60H8.Z7x|ve%l[:C^D">
                                              <field name="BOOL">TRUE</field>
                                            </block>
                                          </value>
                                        </block>
                                      </statement>
                                      <statement name="ELSE">
                                        <block type="update" id="OH9{a*y:(kM@GtbP]77K">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">0_userdata.0.PV_ANLAGE.PVueber6000</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="logic_boolean" id="EB`7ZizTZW47w7qV[!Q[">
                                              <field name="BOOL">FALSE</field>
                                            </block>
                                          </value>
                                        </block>
                                      </statement>
                                      <next>
                                        <block type="controls_if" id="ok`=b5+!=1h:~9AvF$Q{">
                                          <mutation else="1"></mutation>
                                          <value name="IF0">
                                            <block type="logic_compare" id="beytm_*QodWHN]YJ]Rd_">
                                              <field name="OP">GTE</field>
                                              <value name="A">
                                                <block type="get_value" id="C~vzHUGmRf0,Q~pSt^au">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="math_number" id="QzqGhe8m5nR]rHvu)^}i">
                                                  <field name="NUM">7000</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO0">
                                            <block type="update" id="vyY4dR405rsplhpo-J%7">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">0_userdata.0.PV_ANLAGE.PVueber7000</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id="y-jRh0QBrK~])[Ml}nP5">
                                                  <field name="BOOL">TRUE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </statement>
                                          <statement name="ELSE">
                                            <block type="update" id="$9_l{HkO=PDt,L@(:-pi">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">0_userdata.0.PV_ANLAGE.PVueber7000</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id="qK{s(I?d=4M0cwvLXy%=">
                                                  <field name="BOOL">FALSE</field>
                                                </block>
                                              </value>
                                            </block>
                                          </statement>
                                          <next>
                                            <block type="controls_if" id="I^nxY!Ry21yOkW=;L|)U">
                                              <mutation else="1"></mutation>
                                              <value name="IF0">
                                                <block type="logic_compare" id="St@fe,F8J]}:vf8F[[#)">
                                                  <field name="OP">GTE</field>
                                                  <value name="A">
                                                    <block type="get_value" id="5Jq`%((=i43AS-k*%rZ-">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="math_number" id="$@/U:IULF!IqtrKDdX:Z">
                                                      <field name="NUM">8000</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="update" id="[vyc^!~^%Xl4/ECV:-!x">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">0_userdata.0.PV_ANLAGE.PVueber8000</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="HDU--i*),wA$4mue-S-U">
                                                      <field name="BOOL">TRUE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                              <statement name="ELSE">
                                                <block type="update" id="wlcj.bB7{1!+:C1{+#Ej">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">0_userdata.0.PV_ANLAGE.PVueber8000</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="dVAdz1a0$Y-^8i$,_#9p">
                                                      <field name="BOOL">FALSE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                              <next>
                                                <block type="controls_if" id="is?A@(^MuU7Omt6Hd_+Y">
                                                  <mutation else="1"></mutation>
                                                  <value name="IF0">
                                                    <block type="logic_compare" id="R|mm7^cHF$8967}}c*yJ">
                                                      <field name="OP">GTE</field>
                                                      <value name="A">
                                                        <block type="get_value" id="YDc.I_=h9v@tME^[hIM+">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="math_number" id="1S.K|RUr;%4qGTc3p^f@">
                                                          <field name="NUM">9000</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO0">
                                                    <block type="update" id="sfH{JS{DkxGdyAZ3wpPN">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">0_userdata.0.PV_ANLAGE.PVueber9000</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="logic_boolean" id="nMxckb3.WaJ=KSu~V9l}">
                                                          <field name="BOOL">TRUE</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </statement>
                                                  <statement name="ELSE">
                                                    <block type="update" id="x~=Q3jQ:{}?aax7$.Q%s">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">0_userdata.0.PV_ANLAGE.PVueber9000</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="logic_boolean" id="R8{4fDuS!C$+|41r45$=">
                                                          <field name="BOOL">FALSE</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </statement>
                                                  <next>
                                                    <block type="controls_if" id="-L[mgy.|hy=5$O9FOzjR">
                                                      <mutation else="1"></mutation>
                                                      <value name="IF0">
                                                        <block type="logic_compare" id="W1Q*X3*+w=x-i;pB90Nf">
                                                          <field name="OP">GTE</field>
                                                          <value name="A">
                                                            <block type="get_value" id="m8{b;HGHM;e9p]lw3OVb">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="math_number" id="~-9@oduz%!-%RPN+PZzA">
                                                              <field name="NUM">10000</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="update" id="$;](5e4{Ov]m=6wiS.M6">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">0_userdata.0.PV_ANLAGE.PVueber10000</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="_MGCJd0%-r}_5a5eZcz9">
                                                              <field name="BOOL">TRUE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                      <statement name="ELSE">
                                                        <block type="update" id="%;Ao$PR%}r]l47y^P2.w">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">0_userdata.0.PV_ANLAGE.PVueber10000</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="Y2d0@?0mb=~GdF-i}:,K">
                                                              <field name="BOOL">FALSE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </statement>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      
      CodierknechtC Offline
      CodierknechtC Offline
      Codierknecht
      Developer Most Active
      schrieb am zuletzt editiert von
      #2

      @maik5066
      Bei Blockly bitte auch immer einen Screenshot liefern.
      Das XML kannst Du - (optional) am besten hinter einem Spoiler - zusätzlich liefern.

      Nicht jeder hier hat Lust und Zeit, das erstmal zu importieren um zu sehen was da los ist.

      "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

      Proxmox 9.1.1 LXC|8 GB|Core i7-6700
      HmIP|ZigBee|Tasmota|Unifi
      Zabbix Certified Specialist
      Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

      1 Antwort Letzte Antwort
      0
      • M maik5066

        Hallo Leute,

        ich würde gern ein PV Überschuss mit einzelnen Datenpunkten umsetzten, das bedeutet PV Überschuss mit Bsp. :
        Stufe 1 → 2000W
        Stufe 2 → 4000W
        Stufe 3 → 6000W

        mein Problem ist, das natürlich der PV Überschuss schwanken kann, ich möchte aber nicht, das sofort der Datenpunkt Bsp. Stufe 1 auf false gesetzt wird.

        Ich würde gern den PV Überschuss in ein Parameter schreiben und wenn dieser, nach zehnmaliger abfrage unter 2000W ist wird er erst false gesetzt```

        Könnt ihr mir weiterhelfen ?

        <xml xmlns="https://developers.google.com/blockly/xml">
          <block type="on" id=":;8P.TXc?hVyT7~fNV+:" x="63" y="-912">
            <field name="OID">sma-em.0.3015980202.psurplus</field>
            <field name="CONDITION">ne</field>
            <field name="ACK_CONDITION"></field>
            <statement name="STATEMENT">
              <block type="controls_if" id="rNSq*+uX]#YH1M]sM~rv">
                <value name="IF0">
                  <block type="logic_compare" id="#*As=Jwz}!!DVAsbjUFy">
                    <field name="OP">GTE</field>
                    <value name="A">
                      <block type="get_value" id="-8iN~ZY:S1aKP|oloC~K">
                        <field name="ATTR">val</field>
                        <field name="OID">bydhvs.0.State.SOC</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="ZW~V3eiIY*4c6:@OmrPy">
                        <field name="NUM">90</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="controls_if" id="1Wf^_r%Q!]C*kdIaf)gt">
                    <mutation else="1"></mutation>
                    <value name="IF0">
                      <block type="logic_compare" id="k%m4}1Lwx{d[!:tn{D4z">
                        <field name="OP">GTE</field>
                        <value name="A">
                          <block type="get_value" id="BAq2%S@!+_Azth{rt,:*">
                            <field name="ATTR">val</field>
                            <field name="OID">sma-em.0.3015980202.psurplus</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="g+`d~(`B=(XiTjFM[Cv8">
                            <field name="NUM">1000</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="update" id="1D`~{2ykjW6F?FXqLP)+">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber1000</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id=".%FkrvAno5d^Z99iU(fF">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                      </block>
                    </statement>
                    <statement name="ELSE">
                      <block type="update" id="+9V|~IdTX]xb@hTnNdl8">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber1000</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id="H6Ph]1YmAg.ZlKcEDe3F">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </statement>
                    <next>
                      <block type="controls_if" id="JLt)V^a/YP:GtS:ydwJx">
                        <mutation else="1"></mutation>
                        <value name="IF0">
                          <block type="logic_compare" id="+{KWn:,#9A2eC2?Mj-Ef">
                            <field name="OP">GTE</field>
                            <value name="A">
                              <block type="get_value" id="X(@BP6;Y/welzQN=1Sm=">
                                <field name="ATTR">val</field>
                                <field name="OID">sma-em.0.3015980202.psurplus</field>
                              </block>
                            </value>
                            <value name="B">
                              <block type="math_number" id="%-26`mKc394%C8`8^a?^">
                                <field name="NUM">2000</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="update" id="A9Fy?*o)((c7G)mW6KS(">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber2000</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="~UtilU=@b{XsU]%j`8T?">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                        <statement name="ELSE">
                          <block type="update" id="LQa!Qc!m8~iB2]Ut?^|7">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber2000</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="Iw~3JT?iTU07(?sV}j~2">
                                <field name="BOOL">FALSE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                        <next>
                          <block type="controls_if" id="w4T9Q4wXymZ(,.G@87iU">
                            <mutation else="1"></mutation>
                            <value name="IF0">
                              <block type="logic_compare" id="U2yHMul-w@jV?5kMu,,$">
                                <field name="OP">GTE</field>
                                <value name="A">
                                  <block type="get_value" id="@q{|#B2D1CrMbFTau~[V">
                                    <field name="ATTR">val</field>
                                    <field name="OID">sma-em.0.3015980202.psurplus</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="math_number" id="m+)WC`sb$8Y9%PfKlxa.">
                                    <field name="NUM">3000</field>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="update" id="X3|I}O_+[o(L.y+1`3b5">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">0_userdata.0.PV_ANLAGE.PVueber3000</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="sg~aSAl60;%[Q]6hudD{">
                                    <field name="BOOL">TRUE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                            <statement name="ELSE">
                              <block type="update" id="u;`F8=Z!Cc:cVII~a%39">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">0_userdata.0.PV_ANLAGE.PVueber3000</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="LC@GeS:9Eg4F]YknwT90">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                            <next>
                              <block type="controls_if" id=");uZyW^$WGVhfDY,:P]l">
                                <mutation else="1"></mutation>
                                <value name="IF0">
                                  <block type="logic_compare" id="TB=$s~,+(,09~%At!fsi">
                                    <field name="OP">GTE</field>
                                    <value name="A">
                                      <block type="get_value" id="+qf!{D;_vTg(wxk$zUqe">
                                        <field name="ATTR">val</field>
                                        <field name="OID">sma-em.0.3015980202.psurplus</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="Ttn0Csn@27CY^zP*pi;G">
                                        <field name="NUM">4000</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="update" id=".CIE~Qe;.0Hk^bn`-7`A">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber4000</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="YJhQtc8ft6RxwUN(,;Pe">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                                <statement name="ELSE">
                                  <block type="update" id="?@i@xOzhD#9Xljm-o_1s">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber4000</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="rjbfe2XVR@t9nV?UhRcy">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                                <next>
                                  <block type="controls_if" id="!?q3[[!JB}q@E*wk:06a">
                                    <mutation else="1"></mutation>
                                    <value name="IF0">
                                      <block type="logic_compare" id="L6i;Y[H+[5fN?pjEuGhR">
                                        <field name="OP">GTE</field>
                                        <value name="A">
                                          <block type="get_value" id=",n^a*C@vg4KfFRhf9`[Q">
                                            <field name="ATTR">val</field>
                                            <field name="OID">sma-em.0.3015980202.psurplus</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="M[f[/-Up@1ieoBj-)0j8">
                                            <field name="NUM">5000</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <statement name="DO0">
                                      <block type="update" id="!oj~-$kz/XjK=y7ttUZf">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber5000</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="rYe%p3gA:t`1T$+Fa5E$">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                    <statement name="ELSE">
                                      <block type="update" id="trmfjB/`7#@zR?d5{vq.">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber5000</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="]|M*o{n6PFPVU=Hxr-m9">
                                            <field name="BOOL">FALSE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                    <next>
                                      <block type="controls_if" id="NG@7$+Yql3+#.E*1D6oR">
                                        <mutation else="1"></mutation>
                                        <value name="IF0">
                                          <block type="logic_compare" id="[:mOFu966QdGPCwqjSBA">
                                            <field name="OP">GTE</field>
                                            <value name="A">
                                              <block type="get_value" id=";d!fC3$ecz^PeI?(p._X">
                                                <field name="ATTR">val</field>
                                                <field name="OID">sma-em.0.3015980202.psurplus</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <block type="math_number" id="E0+[YSmqtLSH;-iv(eq^">
                                                <field name="NUM">6000</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <statement name="DO0">
                                          <block type="update" id="#P^G(X@1_w.JXBgnh_HN">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber6000</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="logic_boolean" id="e;60H8.Z7x|ve%l[:C^D">
                                                <field name="BOOL">TRUE</field>
                                              </block>
                                            </value>
                                          </block>
                                        </statement>
                                        <statement name="ELSE">
                                          <block type="update" id="OH9{a*y:(kM@GtbP]77K">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber6000</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="logic_boolean" id="EB`7ZizTZW47w7qV[!Q[">
                                                <field name="BOOL">FALSE</field>
                                              </block>
                                            </value>
                                          </block>
                                        </statement>
                                        <next>
                                          <block type="controls_if" id="ok`=b5+!=1h:~9AvF$Q{">
                                            <mutation else="1"></mutation>
                                            <value name="IF0">
                                              <block type="logic_compare" id="beytm_*QodWHN]YJ]Rd_">
                                                <field name="OP">GTE</field>
                                                <value name="A">
                                                  <block type="get_value" id="C~vzHUGmRf0,Q~pSt^au">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="math_number" id="QzqGhe8m5nR]rHvu)^}i">
                                                    <field name="NUM">7000</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <statement name="DO0">
                                              <block type="update" id="vyY4dR405rsplhpo-J%7">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">0_userdata.0.PV_ANLAGE.PVueber7000</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="logic_boolean" id="y-jRh0QBrK~])[Ml}nP5">
                                                    <field name="BOOL">TRUE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </statement>
                                            <statement name="ELSE">
                                              <block type="update" id="$9_l{HkO=PDt,L@(:-pi">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">0_userdata.0.PV_ANLAGE.PVueber7000</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="logic_boolean" id="qK{s(I?d=4M0cwvLXy%=">
                                                    <field name="BOOL">FALSE</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </statement>
                                            <next>
                                              <block type="controls_if" id="I^nxY!Ry21yOkW=;L|)U">
                                                <mutation else="1"></mutation>
                                                <value name="IF0">
                                                  <block type="logic_compare" id="St@fe,F8J]}:vf8F[[#)">
                                                    <field name="OP">GTE</field>
                                                    <value name="A">
                                                      <block type="get_value" id="5Jq`%((=i43AS-k*%rZ-">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="math_number" id="$@/U:IULF!IqtrKDdX:Z">
                                                        <field name="NUM">8000</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <statement name="DO0">
                                                  <block type="update" id="[vyc^!~^%Xl4/ECV:-!x">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber8000</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="logic_boolean" id="HDU--i*),wA$4mue-S-U">
                                                        <field name="BOOL">TRUE</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                                <statement name="ELSE">
                                                  <block type="update" id="wlcj.bB7{1!+:C1{+#Ej">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">0_userdata.0.PV_ANLAGE.PVueber8000</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="logic_boolean" id="dVAdz1a0$Y-^8i$,_#9p">
                                                        <field name="BOOL">FALSE</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                                <next>
                                                  <block type="controls_if" id="is?A@(^MuU7Omt6Hd_+Y">
                                                    <mutation else="1"></mutation>
                                                    <value name="IF0">
                                                      <block type="logic_compare" id="R|mm7^cHF$8967}}c*yJ">
                                                        <field name="OP">GTE</field>
                                                        <value name="A">
                                                          <block type="get_value" id="YDc.I_=h9v@tME^[hIM+">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="1S.K|RUr;%4qGTc3p^f@">
                                                            <field name="NUM">9000</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO0">
                                                      <block type="update" id="sfH{JS{DkxGdyAZ3wpPN">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber9000</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="logic_boolean" id="nMxckb3.WaJ=KSu~V9l}">
                                                            <field name="BOOL">TRUE</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                    <statement name="ELSE">
                                                      <block type="update" id="x~=Q3jQ:{}?aax7$.Q%s">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">0_userdata.0.PV_ANLAGE.PVueber9000</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="logic_boolean" id="R8{4fDuS!C$+|41r45$=">
                                                            <field name="BOOL">FALSE</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                    <next>
                                                      <block type="controls_if" id="-L[mgy.|hy=5$O9FOzjR">
                                                        <mutation else="1"></mutation>
                                                        <value name="IF0">
                                                          <block type="logic_compare" id="W1Q*X3*+w=x-i;pB90Nf">
                                                            <field name="OP">GTE</field>
                                                            <value name="A">
                                                              <block type="get_value" id="m8{b;HGHM;e9p]lw3OVb">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">sma-em.0.3015980202.psurplus</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <block type="math_number" id="~-9@oduz%!-%RPN+PZzA">
                                                                <field name="NUM">10000</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <statement name="DO0">
                                                          <block type="update" id="$;](5e4{Ov]m=6wiS.M6">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber10000</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="logic_boolean" id="_MGCJd0%-r}_5a5eZcz9">
                                                                <field name="BOOL">TRUE</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </statement>
                                                        <statement name="ELSE">
                                                          <block type="update" id="%;Ao$PR%}r]l47y^P2.w">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">0_userdata.0.PV_ANLAGE.PVueber10000</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="logic_boolean" id="Y2d0@?0mb=~GdF-i}:,K">
                                                                <field name="BOOL">FALSE</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </statement>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </xml>
        
        paul53P Offline
        paul53P Offline
        paul53
        schrieb am zuletzt editiert von paul53
        #3

        @maik5066 sagte: Könnt ihr mir weiterhelfen ?

        Prinzip 3-stufige Ansteuerung mit Prüfung der Mindestdauer von Grenzwertüber(unter)schreitung.

        Blockly_temp.JPG

        Voraussetzung: JS-Adapter Version >= 7.0.5.

        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

        M 1 Antwort Letzte Antwort
        0
        • paul53P paul53

          @maik5066 sagte: Könnt ihr mir weiterhelfen ?

          Prinzip 3-stufige Ansteuerung mit Prüfung der Mindestdauer von Grenzwertüber(unter)schreitung.

          Blockly_temp.JPG

          Voraussetzung: JS-Adapter Version >= 7.0.5.

          M Offline
          M Offline
          maik5066
          schrieb am zuletzt editiert von
          #4

          @paul53 Vielen Dank, kannst du mir das per XML zusenden ?
          Hier noch der Screenshot meines Skriptes :
          Screenshot 2024-02-21 132350.png

          paul53P 1 Antwort Letzte Antwort
          0
          • M maik5066

            @paul53 Vielen Dank, kannst du mir das per XML zusenden ?
            Hier noch der Screenshot meines Skriptes :
            Screenshot 2024-02-21 132350.png

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

            @maik5066 sagte: per XML zusenden ?

            <xml xmlns="https://developers.google.com/blockly/xml">
             <variables>
               <variable type="timeout" id="delayOn">delayOn</variable>
               <variable type="timeout" id="delayOff">delayOff</variable>
             </variables>
             <block type="on" id="!Qbb5{lAFMZT#M$Q2P%P" x="87" y="12">
               <field name="OID">0_userdata.0.Blockly.EVU-Einspeisung</field>
               <field name="CONDITION">any</field>
               <field name="ACK_CONDITION"></field>
               <statement name="STATEMENT">
                 <block type="comment" id="9X:XKXRgH!xZ!=zZbThm">
                   <field name="COMMENT">3 mal 2000 W</field>
                   <next>
                     <block type="controls_if" id="?{[99~rn+X@-!776Gil$">
                       <mutation elseif="1"></mutation>
                       <value name="IF0">
                         <block type="logic_compare" id="d%IZlzT50i(a7nefKk6]">
                           <field name="OP">LT</field>
                           <value name="A">
                             <block type="on_source" id="XUIHKI9ro9*6gU8Y~cuh">
                               <field name="ATTR">state.val</field>
                             </block>
                           </value>
                           <value name="B">
                             <block type="math_number" id="vP_iZf?M;`@RCY1gD^i:">
                               <field name="NUM">2500</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO0">
                         <block type="timeouts_cleartimeout" id="|#WysqWLOkMz:?pQ*-CZ">
                           <field name="NAME">delayOn</field>
                         </block>
                       </statement>
                       <value name="IF1">
                         <block type="logic_negate" id="dch2(fx(/ykyn#X-R`9x">
                           <value name="BOOL">
                             <block type="timeouts_gettimeout" id="xJVx:Mi5[U_(t*bw(Yq$">
                               <field name="NAME">delayOn</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO1">
                         <block type="timeouts_settimeout" id="=EI:`22NaF],y?uV^b1B">
                           <field name="NAME">delayOn</field>
                           <field name="DELAY">10</field>
                           <field name="UNIT">min</field>
                           <statement name="STATEMENT">
                             <block type="controls_if" id="i.:l;5vs?$}^L}N-R(^T">
                               <mutation elseif="2"></mutation>
                               <value name="IF0">
                                 <block type="logic_negate" id="R(_3jAG`Md_w[,(|^wr/">
                                   <value name="BOOL">
                                     <block type="get_value" id="NG3*!?gfl8{k3cP;uW1`">
                                       <field name="ATTR">val</field>
                                       <field name="OID">0_userdata.0.Blockly.Switch1</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <statement name="DO0">
                                 <block type="control" id="qYesRpdij9z`93JQ2~w%">
                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                   <field name="OID">0_userdata.0.Blockly.Switch1</field>
                                   <field name="WITH_DELAY">FALSE</field>
                                   <value name="VALUE">
                                     <block type="logic_boolean" id="ndh[{X~M{gFV,0p.u?49">
                                       <field name="BOOL">TRUE</field>
                                     </block>
                                   </value>
                                 </block>
                               </statement>
                               <value name="IF1">
                                 <block type="logic_negate" id="r:ak[AbR=(fM06(!MiNq">
                                   <value name="BOOL">
                                     <block type="get_value" id="Wk#V-l{Fi[!?`_6`Qj_b">
                                       <field name="ATTR">val</field>
                                       <field name="OID">0_userdata.0.Blockly.Switch2</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <statement name="DO1">
                                 <block type="control" id="S(zYFzv^}$AcCYB-`Q`e">
                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                   <field name="OID">0_userdata.0.Blockly.Switch2</field>
                                   <field name="WITH_DELAY">FALSE</field>
                                   <value name="VALUE">
                                     <block type="logic_boolean" id="r_?O8H8QBzI#o|3X!Q%#">
                                       <field name="BOOL">TRUE</field>
                                     </block>
                                   </value>
                                 </block>
                               </statement>
                               <value name="IF2">
                                 <block type="logic_negate" id="jM5~.3jyY`N/(9mGWI:O">
                                   <value name="BOOL">
                                     <block type="get_value" id="*guxu@lyFFjMcgr}bL4V">
                                       <field name="ATTR">val</field>
                                       <field name="OID">0_userdata.0.Blockly.Switch3</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                               <statement name="DO2">
                                 <block type="control" id="XXUi|!^XGmi4z|s+a-/j">
                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                   <field name="OID">0_userdata.0.Blockly.Switch3</field>
                                   <field name="WITH_DELAY">FALSE</field>
                                   <value name="VALUE">
                                     <block type="logic_boolean" id="J{N8i(G2CBr~GS95U1P5">
                                       <field name="BOOL">TRUE</field>
                                     </block>
                                   </value>
                                 </block>
                               </statement>
                             </block>
                           </statement>
                         </block>
                       </statement>
                       <next>
                         <block type="controls_if" id="U^YFuAk{|bn.*b{Ep;B=">
                           <mutation elseif="1"></mutation>
                           <value name="IF0">
                             <block type="logic_compare" id="GddE`U/xj*}WZ:OC-j_5">
                               <field name="OP">GT</field>
                               <value name="A">
                                 <block type="on_source" id="z9x%H=D2G,S;~Zza^j$m">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id=":{IrB{m-gbX@X2|pVyXZ">
                                   <field name="NUM">200</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <statement name="DO0">
                             <block type="timeouts_cleartimeout" id="_N.QOqsujv5EzF,e1:^`">
                               <field name="NAME">delayOff</field>
                             </block>
                           </statement>
                           <value name="IF1">
                             <block type="logic_negate" id="0(6[M7amQ.RY*S4wPkX3">
                               <value name="BOOL">
                                 <block type="timeouts_gettimeout" id="pTQJfLPne.dmqq!4K#Q.">
                                   <field name="NAME">delayOff</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <statement name="DO1">
                             <block type="timeouts_settimeout" id="b(4T]c7c@_xcR0^(IJQ#">
                               <field name="NAME">delayOff</field>
                               <field name="DELAY">5</field>
                               <field name="UNIT">min</field>
                               <statement name="STATEMENT">
                                 <block type="controls_if" id="?qIetfb=Y~enZP|MFl{L">
                                   <mutation elseif="2"></mutation>
                                   <value name="IF0">
                                     <block type="get_value" id="Gfj4~P(NGH1)wmLG*_5i">
                                       <field name="ATTR">val</field>
                                       <field name="OID">0_userdata.0.Blockly.Switch3</field>
                                     </block>
                                   </value>
                                   <statement name="DO0">
                                     <block type="control" id="+}7@V!ZV,:MdpdXzwfQM">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                       <field name="OID">0_userdata.0.Blockly.Switch3</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="logic_boolean" id="7]gwCTD%n]L)8L{d}UV;">
                                           <field name="BOOL">FALSE</field>
                                         </block>
                                       </value>
                                     </block>
                                   </statement>
                                   <value name="IF1">
                                     <block type="get_value" id="c5)cE;gpnkQiW1,[Z~lq">
                                       <field name="ATTR">val</field>
                                       <field name="OID">0_userdata.0.Blockly.Switch2</field>
                                     </block>
                                   </value>
                                   <statement name="DO1">
                                     <block type="control" id="mz4KPZXji[VtQd%D^Q)G">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                       <field name="OID">0_userdata.0.Blockly.Switch2</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="logic_boolean" id="aHm,f%vDaSf!ndb?Gy^;">
                                           <field name="BOOL">FALSE</field>
                                         </block>
                                       </value>
                                     </block>
                                   </statement>
                                   <value name="IF2">
                                     <block type="get_value" id="qiL4rv;pF_`rhwPjnuos">
                                       <field name="ATTR">val</field>
                                       <field name="OID">0_userdata.0.Blockly.Switch1</field>
                                     </block>
                                   </value>
                                   <statement name="DO2">
                                     <block type="control" id="1)T#:T-4fP9.161U$Ox!">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                       <field name="OID">0_userdata.0.Blockly.Switch1</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="logic_boolean" id="EpsV1@;P~LvEiJ]XiL]D">
                                           <field name="BOOL">FALSE</field>
                                         </block>
                                       </value>
                                     </block>
                                   </statement>
                                 </block>
                               </statement>
                             </block>
                           </statement>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </statement>
             </block>
            </xml>
            

            Wird der Zeitstempel noch regelmäßig aktualisiert, wenn der Überschuss 0 ist?
            Falls nicht, muss man den Trigger erweitern:

            Blockly_temp.JPG

            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

            M 1 Antwort Letzte Antwort
            0
            • paul53P paul53

              @maik5066 sagte: per XML zusenden ?

              <xml xmlns="https://developers.google.com/blockly/xml">
               <variables>
                 <variable type="timeout" id="delayOn">delayOn</variable>
                 <variable type="timeout" id="delayOff">delayOff</variable>
               </variables>
               <block type="on" id="!Qbb5{lAFMZT#M$Q2P%P" x="87" y="12">
                 <field name="OID">0_userdata.0.Blockly.EVU-Einspeisung</field>
                 <field name="CONDITION">any</field>
                 <field name="ACK_CONDITION"></field>
                 <statement name="STATEMENT">
                   <block type="comment" id="9X:XKXRgH!xZ!=zZbThm">
                     <field name="COMMENT">3 mal 2000 W</field>
                     <next>
                       <block type="controls_if" id="?{[99~rn+X@-!776Gil$">
                         <mutation elseif="1"></mutation>
                         <value name="IF0">
                           <block type="logic_compare" id="d%IZlzT50i(a7nefKk6]">
                             <field name="OP">LT</field>
                             <value name="A">
                               <block type="on_source" id="XUIHKI9ro9*6gU8Y~cuh">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="math_number" id="vP_iZf?M;`@RCY1gD^i:">
                                 <field name="NUM">2500</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="timeouts_cleartimeout" id="|#WysqWLOkMz:?pQ*-CZ">
                             <field name="NAME">delayOn</field>
                           </block>
                         </statement>
                         <value name="IF1">
                           <block type="logic_negate" id="dch2(fx(/ykyn#X-R`9x">
                             <value name="BOOL">
                               <block type="timeouts_gettimeout" id="xJVx:Mi5[U_(t*bw(Yq$">
                                 <field name="NAME">delayOn</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO1">
                           <block type="timeouts_settimeout" id="=EI:`22NaF],y?uV^b1B">
                             <field name="NAME">delayOn</field>
                             <field name="DELAY">10</field>
                             <field name="UNIT">min</field>
                             <statement name="STATEMENT">
                               <block type="controls_if" id="i.:l;5vs?$}^L}N-R(^T">
                                 <mutation elseif="2"></mutation>
                                 <value name="IF0">
                                   <block type="logic_negate" id="R(_3jAG`Md_w[,(|^wr/">
                                     <value name="BOOL">
                                       <block type="get_value" id="NG3*!?gfl8{k3cP;uW1`">
                                         <field name="ATTR">val</field>
                                         <field name="OID">0_userdata.0.Blockly.Switch1</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <statement name="DO0">
                                   <block type="control" id="qYesRpdij9z`93JQ2~w%">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">0_userdata.0.Blockly.Switch1</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="ndh[{X~M{gFV,0p.u?49">
                                         <field name="BOOL">TRUE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                                 <value name="IF1">
                                   <block type="logic_negate" id="r:ak[AbR=(fM06(!MiNq">
                                     <value name="BOOL">
                                       <block type="get_value" id="Wk#V-l{Fi[!?`_6`Qj_b">
                                         <field name="ATTR">val</field>
                                         <field name="OID">0_userdata.0.Blockly.Switch2</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <statement name="DO1">
                                   <block type="control" id="S(zYFzv^}$AcCYB-`Q`e">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">0_userdata.0.Blockly.Switch2</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="r_?O8H8QBzI#o|3X!Q%#">
                                         <field name="BOOL">TRUE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                                 <value name="IF2">
                                   <block type="logic_negate" id="jM5~.3jyY`N/(9mGWI:O">
                                     <value name="BOOL">
                                       <block type="get_value" id="*guxu@lyFFjMcgr}bL4V">
                                         <field name="ATTR">val</field>
                                         <field name="OID">0_userdata.0.Blockly.Switch3</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <statement name="DO2">
                                   <block type="control" id="XXUi|!^XGmi4z|s+a-/j">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">0_userdata.0.Blockly.Switch3</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="J{N8i(G2CBr~GS95U1P5">
                                         <field name="BOOL">TRUE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                               </block>
                             </statement>
                           </block>
                         </statement>
                         <next>
                           <block type="controls_if" id="U^YFuAk{|bn.*b{Ep;B=">
                             <mutation elseif="1"></mutation>
                             <value name="IF0">
                               <block type="logic_compare" id="GddE`U/xj*}WZ:OC-j_5">
                                 <field name="OP">GT</field>
                                 <value name="A">
                                   <block type="on_source" id="z9x%H=D2G,S;~Zza^j$m">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <value name="B">
                                   <block type="math_number" id=":{IrB{m-gbX@X2|pVyXZ">
                                     <field name="NUM">200</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO0">
                               <block type="timeouts_cleartimeout" id="_N.QOqsujv5EzF,e1:^`">
                                 <field name="NAME">delayOff</field>
                               </block>
                             </statement>
                             <value name="IF1">
                               <block type="logic_negate" id="0(6[M7amQ.RY*S4wPkX3">
                                 <value name="BOOL">
                                   <block type="timeouts_gettimeout" id="pTQJfLPne.dmqq!4K#Q.">
                                     <field name="NAME">delayOff</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO1">
                               <block type="timeouts_settimeout" id="b(4T]c7c@_xcR0^(IJQ#">
                                 <field name="NAME">delayOff</field>
                                 <field name="DELAY">5</field>
                                 <field name="UNIT">min</field>
                                 <statement name="STATEMENT">
                                   <block type="controls_if" id="?qIetfb=Y~enZP|MFl{L">
                                     <mutation elseif="2"></mutation>
                                     <value name="IF0">
                                       <block type="get_value" id="Gfj4~P(NGH1)wmLG*_5i">
                                         <field name="ATTR">val</field>
                                         <field name="OID">0_userdata.0.Blockly.Switch3</field>
                                       </block>
                                     </value>
                                     <statement name="DO0">
                                       <block type="control" id="+}7@V!ZV,:MdpdXzwfQM">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                         <field name="OID">0_userdata.0.Blockly.Switch3</field>
                                         <field name="WITH_DELAY">FALSE</field>
                                         <value name="VALUE">
                                           <block type="logic_boolean" id="7]gwCTD%n]L)8L{d}UV;">
                                             <field name="BOOL">FALSE</field>
                                           </block>
                                         </value>
                                       </block>
                                     </statement>
                                     <value name="IF1">
                                       <block type="get_value" id="c5)cE;gpnkQiW1,[Z~lq">
                                         <field name="ATTR">val</field>
                                         <field name="OID">0_userdata.0.Blockly.Switch2</field>
                                       </block>
                                     </value>
                                     <statement name="DO1">
                                       <block type="control" id="mz4KPZXji[VtQd%D^Q)G">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                         <field name="OID">0_userdata.0.Blockly.Switch2</field>
                                         <field name="WITH_DELAY">FALSE</field>
                                         <value name="VALUE">
                                           <block type="logic_boolean" id="aHm,f%vDaSf!ndb?Gy^;">
                                             <field name="BOOL">FALSE</field>
                                           </block>
                                         </value>
                                       </block>
                                     </statement>
                                     <value name="IF2">
                                       <block type="get_value" id="qiL4rv;pF_`rhwPjnuos">
                                         <field name="ATTR">val</field>
                                         <field name="OID">0_userdata.0.Blockly.Switch1</field>
                                       </block>
                                     </value>
                                     <statement name="DO2">
                                       <block type="control" id="1)T#:T-4fP9.161U$Ox!">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                         <field name="OID">0_userdata.0.Blockly.Switch1</field>
                                         <field name="WITH_DELAY">FALSE</field>
                                         <value name="VALUE">
                                           <block type="logic_boolean" id="EpsV1@;P~LvEiJ]XiL]D">
                                             <field name="BOOL">FALSE</field>
                                           </block>
                                         </value>
                                       </block>
                                     </statement>
                                   </block>
                                 </statement>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </statement>
               </block>
              </xml>
              

              Wird der Zeitstempel noch regelmäßig aktualisiert, wenn der Überschuss 0 ist?
              Falls nicht, muss man den Trigger erweitern:

              Blockly_temp.JPG

              M Offline
              M Offline
              maik5066
              schrieb am zuletzt editiert von
              #6

              @paul53
              Danke dir,
              Ist der Delay, der Abfrage bzw. Änderungsntervall oder stehe ich gerade auf dem Schlauch
              ich habe es jetzt so umgesetzt :
              Screenshot 2024-02-21 152501.png

              paul53P CodierknechtC 3 Antworten Letzte Antwort
              0
              • M maik5066

                @paul53
                Danke dir,
                Ist der Delay, der Abfrage bzw. Änderungsntervall oder stehe ich gerade auf dem Schlauch
                ich habe es jetzt so umgesetzt :
                Screenshot 2024-02-21 152501.png

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

                @maik5066 sagte: ich habe es jetzt so umgesetzt :

                So wird es nichts. Sind es 3 Stufen mit je 2000 W oder 6 Stufen mit je 1000 W?
                Beispiel mit 6 Stufen

                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
                0
                • M maik5066

                  @paul53
                  Danke dir,
                  Ist der Delay, der Abfrage bzw. Änderungsntervall oder stehe ich gerade auf dem Schlauch
                  ich habe es jetzt so umgesetzt :
                  Screenshot 2024-02-21 152501.png

                  CodierknechtC Offline
                  CodierknechtC Offline
                  Codierknecht
                  Developer Most Active
                  schrieb am zuletzt editiert von Codierknecht
                  #8

                  @maik5066 sagte in PV Überschuss SMA Toogle vermeiden:

                  Abfrage bzw. Änderungsntervall

                  Trigger reagieren auf Ereignisse - nicht auf Intervalle.

                  Das "delay" trägt Deiner Anforderung Rechnung

                  ich möchte aber nicht, das sofort der Datenpunkt Bsp. Stufe 1 auf false gesetzt wird

                  Erst wenn der Zustand länger als X-Minuten ansteht, wird geschaltet bzw. geschrieben.
                  Fällt er währenddessen aus den Grenzen, wird das "delay" gestoppt und es passiert ... nix.

                  "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                  Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                  HmIP|ZigBee|Tasmota|Unifi
                  Zabbix Certified Specialist
                  Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                  1 Antwort Letzte Antwort
                  0
                  • M maik5066

                    @paul53
                    Danke dir,
                    Ist der Delay, der Abfrage bzw. Änderungsntervall oder stehe ich gerade auf dem Schlauch
                    ich habe es jetzt so umgesetzt :
                    Screenshot 2024-02-21 152501.png

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

                    @maik5066
                    Du hast 6 Datenpunkte für jeweils eine 1000-W-Stufe?
                    Vorschlag:

                    Blockly_temp.JPG

                    Bei PV-Überschuss muss die Hysterese etwas größer sein als die Leistungsaufnahme einer Stufe.
                    Das Skript funktioniert so nur, wenn auch tatsächlich in jeder Stufe 1000 W Verbrauch zugeschaltet werden.
                    Ohne das Zuschalten von Verbrauchern machen Stufen keinen Sinn, denn dann ist der Überschuss in W ausreichend aussagekräftig.

                    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

                    M 1 Antwort Letzte Antwort
                    0
                    • paul53P paul53

                      @maik5066
                      Du hast 6 Datenpunkte für jeweils eine 1000-W-Stufe?
                      Vorschlag:

                      Blockly_temp.JPG

                      Bei PV-Überschuss muss die Hysterese etwas größer sein als die Leistungsaufnahme einer Stufe.
                      Das Skript funktioniert so nur, wenn auch tatsächlich in jeder Stufe 1000 W Verbrauch zugeschaltet werden.
                      Ohne das Zuschalten von Verbrauchern machen Stufen keinen Sinn, denn dann ist der Überschuss in W ausreichend aussagekräftig.

                      M Offline
                      M Offline
                      maik5066
                      schrieb am zuletzt editiert von
                      #10

                      @paul53 Danke dir, 2 kleine Fragen habe ich noch, welche Objekt ID soll ich in der Funktion wie in der oben rechten Prüfung einsetzten ? Gibt es nur einen Datenpunkt der dann Zahlen von 1-6 beinhaltet ?

                      paul53P 1 Antwort Letzte Antwort
                      0
                      • M maik5066

                        @paul53 Danke dir, 2 kleine Fragen habe ich noch, welche Objekt ID soll ich in der Funktion wie in der oben rechten Prüfung einsetzten ? Gibt es nur einen Datenpunkt der dann Zahlen von 1-6 beinhaltet ?

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

                        @maik5066 sagte: Gibt es nur einen Datenpunkt der dann Zahlen von 1-6 beinhaltet ?

                        Nein, es sind 6 DP vom Typ "boolean", die jeweils einen 1000 W Verbraucher zuschalten.

                        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

                        M 1 Antwort Letzte Antwort
                        0
                        • paul53P paul53

                          @maik5066 sagte: Gibt es nur einen Datenpunkt der dann Zahlen von 1-6 beinhaltet ?

                          Nein, es sind 6 DP vom Typ "boolean", die jeweils einen 1000 W Verbraucher zuschalten.

                          M Offline
                          M Offline
                          maik5066
                          schrieb am zuletzt editiert von
                          #12

                          @paul53 danke dir, ich habe es jetzt mit 10 Stufen so umgesetzt , was soll ich auf den Abfragen ob rechts eintragen
                          Screenshot 2024-02-23 1517122.png !Screenshot 2024-02-23 151635.png

                          paul53P 1 Antwort Letzte Antwort
                          0
                          • M maik5066

                            @paul53 danke dir, ich habe es jetzt mit 10 Stufen so umgesetzt , was soll ich auf den Abfragen ob rechts eintragen
                            Screenshot 2024-02-23 1517122.png !Screenshot 2024-02-23 151635.png

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

                            @maik5066 sagte: was soll ich auf den Abfragen ob rechts eintragen

                            Oben beginnend mit "PVueber10000" abwärts.
                            Mit den User-Datenpunkten wird es nicht funktionieren, da damit keine Verbraucher geschaltet werden. Das Zu- und Abschalten von Verbrauchern hat Rückwirkung auf den PV-Überschuss, was im Skript vorausgesetzt wird.

                            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

                            M 1 Antwort Letzte Antwort
                            0
                            • paul53P paul53

                              @maik5066 sagte: was soll ich auf den Abfragen ob rechts eintragen

                              Oben beginnend mit "PVueber10000" abwärts.
                              Mit den User-Datenpunkten wird es nicht funktionieren, da damit keine Verbraucher geschaltet werden. Das Zu- und Abschalten von Verbrauchern hat Rückwirkung auf den PV-Überschuss, was im Skript vorausgesetzt wird.

                              M Offline
                              M Offline
                              maik5066
                              schrieb am zuletzt editiert von
                              #14

                              @paul53 Entschuldige ich verstehe es leider nicht :
                              der Block setze Stufe auf , kannst mir diesen beschreiben
                              Die Funktion "um Stufen" , kannst du mir diesen auch beschreiben
                              Danke dir für deine Hilfe.

                              1 Antwort Letzte Antwort
                              0

                              Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                              Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                              Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                              Registrieren Anmelden
                              Antworten
                              • In einem neuen Thema antworten
                              Anmelden zum Antworten
                              • Älteste zuerst
                              • Neuste zuerst
                              • Meiste Stimmen


                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              586

                              Online

                              32.7k

                              Benutzer

                              82.6k

                              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