Navigation

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

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    Heizungsteuerung Pumpe

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

      @kusi sagte in Heizungsteuerung Pumpe:

      SOFORT die Pumpe ausschalten.

      @Nicoloma
      SOFORT oder erst nach 6 Minuten die Pumpe ausschalten, wenn die Brennertemperatur unter 30 Grad sinkt??

      Nicoloma 1 Reply Last reply Reply Quote 0
      • Nicoloma
        Nicoloma @Kusi last edited by

        @kusi
        Verdammt, Ja erst nach 6 Minuten..nach dem die Brennertemp 30°C unterschritten hat.

        Nicoloma 1 Reply Last reply Reply Quote 0
        • Nicoloma
          Nicoloma @Nicoloma last edited by

          @Kusi
          Wie bereits gestern erwähnt. Ich hatte es schon, aber dann schaltete die Pumpe an aus.... an aus...

          b2d2d621-97ea-4091-a0d9-4b1855f451b5-image.png

          Danach hatte ich es nochmal geändert und nie wieder so hinbekommen...
          Wahrscheinlich weil ich noch nicht weis was ich tue...Aller anfang ist schwer. Danke schonmal vorab!!!!! 🙂

          Nicoloma 1 Reply Last reply Reply Quote 0
          • Nicoloma
            Nicoloma @Nicoloma last edited by

            BTW:
            Ich habe als gedankenstütze noch ein INFO DEBUG eingebaut,
            aber dieser schiest ja mehrmals in der Sek ein Signal

            0915215c-1d31-46aa-82fe-675ff1004b21-image.png
            a5341f2d-fc6f-46b7-bda9-e2f3f137a175-image.png

            Warum, wird er jedesmal angestoßen?
            Ich dachte er ist doch immer mitten im Script, oder führt er die Obige prüfung (Falls TempBrenner sich ändert) trotzdem aus?

            K 2 Replies Last reply Reply Quote 0
            • K
              Kusi @Nicoloma last edited by

              @nicoloma Du hast dir einen Fehler eingebaut!
              Beim "sonst falls" muss der Wert der Temperatur kleiner 30°C liegen, nicht grösser-gleich!!

              Nicoloma 1 Reply Last reply Reply Quote 0
              • K
                Kusi @Nicoloma last edited by Kusi

                @nicoloma
                So wären deine Anforderungen alle gedeckt.
                23515387-7063-4e5f-ac11-82a191c9bbd7-image.png

                Blockly-Export:

                <xml xmlns="https://developers.google.com/blockly/xml">
                  <variables>
                    <variable id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</variable>
                    <variable type="timeout" id="Ausschaltverzögerung">Ausschaltverzögerung</variable>
                    <variable type="timeout" id="Nachtlauf starten">Nachtlauf starten</variable>
                    <variable type="timeout" id="Nachlauf stoppen">Nachlauf stoppen</variable>
                  </variables>
                  <block type="variables_set" id="-..d`%O-62p7|)TZ[!QH" x="-587" y="63">
                    <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="Hy)IukX`wg_p?A/uyX:0">
                        <field name="BOOL">FALSE</field>
                      </block>
                    </value>
                    <next>
                      <block type="on" id="8loB(EE%UC8L([#t,z?Q">
                        <field name="OID">mqtt.0.TEMPHEIZ.Brenner.Brenner</field>
                        <field name="CONDITION">any</field>
                        <field name="ACK_CONDITION"></field>
                        <statement name="STATEMENT">
                          <block type="controls_if" id="OOAt)R?W#$K,$F25N@UV">
                            <mutation elseif="1"></mutation>
                            <value name="IF0">
                              <block type="logic_operation" id="mqYMYETRe9)=oSDC=CsQ" inline="false">
                                <field name="OP">AND</field>
                                <value name="A">
                                  <block type="logic_compare" id="2J=DaBMy@]MxL.i(iPwd">
                                    <field name="OP">GTE</field>
                                    <value name="A">
                                      <block type="on_source" id="x^8sS=gJ:}Z4*N,0kYY5">
                                        <field name="ATTR">state.val</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="V%63G75LVCdM#z7d90E*">
                                        <field name="NUM">30</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="logic_compare" id="1afxEBdABF8;I_vE_3O`">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="variables_get" id="l7Q2bbS]4OOgBLDEW?]J">
                                        <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_boolean" id="/PdV4*:tJiQZ$pTSc^8N">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="variables_set" id=")XN3EO2@i;_uKhWMxPm=">
                                <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="KC_npjr@%^O!Oh%]P(rA">
                                    <field name="BOOL">TRUE</field>
                                  </block>
                                </value>
                                <next>
                                  <block type="control" id="Jzi-xVRE^4X.5zPty^-l">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">tuya.0.03000500c4dd571fcd07.1</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="fV2v*Z2u=HrLC0SEhV!L">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="timeouts_cleartimeout" id="Tbabrq[$_+e`X^ZXf/t0">
                                        <field name="NAME">Ausschaltverzögerung</field>
                                        <next>
                                          <block type="timeouts_cleartimeout" id="%n,0EEnF~N}d%SRN67$%">
                                            <field name="NAME">Nachtlauf starten</field>
                                            <next>
                                              <block type="timeouts_cleartimeout" id="bb~jPAnHz@PZkx%=|U:@">
                                                <field name="NAME">Nachlauf stoppen</field>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </statement>
                            <value name="IF1">
                              <block type="logic_operation" id="y/LE1nM68{Xyf8|qBY1X" inline="false">
                                <field name="OP">AND</field>
                                <value name="A">
                                  <block type="logic_compare" id="pjfhafjMHqBd640opgQT">
                                    <field name="OP">LT</field>
                                    <value name="A">
                                      <block type="on_source" id="j?9U#TPM]gplB1:pgb^i">
                                        <field name="ATTR">state.val</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="math_number" id="0MZBs]qjABr%qN}KYv+A">
                                        <field name="NUM">30</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="logic_compare" id="{VAsdwu[Em)YPQr*!mVP">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="variables_get" id="YN,vJ.A!}WrHV{.kT-LI">
                                        <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_boolean" id="3=$~b4YG-E;3H,6Pu)Zw">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO1">
                              <block type="variables_set" id="-/)iMmSKc?]#P@*k$7:d">
                                <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="Nosrz5E%6d|~K6,|{L]S">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                                <next>
                                  <block type="timeouts_settimeout" id="DJ|.WgP~)|z7@Uj]xi[Q">
                                    <field name="NAME">Ausschaltverzögerung</field>
                                    <field name="DELAY">6</field>
                                    <field name="UNIT">min</field>
                                    <statement name="STATEMENT">
                                      <block type="control" id="]`g,p4LDl+*,m/U3%XX;">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">tuya.0.03000500c4dd571fcd07.1</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="j;w.T%bbZKPg*9/@tY;d">
                                            <field name="BOOL">FALSE</field>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="timeouts_settimeout" id="c((9vDlt:5%K)QpE(;~q">
                                            <field name="NAME">Nachtlauf starten</field>
                                            <field name="DELAY">8</field>
                                            <field name="UNIT">min</field>
                                            <statement name="STATEMENT">
                                              <block type="control" id="je,+9aj0Xe=C~9iGnYb3">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">tuya.0.03000500c4dd571fcd07.1</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="logic_boolean" id="iLkKg_|Z$081[FpcQ.cf">
                                                    <field name="BOOL">TRUE</field>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="timeouts_settimeout" id="UKLe_Xyph4zqSIP!vU$P">
                                                    <field name="NAME">Nachlauf stoppen</field>
                                                    <field name="DELAY">2</field>
                                                    <field name="UNIT">min</field>
                                                    <statement name="STATEMENT">
                                                      <block type="control" id="~:`BRUf24K]Od[V.zVwV">
                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                        <field name="OID">tuya.0.03000500c4dd571fcd07.1</field>
                                                        <field name="WITH_DELAY">FALSE</field>
                                                        <value name="VALUE">
                                                          <block type="logic_boolean" id="VV~o*,=e`l.apItWtF}|">
                                                            <field name="BOOL">FALSE</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </statement>
                                                  </block>
                                                </next>
                                              </block>
                                            </statement>
                                          </block>
                                        </next>
                                      </block>
                                    </statement>
                                  </block>
                                </next>
                              </block>
                            </statement>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </xml>
                
                Nicoloma 1 Reply Last reply Reply Quote 0
                • Nicoloma
                  Nicoloma @Kusi last edited by

                  @kusi Jau....🙄

                  1 Reply Last reply Reply Quote 0
                  • Nicoloma
                    Nicoloma @Kusi last edited by Nicoloma

                    Vielen Dank, ich probiere es sofort aus!
                    Ich sag dir sofort bescheid...
                    Ich bin dir so dankbar...

                    K 1 Reply Last reply Reply Quote 0
                    • K
                      Kusi @Nicoloma last edited by Kusi

                      @nicoloma Habe obiges Blockly noch kurz angepasst, da ich etwas kleines vergessen habe!

                      Dies musste noch eingefügt werden, ganz zu Beginn.
                      fded3aa0-685d-4e7f-bd10-3d740ca0e162-image.png

                      Dies bewirkt, wenn das Blockly (oder ioBroker, Javascript-Adapter) neu gestartet wird, die Variable automatisch den Wert "false" bekommt. Sollte dabei die Brennertemperatur noch über 30°C sein, dann wird obiger Wert sofort mit "true" ersetzt.

                      Nicoloma paul53 2 Replies Last reply Reply Quote 0
                      • Nicoloma
                        Nicoloma @Kusi last edited by

                        @kusi Tut mir leid, scheint nicht zu funktionieren.
                        f920b13f-69a7-44c7-bb34-2d590ceafcc8-image.png

                        Die gelbe Linie ist die Pumpe

                        K 2 Replies Last reply Reply Quote 0
                        • K
                          Kusi @Nicoloma last edited by

                          @nicoloma
                          Füge mal ein Debug ein und zeige mir den Wert:
                          e22b112e-f9e6-4283-b149-9b035a26e2a0-image.png

                          Dies kannst du so leer auf den Block ziehen und speichern, dann solltest du sofort die Debug-Ausgabe sehen.

                          Nicoloma 1 Reply Last reply Reply Quote 0
                          • K
                            Kusi @Nicoloma last edited by

                            @nicoloma sagte in Heizungsteuerung Pumpe:

                            scheint nicht zu funktionieren

                            Folgende 3 Debugs einfügen...
                            f127093f-f580-408a-a293-209c5a80506d-image.png

                            Debug 1 sollte sofort reagieren, sobald die Temperatur 30°C oder mehr ist.
                            Debug 2 sollte reagieren, sobald die Temperatur unter 30°C fällt.
                            Debug 3 sollte reagieren, sobald die Pumpe zum ersten Mal gestoppt wird.

                            Nicoloma 1 Reply Last reply Reply Quote 0
                            • Nicoloma
                              Nicoloma @Kusi last edited by

                              @kusi
                              Was heißt auf den Block einfach neben drann,
                              c140d3b8-1d3e-4fd8-93cd-28635ad483f2-image.png

                              oder schon oben drauf

                              e832ae39-7da9-49ec-8f45-e60ab478c80e-image.png

                              K 1 Reply Last reply Reply Quote 0
                              • Nicoloma
                                Nicoloma @Kusi last edited by

                                @kusi ok

                                1 Reply Last reply Reply Quote 0
                                • K
                                  Kusi @Nicoloma last edited by Kusi

                                  @nicoloma sagte in Heizungsteuerung Pumpe:

                                  Block einfach neben drann

                                  genau, das erste Bild. Debug ist 22, dies wäre also schon mal gegeben.

                                  Es würde aber keine Rolle spielen ob irgendwo nebenan oder zuoberst am bestehenden Block, wichtig ist dass er NICHT im Trigger-Block ist, damit die Meldung sofort kommt wenn das Skript gestartet wird, damit wir den Wert gesehen haben 🙂

                                  Nicoloma 1 Reply Last reply Reply Quote 0
                                  • Nicoloma
                                    Nicoloma @Kusi last edited by

                                    @kusi
                                    Ok erledigt, wir warten mal

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

                                      @kusi sagte: Dies musste noch eingefügt werden, ganz zu Beginn.

                                      Besser, man setzt die Variable auf den Wert der Pumpe.

                                      K Nicoloma 2 Replies Last reply Reply Quote 1
                                      • K
                                        Kusi @paul53 last edited by

                                        @paul53 sagte in Heizungsteuerung Pumpe:

                                        Besser, man setzt die Variable auf den Wert der Pumpe.

                                        Stimmt, daran habe ich nicht gedacht.
                                        Hatte sowieso langsam vor nach dir zu rufen. Schön dass du da bist, vielen Dank.

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

                                          <xml xmlns="https://developers.google.com/blockly/xml">
                                            <variables>
                                              <variable id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</variable>
                                              <variable type="timeout" id="Ausschaltverzögerung">Ausschaltverzögerung</variable>
                                              <variable type="timeout" id="Nachtlauf starten">Nachtlauf starten</variable>
                                              <variable type="timeout" id="Nachlauf stoppen">Nachlauf stoppen</variable>
                                            </variables>
                                            <block type="debug" id="9c#~K3H94g[uxG5{J6wO" x="213" y="-437">
                                              <field name="Severity">log</field>
                                              <value name="TEXT">
                                                <shadow type="text" id="),RS)}tV;dQrYxCt]+g?">
                                                  <field name="TEXT">Brennertemperatur über 30°C, Pumpe eingeschaltet </field>
                                                </shadow>
                                                <block type="get_value" id="Sj:xH9Zb#%7%Rw_BmF|M">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">mqtt.0.TEMPHEIZ.Brenner.Brenner</field>
                                                </block>
                                              </value>
                                            </block>
                                            <block type="variables_set" id="kTAgE)kg)Z(`|_`xoQa6" x="-262" y="-387">
                                              <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                              <value name="VALUE">
                                                <block type="logic_boolean" id=":-]Ie*jT4O}1-[BM0-lS">
                                                  <field name="BOOL">FALSE</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="on" id="-_}V6XBjmyVJIcy*Lu3;">
                                                  <field name="OID">mqtt.0.TEMPHEIZ.Brenner.Brenner</field>
                                                  <field name="CONDITION">any</field>
                                                  <field name="ACK_CONDITION"></field>
                                                  <statement name="STATEMENT">
                                                    <block type="controls_if" id="#Ds?4McICW;:G~M|=Fc[">
                                                      <mutation elseif="1"></mutation>
                                                      <value name="IF0">
                                                        <block type="logic_operation" id="mqYMYETRe9)=oSDC=CsQ" inline="false">
                                                          <field name="OP">AND</field>
                                                          <value name="A">
                                                            <block type="logic_compare" id="/;;Ify12tzpgjz/{o4j}">
                                                              <field name="OP">GTE</field>
                                                              <value name="A">
                                                                <block type="on_source" id="U)/v.]L38mg90_#3K.|-">
                                                                  <field name="ATTR">state.val</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="math_number" id="U!Am,v`c+oTR,Z?$;T$b">
                                                                  <field name="NUM">30</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_compare" id="1afxEBdABF8;I_vE_3O`">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="l7Q2bbS]4OOgBLDEW?]J">
                                                                  <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_boolean" id="/PdV4*:tJiQZ$pTSc^8N">
                                                                  <field name="BOOL">FALSE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="variables_set" id=")XN3EO2@i;_uKhWMxPm=">
                                                          <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="KC_npjr@%^O!Oh%]P(rA">
                                                              <field name="BOOL">TRUE</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="control" id="Prq4xfKP@+a;J$zZSG6w">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                              <field name="OID">tuya.0.03000500c4dd571fcd07.1</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="logic_boolean" id="C,5k7R#Mqbi|pzf*KEb5">
                                                                  <field name="BOOL">TRUE</field>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="timeouts_cleartimeout" id="@lu{#3qRX5bj89]VG^9e">
                                                                  <field name="NAME">Ausschaltverzögerung</field>
                                                                  <next>
                                                                    <block type="timeouts_cleartimeout" id="%n,0EEnF~N}d%SRN67$%">
                                                                      <field name="NAME">Nachtlauf starten</field>
                                                                      <next>
                                                                        <block type="timeouts_cleartimeout" id="bb~jPAnHz@PZkx%=|U:@">
                                                                          <field name="NAME">Nachlauf stoppen</field>
                                                                          <next>
                                                                            <block type="debug" id="(mhOwxH:/bno4?-ue@7w">
                                                                              <field name="Severity">log</field>
                                                                              <value name="TEXT">
                                                                                <shadow type="text" id="M7)y1DDqBCuT?BM0}[W;">
                                                                                  <field name="TEXT">Brennertemperatur über 30°C, Pumpe eingeschaltet </field>
                                                                                </shadow>
                                                                              </value>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF1">
                                                        <block type="logic_operation" id="y/LE1nM68{Xyf8|qBY1X" inline="false">
                                                          <field name="OP">AND</field>
                                                          <value name="A">
                                                            <block type="logic_compare" id="pjfhafjMHqBd640opgQT">
                                                              <field name="OP">LT</field>
                                                              <value name="A">
                                                                <block type="on_source" id="j?9U#TPM]gplB1:pgb^i">
                                                                  <field name="ATTR">state.val</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="math_number" id="0MZBs]qjABr%qN}KYv+A">
                                                                  <field name="NUM">30</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_compare" id="{VAsdwu[Em)YPQr*!mVP">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="variables_get" id="YN,vJ.A!}WrHV{.kT-LI">
                                                                  <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_boolean" id="3=$~b4YG-E;3H,6Pu)Zw">
                                                                  <field name="BOOL">TRUE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO1">
                                                        <block type="variables_set" id="-/)iMmSKc?]#P@*k$7:d">
                                                          <field name="VAR" id=",%qw_kzk75Ldl}%UHJ9V">Pumpe eingeschaltet</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="Nosrz5E%6d|~K6,|{L]S">
                                                              <field name="BOOL">FALSE</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="debug" id="/g8{I`N{w.]e8s3sU`(X">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text" id="]ISsuCeKYW||b.3PeGT~">
                                                                  <field name="TEXT">Brennertemperatur unter 30°C, Start Nachlaufpumpe </field>
                                                                </shadow>
                                                              </value>
                                                              <next>
                                                                <block type="timeouts_settimeout" id="+77-=4}w;2*QM9Zsa=xl">
                                                                  <field name="NAME">Ausschaltverzögerung</field>
                                                                  <field name="DELAY">6</field>
                                                                  <field name="UNIT">min</field>
                                                                  <statement name="STATEMENT">
                                                                    <block type="control" id="[7ImuyN;#cl~.b7cfAy=">
                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                      <field name="OID">tuya.0.03000500c4dd571fcd07.1</field>
                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                      <value name="VALUE">
                                                                        <block type="logic_boolean" id=":pWUo6$ntfgf!f6^b$|{">
                                                                          <field name="BOOL">FALSE</field>
                                                                        </block>
                                                                      </value>
                                                                      <next>
                                                                        <block type="debug" id="FS-hqnB`LEM-`fp7jK@)">
                                                                          <field name="Severity">log</field>
                                                                          <value name="TEXT">
                                                                            <shadow type="text" id="8O#7XA~eR/whkWH4XakH">
                                                                              <field name="TEXT">Stop Nachlauf Pumpe</field>
                                                                            </shadow>
                                                                          </value>
                                                                          <next>
                                                                            <block type="timeouts_settimeout" id="c((9vDlt:5%K)QpE(;~q">
                                                                              <field name="NAME">Nachtlauf starten</field>
                                                                              <field name="DELAY">8</field>
                                                                              <field name="UNIT">min</field>
                                                                              <statement name="STATEMENT">
                                                                                <block type="control" id="je,+9aj0Xe=C~9iGnYb3">
                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                  <field name="OID">tuya.0.03000500c4dd571fcd07.1</field>
                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                  <value name="VALUE">
                                                                                    <block type="logic_boolean" id="iLkKg_|Z$081[FpcQ.cf">
                                                                                      <field name="BOOL">TRUE</field>
                                                                                    </block>
                                                                                  </value>
                                                                                  <next>
                                                                                    <block type="timeouts_settimeout" id="UKLe_Xyph4zqSIP!vU$P">
                                                                                      <field name="NAME">Nachlauf stoppen</field>
                                                                                      <field name="DELAY">2</field>
                                                                                      <field name="UNIT">min</field>
                                                                                      <statement name="STATEMENT">
                                                                                        <block type="control" id="~:`BRUf24K]Od[V.zVwV">
                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                          <field name="OID">tuya.0.03000500c4dd571fcd07.1</field>
                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="logic_boolean" id="VV~o*,=e`l.apItWtF}|">
                                                                                              <field name="BOOL">FALSE</field>
                                                                                            </block>
                                                                                          </value>
                                                                                        </block>
                                                                                      </statement>
                                                                                    </block>
                                                                                  </next>
                                                                                </block>
                                                                              </statement>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </statement>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                    </block>
                                                  </statement>
                                                </block>
                                              </next>
                                            </block>
                                          </xml>
                                          

                                          dfc677d0-e1be-4dd5-a12a-e5989e1064ce-image.png

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

                                            @nicoloma
                                            Besser auf "wurde geändert" triggern.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            815
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            39
                                            1599
                                            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