Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. JavaScript
    5. Javascript spinnt

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Javascript spinnt

    This topic has been deleted. Only users with topic management privileges can see it.
    • paul53
      paul53 @Homoran last edited by

      @Homoran
      Nur eine Vermutung: Vielleicht macht der Umlaut "ä" in der Timer-Variable Probleme ?

      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @paul53 last edited by

        @paul53 sagte in Javascript spinnt:

        Nur eine Vermutung:

        Danke! ich bin ja froh über jeden Strohhalm.

        Habe eben noch mal etwas geändert - abgespeichert - lief! 🍾
        noch mal gestartet - lief wieder nicht 😡

        werde jetzt mal das ä rausnehemn

        Homoran 1 Reply Last reply Reply Quote 0
        • AlCalzone
          AlCalzone Developer @paul53 last edited by

          @paul53 sagte in Javascript spinnt:

          Der Script-Editor meckert alle NPM-Module an, was man ignorieren sollte.

          Ist das immer noch so? 😥 Der Fix dafür sollte eigentlich schon längst published sein...

          paul53 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Homoran last edited by

            @Homoran sagte in Javascript spinnt:

            werde jetzt mal das ä rausnehemn

            vorsichtiger Optimismus:
            Hat jetzt 4 Testzyklen in Folge keine Probleme gemacht.

            Nach dem Abspeichern klappt es meistens sowieso einmal - aber 4x ist schon fast eine Revolution.
            Werde es weiter beobachten.

            Allerdings lief es letztes Jahr auch mit dem ä ohne Probleme, da aber mit anderen Versionen von controller und js

            paul53 1 Reply Last reply Reply Quote 0
            • paul53
              paul53 @Homoran last edited by

              @Homoran sagte:

              da aber mit anderen Versionen von controller und js

              JS-Adapter und js-controller dürften keinen Einfluss auf Variablenbezeichner haben, eher der Compiler (V8) einer neueren Node.js-Version.

              1 Reply Last reply Reply Quote 0
              • paul53
                paul53 @AlCalzone last edited by

                @AlCalzone sagte:

                Der Fix dafür sollte eigentlich schon längst published sein...

                Schon in Version 4.4.0 ?

                AlCalzone 1 Reply Last reply Reply Quote 0
                • AlCalzone
                  AlCalzone Developer @paul53 last edited by

                  @paul53 Eigentlich schon 4.3.2:
                  https://github.com/ioBroker/ioBroker.javascript#432-2019-10-27

                  Vielleicht hab ich auch die passende Entwicklerversion installiert, aber für require("axios") geht es bei mir.

                  paul53 1 Reply Last reply Reply Quote 0
                  • paul53
                    paul53 @AlCalzone last edited by

                    @AlCalzone
                    4.4.0 meldet bei mir: Cannot find module 'suncalc'

                    AlCalzone 1 Reply Last reply Reply Quote 0
                    • AlCalzone
                      AlCalzone Developer @paul53 last edited by

                      @paul53 Bei mir auch - hast du das in den zusätzlichen Modulen eingetragen oder lädst du das bereits integrierte Modul?

                      paul53 1 Reply Last reply Reply Quote 0
                      • paul53
                        paul53 @AlCalzone last edited by paul53

                        @AlCalzone sagte:

                        lädst du das bereits integrierte Modul?

                        Ja.
                        Die Fehlermeldung erhalte ich aber auch bei dem zusätzlich installierten Modul "xml2js".

                        Homoran AlCalzone 3 Replies Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @paul53 last edited by

                          @paul53
                          @AlCalzone

                          ich habe diese Fehler auch bei (noch aus alten Konfigs) zusätzlichen modulen suncalc und request

                          1 Reply Last reply Reply Quote 0
                          • AlCalzone
                            AlCalzone Developer @paul53 last edited by

                            @paul53 Hmm dann muss ich doch nochmal ran...

                            1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators last edited by

                              @paul53
                              ich traue mich kaum es zu sagen.

                              mit dem Druckwaechter hatte ich bisher keinen einzigen Ausfall.
                              gestern und heute bestimmt 20x getestet

                              AlCalzone 1 Reply Last reply Reply Quote 0
                              • AlCalzone
                                AlCalzone Developer @Homoran last edited by

                                @Homoran Interessant, dabei ist es ein gültiger Variablenname:
                                https://mothereff.in/js-variables#Druckwächter

                                Homoran 1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @AlCalzone last edited by

                                  @AlCalzone
                                  Es wäre zu schön gewesen:
                                  Pumpensteuerung_so_darf_es_immer_noch_nicht.png

                                  Bis heute nachmittag lief es problemlos und ich hatte schon gedacht das ä war es wirklich.

                                  Vielleicht doch das editieren und neu Abspeichern.
                                  Erinnert mich etwas an CCU-Programme, die nach zu häufiger Änderung neu geschrieben werden mussten.

                                  Ich habe a) keine Ahnung mehr was noch möglich wäre und b) keine Lust alles neu aufzusetzen um mögliche versteckte Fehler nicht mitzuschleppen.
                                  Es handelt sich um das produktive System, das allmählich einen etwas größeren Umfang erlangt hat.

                                  paul53 1 Reply Last reply Reply Quote 0
                                  • paul53
                                    paul53 @Homoran last edited by

                                    @Homoran
                                    Ist es gewollt, dass der Datenpunkt "Aus-Counter", der bei < 40 kPa hochgezählt wird, nur im Druckbereich zwischen 40 und 70 kPa ausgewertet wird ? Muss es überhaupt ein Datenpunkt sein ?
                                    Poste mal einen Export von Deinem Blockly.

                                    Homoran 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @paul53 last edited by

                                      @paul53
                                      Erst mal Zwischenstand:
                                      es lief jetzt immer falsch, die zyklische Ausführung wurde nie mehr gestoppt.
                                      Habe dann die js-Instanzen beide neu gestartet, ab da lief es immer richtig.
                                      Ich glaube als o nicht mehr, dass es am Skript liegt. Dieses lief ja jahrelang problemlos.

                                      Irgendwann bekam ich dann Probleme mit der js Instanz, so dass ich eine zweite anlegen musste, alle Skripte dorthin verschieben und dann die erste löschen und neu instanziieren.

                                      Ich glaube, dass da der Hund begraben ist.


                                      @paul53 sagte in Javascript spinnt:

                                      Ist es gewollt, dass der Datenpunkt "Aus-Counter", der bei < 40 kPa hochgezählt wird, nur im Druckbereich zwischen 40 und 70 kPa ausgewertet wird ?

                                      Nein - ist es nicht! er sollte auch nur im Druckbereich <40 kPa ausgewertet werden.

                                      @paul53 sagte in Javascript spinnt:

                                      Muss es überhaupt ein Datenpunkt sein ?

                                      Nein muss es auch nicht.
                                      Wie geschrieben ist dies eins meiner ersten komplexeren Blocklys, damals habe ich noch aus CCU-Manier mit Sysvar gearbeitet.
                                      Würde ich heute auch nicht mehr machen, wie noch ein paar kleinere Dinge im Skript.

                                      Es handelt sich hier eher um zwei Skripte, einmal die Automatische Steuerung der Pumpe bei schönem Wetter und Sonne auf dem Kollektor um die Wassertemperatur zu erhöhen, auch wenn ich bei der optimalen Zeit meist unterwegs auf Arbeit war.

                                      Das zweite Skript ist der Pumpenwächter, der den Druck überprüft, falls sich der Skimmerkorb im Skimmerverfangen hatte.

                                      
                                      BlocklyJavascriptTypeScript
                                      Protokoll
                                      Ausgewählte Blöcke exportieren
                                      <xml xmlns="http://www.w3.org/1999/xhtml">
                                        <block type="procedures_defcustomnoreturn" id="#G`pRUd$a3;xkDp![KRU" x="-88" y="-537">
                                          <mutation statements="false"></mutation>
                                          <field name="NAME">runden</field>
                                          <field name="SCRIPT">cmV0dXJuIHZhbC50b0ZpeGVkKDEpOw==</field>
                                          <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                        </block>
                                        <block type="on_ext" id="~0z1WcM3VtqRx(xis:#q" x="-87" y="-487">
                                          <mutation items="5"></mutation>
                                          <field name="CONDITION">ne</field>
                                          <field name="ACK_CONDITION"></field>
                                          <value name="OID0">
                                            <shadow type="field_oid" id="H1EU$)w,[pY%)r0hFO$]">
                                              <field name="oid">hm-rpc.0.KEQ0963583.4.TEMPERATURE</field>
                                            </shadow>
                                          </value>
                                          <value name="OID1">
                                            <shadow type="field_oid" id=":_P?*Qq{.{.{yb1xV#/b">
                                              <field name="oid">hm-rega.0.16936</field>
                                            </shadow>
                                          </value>
                                          <value name="OID2">
                                            <shadow type="field_oid" id="PaW66w{U*Git7nzr3J6,">
                                              <field name="oid">hm-rpc.0.KEQ1022589.1.STATE</field>
                                            </shadow>
                                          </value>
                                          <value name="OID3">
                                            <shadow type="field_oid" id="C7,39_0vUt^J?e`5=e78">
                                              <field name="oid">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                            </shadow>
                                          </value>
                                          <value name="OID4">
                                            <shadow type="field_oid" id="aU+[=~eAGemvzTR=6O?Z">
                                              <field name="oid">Messwerte.0.Pool.Not-Aus</field>
                                            </shadow>
                                          </value>
                                          <statement name="STATEMENT">
                                            <block type="controls_if" id="WZvaJ(#]u(7vLc,.mF4F">
                                              <value name="IF0">
                                                <block type="logic_compare" id="U@97se{i+_wiy.mt_,ga">
                                                  <field name="OP">EQ</field>
                                                  <value name="A">
                                                    <block type="get_value" id="+-X{~)O2?A18|.HmCQrh">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">Messwerte.0.Pool.manual_override</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="logic_boolean" id="^U7s`BvR=cFk8mQ)Bu_4">
                                                      <field name="BOOL">FALSE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="controls_if" id="%-$1Z(Z/f..b%j$C#Pj6">
                                                  <mutation elseif="1"></mutation>
                                                  <value name="IF0">
                                                    <block type="logic_operation" id="kIl|n|zojZD~v5`6G)l0" inline="false">
                                                      <field name="OP">AND</field>
                                                      <value name="A">
                                                        <block type="logic_operation" id="dEw(d4QJ(z/9oWUQb-gs" inline="false">
                                                          <field name="OP">AND</field>
                                                          <value name="A">
                                                            <block type="logic_operation" id="L%T4HRa!QR7^i{B%y5Id" inline="false">
                                                              <field name="OP">AND</field>
                                                              <value name="A">
                                                                <block type="logic_operation" id="Z=mwis?v!BSZz,1Hp|Xw" inline="false">
                                                                  <field name="OP">AND</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="y/+_y4zn~$sFiVlLMpVY">
                                                                      <field name="OP">GT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="j{g)sOk6m/zHVM,J)XVJ">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rega.0.16936</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="+ork5;0#Rnw{m~Iu+vYD">
                                                                          <field name="NUM">120</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_compare" id="W1Qph?AQghG.WloZz~0Q">
                                                                      <field name="OP">LT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="fz;w)[;gkMa+EUr-2%rv">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rega.0.16936</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="B2#6K$?p=1x`HF7m09V{">
                                                                          <field name="NUM">300</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_operation" id="DdYfH28Q{*1n#;}x5Gzr" inline="false">
                                                                  <field name="OP">AND</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="bH1Yv^L5N/Xl1.z)B#i(">
                                                                      <field name="OP">GT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="!J*q3HAV(q=`Lo2(z|,b">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ0963583.4.TEMPERATURE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="doI8?U=r~X0K=-yC#$5H">
                                                                          <field name="NUM">8</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_compare" id=";+ibs^X5!anU1G(Ep?Cb">
                                                                      <field name="OP">EQ</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="1Bt5bgE9;1AwCi;;Y90g">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ1022589.1.STATE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="Ou(e`K%y7S}m@94WME,r">
                                                                          <field name="NUM">1</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_operation" id="C$|1emUo]]5@WSAVeMi]" inline="false">
                                                              <field name="OP">AND</field>
                                                              <value name="A">
                                                                <block type="logic_compare" id="]@Zsi{3obnlDGaIleRrO">
                                                                  <field name="OP">GT</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="jH}16=*^Sy(erAcq+LPe">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="math_number" id="A-W0:pEt}94V#c9GU4?]">
                                                                      <field name="NUM">15</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_compare" id="HnRUVkn7j;Oev=m.L!Q8">
                                                                  <field name="OP">EQ</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="mi^IjDu};a3Y0HN;7aS,">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_boolean" id="nro@{*_ueW2P#g{pE}Mv">
                                                                      <field name="BOOL">FALSE</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="logic_operation" id="g6E1jEIyG-$s8VuBq`zH" inline="false">
                                                          <field name="OP">AND</field>
                                                          <value name="A">
                                                            <block type="logic_compare" id="Zx(8j(SS!k4dY3{Yr2Gd">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="get_value" id="F/p(Psbhp0T]A]n!xfHE">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">Messwerte.0.Pool.Overheat</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_boolean" id="S?kAXXX~G0?v3YDi3ExX">
                                                                  <field name="BOOL">FALSE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_compare" id="e2Mw_ri_+s*-o/0y5[LM">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="get_value" id="Rek#v]T__GQ=cYoVxozB">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">Messwerte.0.Pool.Not-Aus</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_boolean" id="qk8BkKn4Nkzl4OTiz;_N">
                                                                  <field name="BOOL">FALSE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO0">
                                                    <block type="update" id="i9_6S5vAf/V]BBKC9NSv">
                                                      <mutation delay_input="true"></mutation>
                                                      <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                      <field name="WITH_DELAY">TRUE</field>
                                                      <field name="DELAY_MS">200</field>
                                                      <field name="UNIT">ms</field>
                                                      <field name="CLEAR_RUNNING">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="text_join" id="*MME[_vPh9bx~5e?LEEv">
                                                          <mutation items="9"></mutation>
                                                          <value name="ADD0">
                                                            <block type="text" id="w.d6}-m$Qbk;!Xi0Aq*b">
                                                              <field name="TEXT">&lt;strong&gt;Automatischer Start!&lt;/strong&gt;&lt;br&gt;</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD1">
                                                            <block type="text" id="y(XKWMLU$Q)=o.)J1?Fn">
                                                              <field name="TEXT">Die Sonne steht bei </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD2">
                                                            <block type="get_value" id="W-fo2vrh0jxP,36x[^gW">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rega.0.16936</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD3">
                                                            <block type="text" id="~(*e??V1Cc#@DW|q7-B{">
                                                              <field name="TEXT">°, die Lufttemperatur beträgt </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD4">
                                                            <block type="get_value" id="_,B*X[i]1Ab#s0s)Y,A#">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD5">
                                                            <block type="text" id="+]v,,K+r`E=R94(ROo#p">
                                                              <field name="TEXT">°C, die Wassertemperatur beträgt </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD6">
                                                            <block type="get_value" id="Y3rBl{OK?AWWP2}m0LRz">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD7">
                                                            <block type="logic_ternary" id="#JG?CZx|H:7-n7LU*Jxn">
                                                              <value name="IF">
                                                                <block type="get_value" id="ySYY/W=cdMF!tE,tKziM">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.0.KEQ1022589.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="THEN">
                                                                <block type="text" id="gTq;0*77jqWLq^P53SK%">
                                                                  <field name="TEXT">°C, es regnet </field>
                                                                </block>
                                                              </value>
                                                              <value name="ELSE">
                                                                <block type="text" id="$4,K!v=4xJLIhuUQ5+lx">
                                                                  <field name="TEXT">°C, kein Regen </field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="ADD8">
                                                            <block type="logic_ternary" id="1X(#n9/%lN5^[oz=r1Ug">
                                                              <value name="IF">
                                                                <block type="get_value" id="J?]^GLZtT/R1B1-R4F`F">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="THEN">
                                                                <block type="text" id="*YCuR9payg9gl;)7bupg">
                                                                  <field name="TEXT"> und die Pumpe läuft.</field>
                                                                </block>
                                                              </value>
                                                              <value name="ELSE">
                                                                <block type="text" id="`YG,-dp3qa`lEKV#]cAW">
                                                                  <field name="TEXT"> und die Pumpe ist aus.&lt;br&gt; &lt;br&gt;</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="control" id="*/+.,U%bTBciCf{^2.rL">
                                                          <mutation delay_input="true"></mutation>
                                                          <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                          <field name="WITH_DELAY">TRUE</field>
                                                          <field name="DELAY_MS">2000</field>
                                                          <field name="UNIT">ms</field>
                                                          <field name="CLEAR_RUNNING">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="kxIog_bDasx}qW,Cap8H">
                                                              <field name="BOOL">TRUE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </statement>
                                                  <value name="IF1">
                                                    <block type="logic_operation" id="-3wP{BC~9R%wvm]Z^#MH" inline="false">
                                                      <field name="OP">AND</field>
                                                      <value name="A">
                                                        <block type="logic_operation" id="Th_gez@T6HV7e]hE-/Jg" inline="false">
                                                          <field name="OP">OR</field>
                                                          <value name="A">
                                                            <block type="logic_operation" id="8.m]~Z6(_7iq=im$a(BB" inline="false">
                                                              <field name="OP">OR</field>
                                                              <value name="A">
                                                                <block type="logic_operation" id="+haDS-gz:!VtL-=?wl0v" inline="false">
                                                                  <field name="OP">OR</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="FMvA_Cp`S8#p$h}nPDV#">
                                                                      <field name="OP">LT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="ZBXs/|dBrVu#%@~s_O^)">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rega.0.16936</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="{EdZbvp5u!QOGZ03/.,[">
                                                                          <field name="NUM">100</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_compare" id="e^7Mr.)a~2[vJbBz5eAU">
                                                                      <field name="OP">GT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="*YH2@7k-VcB[aT@4}?Z|">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rega.0.16936</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id=";`.-GRV?Iq;TITe~2/;/">
                                                                          <field name="NUM">300</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_operation" id="z5g#eC3vcBXY,^fEIYX:" inline="false">
                                                                  <field name="OP">AND</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="q$,c$BZ0]p*P-12+Es2L">
                                                                      <field name="OP">LT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="Rt)*0sYNh%;W)p$I.%99">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ0963583.4.TEMPERATURE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="4obQZ$#yCc1L=i=$F#2?">
                                                                          <field name="NUM">5</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_compare" id="#BXJ(2A{0(@dGrNwhsxJ">
                                                                      <field name="OP">LT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="AJ]hH#~jL|H^D5|UDFL}">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ0963067.4.TEMPERATURE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="-m[:KCNrU*i-m|vj4kWQ">
                                                                          <field name="NUM">5</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_operation" id="YL?/Pv#Nvzd}Vv$I`}U5" inline="false">
                                                              <field name="OP">OR</field>
                                                              <value name="A">
                                                                <block type="logic_operation" id="fMeOxUP:Gs~NHvR3G{0C" inline="false">
                                                                  <field name="OP">OR</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="(fkm]9*~CVOPj|ZZ^?kV">
                                                                      <field name="OP">EQ</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="^T@ED?T#)62X=dw2;3M^">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ1022589.1.STATE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="F2{xNfLS9y(!AB|3?m|=">
                                                                          <field name="NUM">1</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_operation" id="o,d[Jb!-Ua|#Btve~=w1" inline="false">
                                                                      <field name="OP">AND</field>
                                                                      <value name="A">
                                                                        <block type="logic_compare" id="P2p42@Ix^S?9@IckT=K%">
                                                                          <field name="OP">LT</field>
                                                                          <value name="A">
                                                                            <block type="get_value" id="UA$[}0:0J+(@d$VII2~H">
                                                                              <field name="ATTR">val</field>
                                                                              <field name="OID">hm-rpc.0.NEQ0532193.4.TEMPERATURE</field>
                                                                            </block>
                                                                          </value>
                                                                          <value name="B">
                                                                            <block type="math_number" id="6P!RtbsA[#q)dkn;ACuB">
                                                                              <field name="NUM">-0.5</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="logic_compare" id="Lssn@4G~+JWZ;cw$W1sY">
                                                                          <field name="OP">GT</field>
                                                                          <value name="A">
                                                                            <block type="get_value" id="N,R+/2tM0f/w!7gOW[4|">
                                                                              <field name="ATTR">val</field>
                                                                              <field name="OID">Messwerte.0.Pool.Pumpenlaufzeit</field>
                                                                            </block>
                                                                          </value>
                                                                          <value name="B">
                                                                            <block type="math_number" id="Vpg~[,/aZUiBM.[.d]4?">
                                                                              <field name="NUM">180</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_compare" id="vF311_u1a+~]3%TzI8)H">
                                                                  <field name="OP">LT</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="]0y}OP-hESgf2W+#~,H$">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="math_number" id="~L~zU/[JKBf3fpX]Pxxr">
                                                                      <field name="NUM">15</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="logic_compare" id="5chpjtAkNipB?-x0cNo4">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="get_value" id="l.6_Eo5{;JP#@xDf3h{(">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_boolean" id="QjIGxR]6f?{DUi?RXsxZ">
                                                              <field name="BOOL">TRUE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO1">
                                                    <block type="update" id="UoX#QL*M8LTi4YBv$X.R">
                                                      <mutation delay_input="true"></mutation>
                                                      <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                      <field name="WITH_DELAY">TRUE</field>
                                                      <field name="DELAY_MS">200</field>
                                                      <field name="UNIT">ms</field>
                                                      <field name="CLEAR_RUNNING">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="text_join" id="z@+$3:JhI1nR]m(0Cfmr">
                                                          <mutation items="13"></mutation>
                                                          <value name="ADD0">
                                                            <block type="text" id="0@v:,ZVQGU`HXu_]f=B!">
                                                              <field name="TEXT">&lt;strong&gt;Automatischer Stop!&lt;/strong&gt;&lt;br&gt;</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD1">
                                                            <block type="text" id="*~%pvtm^c/RcpEMvCD=u">
                                                              <field name="TEXT">Die Sonne steht bei </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD2">
                                                            <block type="get_value" id="?bbnHPRvwE1mLm}e={4I">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rega.0.16936</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD3">
                                                            <block type="text" id="V]HyBjpwUekH/n|l2~]4">
                                                              <field name="TEXT">°, die Lufttemperatur beträgt </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD4">
                                                            <block type="get_value" id="-^C3[A,W~0TiI{ZRk15T">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD5">
                                                            <block type="text" id="myr{PR!dvG/}q,nkujpQ">
                                                              <field name="TEXT">°C, die Wassertemperatur beträgt </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD6">
                                                            <block type="get_value" id="FgK;@rO,zu/#w=rTiIQh">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD7">
                                                            <block type="logic_ternary" id="^qm]@/[-pNeppyEsHwFR">
                                                              <value name="IF">
                                                                <block type="get_value" id=",9tLmqP7{G/he4{gZN2X">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.0.KEQ1022589.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="THEN">
                                                                <block type="text" id="RkXC6(Fkv7dcQHVMXd:p">
                                                                  <field name="TEXT">°C, es regnet </field>
                                                                </block>
                                                              </value>
                                                              <value name="ELSE">
                                                                <block type="text" id="Eh-e?##TIt.ox-kR?4tk">
                                                                  <field name="TEXT">°C, kein Regen </field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="ADD8">
                                                            <block type="logic_ternary" id="/pf88I!.I)8-vD,_y8#e">
                                                              <value name="IF">
                                                                <block type="get_value" id="Jb]Z0oK5qsyjZ8!Be{e)">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="THEN">
                                                                <block type="text" id="_wk#n8V:7,6ByQ+gk#{q">
                                                                  <field name="TEXT"> und die Pumpe läuft.</field>
                                                                </block>
                                                              </value>
                                                              <value name="ELSE">
                                                                <block type="text" id="`H:TnBv8.e#5kz!VL}6?">
                                                                  <field name="TEXT"> und die Pumpe ist aus.</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="ADD9">
                                                            <block type="text" id="jI)Tt@Sr3a^SRk{G?a7%">
                                                              <field name="TEXT">&lt;br&gt;</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD10">
                                                            <block type="text" id="y^VPj`G1FLEzR6srG4J9">
                                                              <field name="TEXT">Die Pumpe lief bisher </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD11">
                                                            <block type="get_value" id="R2#dVUE=urM`iWas^(wz">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">Messwerte.0.Pool.Pumpenlaufzeit</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD12">
                                                            <block type="text" id="fH}1.?YqR_E{FhXOzB2v">
                                                              <field name="TEXT"> Minuten.&lt;br&gt; &lt;br&gt;</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="control" id="{dZ_LM8-K%KI#6ESl{=u">
                                                          <mutation delay_input="true"></mutation>
                                                          <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                          <field name="WITH_DELAY">TRUE</field>
                                                          <field name="DELAY_MS">2000</field>
                                                          <field name="UNIT">ms</field>
                                                          <field name="CLEAR_RUNNING">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="smws*VIwIL3nsq7vvg$E">
                                                              <field name="BOOL">FALSE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </statement>
                                                </block>
                                              </statement>
                                            </block>
                                          </statement>
                                        </block>
                                        <block type="on_ext" id="7jZ(L0;R(%.7]32j841@" x="912" y="-488">
                                          <mutation items="1"></mutation>
                                          <field name="CONDITION">any</field>
                                          <field name="ACK_CONDITION">true</field>
                                          <value name="OID0">
                                            <shadow type="field_oid" id="H6r?E$yCQeT%hI3TSeL!">
                                              <field name="oid">hm-rpc.0.LTK0044647.2.PRESS_SHORT</field>
                                            </shadow>
                                          </value>
                                          <statement name="STATEMENT">
                                            <block type="update" id="*YCEK%JD0$u*dc%9Q^b?">
                                              <mutation delay_input="false"></mutation>
                                              <field name="OID">Messwerte.0.Pool.manual_override</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id="EZbOz8FGI9bMB22g@z#q">
                                                  <field name="BOOL">TRUE</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="control" id="!mx!iuwP5;/W,Ehp^^Mb">
                                                  <mutation delay_input="false"></mutation>
                                                  <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="Z0fA+rn=t`0#`f{5;+:}">
                                                      <field name="BOOL">TRUE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                          <next>
                                            <block type="on_ext" id="R+ri%tn^lNR2BSEekeYh">
                                              <mutation items="1"></mutation>
                                              <field name="CONDITION">any</field>
                                              <field name="ACK_CONDITION">true</field>
                                              <value name="OID0">
                                                <shadow type="field_oid" id="95@FA,GFuF9?[2W]CZ]!">
                                                  <field name="oid">hm-rpc.0.LTK0044647.1.PRESS_SHORT</field>
                                                </shadow>
                                              </value>
                                              <statement name="STATEMENT">
                                                <block type="update" id="K2E%mS4R;VTg-.+mF~OI">
                                                  <mutation delay_input="false"></mutation>
                                                  <field name="OID">Messwerte.0.Pool.manual_override</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="zR|g4+^[u5QAbdqN:Hoo">
                                                      <field name="BOOL">FALSE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                            </block>
                                          </next>
                                        </block>
                                      </xml>
                                      
                                      <xml xmlns="http://www.w3.org/1999/xhtml">
                                        <block type="procedures_defcustomnoreturn" id="#G`pRUd$a3;xkDp![KRU" x="-88" y="-537">
                                          <mutation statements="false"></mutation>
                                          <field name="NAME">runden</field>
                                          <field name="SCRIPT">cmV0dXJuIHZhbC50b0ZpeGVkKDEpOw==</field>
                                          <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                        </block>
                                        <block type="on_ext" id="~0z1WcM3VtqRx(xis:#q" x="-87" y="-487">
                                          <mutation items="5"></mutation>
                                          <field name="CONDITION">ne</field>
                                          <field name="ACK_CONDITION"></field>
                                          <value name="OID0">
                                            <shadow type="field_oid" id="H1EU$)w,[pY%)r0hFO$]">
                                              <field name="oid">hm-rpc.0.KEQ0963583.4.TEMPERATURE</field>
                                            </shadow>
                                          </value>
                                          <value name="OID1">
                                            <shadow type="field_oid" id=":_P?*Qq{.{.{yb1xV#/b">
                                              <field name="oid">hm-rega.0.16936</field>
                                            </shadow>
                                          </value>
                                          <value name="OID2">
                                            <shadow type="field_oid" id="PaW66w{U*Git7nzr3J6,">
                                              <field name="oid">hm-rpc.0.KEQ1022589.1.STATE</field>
                                            </shadow>
                                          </value>
                                          <value name="OID3">
                                            <shadow type="field_oid" id="C7,39_0vUt^J?e`5=e78">
                                              <field name="oid">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                            </shadow>
                                          </value>
                                          <value name="OID4">
                                            <shadow type="field_oid" id="aU+[=~eAGemvzTR=6O?Z">
                                              <field name="oid">Messwerte.0.Pool.Not-Aus</field>
                                            </shadow>
                                          </value>
                                          <statement name="STATEMENT">
                                            <block type="controls_if" id="WZvaJ(#]u(7vLc,.mF4F">
                                              <value name="IF0">
                                                <block type="logic_compare" id="U@97se{i+_wiy.mt_,ga">
                                                  <field name="OP">EQ</field>
                                                  <value name="A">
                                                    <block type="get_value" id="+-X{~)O2?A18|.HmCQrh">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">Messwerte.0.Pool.manual_override</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="logic_boolean" id="^U7s`BvR=cFk8mQ)Bu_4">
                                                      <field name="BOOL">FALSE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="controls_if" id="%-$1Z(Z/f..b%j$C#Pj6">
                                                  <mutation elseif="1"></mutation>
                                                  <value name="IF0">
                                                    <block type="logic_operation" id="kIl|n|zojZD~v5`6G)l0" inline="false">
                                                      <field name="OP">AND</field>
                                                      <value name="A">
                                                        <block type="logic_operation" id="dEw(d4QJ(z/9oWUQb-gs" inline="false">
                                                          <field name="OP">AND</field>
                                                          <value name="A">
                                                            <block type="logic_operation" id="L%T4HRa!QR7^i{B%y5Id" inline="false">
                                                              <field name="OP">AND</field>
                                                              <value name="A">
                                                                <block type="logic_operation" id="Z=mwis?v!BSZz,1Hp|Xw" inline="false">
                                                                  <field name="OP">AND</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="y/+_y4zn~$sFiVlLMpVY">
                                                                      <field name="OP">GT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="j{g)sOk6m/zHVM,J)XVJ">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rega.0.16936</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="+ork5;0#Rnw{m~Iu+vYD">
                                                                          <field name="NUM">120</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_compare" id="W1Qph?AQghG.WloZz~0Q">
                                                                      <field name="OP">LT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="fz;w)[;gkMa+EUr-2%rv">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rega.0.16936</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="B2#6K$?p=1x`HF7m09V{">
                                                                          <field name="NUM">300</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_operation" id="DdYfH28Q{*1n#;}x5Gzr" inline="false">
                                                                  <field name="OP">AND</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="bH1Yv^L5N/Xl1.z)B#i(">
                                                                      <field name="OP">GT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="!J*q3HAV(q=`Lo2(z|,b">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ0963583.4.TEMPERATURE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="doI8?U=r~X0K=-yC#$5H">
                                                                          <field name="NUM">8</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_compare" id=";+ibs^X5!anU1G(Ep?Cb">
                                                                      <field name="OP">EQ</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="1Bt5bgE9;1AwCi;;Y90g">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ1022589.1.STATE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="Ou(e`K%y7S}m@94WME,r">
                                                                          <field name="NUM">1</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_operation" id="C$|1emUo]]5@WSAVeMi]" inline="false">
                                                              <field name="OP">AND</field>
                                                              <value name="A">
                                                                <block type="logic_compare" id="]@Zsi{3obnlDGaIleRrO">
                                                                  <field name="OP">GT</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="jH}16=*^Sy(erAcq+LPe">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="math_number" id="A-W0:pEt}94V#c9GU4?]">
                                                                      <field name="NUM">15</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_compare" id="HnRUVkn7j;Oev=m.L!Q8">
                                                                  <field name="OP">EQ</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="mi^IjDu};a3Y0HN;7aS,">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_boolean" id="nro@{*_ueW2P#g{pE}Mv">
                                                                      <field name="BOOL">FALSE</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="logic_operation" id="g6E1jEIyG-$s8VuBq`zH" inline="false">
                                                          <field name="OP">AND</field>
                                                          <value name="A">
                                                            <block type="logic_compare" id="Zx(8j(SS!k4dY3{Yr2Gd">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="get_value" id="F/p(Psbhp0T]A]n!xfHE">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">Messwerte.0.Pool.Overheat</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_boolean" id="S?kAXXX~G0?v3YDi3ExX">
                                                                  <field name="BOOL">FALSE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_compare" id="e2Mw_ri_+s*-o/0y5[LM">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="get_value" id="Rek#v]T__GQ=cYoVxozB">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">Messwerte.0.Pool.Not-Aus</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_boolean" id="qk8BkKn4Nkzl4OTiz;_N">
                                                                  <field name="BOOL">FALSE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO0">
                                                    <block type="update" id="i9_6S5vAf/V]BBKC9NSv">
                                                      <mutation delay_input="true"></mutation>
                                                      <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                      <field name="WITH_DELAY">TRUE</field>
                                                      <field name="DELAY_MS">200</field>
                                                      <field name="UNIT">ms</field>
                                                      <field name="CLEAR_RUNNING">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="text_join" id="*MME[_vPh9bx~5e?LEEv">
                                                          <mutation items="9"></mutation>
                                                          <value name="ADD0">
                                                            <block type="text" id="w.d6}-m$Qbk;!Xi0Aq*b">
                                                              <field name="TEXT">&lt;strong&gt;Automatischer Start!&lt;/strong&gt;&lt;br&gt;</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD1">
                                                            <block type="text" id="y(XKWMLU$Q)=o.)J1?Fn">
                                                              <field name="TEXT">Die Sonne steht bei </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD2">
                                                            <block type="get_value" id="W-fo2vrh0jxP,36x[^gW">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rega.0.16936</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD3">
                                                            <block type="text" id="~(*e??V1Cc#@DW|q7-B{">
                                                              <field name="TEXT">°, die Lufttemperatur beträgt </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD4">
                                                            <block type="get_value" id="_,B*X[i]1Ab#s0s)Y,A#">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD5">
                                                            <block type="text" id="+]v,,K+r`E=R94(ROo#p">
                                                              <field name="TEXT">°C, die Wassertemperatur beträgt </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD6">
                                                            <block type="get_value" id="Y3rBl{OK?AWWP2}m0LRz">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD7">
                                                            <block type="logic_ternary" id="#JG?CZx|H:7-n7LU*Jxn">
                                                              <value name="IF">
                                                                <block type="get_value" id="ySYY/W=cdMF!tE,tKziM">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.0.KEQ1022589.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="THEN">
                                                                <block type="text" id="gTq;0*77jqWLq^P53SK%">
                                                                  <field name="TEXT">°C, es regnet </field>
                                                                </block>
                                                              </value>
                                                              <value name="ELSE">
                                                                <block type="text" id="$4,K!v=4xJLIhuUQ5+lx">
                                                                  <field name="TEXT">°C, kein Regen </field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="ADD8">
                                                            <block type="logic_ternary" id="1X(#n9/%lN5^[oz=r1Ug">
                                                              <value name="IF">
                                                                <block type="get_value" id="J?]^GLZtT/R1B1-R4F`F">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="THEN">
                                                                <block type="text" id="*YCuR9payg9gl;)7bupg">
                                                                  <field name="TEXT"> und die Pumpe läuft.</field>
                                                                </block>
                                                              </value>
                                                              <value name="ELSE">
                                                                <block type="text" id="`YG,-dp3qa`lEKV#]cAW">
                                                                  <field name="TEXT"> und die Pumpe ist aus.&lt;br&gt; &lt;br&gt;</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="control" id="*/+.,U%bTBciCf{^2.rL">
                                                          <mutation delay_input="true"></mutation>
                                                          <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                          <field name="WITH_DELAY">TRUE</field>
                                                          <field name="DELAY_MS">2000</field>
                                                          <field name="UNIT">ms</field>
                                                          <field name="CLEAR_RUNNING">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="kxIog_bDasx}qW,Cap8H">
                                                              <field name="BOOL">TRUE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </statement>
                                                  <value name="IF1">
                                                    <block type="logic_operation" id="-3wP{BC~9R%wvm]Z^#MH" inline="false">
                                                      <field name="OP">AND</field>
                                                      <value name="A">
                                                        <block type="logic_operation" id="Th_gez@T6HV7e]hE-/Jg" inline="false">
                                                          <field name="OP">OR</field>
                                                          <value name="A">
                                                            <block type="logic_operation" id="8.m]~Z6(_7iq=im$a(BB" inline="false">
                                                              <field name="OP">OR</field>
                                                              <value name="A">
                                                                <block type="logic_operation" id="+haDS-gz:!VtL-=?wl0v" inline="false">
                                                                  <field name="OP">OR</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="FMvA_Cp`S8#p$h}nPDV#">
                                                                      <field name="OP">LT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="ZBXs/|dBrVu#%@~s_O^)">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rega.0.16936</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="{EdZbvp5u!QOGZ03/.,[">
                                                                          <field name="NUM">100</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_compare" id="e^7Mr.)a~2[vJbBz5eAU">
                                                                      <field name="OP">GT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="*YH2@7k-VcB[aT@4}?Z|">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rega.0.16936</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id=";`.-GRV?Iq;TITe~2/;/">
                                                                          <field name="NUM">300</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_operation" id="z5g#eC3vcBXY,^fEIYX:" inline="false">
                                                                  <field name="OP">AND</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="q$,c$BZ0]p*P-12+Es2L">
                                                                      <field name="OP">LT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="Rt)*0sYNh%;W)p$I.%99">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ0963583.4.TEMPERATURE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="4obQZ$#yCc1L=i=$F#2?">
                                                                          <field name="NUM">5</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_compare" id="#BXJ(2A{0(@dGrNwhsxJ">
                                                                      <field name="OP">LT</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="AJ]hH#~jL|H^D5|UDFL}">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ0963067.4.TEMPERATURE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="-m[:KCNrU*i-m|vj4kWQ">
                                                                          <field name="NUM">5</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_operation" id="YL?/Pv#Nvzd}Vv$I`}U5" inline="false">
                                                              <field name="OP">OR</field>
                                                              <value name="A">
                                                                <block type="logic_operation" id="fMeOxUP:Gs~NHvR3G{0C" inline="false">
                                                                  <field name="OP">OR</field>
                                                                  <value name="A">
                                                                    <block type="logic_compare" id="(fkm]9*~CVOPj|ZZ^?kV">
                                                                      <field name="OP">EQ</field>
                                                                      <value name="A">
                                                                        <block type="get_value" id="^T@ED?T#)62X=dw2;3M^">
                                                                          <field name="ATTR">val</field>
                                                                          <field name="OID">hm-rpc.0.KEQ1022589.1.STATE</field>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="math_number" id="F2{xNfLS9y(!AB|3?m|=">
                                                                          <field name="NUM">1</field>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_operation" id="o,d[Jb!-Ua|#Btve~=w1" inline="false">
                                                                      <field name="OP">AND</field>
                                                                      <value name="A">
                                                                        <block type="logic_compare" id="P2p42@Ix^S?9@IckT=K%">
                                                                          <field name="OP">LT</field>
                                                                          <value name="A">
                                                                            <block type="get_value" id="UA$[}0:0J+(@d$VII2~H">
                                                                              <field name="ATTR">val</field>
                                                                              <field name="OID">hm-rpc.0.NEQ0532193.4.TEMPERATURE</field>
                                                                            </block>
                                                                          </value>
                                                                          <value name="B">
                                                                            <block type="math_number" id="6P!RtbsA[#q)dkn;ACuB">
                                                                              <field name="NUM">-0.5</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                      <value name="B">
                                                                        <block type="logic_compare" id="Lssn@4G~+JWZ;cw$W1sY">
                                                                          <field name="OP">GT</field>
                                                                          <value name="A">
                                                                            <block type="get_value" id="N,R+/2tM0f/w!7gOW[4|">
                                                                              <field name="ATTR">val</field>
                                                                              <field name="OID">Messwerte.0.Pool.Pumpenlaufzeit</field>
                                                                            </block>
                                                                          </value>
                                                                          <value name="B">
                                                                            <block type="math_number" id="Vpg~[,/aZUiBM.[.d]4?">
                                                                              <field name="NUM">180</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_compare" id="vF311_u1a+~]3%TzI8)H">
                                                                  <field name="OP">LT</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id="]0y}OP-hESgf2W+#~,H$">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="math_number" id="~L~zU/[JKBf3fpX]Pxxr">
                                                                      <field name="NUM">15</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="logic_compare" id="5chpjtAkNipB?-x0cNo4">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="get_value" id="l.6_Eo5{;JP#@xDf3h{(">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_boolean" id="QjIGxR]6f?{DUi?RXsxZ">
                                                              <field name="BOOL">TRUE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <statement name="DO1">
                                                    <block type="update" id="UoX#QL*M8LTi4YBv$X.R">
                                                      <mutation delay_input="true"></mutation>
                                                      <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                      <field name="WITH_DELAY">TRUE</field>
                                                      <field name="DELAY_MS">200</field>
                                                      <field name="UNIT">ms</field>
                                                      <field name="CLEAR_RUNNING">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="text_join" id="z@+$3:JhI1nR]m(0Cfmr">
                                                          <mutation items="13"></mutation>
                                                          <value name="ADD0">
                                                            <block type="text" id="0@v:,ZVQGU`HXu_]f=B!">
                                                              <field name="TEXT">&lt;strong&gt;Automatischer Stop!&lt;/strong&gt;&lt;br&gt;</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD1">
                                                            <block type="text" id="*~%pvtm^c/RcpEMvCD=u">
                                                              <field name="TEXT">Die Sonne steht bei </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD2">
                                                            <block type="get_value" id="?bbnHPRvwE1mLm}e={4I">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rega.0.16936</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD3">
                                                            <block type="text" id="V]HyBjpwUekH/n|l2~]4">
                                                              <field name="TEXT">°, die Lufttemperatur beträgt </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD4">
                                                            <block type="get_value" id="-^C3[A,W~0TiI{ZRk15T">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.JEQ0140901.1.TEMPERATURE</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD5">
                                                            <block type="text" id="myr{PR!dvG/}q,nkujpQ">
                                                              <field name="TEXT">°C, die Wassertemperatur beträgt </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD6">
                                                            <block type="get_value" id="FgK;@rO,zu/#w=rTiIQh">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD7">
                                                            <block type="logic_ternary" id="^qm]@/[-pNeppyEsHwFR">
                                                              <value name="IF">
                                                                <block type="get_value" id=",9tLmqP7{G/he4{gZN2X">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.0.KEQ1022589.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="THEN">
                                                                <block type="text" id="RkXC6(Fkv7dcQHVMXd:p">
                                                                  <field name="TEXT">°C, es regnet </field>
                                                                </block>
                                                              </value>
                                                              <value name="ELSE">
                                                                <block type="text" id="Eh-e?##TIt.ox-kR?4tk">
                                                                  <field name="TEXT">°C, kein Regen </field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="ADD8">
                                                            <block type="logic_ternary" id="/pf88I!.I)8-vD,_y8#e">
                                                              <value name="IF">
                                                                <block type="get_value" id="Jb]Z0oK5qsyjZ8!Be{e)">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                </block>
                                                              </value>
                                                              <value name="THEN">
                                                                <block type="text" id="_wk#n8V:7,6ByQ+gk#{q">
                                                                  <field name="TEXT"> und die Pumpe läuft.</field>
                                                                </block>
                                                              </value>
                                                              <value name="ELSE">
                                                                <block type="text" id="`H:TnBv8.e#5kz!VL}6?">
                                                                  <field name="TEXT"> und die Pumpe ist aus.</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="ADD9">
                                                            <block type="text" id="jI)Tt@Sr3a^SRk{G?a7%">
                                                              <field name="TEXT">&lt;br&gt;</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD10">
                                                            <block type="text" id="y^VPj`G1FLEzR6srG4J9">
                                                              <field name="TEXT">Die Pumpe lief bisher </field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD11">
                                                            <block type="get_value" id="R2#dVUE=urM`iWas^(wz">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">Messwerte.0.Pool.Pumpenlaufzeit</field>
                                                            </block>
                                                          </value>
                                                          <value name="ADD12">
                                                            <block type="text" id="fH}1.?YqR_E{FhXOzB2v">
                                                              <field name="TEXT"> Minuten.&lt;br&gt; &lt;br&gt;</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="control" id="{dZ_LM8-K%KI#6ESl{=u">
                                                          <mutation delay_input="true"></mutation>
                                                          <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                          <field name="WITH_DELAY">TRUE</field>
                                                          <field name="DELAY_MS">2000</field>
                                                          <field name="UNIT">ms</field>
                                                          <field name="CLEAR_RUNNING">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="smws*VIwIL3nsq7vvg$E">
                                                              <field name="BOOL">FALSE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </statement>
                                                </block>
                                              </statement>
                                            </block>
                                          </statement>
                                        </block>
                                        <block type="on_ext" id="7jZ(L0;R(%.7]32j841@" x="912" y="-488">
                                          <mutation items="1"></mutation>
                                          <field name="CONDITION">any</field>
                                          <field name="ACK_CONDITION">true</field>
                                          <value name="OID0">
                                            <shadow type="field_oid" id="H6r?E$yCQeT%hI3TSeL!">
                                              <field name="oid">hm-rpc.0.LTK0044647.2.PRESS_SHORT</field>
                                            </shadow>
                                          </value>
                                          <statement name="STATEMENT">
                                            <block type="update" id="*YCEK%JD0$u*dc%9Q^b?">
                                              <mutation delay_input="false"></mutation>
                                              <field name="OID">Messwerte.0.Pool.manual_override</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id="EZbOz8FGI9bMB22g@z#q">
                                                  <field name="BOOL">TRUE</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="control" id="!mx!iuwP5;/W,Ehp^^Mb">
                                                  <mutation delay_input="false"></mutation>
                                                  <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="Z0fA+rn=t`0#`f{5;+:}">
                                                      <field name="BOOL">TRUE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                          <next>
                                            <block type="on_ext" id="R+ri%tn^lNR2BSEekeYh">
                                              <mutation items="1"></mutation>
                                              <field name="CONDITION">any</field>
                                              <field name="ACK_CONDITION">true</field>
                                              <value name="OID0">
                                                <shadow type="field_oid" id="95@FA,GFuF9?[2W]CZ]!">
                                                  <field name="oid">hm-rpc.0.LTK0044647.1.PRESS_SHORT</field>
                                                </shadow>
                                              </value>
                                              <statement name="STATEMENT">
                                                <block type="update" id="K2E%mS4R;VTg-.+mF~OI">
                                                  <mutation delay_input="false"></mutation>
                                                  <field name="OID">Messwerte.0.Pool.manual_override</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="zR|g4+^[u5QAbdqN:Hoo">
                                                      <field name="BOOL">FALSE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                            </block>
                                          </next>
                                        </block>
                                      </xml>
                                      
                                      

                                      Danke

                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Homoran last edited by Homoran

                                        @Homoran

                                        <xml xmlns="http://www.w3.org/1999/xhtml">
                                          <variables>
                                            <variable type="undefined" id="Druckwaechter">Druckwaechter</variable>
                                          </variables>
                                          <block type="on_ext" id="7dfyAn6SRa*[nLlE6wNr" x="88" y="-688">
                                            <mutation items="1"></mutation>
                                            <field name="CONDITION">ne</field>
                                            <field name="ACK_CONDITION"></field>
                                            <value name="OID0">
                                              <shadow type="field_oid" id="22fT?@[Ak,Y,5ARfKDR0">
                                                <field name="oid">hm-rpc.0.JEQ0646431.1.STATE</field>
                                              </shadow>
                                            </value>
                                            <statement name="STATEMENT">
                                              <block type="controls_if" id=")z={;q=@viwHI1]x-E!n">
                                                <mutation elseif="1"></mutation>
                                                <value name="IF0">
                                                  <block type="logic_compare" id="/jjj`+cYZAPxHH@;p6IO">
                                                    <field name="OP">EQ</field>
                                                    <value name="A">
                                                      <block type="get_value" id="AT;0x.hm%lz`yuC5zo!~">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="logic_boolean" id="zJR/?W/^sfA1]`#W_fHR">
                                                        <field name="BOOL">TRUE</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <statement name="DO0">
                                                  <block type="update" id="w^oDcGY.)jHQKrSZ8_$b">
                                                    <mutation delay_input="false"></mutation>
                                                    <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="text_join" id="u=RwAsZJ_SKtf1W^#7G5">
                                                        <mutation items="1"></mutation>
                                                        <value name="ADD0">
                                                          <block type="text" id="dt=P;{^t[WY;|UfTC].9">
                                                            <field name="TEXT">&lt;h3&gt;Pumpe an!&lt;/h3&gt;</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="comment" id="R!/_I]Eg.Mr8B6BQvpzB">
                                                        <field name="COMMENT">Überprüfung ob sich nach Start Druck aufbaut</field>
                                                        <next>
                                                          <block type="timeouts_setinterval" id="(dmS[J9=$HE%={VXvnap">
                                                            <field name="NAME">Druckwaechter</field>
                                                            <field name="INTERVAL">2000</field>
                                                            <field name="UNIT">ms</field>
                                                            <statement name="STATEMENT">
                                                              <block type="controls_if" id="~lhx*Vs2ryN|,wqvP!x)">
                                                                <mutation elseif="2"></mutation>
                                                                <value name="IF0">
                                                                  <block type="logic_operation" id="?Ikqjg(-]06dNHALPyD:" inline="false">
                                                                    <field name="OP">AND</field>
                                                                    <value name="A">
                                                                      <block type="logic_compare" id="b;EdBH]KsuEYFoEOJRBj">
                                                                        <field name="OP">EQ</field>
                                                                        <value name="A">
                                                                          <block type="get_value" id="Nf}+:qJmE!{r;HPgq08/">
                                                                            <field name="ATTR">val</field>
                                                                            <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                          </block>
                                                                        </value>
                                                                        <value name="B">
                                                                          <block type="logic_boolean" id=";fO$:Hlx9-gvh3~7Sa}J">
                                                                            <field name="BOOL">TRUE</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <block type="logic_compare" id="DIsH6?CKt#eeQqseF[*t">
                                                                        <field name="OP">LT</field>
                                                                        <value name="A">
                                                                          <block type="math_arithmetic" id="Kl3]R#u544Gw=Ay0)w*/" inline="false">
                                                                            <field name="OP">MINUS</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="INcml)H.rD~u^7J:xt(0">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="Y6f4Pem}L6T`1T`$8#T8">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="p+mI@^)NJ3V2%8C!BoGN">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="PTrh,nQk_e1_(`lNtDr,">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">Messwerte.0.Pool.Druckoffset</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="B">
                                                                          <block type="math_number" id=")%M0Vs[*Thkh@[P[)fJ5">
                                                                            <field name="NUM">40</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <statement name="DO0">
                                                                  <block type="update" id="n=2V{qw*}vbeW+j*|3|4">
                                                                    <mutation delay_input="false"></mutation>
                                                                    <field name="OID">Messwerte.0.Pool.Aus-Counter</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="math_arithmetic" id="zxVr.v)8$`]wuc@gZYJx">
                                                                        <field name="OP">ADD</field>
                                                                        <value name="A">
                                                                          <shadow type="math_number" id="d,c/@aBkqFRf?N@Yr-5G">
                                                                            <field name="NUM">1</field>
                                                                          </shadow>
                                                                          <block type="get_value" id="W7K[HLit6M;jMhECjdo4">
                                                                            <field name="ATTR">val</field>
                                                                            <field name="OID">Messwerte.0.Pool.Aus-Counter</field>
                                                                          </block>
                                                                        </value>
                                                                        <value name="B">
                                                                          <shadow type="math_number" id="1kl!u(,!aJwjF!_1ef%r">
                                                                            <field name="NUM">1</field>
                                                                          </shadow>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <next>
                                                                      <block type="update" id="FQJt6GsNG#O5-`rURd@b">
                                                                        <mutation delay_input="false"></mutation>
                                                                        <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                                        <field name="WITH_DELAY">FALSE</field>
                                                                        <value name="VALUE">
                                                                          <block type="text_join" id="V(kh7O_8ml6ima2V=!(H">
                                                                            <mutation items="3"></mutation>
                                                                            <value name="ADD0">
                                                                              <block type="text" id="Kd1m25}S19}M!hrCL4e,">
                                                                                <field name="TEXT">Der Pumpendruck beträgt </field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD1">
                                                                              <block type="math_arithmetic" id="u[,4FDg:-2rbUkFQ20vt" inline="false">
                                                                                <field name="OP">MINUS</field>
                                                                                <value name="A">
                                                                                  <shadow type="math_number" id="INcml)H.rD~u^7J:xt(0">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="get_value" id="$.~H$I;sBm?`%oi4myvz">
                                                                                    <field name="ATTR">val</field>
                                                                                    <field name="OID">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <shadow type="math_number" id="p+mI@^)NJ3V2%8C!BoGN">
                                                                                    <field name="NUM">1</field>
                                                                                  </shadow>
                                                                                  <block type="get_value" id="i2Ym%.6b/*hby$T3xxS9">
                                                                                    <field name="ATTR">val</field>
                                                                                    <field name="OID">Messwerte.0.Pool.Druckoffset</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <value name="ADD2">
                                                                              <block type="text" id="Wrz~UGhB4XFYt@[aiX*O">
                                                                                <field name="TEXT">kPa, Pumpe zieht Luft!</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </statement>
                                                                <value name="IF1">
                                                                  <block type="logic_operation" id="|lv!dTbr^IxwOdd|IJgr" inline="false">
                                                                    <field name="OP">AND</field>
                                                                    <value name="A">
                                                                      <block type="logic_operation" id=";1(v^[i=sQ}QPd`Nt;sI" inline="false">
                                                                        <field name="OP">AND</field>
                                                                        <value name="A">
                                                                          <block type="logic_compare" id="]=?Iqha}AKv$sl9yLKC.">
                                                                            <field name="OP">EQ</field>
                                                                            <value name="A">
                                                                              <block type="get_value" id="|yRK#Er%v%mJ))t}Vl1J">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="logic_boolean" id="y{QTTF,sNl0=?M`;xGxC">
                                                                                <field name="BOOL">TRUE</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="B">
                                                                          <block type="logic_compare" id="@FdJz}BkDt0yP`5pV6}(">
                                                                            <field name="OP">LTE</field>
                                                                            <value name="A">
                                                                              <block type="get_value" id="3%]u)I^}Kk;]o8ELq6Q#">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">Messwerte.0.Pool.Aus-Counter</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <block type="math_number" id="NXsORCA+acza*%?E%wLq">
                                                                                <field name="NUM">25</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <block type="logic_compare" id="Q[q#b4SqBT8h;F^i/Zjv">
                                                                        <field name="OP">GT</field>
                                                                        <value name="A">
                                                                          <block type="math_arithmetic" id="6*z48,4kjj2}MCg~ZLjG" inline="false">
                                                                            <field name="OP">MINUS</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="INcml)H.rD~u^7J:xt(0">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="H=E3)e95V8jZ8]pdse%@">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="p+mI@^)NJ3V2%8C!BoGN">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="+d1+[1Z#U`5~./W%B}0A">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">Messwerte.0.Pool.Druckoffset</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="B">
                                                                          <block type="math_number" id="v({r^T(a[x=KmK|YmuqN">
                                                                            <field name="NUM">70</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <statement name="DO1">
                                                                  <block type="update" id="?`(,B+MiC#:t+,!{9M!|">
                                                                    <mutation delay_input="false"></mutation>
                                                                    <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="text_join" id="ZzygAs|4A8^9~PUdyf7*">
                                                                        <mutation items="3"></mutation>
                                                                        <value name="ADD0">
                                                                          <block type="text" id="zr,%jgd/n~n9@ytoH?tu">
                                                                            <field name="TEXT">Der Pumpendruck beträgt </field>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ADD1">
                                                                          <block type="math_arithmetic" id="~FK)M+G_7Ne%6v0ChmVE" inline="false">
                                                                            <field name="OP">MINUS</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="INcml)H.rD~u^7J:xt(0">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="[$afhI/0-qJxDKj$QVZc">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="p+mI@^)NJ3V2%8C!BoGN">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="get_value" id="1OgHM*qIdtfWM-gEF3//">
                                                                                <field name="ATTR">val</field>
                                                                                <field name="OID">Messwerte.0.Pool.Druckoffset</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                        <value name="ADD2">
                                                                          <block type="text" id="w,_a2K$?2?2*iflXYnj)">
                                                                            <field name="TEXT">kPa, Pumpe OK!</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <next>
                                                                      <block type="timeouts_clearinterval" id="|{Dx7@}:?^_iT2M|_G8?">
                                                                        <field name="NAME">Druckwaechter</field>
                                                                        <next>
                                                                          <block type="update" id="!dT6Nrdz[0Y;|!wj|G=1">
                                                                            <mutation delay_input="false"></mutation>
                                                                            <field name="OID">Messwerte.0.Pool.Aus-Counter</field>
                                                                            <field name="WITH_DELAY">FALSE</field>
                                                                            <value name="VALUE">
                                                                              <block type="math_number" id="TzTku,Loj.[xHXB24mY}">
                                                                                <field name="NUM">0</field>
                                                                              </block>
                                                                            </value>
                                                                            <next>
                                                                              <block type="update" id="iE~B{eq9,^?Ez!Vf?uHR">
                                                                                <mutation delay_input="false"></mutation>
                                                                                <field name="OID">Messwerte.0.Pool.Not-Aus</field>
                                                                                <field name="WITH_DELAY">FALSE</field>
                                                                                <value name="VALUE">
                                                                                  <block type="logic_boolean" id="q^Xs3OBbw0WoN$E{[EIE">
                                                                                    <field name="BOOL">FALSE</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </statement>
                                                                <value name="IF2">
                                                                  <block type="logic_compare" id="%Fq@t|QV#;J`%V|SU=Ge">
                                                                    <field name="OP">GT</field>
                                                                    <value name="A">
                                                                      <block type="get_value" id="5kxD)T_,/44`#Cahfk{~">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">Messwerte.0.Pool.Aus-Counter</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <block type="math_number" id="lf+nFS}/i^VYH4dtC$}d">
                                                                        <field name="NUM">25</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <statement name="DO2">
                                                                  <block type="timeouts_clearinterval" id="a%U@19LgX0PO$Me/}nib">
                                                                    <field name="NAME">Druckwaechter</field>
                                                                  </block>
                                                                </statement>
                                                              </block>
                                                            </statement>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </statement>
                                                <value name="IF1">
                                                  <block type="logic_compare" id=":iR2b(rLjoeR?4xjuuON">
                                                    <field name="OP">EQ</field>
                                                    <value name="A">
                                                      <block type="get_value" id="!L[!9l3mD;7AvQ~rDmeF">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <block type="logic_boolean" id="z~E`0R`q#Y/i;D7?+I}y">
                                                        <field name="BOOL">FALSE</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                                <statement name="DO1">
                                                  <block type="update" id="^1$tmg]Y7!4P|:ll$NBe">
                                                    <mutation delay_input="false"></mutation>
                                                    <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="text_join" id="LrZELm6;8l:R+9*:fL:F">
                                                        <mutation items="1"></mutation>
                                                        <value name="ADD0">
                                                          <block type="text" id=".Z]]b@r=0Lu1sNu{xXi%">
                                                            <field name="TEXT">&lt;h3&gt;Pumpe aus!&lt;/h3&gt;</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </statement>
                                              </block>
                                            </statement>
                                            <next>
                                              <block type="on_ext" id="HS#;aW-p`y;to-YSLL4J">
                                                <mutation items="3"></mutation>
                                                <field name="CONDITION">ne</field>
                                                <field name="ACK_CONDITION"></field>
                                                <value name="OID0">
                                                  <shadow type="field_oid" id="b6JuvqEA44nm61[N@lVo">
                                                    <field name="oid">Messwerte.0.Pool.Aus-Counter</field>
                                                  </shadow>
                                                </value>
                                                <value name="OID1">
                                                  <shadow type="field_oid" id=".N=f*k[2D4pNthJgu~Y{">
                                                    <field name="oid">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                  </shadow>
                                                </value>
                                                <value name="OID2">
                                                  <shadow type="field_oid" id="WrxSTGGW1Wq?LE@DC.~p">
                                                    <field name="oid">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                  </shadow>
                                                </value>
                                                <statement name="STATEMENT">
                                                  <block type="controls_if" id="%U70Es]yX`L}p/[AxjP1">
                                                    <mutation elseif="3"></mutation>
                                                    <value name="IF0">
                                                      <block type="logic_compare" id="8!Jg:Bfu6Q4A+KLnT,*b">
                                                        <field name="OP">GT</field>
                                                        <value name="A">
                                                          <block type="get_value" id="$IKf6j:rw8w^!*VjbOZ:">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">Messwerte.0.Pool.Aus-Counter</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="%5eQ}+7UY^z$?FPGnl],">
                                                            <field name="NUM">25</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO0">
                                                      <block type="comment" id="$-$=odn6^k,(+zergHsH">
                                                        <field name="COMMENT">Pumpe Not-Aus bei zu wenig Druck</field>
                                                        <next>
                                                          <block type="update" id="l)3U8yrX.QDU4uyjxbsi">
                                                            <mutation delay_input="false"></mutation>
                                                            <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="text_join" id="8`@-PwY?(}*=(F{Pkj^U">
                                                                <mutation items="6"></mutation>
                                                                <value name="ADD0">
                                                                  <block type="text" id="?n:DHx}IsNd:O,1Cky.U">
                                                                    <field name="TEXT">&lt;h2&gt;ALARM!&lt;/h2&gt;</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD1">
                                                                  <block type="get_value" id="~dF0?`~[/Y(#|~:*HRo%">
                                                                    <field name="ATTR">val</field>
                                                                    <field name="OID">Messwerte.0.Pool.Aus-Counter</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD2">
                                                                  <block type="text" id="$RmFWA-Gp,gl}b!1(z.U">
                                                                    <field name="TEXT"> mal Unterdruck. </field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD3">
                                                                  <block type="text" id="M*E=O7VC|IUA#E=#4FMN">
                                                                    <field name="TEXT">Der Pumpendruck beträgt </field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD4">
                                                                  <block type="math_arithmetic" id="D)c}D]clt6IUeh/e@{?p" inline="false">
                                                                    <field name="OP">MINUS</field>
                                                                    <value name="A">
                                                                      <shadow type="math_number" id="INcml)H.rD~u^7J:xt(0">
                                                                        <field name="NUM">1</field>
                                                                      </shadow>
                                                                      <block type="get_value" id="E.7$4A7|g=*^K@Q#@7bt">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <shadow type="math_number" id="p+mI@^)NJ3V2%8C!BoGN">
                                                                        <field name="NUM">1</field>
                                                                      </shadow>
                                                                      <block type="get_value" id="bk+r$]_Yl*(rg8.$?Map">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">Messwerte.0.Pool.Druckoffset</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD5">
                                                                  <block type="text" id=":UP_kmS=l!}iC1aw~FYB">
                                                                    <field name="TEXT">kPa.&lt;br&gt; &lt;br&gt;</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <next>
                                                              <block type="control" id="6E[YV0{Ys9KXi%Dby6~F">
                                                                <mutation delay_input="true"></mutation>
                                                                <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                <field name="WITH_DELAY">TRUE</field>
                                                                <field name="DELAY_MS">1000</field>
                                                                <field name="UNIT">ms</field>
                                                                <field name="CLEAR_RUNNING">FALSE</field>
                                                                <value name="VALUE">
                                                                  <block type="logic_boolean" id="p49UcVMoLiob~E|/-1@m">
                                                                    <field name="BOOL">FALSE</field>
                                                                  </block>
                                                                </value>
                                                                <next>
                                                                  <block type="update" id="!xVxSwtk;%ke@qXZJ?zs">
                                                                    <mutation delay_input="false"></mutation>
                                                                    <field name="OID">Messwerte.0.Pool.Not-Aus</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="logic_boolean" id="D3v792$dfR`IrOu2@In:">
                                                                        <field name="BOOL">TRUE</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </statement>
                                                    <value name="IF1">
                                                      <block type="logic_compare" id="YSAo!-{JFc!$wao4+j2m">
                                                        <field name="OP">GT</field>
                                                        <value name="A">
                                                          <block type="math_arithmetic" id="@J=anf+JX]jD@hsfW0hw" inline="false">
                                                            <field name="OP">MINUS</field>
                                                            <value name="A">
                                                              <shadow type="math_number" id="INcml)H.rD~u^7J:xt(0">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="get_value" id="{h:u=^)@q2k4wQoackld">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                              </block>
                                                            </value>
                                                            <value name="B">
                                                              <shadow type="math_number" id="p+mI@^)NJ3V2%8C!BoGN">
                                                                <field name="NUM">1</field>
                                                              </shadow>
                                                              <block type="get_value" id="_#6yu!U/WKN%|GqKSdsd">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">Messwerte.0.Pool.Druckoffset</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="8nW/qBp)(S8kB#B0Q/ek">
                                                            <field name="NUM">120</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO1">
                                                      <block type="comment" id="srcU:kt;_7KKmMXkC/3D">
                                                        <field name="COMMENT">Pumpe Not-Aus bei zu viel Druck</field>
                                                        <next>
                                                          <block type="update" id="2#JIoZ;N,+))BBX:ml;p">
                                                            <mutation delay_input="false"></mutation>
                                                            <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="text_join" id="N@U]PeHQscf7^LU7q7[,">
                                                                <mutation items="6"></mutation>
                                                                <value name="ADD0">
                                                                  <block type="text" id="{d5wnGEgZ{umbsQrj_kt">
                                                                    <field name="TEXT">&lt;h2&gt;ALARM!&lt;/h2&gt;</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD1">
                                                                  <block type="text" id="m}^$`#~WSKX{k(f9@%=y">
                                                                    <field name="TEXT">&lt;strong&gt;Überdruck!&lt;/strong&gt;</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD2">
                                                                  <block type="text" id="asVh@FD5s2m+)`%v(#s9">
                                                                    <field name="TEXT">&lt;br&gt;</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD3">
                                                                  <block type="text" id="jb?})50m{;]e5^y5FnfD">
                                                                    <field name="TEXT">Der Pumpendruck beträgt </field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD4">
                                                                  <block type="math_arithmetic" id="bFwHCSei$rE73tfm{UOh" inline="false">
                                                                    <field name="OP">MINUS</field>
                                                                    <value name="A">
                                                                      <shadow type="math_number" id="INcml)H.rD~u^7J:xt(0">
                                                                        <field name="NUM">1</field>
                                                                      </shadow>
                                                                      <block type="get_value" id="_044cd+z(,rh,9g][*B#">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                                      </block>
                                                                    </value>
                                                                    <value name="B">
                                                                      <shadow type="math_number" id="p+mI@^)NJ3V2%8C!BoGN">
                                                                        <field name="NUM">1</field>
                                                                      </shadow>
                                                                      <block type="get_value" id="bq{9Tw,lD8(R=)Z`gWZq">
                                                                        <field name="ATTR">val</field>
                                                                        <field name="OID">Messwerte.0.Pool.Druckoffset</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD5">
                                                                  <block type="text" id="gU/?A(+09:=1:TTlw?AI">
                                                                    <field name="TEXT">kPa.&lt;br&gt; &lt;br&gt;</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <next>
                                                              <block type="control" id="o$;obhX]9oIG*at)L|l3">
                                                                <mutation delay_input="true"></mutation>
                                                                <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                <field name="WITH_DELAY">TRUE</field>
                                                                <field name="DELAY_MS">2000</field>
                                                                <field name="UNIT">ms</field>
                                                                <field name="CLEAR_RUNNING">FALSE</field>
                                                                <value name="VALUE">
                                                                  <block type="logic_boolean" id="OA|qAe.cxIeZVf8+rgBQ">
                                                                    <field name="BOOL">FALSE</field>
                                                                  </block>
                                                                </value>
                                                                <next>
                                                                  <block type="update" id="Gc9;Y}V;+n%s3b0brc-N">
                                                                    <mutation delay_input="false"></mutation>
                                                                    <field name="OID">Messwerte.0.Pool.Not-Aus</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="logic_boolean" id="s`(EWr~/BB}V^^WX.z?s">
                                                                        <field name="BOOL">TRUE</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </statement>
                                                    <value name="IF2">
                                                      <block type="logic_compare" id="vig:OLc#4v0Jj)l)=Je/">
                                                        <field name="OP">GT</field>
                                                        <value name="A">
                                                          <block type="get_value" id="=Ub`*$LBbPvdLZ3,GEmU">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="6Q`pFPW8Zt=4wFL`^B1X">
                                                            <field name="NUM">28</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO2">
                                                      <block type="comment" id="O:bB$YmPnM9|H8UW`aUb">
                                                        <field name="COMMENT">Pumpe Not-Aus bei zu hoher Temperatur</field>
                                                        <next>
                                                          <block type="update" id="bJkQKjD~r}v_XiyCVE0(">
                                                            <mutation delay_input="false"></mutation>
                                                            <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="text_join" id=")qKjGD+*k!8_^MP^`/oV">
                                                                <mutation items="6"></mutation>
                                                                <value name="ADD0">
                                                                  <block type="text" id="riC$J#F=X=O#(:Ohpnil">
                                                                    <field name="TEXT">&lt;h2&gt;ALARM!&lt;/h2&gt;</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD1">
                                                                  <block type="text" id="K-=H$hk=!7kqFb;FVN}P">
                                                                    <field name="TEXT">&lt;strong&gt;Wasser zu warm!&lt;/strong&gt;</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD2">
                                                                  <block type="text" id="@W3G/*SnLN8;yjaJBS}+">
                                                                    <field name="TEXT">&lt;br&gt;</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD3">
                                                                  <block type="text" id="PO-x3Iuu+|)KEc]n_`E_">
                                                                    <field name="TEXT">Die Wassertemperatur beträgt </field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD4">
                                                                  <block type="get_value" id="+hG5nSCDExGo{(#/G2tX">
                                                                    <field name="ATTR">val</field>
                                                                    <field name="OID">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                                  </block>
                                                                </value>
                                                                <value name="ADD5">
                                                                  <block type="text" id="#(Q+P)v=TLb^+n,w8aWz">
                                                                    <field name="TEXT">°C.&lt;br&gt; &lt;br&gt;</field>
                                                                  </block>
                                                                </value>
                                                              </block>
                                                            </value>
                                                            <next>
                                                              <block type="control" id="EAJlBjqtK*l+uBYur3Y#">
                                                                <mutation delay_input="true"></mutation>
                                                                <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                <field name="WITH_DELAY">TRUE</field>
                                                                <field name="DELAY_MS">2000</field>
                                                                <field name="UNIT">ms</field>
                                                                <field name="CLEAR_RUNNING">FALSE</field>
                                                                <value name="VALUE">
                                                                  <block type="logic_boolean" id="fVJuavjl.jsO06[aPo)F">
                                                                    <field name="BOOL">FALSE</field>
                                                                  </block>
                                                                </value>
                                                                <next>
                                                                  <block type="update" id="{!_mR[3~qClN^`A@Q!Tb">
                                                                    <mutation delay_input="false"></mutation>
                                                                    <field name="OID">Messwerte.0.Pool.Overheat</field>
                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                    <value name="VALUE">
                                                                      <block type="logic_boolean" id="0ct/Oo|oXSpZS-VWrrBv">
                                                                        <field name="BOOL">TRUE</field>
                                                                      </block>
                                                                    </value>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </statement>
                                                    <value name="IF3">
                                                      <block type="logic_compare" id="=thx*obAlc;Pam/}0pPf">
                                                        <field name="OP">LT</field>
                                                        <value name="A">
                                                          <block type="get_value" id="hBucm0?}qRs/{?1{qn%/">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <block type="math_number" id="3+w/B{M]ER1k8H.oN$BW">
                                                            <field name="NUM">26</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <statement name="DO3">
                                                      <block type="update" id="0Y#]wiHNblXC@bWi[%=P">
                                                        <mutation delay_input="false"></mutation>
                                                        <field name="OID">Messwerte.0.Pool.Overheat</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="logic_boolean" id="JL[0+M`$vBEE]Dcd[zs1">
                                                            <field name="BOOL">FALSE</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                  </block>
                                                </statement>
                                              </block>
                                            </next>
                                          </block>
                                        </xml>
                                        

                                        Musste ich auf zwei Posts verteilen

                                        paul53 1 Reply Last reply Reply Quote 0
                                        • paul53
                                          paul53 @Homoran last edited by

                                          @Homoran
                                          Habe "Pumpenwächter" mal verbessert und hoffe, dass es so zuverlässiger läuft.

                                          <xml xmlns="http://www.w3.org/1999/xhtml">
                                           <variables>
                                             <variable type="" id="Yhi6L$#9ow5|s7Jzml9/">value</variable>
                                             <variable type="" id="G;[*0*e+|FLxIBWQ?*45">druck</variable>
                                             <variable type="" id="VA5v~sVeM3MnJiV[ytx3">aus_counter</variable>
                                             <variable type="undefined" id="Druckwaechter">Druckwaechter</variable>
                                           </variables>
                                           <block type="procedures_defnoreturn" id="IgiB--VCkqYFl?t9j=01" x="1012" y="-1138">
                                             <field name="NAME">Not_Aus</field>
                                             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                             <statement name="STACK">
                                               <block type="control" id="6E[YV0{Ys9KXi%Dby6~F">
                                                 <mutation delay_input="true"></mutation>
                                                 <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                 <field name="WITH_DELAY">TRUE</field>
                                                 <field name="DELAY_MS">1000</field>
                                                 <field name="UNIT">ms</field>
                                                 <field name="CLEAR_RUNNING">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="logic_boolean" id="p49UcVMoLiob~E|/-1@m">
                                                     <field name="BOOL">FALSE</field>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="update" id="!xVxSwtk;%ke@qXZJ?zs">
                                                     <mutation delay_input="false"></mutation>
                                                     <field name="OID">Messwerte.0.Pool.Not-Aus</field>
                                                     <field name="WITH_DELAY">FALSE</field>
                                                     <value name="VALUE">
                                                       <block type="logic_boolean" id="D3v792$dfR`IrOu2@In:">
                                                         <field name="BOOL">TRUE</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </next>
                                               </block>
                                             </statement>
                                           </block>
                                           <block type="on_ext" id="7dfyAn6SRa*[nLlE6wNr" x="519" y="-1111">
                                             <mutation items="1"></mutation>
                                             <field name="CONDITION">ne</field>
                                             <field name="ACK_CONDITION"></field>
                                             <value name="OID0">
                                               <shadow type="field_oid" id="22fT?@[Ak,Y,5ARfKDR0">
                                                 <field name="oid">hm-rpc.0.JEQ0646431.1.STATE</field>
                                               </shadow>
                                             </value>
                                             <statement name="STATEMENT">
                                               <block type="controls_if" id=")z={;q=@viwHI1]x-E!n">
                                                 <mutation else="1"></mutation>
                                                 <value name="IF0">
                                                   <block type="variables_get" id="iu%_ub!E+6~#q4_,A}/U">
                                                     <field name="VAR" id="Yhi6L$#9ow5|s7Jzml9/" variabletype="">value</field>
                                                   </block>
                                                 </value>
                                                 <statement name="DO0">
                                                   <block type="update" id="w^oDcGY.)jHQKrSZ8_$b">
                                                     <mutation delay_input="false"></mutation>
                                                     <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                     <field name="WITH_DELAY">FALSE</field>
                                                     <value name="VALUE">
                                                       <block type="text_join" id="u=RwAsZJ_SKtf1W^#7G5">
                                                         <mutation items="1"></mutation>
                                                         <value name="ADD0">
                                                           <block type="text" id="dt=P;{^t[WY;|UfTC].9">
                                                             <field name="TEXT">&lt;h3&gt;Pumpe an!&lt;/h3&gt;</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="comment" id="R!/_I]Eg.Mr8B6BQvpzB">
                                                         <field name="COMMENT">Überprüfung ob sich nach Start Druck aufbaut</field>
                                                         <next>
                                                           <block type="timeouts_setinterval" id="(dmS[J9=$HE%={VXvnap">
                                                             <field name="NAME">Druckwaechter</field>
                                                             <field name="INTERVAL">2000</field>
                                                             <field name="UNIT">ms</field>
                                                             <statement name="STATEMENT">
                                                               <block type="controls_if" id="~lhx*Vs2ryN|,wqvP!x)">
                                                                 <mutation else="1"></mutation>
                                                                 <value name="IF0">
                                                                   <block type="logic_compare" id="DIsH6?CKt#eeQqseF[*t">
                                                                     <field name="OP">LT</field>
                                                                     <value name="A">
                                                                       <block type="variables_get" id="3o+{b{HJ;:j-mxz:~W:W">
                                                                         <field name="VAR" id="G;[*0*e+|FLxIBWQ?*45" variabletype="">druck</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="B">
                                                                       <block type="math_number" id=")%M0Vs[*Thkh@[P[)fJ5">
                                                                         <field name="NUM">40</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <statement name="DO0">
                                                                   <block type="update" id="FQJt6GsNG#O5-`rURd@b">
                                                                     <mutation delay_input="false"></mutation>
                                                                     <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                     <value name="VALUE">
                                                                       <block type="text_join" id="V(kh7O_8ml6ima2V=!(H">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="Kd1m25}S19}M!hrCL4e,">
                                                                             <field name="TEXT">Der Pumpendruck beträgt </field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id="D9Ll={@$`RYHRj{^CN^`">
                                                                             <field name="VAR" id="G;[*0*e+|FLxIBWQ?*45" variabletype="">druck</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="Wrz~UGhB4XFYt@[aiX*O">
                                                                             <field name="TEXT">kPa, Pumpe zieht Luft!</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <next>
                                                                       <block type="math_change" id="?=,w8-!SQr!Dc#L4Sxi3">
                                                                         <field name="VAR" id="VA5v~sVeM3MnJiV[ytx3" variabletype="">aus_counter</field>
                                                                         <value name="DELTA">
                                                                           <shadow type="math_number" id=")XQXyP6cyUlwk@nA,-]C">
                                                                             <field name="NUM">1</field>
                                                                           </shadow>
                                                                         </value>
                                                                         <next>
                                                                           <block type="controls_if" id="rk%Q_o*tq-78prD`YgJy">
                                                                             <value name="IF0">
                                                                               <block type="logic_compare" id="%Fq@t|QV#;J`%V|SU=Ge">
                                                                                 <field name="OP">GT</field>
                                                                                 <value name="A">
                                                                                   <block type="variables_get" id="0+d^@TVbroJ{(ru3U7rl">
                                                                                     <field name="VAR" id="VA5v~sVeM3MnJiV[ytx3" variabletype="">aus_counter</field>
                                                                                   </block>
                                                                                 </value>
                                                                                 <value name="B">
                                                                                   <block type="math_number" id="lf+nFS}/i^VYH4dtC$}d">
                                                                                     <field name="NUM">25</field>
                                                                                   </block>
                                                                                 </value>
                                                                               </block>
                                                                             </value>
                                                                             <statement name="DO0">
                                                                               <block type="comment" id="$-$=odn6^k,(+zergHsH">
                                                                                 <field name="COMMENT">Pumpe Not-Aus bei zu wenig Druck</field>
                                                                                 <next>
                                                                                   <block type="timeouts_clearinterval" id="a%U@19LgX0PO$Me/}nib">
                                                                                     <field name="NAME">Druckwaechter</field>
                                                                                     <next>
                                                                                       <block type="update" id="l)3U8yrX.QDU4uyjxbsi">
                                                                                         <mutation delay_input="false"></mutation>
                                                                                         <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                                                         <field name="WITH_DELAY">FALSE</field>
                                                                                         <value name="VALUE">
                                                                                           <block type="text_join" id="8`@-PwY?(}*=(F{Pkj^U">
                                                                                             <mutation items="6"></mutation>
                                                                                             <value name="ADD0">
                                                                                               <block type="text" id="?n:DHx}IsNd:O,1Cky.U">
                                                                                                 <field name="TEXT">&lt;h2&gt;ALARM!&lt;/h2&gt;</field>
                                                                                               </block>
                                                                                             </value>
                                                                                             <value name="ADD1">
                                                                                               <block type="variables_get" id="/II*(4_ktC4]ztatNDT*">
                                                                                                 <field name="VAR" id="VA5v~sVeM3MnJiV[ytx3" variabletype="">aus_counter</field>
                                                                                               </block>
                                                                                             </value>
                                                                                             <value name="ADD2">
                                                                                               <block type="text" id="$RmFWA-Gp,gl}b!1(z.U">
                                                                                                 <field name="TEXT"> mal Unterdruck. </field>
                                                                                               </block>
                                                                                             </value>
                                                                                             <value name="ADD3">
                                                                                               <block type="text" id="M*E=O7VC|IUA#E=#4FMN">
                                                                                                 <field name="TEXT">Der Pumpendruck beträgt </field>
                                                                                               </block>
                                                                                             </value>
                                                                                             <value name="ADD4">
                                                                                               <block type="variables_get" id="YYS4xBaHK$iXv1M|yW2D">
                                                                                                 <field name="VAR" id="G;[*0*e+|FLxIBWQ?*45" variabletype="">druck</field>
                                                                                               </block>
                                                                                             </value>
                                                                                             <value name="ADD5">
                                                                                               <block type="text" id=":UP_kmS=l!}iC1aw~FYB">
                                                                                                 <field name="TEXT">kPa.&lt;br&gt; &lt;br&gt;</field>
                                                                                               </block>
                                                                                             </value>
                                                                                           </block>
                                                                                         </value>
                                                                                         <next>
                                                                                           <block type="procedures_callnoreturn" id="}k57ggKysD3)_iu|OPi=">
                                                                                             <mutation name="Not_Aus"></mutation>
                                                                                           </block>
                                                                                         </next>
                                                                                       </block>
                                                                                     </next>
                                                                                   </block>
                                                                                 </next>
                                                                               </block>
                                                                             </statement>
                                                                           </block>
                                                                         </next>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </statement>
                                                                 <statement name="ELSE">
                                                                   <block type="update" id="?`(,B+MiC#:t+,!{9M!|">
                                                                     <mutation delay_input="false"></mutation>
                                                                     <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                     <value name="VALUE">
                                                                       <block type="text_join" id="ZzygAs|4A8^9~PUdyf7*">
                                                                         <mutation items="3"></mutation>
                                                                         <value name="ADD0">
                                                                           <block type="text" id="zr,%jgd/n~n9@ytoH?tu">
                                                                             <field name="TEXT">Der Pumpendruck beträgt </field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD1">
                                                                           <block type="variables_get" id="f[Y,?Ct#`o0w=H|=wyKr">
                                                                             <field name="VAR" id="G;[*0*e+|FLxIBWQ?*45" variabletype="">druck</field>
                                                                           </block>
                                                                         </value>
                                                                         <value name="ADD2">
                                                                           <block type="text" id="w,_a2K$?2?2*iflXYnj)">
                                                                             <field name="TEXT">kPa, Pumpe OK!</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                     <next>
                                                                       <block type="timeouts_clearinterval" id="|{Dx7@}:?^_iT2M|_G8?">
                                                                         <field name="NAME">Druckwaechter</field>
                                                                         <next>
                                                                           <block type="variables_set" id="wRJQ^AST.Bn@#X{{mK7a">
                                                                             <field name="VAR" id="VA5v~sVeM3MnJiV[ytx3" variabletype="">aus_counter</field>
                                                                             <value name="VALUE">
                                                                               <block type="math_number" id="M~Ep{n3b2S6BP*({irQ9">
                                                                                 <field name="NUM">0</field>
                                                                               </block>
                                                                             </value>
                                                                             <next>
                                                                               <block type="update" id="iE~B{eq9,^?Ez!Vf?uHR">
                                                                                 <mutation delay_input="false"></mutation>
                                                                                 <field name="OID">Messwerte.0.Pool.Not-Aus</field>
                                                                                 <field name="WITH_DELAY">FALSE</field>
                                                                                 <value name="VALUE">
                                                                                   <block type="logic_boolean" id="q^Xs3OBbw0WoN$E{[EIE">
                                                                                     <field name="BOOL">FALSE</field>
                                                                                   </block>
                                                                                 </value>
                                                                               </block>
                                                                             </next>
                                                                           </block>
                                                                         </next>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </statement>
                                                               </block>
                                                             </statement>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </statement>
                                                 <statement name="ELSE">
                                                   <block type="timeouts_clearinterval" id="lFQYnd;.XpmUjMY?u{~i">
                                                     <field name="NAME">Druckwaechter</field>
                                                     <next>
                                                       <block type="variables_set" id="SE*I|jbZ7sVdfbu5pHt%">
                                                         <field name="VAR" id="VA5v~sVeM3MnJiV[ytx3" variabletype="">aus_counter</field>
                                                         <value name="VALUE">
                                                           <block type="math_number" id="M-;)GJH$vQoNw;,go_D`">
                                                             <field name="NUM">0</field>
                                                           </block>
                                                         </value>
                                                         <next>
                                                           <block type="update" id="^1$tmg]Y7!4P|:ll$NBe">
                                                             <mutation delay_input="false"></mutation>
                                                             <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                             <field name="WITH_DELAY">FALSE</field>
                                                             <value name="VALUE">
                                                               <block type="text_join" id="LrZELm6;8l:R+9*:fL:F">
                                                                 <mutation items="1"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="text" id=".Z]]b@r=0Lu1sNu{xXi%">
                                                                     <field name="TEXT">&lt;h3&gt;Pumpe aus!&lt;/h3&gt;</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </statement>
                                               </block>
                                             </statement>
                                             <next>
                                               <block type="on_ext" id="HS#;aW-p`y;to-YSLL4J">
                                                 <mutation items="1"></mutation>
                                                 <field name="CONDITION">ne</field>
                                                 <field name="ACK_CONDITION"></field>
                                                 <value name="OID0">
                                                   <shadow type="field_oid" id="y8{BV1mex2n*6^/a:#4.">
                                                     <field name="oid">Messwerte.0.Pool.Aus-Counter</field>
                                                   </shadow>
                                                   <block type="text" id="|G)E)|3fWs.Kb_GnTv4G">
                                                     <field name="TEXT">hm-rpc.0.NEQ1547414.3.STATE</field>
                                                   </block>
                                                 </value>
                                                 <statement name="STATEMENT">
                                                   <block type="variables_set" id="3~Cm|IJku:CqV%[t}/*,">
                                                     <field name="VAR" id="G;[*0*e+|FLxIBWQ?*45" variabletype="">druck</field>
                                                     <value name="VALUE">
                                                       <block type="math_arithmetic" id="Kl3]R#u544Gw=Ay0)w*/" inline="false">
                                                         <field name="OP">MINUS</field>
                                                         <value name="A">
                                                           <shadow type="math_number" id="INcml)H.rD~u^7J:xt(0">
                                                             <field name="NUM">1</field>
                                                           </shadow>
                                                           <block type="variables_get" id="RIiQl|w=7ZKhq?Gop4y[">
                                                             <field name="VAR" id="Yhi6L$#9ow5|s7Jzml9/" variabletype="">value</field>
                                                           </block>
                                                         </value>
                                                         <value name="B">
                                                           <shadow type="math_number" id="p+mI@^)NJ3V2%8C!BoGN">
                                                             <field name="NUM">1</field>
                                                           </shadow>
                                                           <block type="get_value" id="PTrh,nQk_e1_(`lNtDr,">
                                                             <field name="ATTR">val</field>
                                                             <field name="OID">Messwerte.0.Pool.Druckoffset</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="controls_if" id="%U70Es]yX`L}p/[AxjP1">
                                                         <value name="IF0">
                                                           <block type="logic_compare" id="YSAo!-{JFc!$wao4+j2m">
                                                             <field name="OP">GT</field>
                                                             <value name="A">
                                                               <block type="variables_get" id="[T{qgrx/ka=uQct;L.rj">
                                                                 <field name="VAR" id="G;[*0*e+|FLxIBWQ?*45" variabletype="">druck</field>
                                                               </block>
                                                             </value>
                                                             <value name="B">
                                                               <block type="math_number" id="8nW/qBp)(S8kB#B0Q/ek">
                                                                 <field name="NUM">120</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                         <statement name="DO0">
                                                           <block type="comment" id="srcU:kt;_7KKmMXkC/3D">
                                                             <field name="COMMENT">Pumpe Not-Aus bei zu viel Druck</field>
                                                             <next>
                                                               <block type="update" id="2#JIoZ;N,+))BBX:ml;p">
                                                                 <mutation delay_input="false"></mutation>
                                                                 <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                                 <field name="WITH_DELAY">FALSE</field>
                                                                 <value name="VALUE">
                                                                   <block type="text_join" id="N@U]PeHQscf7^LU7q7[,">
                                                                     <mutation items="6"></mutation>
                                                                     <value name="ADD0">
                                                                       <block type="text" id="{d5wnGEgZ{umbsQrj_kt">
                                                                         <field name="TEXT">&lt;h2&gt;ALARM!&lt;/h2&gt;</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD1">
                                                                       <block type="text" id="m}^$`#~WSKX{k(f9@%=y">
                                                                         <field name="TEXT">&lt;strong&gt;Überdruck!&lt;/strong&gt;</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD2">
                                                                       <block type="text" id="asVh@FD5s2m+)`%v(#s9">
                                                                         <field name="TEXT">&lt;br&gt;</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD3">
                                                                       <block type="text" id="jb?})50m{;]e5^y5FnfD">
                                                                         <field name="TEXT">Der Pumpendruck beträgt </field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD4">
                                                                       <block type="variables_get" id="~x8q@FJ0#)?A{C@ZpPb*">
                                                                         <field name="VAR" id="G;[*0*e+|FLxIBWQ?*45" variabletype="">druck</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD5">
                                                                       <block type="text" id="gU/?A(+09:=1:TTlw?AI">
                                                                         <field name="TEXT">kPa.&lt;br&gt; &lt;br&gt;</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="procedures_callnoreturn" id="nv|r:KV%#/O_+z?Q;0(r">
                                                                     <mutation name="Not_Aus"></mutation>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </statement>
                                                 <next>
                                                   <block type="on_ext" id="SO])Tk/2c!54xtFB_[oL">
                                                     <mutation items="1"></mutation>
                                                     <field name="CONDITION">ne</field>
                                                     <field name="ACK_CONDITION"></field>
                                                     <value name="OID0">
                                                       <shadow type="field_oid" id="pmVg4L-MWaXOHI*aWJ!`">
                                                         <field name="oid">default</field>
                                                       </shadow>
                                                       <block type="text" id="P|5rvg`CN~1X8Gzipc-p">
                                                         <field name="TEXT">hm-rpc.0.LEQ0773306.2.TEMPERATURE</field>
                                                       </block>
                                                     </value>
                                                     <statement name="STATEMENT">
                                                       <block type="controls_if" id="EqoCaflD;)3U~6bU/XLm">
                                                         <mutation elseif="1"></mutation>
                                                         <value name="IF0">
                                                           <block type="logic_compare" id="vig:OLc#4v0Jj)l)=Je/">
                                                             <field name="OP">GT</field>
                                                             <value name="A">
                                                               <block type="variables_get" id="0Bp/Hs;pjf3X(vR~)U59">
                                                                 <field name="VAR" id="Yhi6L$#9ow5|s7Jzml9/" variabletype="">value</field>
                                                               </block>
                                                             </value>
                                                             <value name="B">
                                                               <block type="math_number" id="6Q`pFPW8Zt=4wFL`^B1X">
                                                                 <field name="NUM">28</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                         <statement name="DO0">
                                                           <block type="comment" id="O:bB$YmPnM9|H8UW`aUb">
                                                             <field name="COMMENT">Pumpe Not-Aus bei zu hoher Temperatur</field>
                                                             <next>
                                                               <block type="update" id="bJkQKjD~r}v_XiyCVE0(">
                                                                 <mutation delay_input="false"></mutation>
                                                                 <field name="OID">Messwerte.0.Pool.Logdaten</field>
                                                                 <field name="WITH_DELAY">FALSE</field>
                                                                 <value name="VALUE">
                                                                   <block type="text_join" id=")qKjGD+*k!8_^MP^`/oV">
                                                                     <mutation items="6"></mutation>
                                                                     <value name="ADD0">
                                                                       <block type="text" id="riC$J#F=X=O#(:Ohpnil">
                                                                         <field name="TEXT">&lt;h2&gt;ALARM!&lt;/h2&gt;</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD1">
                                                                       <block type="text" id="K-=H$hk=!7kqFb;FVN}P">
                                                                         <field name="TEXT">&lt;strong&gt;Wasser zu warm!&lt;/strong&gt;</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD2">
                                                                       <block type="text" id="@W3G/*SnLN8;yjaJBS}+">
                                                                         <field name="TEXT">&lt;br&gt;</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD3">
                                                                       <block type="text" id="PO-x3Iuu+|)KEc]n_`E_">
                                                                         <field name="TEXT">Die Wassertemperatur beträgt </field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD4">
                                                                       <block type="variables_get" id="zb(jL3^bs}fEFF%{tvf/">
                                                                         <field name="VAR" id="Yhi6L$#9ow5|s7Jzml9/" variabletype="">value</field>
                                                                       </block>
                                                                     </value>
                                                                     <value name="ADD5">
                                                                       <block type="text" id="#(Q+P)v=TLb^+n,w8aWz">
                                                                         <field name="TEXT">°C.&lt;br&gt; &lt;br&gt;</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="control" id="EAJlBjqtK*l+uBYur3Y#">
                                                                     <mutation delay_input="true"></mutation>
                                                                     <field name="OID">hm-rpc.0.JEQ0646431.1.STATE</field>
                                                                     <field name="WITH_DELAY">TRUE</field>
                                                                     <field name="DELAY_MS">2000</field>
                                                                     <field name="UNIT">ms</field>
                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                     <value name="VALUE">
                                                                       <block type="logic_boolean" id="fVJuavjl.jsO06[aPo)F">
                                                                         <field name="BOOL">FALSE</field>
                                                                       </block>
                                                                     </value>
                                                                     <next>
                                                                       <block type="update" id="{!_mR[3~qClN^`A@Q!Tb">
                                                                         <mutation delay_input="false"></mutation>
                                                                         <field name="OID">Messwerte.0.Pool.Overheat</field>
                                                                         <field name="WITH_DELAY">FALSE</field>
                                                                         <value name="VALUE">
                                                                           <block type="logic_boolean" id="0ct/Oo|oXSpZS-VWrrBv">
                                                                             <field name="BOOL">TRUE</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </statement>
                                                         <value name="IF1">
                                                           <block type="logic_compare" id="=thx*obAlc;Pam/}0pPf">
                                                             <field name="OP">LT</field>
                                                             <value name="A">
                                                               <block type="variables_get" id="z]QkSzInZL]iENdGFqe2">
                                                                 <field name="VAR" id="Yhi6L$#9ow5|s7Jzml9/" variabletype="">value</field>
                                                               </block>
                                                             </value>
                                                             <value name="B">
                                                               <block type="math_number" id="3+w/B{M]ER1k8H.oN$BW">
                                                                 <field name="NUM">26</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                         <statement name="DO1">
                                                           <block type="update" id="0Y#]wiHNblXC@bWi[%=P">
                                                             <mutation delay_input="false"></mutation>
                                                             <field name="OID">Messwerte.0.Pool.Overheat</field>
                                                             <field name="WITH_DELAY">FALSE</field>
                                                             <value name="VALUE">
                                                               <block type="logic_boolean" id="JL[0+M`$vBEE]Dcd[zs1">
                                                                 <field name="BOOL">FALSE</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </statement>
                                                       </block>
                                                     </statement>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                          </xml>
                                          

                                          Homoran 2 Replies Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators @paul53 last edited by Homoran

                                            @paul53
                                            Danke - solltest du aber nicht selber machen 😉
                                            sehe ich mir heute abend an.

                                            Allerdings:
                                            Ich habe aber inzwischen im Forum einige Threads gefunden, die seltsames Verhalten bie früher problemlos laufenden Scripten beschreiben.
                                            Ich habe diese Threads nicht vollständig gelesen, weiß daher nicht ob es da vergleichbare Szenarien gibt.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            746
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            blockly javascript
                                            3
                                            38
                                            1489
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo