Navigation

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

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Kleiner Umbau einer Schaltung

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

      Ich brauche mal wieder eure Hilfe!
      Ich habe eine Schaltung, die so wie sie ist zwar funktioniert doch bis dann der Vliesfilter Motor weiter läuft wenn der Schwimmer true ist. Ist das Vlies schon an den Umlenkrollen festgeklebt.
      Ich würde sehr gerne die Schaltung umbauen.
      So das dass Vlies alle 15 min nur 1 cm laufen soll.
      dh 96 cm am Tag. Dazu muss die Restzeit weiter bestehen bleiben. das nihct mehr als 100 cm am Tag laufen.
      Wenn Vliesfilter Schwimmer normal true ist dann soll das Vlies weiter drehen wenn Vliesfilter Max schwimmer true ist soll die Steuerung abgeschaltet werden und erst wenn Vliesfilter Max false ist soll die Steuerung wieder aktiviert werden.
      Es wäre auch Prima wenn du mit drüber guvken könntest @paul53

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable id="jelrI7)a+8oXZV(*|VPG">schwimmer</variable>
          <variable id="%t!mZ8PG#G[N~SK+`Kpf">restzeit</variable>
          <variable id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</variable>
          <variable type="undefined" id="Intervall">Intervall</variable>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="comment" id="5z}DP4%./aV[wt`Fx4$t" x="-2013" y="-787">
          <field name="COMMENT">Vlies Schwimmer normal</field>
          <next>
            <block type="variables_set" id="q^$BreH*yiE%[?k6w~Cu" disabled="true">
              <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
              <value name="VALUE">
                <block type="get_value" id="[z_,Lk{/T{ix%}b/^$WM">
                  <field name="ATTR">val</field>
                  <field name="OID">sonoff.0.Aqua_Float.POWER3</field>
                </block>
              </value>
              <next>
                <block type="variables_set" id="54%k%%U$jnaK1m1E.%SH" disabled="true">
                  <field name="VAR" id="%t!mZ8PG#G[N~SK+`Kpf">restzeit</field>
                  <value name="VALUE">
                    <block type="math_arithmetic" id="@jS^)bBYfX#1dH:D1kdH">
                      <field name="OP">DIVIDE</field>
                      <value name="A">
                        <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="q!^ViYZx3LnzVq1kp_Za">
                          <field name="NUM">1</field>
                        </shadow>
                        <block type="get_value" id="q^Na^3~X:M*%vFn_~M82">
                          <field name="ATTR">val</field>
                          <field name="OID">Aqua_Control.0.Vliesfilter.Restzeit</field>
                        </block>
                      </value>
                      <value name="B">
                        <shadow type="math_number" id="S7Sc+~JrKqP70}B!6YdK">
                          <field name="NUM">2</field>
                        </shadow>
                      </value>
                    </block>
                  </value>
                  <next>
                    <block type="on_ext" id=".C1d#(gWIO$3af%qZpd=" disabled="true">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                      <field name="CONDITION">ne</field>
                      <field name="ACK_CONDITION"></field>
                      <value name="OID0">
                        <shadow type="field_oid" id="ao*zhM3bl`?#R.|56@u2">
                          <field name="oid">sonoff.0.Aqua_Float.POWER3</field>
                        </shadow>
                      </value>
                      <statement name="STATEMENT">
                        <block type="timeouts_cleartimeout" id="JsI0fYRACRn|cg%P`lFp">
                          <field name="NAME">schwimmer</field>
                          <next>
                            <block type="timeouts_settimeout" id="N#We))|a%fz}L[Q+Cx^q">
                              <field name="NAME">timeout</field>
                              <field name="DELAY">10</field>
                              <field name="UNIT">sec</field>
                              <statement name="STATEMENT">
                                <block type="variables_set" id="DBP2g$aqWChGwu[v*4!%">
                                  <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                                  <value name="VALUE">
                                    <block type="on_source" id="K11}(or[Z:OS!(#vxqHG">
                                      <field name="ATTR">state.val</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="procedures_callnoreturn" id="PS|Lsb]Ll|M)1A-*=;MW" disabled="true">
                                      <mutation name="Vliesmotor"></mutation>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </next>
                        </block>
                      </statement>
                      <next>
                        <block type="schedule" id="(1I$6}V5IN*70(H;=,o%" disabled="true">
                          <field name="SCHEDULE">0 0 * * *</field>
                          <statement name="STATEMENT">
                            <block type="variables_set" id="{)f?@KVtoNY|AFCWejAB">
                              <field name="VAR" id="%t!mZ8PG#G[N~SK+`Kpf">restzeit</field>
                              <value name="VALUE">
                                <block type="math_number" id="Rqh{,?m@M#5bO:hk2qxN">
                                  <field name="NUM">20</field>
                                </block>
                              </value>
                              <next>
                                <block type="update" id="+r+/i.Ri,fl}QCeX@?61">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">Aqua_Control.0.Vliesfilter.Restzeit</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="math_number" id="]lwb)]#RcLa^7jMqMB77">
                                      <field name="NUM">40</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="procedures_callnoreturn" id="4]}?^U%FVW-Xhma?(A5M" disabled="true">
                                      <mutation name="Vliesmotor"></mutation>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </statement>
                          <next>
                            <block type="variables_set" id=",QNrt-4CE4Oj^jIk#,;Y" disabled="true">
                              <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                              <value name="VALUE">
                                <block type="get_value" id=")/E%PW9T*{q`1g=Um8*F">
                                  <field name="ATTR">val</field>
                                  <field name="OID">sonoff.0.Aqua_Float.POWER5</field>
                                </block>
                              </value>
                              <next>
                                <block type="comment" id="bHD/a9YVFg5@jtgL}RAZ">
                                  <field name="COMMENT">Vlies Schwimmer max</field>
                                  <next>
                                    <block type="on_ext" id="*GLxbq=Y5W/kt`Ec^_^8" disabled="true">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                      <field name="CONDITION">ne</field>
                                      <field name="ACK_CONDITION"></field>
                                      <value name="OID0">
                                        <shadow type="field_oid" id=":`a*puT#US*_u;?L/x6J">
                                          <field name="oid">sonoff.0.Aqua_Float.POWER5</field>
                                        </shadow>
                                      </value>
                                      <statement name="STATEMENT">
                                        <block type="variables_set" id="|?HCwmG:!WSA]G_SW,bk">
                                          <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                                          <value name="VALUE">
                                            <block type="on_source" id="2JAIjy|oUz(g|A5~5NZK">
                                              <field name="ATTR">state.val</field>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="controls_if" id="_6.CXzT9uKZMv|AhD2pB">
                                              <value name="IF0">
                                                <block type="variables_get" id="bGVV|MyBeYczZ:[4nke5">
                                                  <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="control" id="V1h::i|*Z}0C,x,4n[h[">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="?1XtN^D4|o#2R(0I)]46">
                                                      <field name="BOOL">FALSE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                              <next>
                                                <block type="procedures_callnoreturn" id="4SLh!G5#1BX1Fr=Gc:)G" disabled="true">
                                                  <mutation name="Vliesmotor"></mutation>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </statement>
                                      <next>
                                        <block type="procedures_callnoreturn" id="SwYioD-vCN,({DQT,nlx" disabled="true">
                                          <mutation name="Vliesmotor"></mutation>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </next>
            </block>
          </next>
        </block>
        <block type="procedures_defnoreturn" id="~}wgr=#9IHto`oZ`1i[U" disabled="true" x="-1512" y="-687">
          <field name="NAME">Vliesmotor</field>
          <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
          <statement name="STACK">
            <block type="controls_if" id="qK^.hb={2:@M!ZVgr,,u">
              <mutation elseif="1"></mutation>
              <value name="IF0">
                <block type="logic_operation" id="[P$,D8~!C1S-}Qc-W#F2">
                  <field name="OP">AND</field>
                  <value name="A">
                    <block type="variables_get" id="NzRA^q(PS(^dxlh?Hz=`">
                      <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_negate" id="l#n/c,qraF+Y1Tx?C@JA">
                      <value name="BOOL">
                        <block type="variables_get" id="_M:.mt0cg%g*o6:2k*18">
                          <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                        </block>
                      </value>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="controls_if" id="QywEwMFYFf*jv=~RG:hi">
                  <value name="IF0">
                    <block type="logic_operation" id="xx=Q]8#5BOXA?;HAZ|/Q">
                      <field name="OP">AND</field>
                      <value name="A">
                        <block type="logic_negate" id="_{hS@M9pcc_|dL-|wHIe">
                          <value name="BOOL">
                            <block type="variables_get" id="!lSD/;w.BC6Zye$P;+qB">
                              <field name="VAR" id="Intervall" variabletype="undefined">Intervall</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="JbQbvT#3JW.9fVGJXtMe">
                          <field name="OP">GTE</field>
                          <value name="A">
                            <block type="variables_get" id="qM,NQ2t^P6}UJ1c+OQ`P">
                              <field name="VAR" id="%t!mZ8PG#G[N~SK+`Kpf">restzeit</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="U=ZFPYpxi`%vn%M4zaBe">
                              <field name="NUM">0</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="control" id="S$_E~?+C|0xeaXoh_M8M">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="%02%L=N?!^~efNZ}mSgv">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                      <next>
                        <block type="timeouts_setinterval" id="54}UC3}t@D?RM1+Z792o">
                          <field name="NAME">Intervall</field>
                          <field name="INTERVAL">10</field>
                          <field name="UNIT">sec</field>
                          <statement name="STATEMENT">
                            <block type="controls_if" id="(~Q|}=ic+sA#`@!Ma`~L">
                              <mutation else="1"></mutation>
                              <value name="IF0">
                                <block type="logic_operation" id="A46f$uvOO-y~k${W6yj6">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="bpC5nI2I}O}Z#O{kySt_">
                                      <field name="OP">GT</field>
                                      <value name="A">
                                        <block type="variables_get" id="xk]/(@DMWUBgU#z6:]qZ">
                                          <field name="VAR" id="%t!mZ8PG#G[N~SK+`Kpf">restzeit</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="yO,,$wcKnI|3dJ-tuyV}">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="variables_get" id="BSK6e#C8r)693?3tm_%s">
                                      <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO0">
                                <block type="math_change" id="E`-ssA;X9+940MYh/jC~">
                                  <field name="VAR" id="%t!mZ8PG#G[N~SK+`Kpf">restzeit</field>
                                  <value name="DELTA">
                                    <shadow type="math_number" id="|SPdtjyTRk*g7kpbX@yh">
                                      <field name="NUM">-1</field>
                                    </shadow>
                                  </value>
                                  <next>
                                    <block type="update" id="e?4*zw6JeufCUI_A$tWA">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">Aqua_Control.0.Vliesfilter.Restzeit</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="math_arithmetic" id="?(V0m_KR;zq]8QN4Nnt}">
                                          <field name="OP">MULTIPLY</field>
                                          <value name="A">
                                            <shadow type="math_number" id="e-o]eN1KmMjXLGYbB5*-">
                                              <field name="NUM">2</field>
                                            </shadow>
                                          </value>
                                          <value name="B">
                                            <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Jab%cXU;kqAhB|kiv+HG">
                                              <field name="NUM">1</field>
                                            </shadow>
                                            <block type="variables_get" id="x3#fOwJi8qvpU_aB}+Qo">
                                              <field name="VAR" id="%t!mZ8PG#G[N~SK+`Kpf">restzeit</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                              <statement name="ELSE">
                                <block type="control" id=";ZPsI~I3!y;|Bll.nZi]">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="GV}0dox+Wzn)9/ho1)jJ">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="timeouts_clearinterval" id=".JS+sd^HrJ:7@PT?;b1@">
                                      <field name="NAME">Intervall</field>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </statement>
              <value name="IF1">
                <block type="get_value" id="#Hsff,HhVj3Er3x^t0d{">
                  <field name="ATTR">val</field>
                  <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                </block>
              </value>
              <statement name="DO1">
                <block type="control" id="4|Vz)`RbK!({%B#^yBT@">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="logic_boolean" id="(F=#.PC)sS-H0v;,Jq$U">
                      <field name="BOOL">FALSE</field>
                    </block>
                  </value>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      

      Unbenannt.png

      Das sind die dazugehörigen Datenpunkte:

      Unbenannt2.png

      Der Motor hat den Multiplikator 0.00111262 cm in einer millisekunde sprich der Motor macht in 1 sek 1,11262 cm

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

        @paul53
        Kannst du mir bitte bei dieser Schaltung noch mal helfen !? Da der Vlies Filter zu selten dreht klebt das Vlies an den umlenk Wellen fest und der Motor schafft es nicht mehr das Vlies zu drehen. Es kann alles so bleiben nur wenn Schwimmer Vlies normal true ist soll das Vlies mindestens alle 30 min. Der Motor betätigt werden bis Schwimmer wieder false ist da der Strom vom Vlies Motor eh über den Schwimmer läuft.

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

          @aphofis sagte: So das dass Vlies alle 15 min nur 1 cm laufen soll. dh 96 cm am Tag.
          ... der Motor macht in 1 sek 1,11262 cm

          Es soll alle 15 Minuten nur für jeweils 900 ms laufen?

          @aphofis sagte in Kleiner Umbau einer Schaltung:

          Dazu muss die Restzeit weiter bestehen bleiben. das nihct mehr als 100 cm am Tag laufen.

          Wozu? 96 cm sind weniger als 100 cm.

          Vorschlag:

          Blockly_temp.JPG

          <xml xmlns="https://developers.google.com/blockly/xml">
           <variables>
             <variable id="jelrI7)a+8oXZV(*|VPG">schwimmer</variable>
             <variable type="timeout" id="timeout">timeout</variable>
             <variable id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</variable>
             <variable type="interval" id="Intervall">Intervall</variable>
           </variables>
           <block type="comment" id="5z}DP4%./aV[wt`Fx4$t" x="-2013" y="-787">
             <field name="COMMENT">Vlies Schwimmer normal</field>
             <next>
               <block type="variables_set" id="q^$BreH*yiE%[?k6w~Cu">
                 <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                 <value name="VALUE">
                   <block type="get_value" id="[z_,Lk{/T{ix%}b/^$WM">
                     <field name="ATTR">val</field>
                     <field name="OID">sonoff.0.Aqua_Float.POWER3</field>
                   </block>
                 </value>
                 <next>
                   <block type="on_ext" id=".C1d#(gWIO$3af%qZpd=">
                     <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                     <field name="CONDITION">ne</field>
                     <field name="ACK_CONDITION"></field>
                     <value name="OID0">
                       <shadow type="field_oid" id="ao*zhM3bl`?#R.|56@u2">
                         <field name="oid">sonoff.0.Aqua_Float.POWER3</field>
                       </shadow>
                     </value>
                     <statement name="STATEMENT">
                       <block type="timeouts_cleartimeout" id="JsI0fYRACRn|cg%P`lFp">
                         <field name="NAME">timeout</field>
                         <next>
                           <block type="timeouts_settimeout" id="N#We))|a%fz}L[Q+Cx^q">
                             <field name="NAME">timeout</field>
                             <field name="DELAY">10</field>
                             <field name="UNIT">sec</field>
                             <statement name="STATEMENT">
                               <block type="variables_set" id="DBP2g$aqWChGwu[v*4!%">
                                 <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                                 <value name="VALUE">
                                   <block type="on_source" id="K11}(or[Z:OS!(#vxqHG">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="procedures_callnoreturn" id="PS|Lsb]Ll|M)1A-*=;MW">
                                     <mutation name="Vliesmotor"></mutation>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </statement>
                     <next>
                       <block type="comment" id="bHD/a9YVFg5@jtgL}RAZ">
                         <field name="COMMENT">Vlies Schwimmer max</field>
                         <next>
                           <block type="variables_set" id=",QNrt-4CE4Oj^jIk#,;Y">
                             <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                             <value name="VALUE">
                               <block type="get_value" id=")/E%PW9T*{q`1g=Um8*F">
                                 <field name="ATTR">val</field>
                                 <field name="OID">sonoff.0.Aqua_Float.POWER5</field>
                               </block>
                             </value>
                             <next>
                               <block type="on_ext" id="*GLxbq=Y5W/kt`Ec^_^8">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                 <field name="CONDITION">ne</field>
                                 <field name="ACK_CONDITION"></field>
                                 <value name="OID0">
                                   <shadow type="field_oid" id=":`a*puT#US*_u;?L/x6J">
                                     <field name="oid">sonoff.0.Aqua_Float.POWER5</field>
                                   </shadow>
                                 </value>
                                 <statement name="STATEMENT">
                                   <block type="variables_set" id="|?HCwmG:!WSA]G_SW,bk">
                                     <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                                     <value name="VALUE">
                                       <block type="on_source" id="2JAIjy|oUz(g|A5~5NZK">
                                         <field name="ATTR">state.val</field>
                                       </block>
                                     </value>
                                     <next>
                                       <block type="procedures_callnoreturn" id="4SLh!G5#1BX1Fr=Gc:)G">
                                         <mutation name="Vliesmotor"></mutation>
                                       </block>
                                     </next>
                                   </block>
                                 </statement>
                                 <next>
                                   <block type="procedures_callnoreturn" id="SwYioD-vCN,({DQT,nlx">
                                     <mutation name="Vliesmotor"></mutation>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
           <block type="procedures_defnoreturn" id="~}wgr=#9IHto`oZ`1i[U" x="-1538" y="-688">
             <field name="NAME">Vliesmotor</field>
             <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
             <statement name="STACK">
               <block type="controls_if" id="qK^.hb={2:@M!ZVgr,,u">
                 <mutation else="1"></mutation>
                 <value name="IF0">
                   <block type="logic_operation" id="[P$,D8~!C1S-}Qc-W#F2">
                     <field name="OP">AND</field>
                     <value name="A">
                       <block type="variables_get" id="NzRA^q(PS(^dxlh?Hz=`">
                         <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="logic_negate" id="l#n/c,qraF+Y1Tx?C@JA">
                         <value name="BOOL">
                           <block type="variables_get" id="_M:.mt0cg%g*o6:2k*18">
                             <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                           </block>
                         </value>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO0">
                   <block type="control" id="S$_E~?+C|0xeaXoh_M8M">
                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                     <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                     <field name="WITH_DELAY">FALSE</field>
                     <value name="VALUE">
                       <block type="logic_boolean" id="%02%L=N?!^~efNZ}mSgv">
                         <field name="BOOL">TRUE</field>
                       </block>
                     </value>
                     <next>
                       <block type="control" id=";ZPsI~I3!y;|Bll.nZi]">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                         <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                         <field name="WITH_DELAY">TRUE</field>
                         <field name="DELAY_MS">900</field>
                         <field name="UNIT">ms</field>
                         <field name="CLEAR_RUNNING">TRUE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="GV}0dox+Wzn)9/ho1)jJ">
                             <field name="BOOL">FALSE</field>
                           </block>
                         </value>
                         <next>
                           <block type="timeouts_setinterval" id="54}UC3}t@D?RM1+Z792o">
                             <field name="NAME">Intervall</field>
                             <field name="INTERVAL">15</field>
                             <field name="UNIT">min</field>
                             <statement name="STATEMENT">
                               <block type="control" id="*h|j)c?5J=M%-+gVBP|6">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="logic_boolean" id="wu:F0))QxqKb[C9(2:(.">
                                     <field name="BOOL">TRUE</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="control" id="1Srk,S8-kg$1(MYb=Zej">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                     <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                                     <field name="WITH_DELAY">TRUE</field>
                                     <field name="DELAY_MS">900</field>
                                     <field name="UNIT">ms</field>
                                     <field name="CLEAR_RUNNING">TRUE</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="!*s(*gpXSim:=AQR3(b(">
                                         <field name="BOOL">FALSE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <statement name="ELSE">
                   <block type="timeouts_clearinterval" id=".JS+sd^HrJ:7@PT?;b1@">
                     <field name="NAME">Intervall</field>
                     <next>
                       <block type="controls_if" id="%,hn#a-({PajWRc0xSZ@">
                         <value name="IF0">
                           <block type="get_value" id="#Hsff,HhVj3Er3x^t0d{">
                             <field name="ATTR">val</field>
                             <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="control" id="4|Vz)`RbK!({%B#^yBT@">
                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                             <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="logic_boolean" id="(F=#.PC)sS-H0v;,Jq$U">
                                 <field name="BOOL">FALSE</field>
                               </block>
                             </value>
                           </block>
                         </statement>
                       </block>
                     </next>
                   </block>
                 </statement>
               </block>
             </statement>
           </block>
          </xml>
          

          Version mit Zeitplan, bei der die 100 cm pro Tag mit Sicherheit nicht überschritten werden:

          Blockly_temp.JPG

          <xml xmlns="https://developers.google.com/blockly/xml">
           <variables>
             <variable id="jelrI7)a+8oXZV(*|VPG">schwimmer</variable>
             <variable type="timeout" id="timeout">timeout</variable>
             <variable id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</variable>
           </variables>
           <block type="comment" id="5z}DP4%./aV[wt`Fx4$t" x="-2013" y="-787">
             <field name="COMMENT">Vlies Schwimmer normal</field>
             <next>
               <block type="variables_set" id="q^$BreH*yiE%[?k6w~Cu">
                 <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                 <value name="VALUE">
                   <block type="get_value" id="[z_,Lk{/T{ix%}b/^$WM">
                     <field name="ATTR">val</field>
                     <field name="OID">sonoff.0.Aqua_Float.POWER3</field>
                   </block>
                 </value>
                 <next>
                   <block type="on_ext" id=".C1d#(gWIO$3af%qZpd=">
                     <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                     <field name="CONDITION">ne</field>
                     <field name="ACK_CONDITION"></field>
                     <value name="OID0">
                       <shadow type="field_oid" id="ao*zhM3bl`?#R.|56@u2">
                         <field name="oid">sonoff.0.Aqua_Float.POWER3</field>
                       </shadow>
                     </value>
                     <statement name="STATEMENT">
                       <block type="timeouts_cleartimeout" id="JsI0fYRACRn|cg%P`lFp">
                         <field name="NAME">timeout</field>
                         <next>
                           <block type="timeouts_settimeout" id="N#We))|a%fz}L[Q+Cx^q">
                             <field name="NAME">timeout</field>
                             <field name="DELAY">10</field>
                             <field name="UNIT">sec</field>
                             <statement name="STATEMENT">
                               <block type="variables_set" id="DBP2g$aqWChGwu[v*4!%">
                                 <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                                 <value name="VALUE">
                                   <block type="on_source" id="K11}(or[Z:OS!(#vxqHG">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </statement>
                     <next>
                       <block type="comment" id="bHD/a9YVFg5@jtgL}RAZ">
                         <field name="COMMENT">Vlies Schwimmer max</field>
                         <next>
                           <block type="variables_set" id=",QNrt-4CE4Oj^jIk#,;Y">
                             <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                             <value name="VALUE">
                               <block type="get_value" id=")/E%PW9T*{q`1g=Um8*F">
                                 <field name="ATTR">val</field>
                                 <field name="OID">sonoff.0.Aqua_Float.POWER5</field>
                               </block>
                             </value>
                             <next>
                               <block type="on_ext" id="*GLxbq=Y5W/kt`Ec^_^8">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                 <field name="CONDITION">ne</field>
                                 <field name="ACK_CONDITION"></field>
                                 <value name="OID0">
                                   <shadow type="field_oid" id=":`a*puT#US*_u;?L/x6J">
                                     <field name="oid">sonoff.0.Aqua_Float.POWER5</field>
                                   </shadow>
                                 </value>
                                 <statement name="STATEMENT">
                                   <block type="variables_set" id="|?HCwmG:!WSA]G_SW,bk">
                                     <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                                     <value name="VALUE">
                                       <block type="on_source" id="2JAIjy|oUz(g|A5~5NZK">
                                         <field name="ATTR">state.val</field>
                                       </block>
                                     </value>
                                     <next>
                                       <block type="controls_if" id="%,hn#a-({PajWRc0xSZ@">
                                         <value name="IF0">
                                           <block type="get_value" id="#Hsff,HhVj3Er3x^t0d{">
                                             <field name="ATTR">val</field>
                                             <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                                           </block>
                                         </value>
                                         <statement name="DO0">
                                           <block type="control" id="4|Vz)`RbK!({%B#^yBT@">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                             <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                                             <field name="WITH_DELAY">FALSE</field>
                                             <value name="VALUE">
                                               <block type="logic_boolean" id="(F=#.PC)sS-H0v;,Jq$U">
                                                 <field name="BOOL">FALSE</field>
                                               </block>
                                             </value>
                                           </block>
                                         </statement>
                                       </block>
                                     </next>
                                   </block>
                                 </statement>
                                 <next>
                                   <block type="schedule" id="dv!v~pd%K-Y]H%6%!R3+">
                                     <field name="SCHEDULE">*/15 * * * *</field>
                                     <statement name="STATEMENT">
                                       <block type="controls_if" id="qK^.hb={2:@M!ZVgr,,u">
                                         <value name="IF0">
                                           <block type="logic_operation" id="[P$,D8~!C1S-}Qc-W#F2">
                                             <field name="OP">AND</field>
                                             <value name="A">
                                               <block type="variables_get" id="NzRA^q(PS(^dxlh?Hz=`">
                                                 <field name="VAR" id="jelrI7)a+8oXZV(*|VPG">schwimmer</field>
                                               </block>
                                             </value>
                                             <value name="B">
                                               <block type="logic_negate" id="l#n/c,qraF+Y1Tx?C@JA">
                                                 <value name="BOOL">
                                                   <block type="variables_get" id="_M:.mt0cg%g*o6:2k*18">
                                                     <field name="VAR" id="9:SDRple|ege[7Ew8bgk">maxSchwimmer</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                           </block>
                                         </value>
                                         <statement name="DO0">
                                           <block type="control" id="S$_E~?+C|0xeaXoh_M8M">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                             <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                                             <field name="WITH_DELAY">FALSE</field>
                                             <value name="VALUE">
                                               <block type="logic_boolean" id="%02%L=N?!^~efNZ}mSgv">
                                                 <field name="BOOL">TRUE</field>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="control" id=";ZPsI~I3!y;|Bll.nZi]">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                 <field name="OID">sonoff.0.Aqua_Control.POWER2</field>
                                                 <field name="WITH_DELAY">TRUE</field>
                                                 <field name="DELAY_MS">900</field>
                                                 <field name="UNIT">ms</field>
                                                 <field name="CLEAR_RUNNING">TRUE</field>
                                                 <value name="VALUE">
                                                   <block type="logic_boolean" id="GV}0dox+Wzn)9/ho1)jJ">
                                                     <field name="BOOL">FALSE</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </next>
                                           </block>
                                         </statement>
                                       </block>
                                     </statement>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
          </xml>
          

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

            @paul53
            Prima! Ich teste mal die zweite Variante! Vielen Vielen Dank

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

              @paul53

              So habe beide Steuerungen getestet nur leider wird der Vliesfilter nicht betätigt.
              kann es sein das der motor strom wieder direkt ans Relais muss und nicht mehr über den schwimmer laufen darf !?

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

                @aphofis sagte: leider wird der Vliesfilter nicht betätigt.

                Vielleicht reichen 900 ms nicht aus, um den Motor überhaupt zu starten (Haftreibung)?

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

                  @paul53
                  Ok dann versuche ich es mit erstmal 1200ms
                  Macht es nicht für die steuerung Probleme, wenn der Motor Strom über den Schwimmer läuft anstatt sofort über das Relais aktiviert wird !?

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

                    @aphofis sagte: Macht es nicht für die steuerung Probleme, wenn der Motor Strom über den Schwimmer läuft anstatt sofort über das Relais aktiviert wird !?

                    Wodurch wird der Schwimmerschalter betätigt? Ist er nicht bereits betätigt, wenn das Relais (alle 15 Minuten) anzieht?

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

                      @paul53
                      Nur wenn der Schwimmer aktiv ist, und das Relais gezogen ist dreht der motor.
                      wenn die steuerung das Relais anzieht aber der schwimmer nicht aktiv ist fließt auch kein strom weil der Motor strom über den schwimmer läuft.

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

                        @aphofis sagte: Nur wenn der Schwimmer aktiv ist, und das Relais gezogen ist dreht der motor.

                        So hatte ich es in Erinnerung.

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

                          @paul53
                          Momentan kann ich die Steuerung eh nicht umsetzen. Da die Welle vom Vliesmotor abgerissen ist.
                          da das Vlies an den Umlenkrollen fest geklebt war und der Motor hat so lange gedrückt bis die Welle durch gerissen ist.
                          Neuer Motor ist bestellt und gehäuse ist gedruckt damit die Welle nicht wieder rostet und kaputt gehen kann.

                          Wal 1 Reply Last reply Reply Quote 0
                          • Wal
                            Wal Developer @Aphofis last edited by

                            @aphofis,
                            wenn ich mir deinen ersten Thread durchlese, brauchst du überhaupt kein Schwimmerschalter mehr. Du möchtest ja das Vlies weiter drehen auch wenn der Schwimmer false ist, damit das Vlies nicht kleben bleibt. Du brauchst nur eine Abschaltung incl. Meldung wenn die Rolle leer ist, damit die Frau die Rolle wechseln kann. 😉

                            Aphofis 1 Reply Last reply Reply Quote 0
                            • Aphofis
                              Aphofis @Wal last edited by

                              @wal
                              Im endeffekt ja.
                              Der Schwimmer ist halt dazu da, wenn ich futterpause aktiviere wo alle Pumpen abgeschaltet werden, steigt der Wasserstand im Technik Becken und das Vlies würde durch den Schwimmer aktiviert wird aber durch den Max Schwimmer gestoppt.
                              Eigntl kann der Schwimmer raus aber ich überlege mir das noch wie es am besten ist.

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              872
                              Online

                              32.0k
                              Users

                              80.5k
                              Topics

                              1.3m
                              Posts

                              blockly javascript
                              3
                              13
                              525
                              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