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.
    • Nicoloma
      Nicoloma last edited by

      Hallo ziemlich neu hier. Und versuche das hier den ganzen Tag. Ich verzweifle.

      Situation.
      Ich will das wenn die Brennertemp über 30 ist ->die Pumpe an geht und so lange anbleibt wie der Brenner über 30 ist , danach noch 6 Minuten nachläuft.

      Wenn Brenner nicht an ist ... soll die 8 Minuten aus bleiben ...dann 2 min an.....

      Ich war heute schon viel weiter aber es funtionierte nicht. Dan habe ich einiges wieder gelöscht.... 😞

      876c25d0-7b0e-4e20-8c41-44b525c5d10c-image.png

      
      BlocklyJavascriptTypeScriptRules
      Protokoll
      Ausgewählte Blöcke exportieren
      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="on" id="8loB(EE%UC8L([#t,z?Q" x="-539" y="49">
          <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 else="1"></mutation>
              <value name="IF0">
                <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>
              <statement name="DO0">
                <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>
                </block>
              </statement>
              <statement name="ELSE">
                <block type="timeouts_settimeout" id="DJ|.WgP~)|z7@Uj]xi[Q">
                  <field name="NAME">timeout</field>
                  <field name="DELAY">3</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">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <next>
                    <block type="control" id=";j5|`l8b]po_482{j!Vp" disabled="true">
                      <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="OTdm.q+P)s7B#LG#sx6q">
                          <field name="BOOL">FALSE</field>
                        </block>
                      </value>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
          <next>
            <block type="timeouts_cleartimeout" id="Tbabrq[$_+e`X^ZXf/t0">
              <field name="NAME">timeout</field>
            </block>
          </next>
        </block>
      </xml>
      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="on" id="8loB(EE%UC8L([#t,z?Q" x="-539" y="49">
          <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 else="1"></mutation>
              <value name="IF0">
                <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>
              <statement name="DO0">
                <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>
                </block>
              </statement>
              <statement name="ELSE">
                <block type="timeouts_settimeout" id="DJ|.WgP~)|z7@Uj]xi[Q">
                  <field name="NAME">timeout</field>
                  <field name="DELAY">3</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">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <next>
                    <block type="control" id=";j5|`l8b]po_482{j!Vp" disabled="true">
                      <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="OTdm.q+P)s7B#LG#sx6q">
                          <field name="BOOL">FALSE</field>
                        </block>
                      </value>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
          <next>
            <block type="timeouts_cleartimeout" id="Tbabrq[$_+e`X^ZXf/t0">
              <field name="NAME">timeout</field>
            </block>
          </next>
        </block>
      </xml>
      
      
      K 1 Reply Last reply Reply Quote 0
      • K
        Kusi @Nicoloma last edited by

        @nicoloma sagte in Heizungsteuerung Pumpe:

        Ich will das wenn die Brennertemp über 30 ist ->die Pumpe an geht und so lange anbleibt wie der Brenner über 30 ist , danach noch 6 Minuten nachläuft.

        Würde ich wie folgt lösen:
        a115da7a-a909-4ebb-9517-7eedf79a3d89-image.png

        Wenn Brenner nicht an ist ... soll die 8 Minuten aus bleiben ...dann 2 min an.....

        Dies verstehe ich jedoch nicht was du damit meinst.

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

          @kusi
          Vielen Dank für die schnelle Antwort.

          Wenn der Brenner sich ausschaltet soll die Pumpe sich 8 Minuten lang ausschalten, danach wieder kurz 2 Minuten lang laufen

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

            @nicoloma
            Wenn die Brennertemperatur unter 30 Grad sinkt, dann soll SOFORT die Pumpe ausschalten.
            Danach ist die Pumpe 8 Minuten ausgeschaltet.
            Danach beginnt die Pumpe nochmals für 2 Minuten zu laufen.

            Richtig so??

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

              @kusi said in Heizungsteuerung Pumpe:

              innt die Pumpe nochmals für 2 Minuten zu laufen.

              Ja genau.

              Sinn dabei ist die soll nich nochmal neues Wasserziehen um die Heizungssteuerung nicht zu ignorieren

              1 Reply Last reply Reply Quote 0
              • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            841
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

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