Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. [VORLAGE] Blockly Meldung wenn Waschmaschine fertig

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    [VORLAGE] Blockly Meldung wenn Waschmaschine fertig

    This topic has been deleted. Only users with topic management privileges can see it.
    • Xenon
      Xenon Forum Testing Developer @rantanplan last edited by

      @rantanplan oh, dass sollte kein "belächeln" sein, entschuldige bitte, falls es so rüberkam. Das war nicht meine Absicht!

      rantanplan 1 Reply Last reply Reply Quote 1
      • rantanplan
        rantanplan @Xenon last edited by

        @xenon sagte in [VORLAGE] Blockly Meldung wenn Waschmaschine fertig:

        @rantanplan oh, dass sollte kein "belächeln" sein, entschuldige bitte, falls es so rüberkam. Das war nicht meine Absicht!

        Das liebe ich so an diesem Forum! Alles ist gut.

        Viele Grüße

        1 Reply Last reply Reply Quote 0
        • paky99
          paky99 last edited by paky99

          @rantanplan

          HI ich habe das gleiche Problem wie kakacs. Bei mir startet auch nur die Verzögerung. Was mache ich falsch? Vielen Dank für das Skript.

          Meine Waschmaschine fällt auch ständig unter 3 Watt.

          Waschmaschine.jpg

          <xml xmlns="https://developers.google.com/blockly/xml">
            <variables>
              <variable id="$sFa0+./`4Eb^P{v5u1_">Meldetext</variable>
              <variable id="eGB47WP2{Oi4ndO58_(/">parameter</variable>
              <variable id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</variable>
              <variable id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</variable>
              <variable type="timeout" id="timeout">timeout</variable>
              <variable type="timeout" id="Verzoegerung">Verzoegerung</variable>
            </variables>
            <block type="create" id=":XvakORUFJ^_I1/^;0qD" x="13" y="13">
              <field name="NAME">WaschmaschineAN</field>
              <value name="VALUE">
                <block type="logic_boolean" id="M#!,8QxBc{rFlD1MHaez">
                  <field name="BOOL">FALSE</field>
                </block>
              </value>
              <next>
                <block type="comment" id="@`s,ARMz+*DZ*ns;z2m_">
                  <field name="COMMENT">Initialisierung bei Scriptstart</field>
                  <next>
                    <block type="comment" id="Ov|lJMd@PV!y.oUN9Boj">
                      <field name="COMMENT">VerzögerungAktiv NICHT ändern</field>
                      <next>
                        <block type="variables_set" id="T+;|Db@bx|T]wkX[e.xT">
                          <field name="VAR" id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="FimMeG{k6LBu0{7UjBJ4">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                          <next>
                            <block type="comment" id="6q4+KcF6/q*eh;RCmGKL">
                              <field name="COMMENT">Entscheidungswert festlegen</field>
                              <next>
                                <block type="variables_set" id="pE;t15K()B2=@=,RY5D_">
                                  <field name="VAR" id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</field>
                                  <value name="VALUE">
                                    <block type="math_number" id="OB=)nO2pXH:1HNwm(JpG">
                                      <field name="NUM">4</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="comment" id="|2tm%?,yK/o3_AA)J{ah">
                                      <field name="COMMENT">Steckdose überwachen</field>
                                      <next>
                                        <block type="on_ext" id="n)UklDS{=z!-#^HfL@Ly">
                                          <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="@Uda~stBc8L/=2DFzrvo">
                                              <field name="oid">shelly.0.SHPLG-S#B4C5E3#1.Relay0.Power</field>
                                            </shadow>
                                          </value>
                                          <statement name="STATEMENT">
                                            <block type="controls_if" id="=n/Jfc]x(Ib[NRPJZ%7X">
                                              <value name="IF0">
                                                <block type="logic_compare" id="?m1STicTe5=N-/f:Ji2s">
                                                  <field name="OP">EQ</field>
                                                  <value name="A">
                                                    <block type="on_source" id="QjKQBx`PdHENcy)eGM,5">
                                                      <field name="ATTR">oldState.val</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="math_number" id=":(p2PWPzD2(~R-q9upeS">
                                                      <field name="NUM">0</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="comment" id=";%e=m5A.5_U8[v[Odt7.">
                                                  <field name="COMMENT">Dieser Teil wird NUR ausgeführt wenn</field>
                                                  <next>
                                                    <block type="comment" id="Bv,r2iN_4zSfF_^X35gM">
                                                      <field name="COMMENT">Funkstecker oder Waschm. komplett aus war.</field>
                                                      <next>
                                                        <block type="variables_set" id="xuK#29.xYf)m6FX5LA78">
                                                          <field name="VAR" id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id=")}Jh9zUdflaLNnL+;^h=">
                                                              <field name="BOOL">TRUE</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="debug" id="Wv*jiP9Bn3#//0KE[4e[">
                                                              <field name="Severity">log</field>
                                                              <value name="TEXT">
                                                                <shadow type="text" id="!hyL_SIc#q!nV1G.NU,/">
                                                                  <field name="TEXT">***Starte Verzögerung</field>
                                                                </shadow>
                                                              </value>
                                                              <next>
                                                                <block type="timeouts_settimeout" id="PC?.OtgQ~dI~66Pl$ha_">
                                                                  <field name="NAME">Verzoegerung</field>
                                                                  <field name="DELAY">21</field>
                                                                  <field name="UNIT">sec</field>
                                                                  <statement name="STATEMENT">
                                                                    <block type="variables_set" id="@d2;tEWydly|fW:ng;eg">
                                                                      <field name="VAR" id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</field>
                                                                      <value name="VALUE">
                                                                        <block type="logic_boolean" id="S5R1RMtIKx(=N;}|dM%Z">
                                                                          <field name="BOOL">FALSE</field>
                                                                        </block>
                                                                      </value>
                                                                      <next>
                                                                        <block type="debug" id="1^,/eLLAT{#66hqVIel8">
                                                                          <field name="Severity">log</field>
                                                                          <value name="TEXT">
                                                                            <shadow type="text" id="[koH26;mOP0UeXV~CJRb">
                                                                              <field name="TEXT">***Beende Verzögerung</field>
                                                                            </shadow>
                                                                          </value>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </statement>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </statement>
                                              <next>
                                                <block type="comment" id="EZK4(UY%`}HZl{2F)m6p">
                                                  <field name="COMMENT">Ab hier wird gewaschen</field>
                                                  <next>
                                                    <block type="controls_if" id="S(-Xvr1uja6/vNdH|?j:">
                                                      <mutation elseif="2"></mutation>
                                                      <value name="IF0">
                                                        <block type="logic_operation" id="s(;r=_ekdU*dF=_Tsrbb" inline="false">
                                                          <field name="OP">AND</field>
                                                          <value name="A">
                                                            <block type="logic_compare" id="d_lZY_VlNaa40/Pob=Um">
                                                              <field name="OP">GT</field>
                                                              <value name="A">
                                                                <block type="on_source" id="`c4GU.`+o2_G+Vdxq;n/">
                                                                  <field name="ATTR">state.val</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="variables_get" id="FD[JnQcwajuYLgGmTX`.">
                                                                  <field name="VAR" id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_operation" id="*Y`H0qa!`fsBeI/2Cv+c" inline="false">
                                                              <field name="OP">AND</field>
                                                              <value name="A">
                                                                <block type="logic_compare" id="zC,(}TPXAvX2yd^k`W._">
                                                                  <field name="OP">EQ</field>
                                                                  <value name="A">
                                                                    <block type="get_value" id=";a;[[bw/v2oQnG9DHZIn">
                                                                      <field name="ATTR">val</field>
                                                                      <field name="OID">javascript.0.WaschmaschineAN</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_boolean" id=";a5=vVD`86hstjR{4y~+">
                                                                      <field name="BOOL">FALSE</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_compare" id="K.3M9Le`+STB!.M_eD7O">
                                                                  <field name="OP">EQ</field>
                                                                  <value name="A">
                                                                    <block type="variables_get" id="[!KuvI83Wzp*sDDNM{S!">
                                                                      <field name="VAR" id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</field>
                                                                    </block>
                                                                  </value>
                                                                  <value name="B">
                                                                    <block type="logic_boolean" id="9_[X?aI?X1w]lj.RY`K^">
                                                                      <field name="BOOL">FALSE</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO0">
                                                        <block type="control" id="S6URE:3#}}.v#e!X.A4D">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">javascript.0.WaschmaschineAN</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="logic_boolean" id="QqpwRU?xP?P=bvS9HS[1">
                                                              <field name="BOOL">TRUE</field>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="procedures_callnoreturn" id="=!*WIp};Ta`)XeMMk,iR">
                                                              <mutation name="Melden">
                                                                <arg name="Meldetext"></arg>
                                                              </mutation>
                                                              <value name="ARG0">
                                                                <block type="text" id="{QcAY3oi:,FGG.929?TS">
                                                                  <field name="TEXT">Waschmaschine LÄUFT</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF1">
                                                        <block type="logic_compare" id="Yuagp|w@)mC+asceXLLu">
                                                          <field name="OP">GT</field>
                                                          <value name="A">
                                                            <block type="on_source" id="P(tu4AS{);E?w-p?]{1q">
                                                              <field name="ATTR">state.val</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="variables_get" id="ou6,Zi?vbs[;{]@93U`!">
                                                              <field name="VAR" id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO1">
                                                        <block type="comment" id="H90l#sdGb5I}Wqsbz=9s">
                                                          <field name="COMMENT">Timer stoppen</field>
                                                          <next>
                                                            <block type="procedures_callnoreturn" id="zo=cPu~=j#pus6bWVaJl">
                                                              <mutation name="checkFertig">
                                                                <arg name="parameter"></arg>
                                                              </mutation>
                                                              <value name="ARG0">
                                                                <block type="logic_boolean" id="1SYbGS^3xkqD/Uj?{bvJ">
                                                                  <field name="BOOL">FALSE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                      <value name="IF2">
                                                        <block type="logic_operation" id="_@|YxZPYI(z3![Q=ZbX4" inline="false">
                                                          <field name="OP">AND</field>
                                                          <value name="A">
                                                            <block type="logic_compare" id="Ge6FX#6b5WYoc;wF%%iH">
                                                              <field name="OP">LT</field>
                                                              <value name="A">
                                                                <block type="on_source" id="0Vw33+AwVD~={g{aHa~d">
                                                                  <field name="ATTR">state.val</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="variables_get" id="NufLwbvZR1.fEmqJNOTZ">
                                                                  <field name="VAR" id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_compare" id="X[1t=zl25bQ]aHT[:`,8">
                                                              <field name="OP">EQ</field>
                                                              <value name="A">
                                                                <block type="get_value" id="4WFkiPOYU?#zQhOL)0u(">
                                                                  <field name="ATTR">val</field>
                                                                  <field name="OID">javascript.0.WaschmaschineAN</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <block type="logic_boolean" id="?jrLY7K)k;1?sa!Ef{VO">
                                                                  <field name="BOOL">TRUE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <statement name="DO2">
                                                        <block type="comment" id="}Q59!:8+Dc~b~LwZhq-(">
                                                          <field name="COMMENT">Timer starten</field>
                                                          <next>
                                                            <block type="procedures_callnoreturn" id=";MD%1IF[[H29g_f=vvYH">
                                                              <mutation name="checkFertig">
                                                                <arg name="parameter"></arg>
                                                              </mutation>
                                                              <value name="ARG0">
                                                                <block type="logic_boolean" id="/yX*,4aU!HHUO#/2U-NR">
                                                                  <field name="BOOL">TRUE</field>
                                                                </block>
                                                              </value>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </statement>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </next>
            </block>
            <block type="procedures_defnoreturn" id="l1.gm`YNTt2#Ww;_Stf+" x="838" y="88">
              <mutation>
                <arg name="Meldetext" varid="$sFa0+./`4Eb^P{v5u1_"></arg>
              </mutation>
              <field name="NAME">Melden</field>
              <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
              <statement name="STACK">
                <block type="comment" id="CgkHkrp5c26e`w3uU(i`">
                  <field name="COMMENT">Hier wird die Meldung ausgegeben</field>
                  <next>
                    <block type="debug" id="SYQu;@N0JgE!W~[JZcZ_">
                      <field name="Severity">log</field>
                      <value name="TEXT">
                        <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="4+J8c.^+FrkDV^]dAda-">
                          <field name="TEXT">test</field>
                        </shadow>
                        <block type="variables_get" id="KuX^Hf4/i6gnp|rmq9WR">
                          <field name="VAR" id="$sFa0+./`4Eb^P{v5u1_">Meldetext</field>
                        </block>
                      </value>
                      <next>
                        <block type="telegram" id="+M$HEYWLd9SaE^_-Gf6#">
                          <field name="INSTANCE"></field>
                          <field name="LOG"></field>
                          <field name="SILENT">FALSE</field>
                          <field name="PARSEMODE">default</field>
                          <value name="MESSAGE">
                            <shadow type="text" id="ftXU8}O||J$mnq#m1_a$">
                              <field name="TEXT">text</field>
                            </shadow>
                            <block type="variables_get" id="a++t9_efx*m:[o::J%)N">
                              <field name="VAR" id="$sFa0+./`4Eb^P{v5u1_">Meldetext</field>
                            </block>
                          </value>
                          <next>
                            <block type="comment" id="a;Ent4V!@/ELz)~^PTwn">
                              <field name="COMMENT">Hier den SendTo Baustein einsetzen,</field>
                              <next>
                                <block type="comment" id="Xc,u6Sm.@c5xeqVM)suq">
                                  <field name="COMMENT">den man benutzen will.</field>
                                  <next>
                                    <block type="comment" id="cI=%X;P?/Tfam8YIny%V">
                                      <field name="COMMENT">Die Meldung befindet sich in der Variablen</field>
                                      <next>
                                        <block type="comment" id="{(av)+6o4VfWo^eJEnft">
                                          <field name="COMMENT">"Meldetext"</field>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
            <block type="procedures_defnoreturn" id="sDP?w~)oJD}Z95[_?EY0" x="63" y="1313">
              <mutation>
                <arg name="parameter" varid="eGB47WP2{Oi4ndO58_(/"></arg>
              </mutation>
              <field name="NAME">checkFertig</field>
              <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
              <statement name="STACK">
                <block type="comment" id="V2@7jqv5RTl+}q}xfEsZ">
                  <field name="COMMENT">Timer stoppen</field>
                  <next>
                    <block type="timeouts_cleartimeout" id="y7iPL;/^^,*);q|%Pk6;">
                      <field name="NAME">Verzoegerung</field>
                      <next>
                        <block type="controls_if" id="*DX-*|5t*M5.|5Qw0p76">
                          <value name="IF0">
                            <block type="logic_compare" id="[-Hs2uzeFf6L7XO4:d6g">
                              <field name="OP">EQ</field>
                              <value name="A">
                                <block type="variables_get" id="uT*6f!Y:?Sivq1F-y;7_">
                                  <field name="VAR" id="eGB47WP2{Oi4ndO58_(/">parameter</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_boolean" id="w?1)4.uK{/ey3NJ)NjH:">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="comment" id="fU`TRz:h*y1K[t@GmyY:">
                              <field name="COMMENT">Timer starten</field>
                              <next>
                                <block type="timeouts_settimeout" id="k%sy5:QdTn+3f@{OZshs">
                                  <field name="NAME">timeout</field>
                                  <field name="DELAY">10</field>
                                  <field name="UNIT">sec</field>
                                  <statement name="STATEMENT">
                                    <block type="control" id="UOquZ.)w|Dv~5_@iC*HO">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">javascript.0.WaschmaschineAN</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="ttQizIf!/AB*HLfb9Kw1">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="procedures_callnoreturn" id="HHrpaU=vtt6v1JInTG~l">
                                          <mutation name="Melden">
                                            <arg name="Meldetext"></arg>
                                          </mutation>
                                          <value name="ARG0">
                                            <block type="text" id="leE4:W;JI@,LD;n0Gs6r">
                                              <field name="TEXT">Waschmaschine FERTIG</field>
                                            </block>
                                          </value>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                </block>
                              </next>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </xml>
          

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

            @paky99 Ich habe es selbst gelöst.

            1. Datenpunkt selbst erzeugt
            2. Das Kommando "set object" in den Adapter Einstellungen aktiviert (Javascript)
            3. Timeout stop auf timeout verändert statt Einschaltverzögerung bei checkfertig

            Danke

            <xml xmlns="https://developers.google.com/blockly/xml">
             <variables>
               <variable id="$sFa0+./`4Eb^P{v5u1_">Meldetext</variable>
               <variable id="eGB47WP2{Oi4ndO58_(/">parameter</variable>
               <variable id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</variable>
               <variable id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</variable>
               <variable type="timeout" id="timeout">timeout</variable>
               <variable type="timeout" id="Verzoegerung">Verzoegerung</variable>
             </variables>
             <block type="procedures_defnoreturn" id="l1.gm`YNTt2#Ww;_Stf+" x="838" y="88">
               <mutation>
                 <arg name="Meldetext" varid="$sFa0+./`4Eb^P{v5u1_"></arg>
               </mutation>
               <field name="NAME">Melden</field>
               <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
               <statement name="STACK">
                 <block type="comment" id="CgkHkrp5c26e`w3uU(i`">
                   <field name="COMMENT">Hier wird die Meldung ausgegeben</field>
                   <next>
                     <block type="debug" id="SYQu;@N0JgE!W~[JZcZ_">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="4+J8c.^+FrkDV^]dAda-">
                           <field name="TEXT">test</field>
                         </shadow>
                         <block type="variables_get" id="KuX^Hf4/i6gnp|rmq9WR">
                           <field name="VAR" id="$sFa0+./`4Eb^P{v5u1_">Meldetext</field>
                         </block>
                       </value>
                       <next>
                         <block type="telegram" id="+M$HEYWLd9SaE^_-Gf6#">
                           <field name="INSTANCE"></field>
                           <field name="LOG"></field>
                           <field name="SILENT">FALSE</field>
                           <field name="PARSEMODE">default</field>
                           <value name="MESSAGE">
                             <shadow type="text" id="ftXU8}O||J$mnq#m1_a$">
                               <field name="TEXT">text</field>
                             </shadow>
                             <block type="variables_get" id="a++t9_efx*m:[o::J%)N">
                               <field name="VAR" id="$sFa0+./`4Eb^P{v5u1_">Meldetext</field>
                             </block>
                           </value>
                           <next>
                             <block type="comment" id="a;Ent4V!@/ELz)~^PTwn">
                               <field name="COMMENT">Hier den SendTo Baustein einsetzen,</field>
                               <next>
                                 <block type="comment" id="Xc,u6Sm.@c5xeqVM)suq">
                                   <field name="COMMENT">den man benutzen will.</field>
                                   <next>
                                     <block type="comment" id="cI=%X;P?/Tfam8YIny%V">
                                       <field name="COMMENT">Die Meldung befindet sich in der Variablen</field>
                                       <next>
                                         <block type="comment" id="{(av)+6o4VfWo^eJEnft">
                                           <field name="COMMENT">"Meldetext"</field>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </statement>
             </block>
             <block type="comment" id="@`s,ARMz+*DZ*ns;z2m_" x="13" y="151">
               <field name="COMMENT">Initialisierung bei Scriptstart</field>
               <next>
                 <block type="comment" id="Ov|lJMd@PV!y.oUN9Boj">
                   <field name="COMMENT">VerzögerungAktiv NICHT ändern</field>
                   <next>
                     <block type="variables_set" id="T+;|Db@bx|T]wkX[e.xT">
                       <field name="VAR" id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</field>
                       <value name="VALUE">
                         <block type="logic_boolean" id="FimMeG{k6LBu0{7UjBJ4">
                           <field name="BOOL">FALSE</field>
                         </block>
                       </value>
                       <next>
                         <block type="comment" id="6q4+KcF6/q*eh;RCmGKL">
                           <field name="COMMENT">Entscheidungswert festlegen</field>
                           <next>
                             <block type="variables_set" id="pE;t15K()B2=@=,RY5D_">
                               <field name="VAR" id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</field>
                               <value name="VALUE">
                                 <block type="math_number" id="OB=)nO2pXH:1HNwm(JpG">
                                   <field name="NUM">4</field>
                                 </block>
                               </value>
                               <next>
                                 <block type="comment" id="|2tm%?,yK/o3_AA)J{ah">
                                   <field name="COMMENT">Steckdose überwachen</field>
                                   <next>
                                     <block type="on_ext" id="n)UklDS{=z!-#^HfL@Ly">
                                       <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="@Uda~stBc8L/=2DFzrvo">
                                           <field name="oid">shelly.0.SHPLG-S#B4C5E3#1.Relay0.Power</field>
                                         </shadow>
                                       </value>
                                       <statement name="STATEMENT">
                                         <block type="controls_if" id="=n/Jfc]x(Ib[NRPJZ%7X">
                                           <value name="IF0">
                                             <block type="logic_compare" id="?m1STicTe5=N-/f:Ji2s">
                                               <field name="OP">EQ</field>
                                               <value name="A">
                                                 <block type="on_source" id="QjKQBx`PdHENcy)eGM,5">
                                                   <field name="ATTR">oldState.val</field>
                                                 </block>
                                               </value>
                                               <value name="B">
                                                 <block type="math_number" id=":(p2PWPzD2(~R-q9upeS">
                                                   <field name="NUM">0</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                           <statement name="DO0">
                                             <block type="comment" id=";%e=m5A.5_U8[v[Odt7.">
                                               <field name="COMMENT">Dieser Teil wird NUR ausgeführt wenn</field>
                                               <next>
                                                 <block type="comment" id="Bv,r2iN_4zSfF_^X35gM">
                                                   <field name="COMMENT">Funkstecker oder Waschm. komplett aus war.</field>
                                                   <next>
                                                     <block type="variables_set" id="xuK#29.xYf)m6FX5LA78">
                                                       <field name="VAR" id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</field>
                                                       <value name="VALUE">
                                                         <block type="logic_boolean" id=")}Jh9zUdflaLNnL+;^h=">
                                                           <field name="BOOL">TRUE</field>
                                                         </block>
                                                       </value>
                                                       <next>
                                                         <block type="debug" id="Wv*jiP9Bn3#//0KE[4e[">
                                                           <field name="Severity">log</field>
                                                           <value name="TEXT">
                                                             <shadow type="text" id="!hyL_SIc#q!nV1G.NU,/">
                                                               <field name="TEXT">***Starte Verzögerung</field>
                                                             </shadow>
                                                           </value>
                                                           <next>
                                                             <block type="timeouts_settimeout" id="PC?.OtgQ~dI~66Pl$ha_">
                                                               <field name="NAME">Verzoegerung</field>
                                                               <field name="DELAY">20</field>
                                                               <field name="UNIT">sec</field>
                                                               <statement name="STATEMENT">
                                                                 <block type="variables_set" id="@d2;tEWydly|fW:ng;eg">
                                                                   <field name="VAR" id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</field>
                                                                   <value name="VALUE">
                                                                     <block type="logic_boolean" id="S5R1RMtIKx(=N;}|dM%Z">
                                                                       <field name="BOOL">FALSE</field>
                                                                     </block>
                                                                   </value>
                                                                   <next>
                                                                     <block type="debug" id="1^,/eLLAT{#66hqVIel8">
                                                                       <field name="Severity">log</field>
                                                                       <value name="TEXT">
                                                                         <shadow type="text" id="[koH26;mOP0UeXV~CJRb">
                                                                           <field name="TEXT">***Beende Verzögerung</field>
                                                                         </shadow>
                                                                       </value>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </statement>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </statement>
                                           <next>
                                             <block type="comment" id="EZK4(UY%`}HZl{2F)m6p">
                                               <field name="COMMENT">Ab hier wird gewaschen</field>
                                               <next>
                                                 <block type="controls_if" id="S(-Xvr1uja6/vNdH|?j:">
                                                   <mutation elseif="2"></mutation>
                                                   <value name="IF0">
                                                     <block type="logic_operation" id="s(;r=_ekdU*dF=_Tsrbb" inline="false">
                                                       <field name="OP">AND</field>
                                                       <value name="A">
                                                         <block type="logic_compare" id="d_lZY_VlNaa40/Pob=Um">
                                                           <field name="OP">GT</field>
                                                           <value name="A">
                                                             <block type="on_source" id="`c4GU.`+o2_G+Vdxq;n/">
                                                               <field name="ATTR">state.val</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="variables_get" id="FD[JnQcwajuYLgGmTX`.">
                                                               <field name="VAR" id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_operation" id="*Y`H0qa!`fsBeI/2Cv+c" inline="false">
                                                           <field name="OP">AND</field>
                                                           <value name="A">
                                                             <block type="logic_compare" id="zC,(}TPXAvX2yd^k`W._">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id=";a;[[bw/v2oQnG9DHZIn">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">javascript.0.variables.WaschmaschineAN</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_boolean" id=";a5=vVD`86hstjR{4y~+">
                                                                   <field name="BOOL">FALSE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_compare" id="K.3M9Le`+STB!.M_eD7O">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="variables_get" id="[!KuvI83Wzp*sDDNM{S!">
                                                                   <field name="VAR" id="reVoRkepd0lnJ^eTg$!c">VerzoegerungAktiv</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_boolean" id="9_[X?aI?X1w]lj.RY`K^">
                                                                   <field name="BOOL">FALSE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <statement name="DO0">
                                                     <block type="control" id="S6URE:3#}}.v#e!X.A4D">
                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                       <field name="OID">javascript.0.variables.WaschmaschineAN</field>
                                                       <field name="WITH_DELAY">FALSE</field>
                                                       <value name="VALUE">
                                                         <block type="logic_boolean" id="QqpwRU?xP?P=bvS9HS[1">
                                                           <field name="BOOL">TRUE</field>
                                                         </block>
                                                       </value>
                                                       <next>
                                                         <block type="procedures_callnoreturn" id="=!*WIp};Ta`)XeMMk,iR">
                                                           <mutation name="Melden">
                                                             <arg name="Meldetext"></arg>
                                                           </mutation>
                                                           <value name="ARG0">
                                                             <block type="text" id="{QcAY3oi:,FGG.929?TS">
                                                               <field name="TEXT">Waschmaschine LÄUFT</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </statement>
                                                   <value name="IF1">
                                                     <block type="logic_compare" id="Yuagp|w@)mC+asceXLLu">
                                                       <field name="OP">GT</field>
                                                       <value name="A">
                                                         <block type="on_source" id="P(tu4AS{);E?w-p?]{1q">
                                                           <field name="ATTR">state.val</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="variables_get" id="ou6,Zi?vbs[;{]@93U`!">
                                                           <field name="VAR" id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <statement name="DO1">
                                                     <block type="comment" id="H90l#sdGb5I}Wqsbz=9s">
                                                       <field name="COMMENT">Timer stoppen</field>
                                                       <next>
                                                         <block type="procedures_callnoreturn" id="zo=cPu~=j#pus6bWVaJl">
                                                           <mutation name="checkFertig">
                                                             <arg name="parameter"></arg>
                                                           </mutation>
                                                           <value name="ARG0">
                                                             <block type="logic_boolean" id="1SYbGS^3xkqD/Uj?{bvJ">
                                                               <field name="BOOL">FALSE</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </statement>
                                                   <value name="IF2">
                                                     <block type="logic_operation" id="_@|YxZPYI(z3![Q=ZbX4" inline="false">
                                                       <field name="OP">AND</field>
                                                       <value name="A">
                                                         <block type="logic_compare" id="Ge6FX#6b5WYoc;wF%%iH">
                                                           <field name="OP">LT</field>
                                                           <value name="A">
                                                             <block type="on_source" id="0Vw33+AwVD~={g{aHa~d">
                                                               <field name="ATTR">state.val</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="variables_get" id="NufLwbvZR1.fEmqJNOTZ">
                                                               <field name="VAR" id="%!oP%9,:?JLnEL9@~aVy">GrenzWertInWatt</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_compare" id="X[1t=zl25bQ]aHT[:`,8">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="get_value" id="4WFkiPOYU?#zQhOL)0u(">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">javascript.0.variables.WaschmaschineAN</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_boolean" id="?jrLY7K)k;1?sa!Ef{VO">
                                                               <field name="BOOL">TRUE</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <statement name="DO2">
                                                     <block type="comment" id="}Q59!:8+Dc~b~LwZhq-(">
                                                       <field name="COMMENT">Timer starten</field>
                                                       <next>
                                                         <block type="procedures_callnoreturn" id=";MD%1IF[[H29g_f=vvYH">
                                                           <mutation name="checkFertig">
                                                             <arg name="parameter"></arg>
                                                           </mutation>
                                                           <value name="ARG0">
                                                             <block type="logic_boolean" id="/yX*,4aU!HHUO#/2U-NR">
                                                               <field name="BOOL">TRUE</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </statement>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                       </statement>
                                     </block>
                                   </next>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
             <block type="procedures_defnoreturn" id="sDP?w~)oJD}Z95[_?EY0" x="63" y="1313">
               <mutation>
                 <arg name="parameter" varid="eGB47WP2{Oi4ndO58_(/"></arg>
               </mutation>
               <field name="NAME">checkFertig</field>
               <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
               <statement name="STACK">
                 <block type="comment" id="V2@7jqv5RTl+}q}xfEsZ">
                   <field name="COMMENT">Timer stoppen</field>
                   <next>
                     <block type="timeouts_cleartimeout" id="y7iPL;/^^,*);q|%Pk6;">
                       <field name="NAME">timeout</field>
                       <next>
                         <block type="controls_if" id="*DX-*|5t*M5.|5Qw0p76">
                           <value name="IF0">
                             <block type="logic_compare" id="[-Hs2uzeFf6L7XO4:d6g">
                               <field name="OP">EQ</field>
                               <value name="A">
                                 <block type="variables_get" id="uT*6f!Y:?Sivq1F-y;7_">
                                   <field name="VAR" id="eGB47WP2{Oi4ndO58_(/">parameter</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="logic_boolean" id="w?1)4.uK{/ey3NJ)NjH:">
                                   <field name="BOOL">TRUE</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <statement name="DO0">
                             <block type="comment" id="fU`TRz:h*y1K[t@GmyY:">
                               <field name="COMMENT">Timer starten</field>
                               <next>
                                 <block type="timeouts_settimeout" id="k%sy5:QdTn+3f@{OZshs">
                                   <field name="NAME">timeout</field>
                                   <field name="DELAY">40</field>
                                   <field name="UNIT">sec</field>
                                   <statement name="STATEMENT">
                                     <block type="control" id="UOquZ.)w|Dv~5_@iC*HO">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                       <field name="OID">javascript.0.variables.WaschmaschineAN</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="logic_boolean" id="ttQizIf!/AB*HLfb9Kw1">
                                           <field name="BOOL">FALSE</field>
                                         </block>
                                       </value>
                                       <next>
                                         <block type="procedures_callnoreturn" id="HHrpaU=vtt6v1JInTG~l">
                                           <mutation name="Melden">
                                             <arg name="Meldetext"></arg>
                                           </mutation>
                                           <value name="ARG0">
                                             <block type="text" id="leE4:W;JI@,LD;n0Gs6r">
                                               <field name="TEXT">Waschmaschine FERTIG</field>
                                             </block>
                                           </value>
                                         </block>
                                       </next>
                                     </block>
                                   </statement>
                                 </block>
                               </next>
                             </block>
                           </statement>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </statement>
             </block>
            </xml>
            

            1 Reply Last reply Reply Quote 0
            • O
              oG85 last edited by

              Hallo Zusammen,

              wie bekomme ich den Meldetext als Datenpunkt angezeigt, sodass ich diesen auf meiner Vis anzeigen kann.

              Lieben Gruß und Danke für Eure Hilfe.

              Glasfaser rantanplan 2 Replies Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @oG85 last edited by

                @og85
                https://forum.iobroker.net/topic/9569/vorlage-blockly-meldung-wenn-waschmaschine-fertig/129

                1 Reply Last reply Reply Quote 0
                • rantanplan
                  rantanplan @oG85 last edited by

                  @og85 sagte in [VORLAGE] Blockly Meldung wenn Waschmaschine fertig:

                  wie bekomme ich den Meldetext als Datenpunkt angezeigt, sodass ich diesen auf meiner Vis anzeigen kann.

                  In der Funktion "Melden" keinen SendTo Baustein einsetzen sondern dort den Meldetext in einen Datenpunkt schreiben.
                  Beispiel.png

                  Grüße

                  1 Reply Last reply Reply Quote 0
                  • H
                    hertob81 last edited by

                    @rantanplan :

                    Hi.
                    Ich habe mich durch wirklich alle Beiträge gewühlt. Das Programm läuft mit einem kleinen Haken, siehe Log. Nach "Trockner Läuft" erhalte ich direkt die Nachricht "Trockner fertig!"
                    Ich erhalte allerdings auch am tatsächlichen Ende des Trockenvorgangs - völlig Korrekt - die Meldung. Hast Du ein Tipp?

                    Bildschirmfoto 2021-10-22 um 17.05.16.png

                    rantanplan 1 Reply Last reply Reply Quote 0
                    • rantanplan
                      rantanplan @hertob81 last edited by

                      @hertob81 sagte in [VORLAGE] Blockly Meldung wenn Waschmaschine fertig:

                      @rantanplan :

                      Hast Du ein Tipp?

                      Datenpunkt vom Trockner beobachten und
                      Grenzwertanpassen

                      1 Reply Last reply Reply Quote 0
                      • P
                        Pesendorfer @rantanplan last edited by

                        @rantanplan Ich habe im Forum jetzt 1h lang gesucht wie ich den Spoiler(Code) Importieren kann. Man findet dazu keine einzige Erklärung. willst du mir verraten wie ich deine Vorlage in mein System Importieren kann?

                        rantanplan 1 Reply Last reply Reply Quote 0
                        • rantanplan
                          rantanplan @Pesendorfer last edited by

                          @pesendorfer sagte in [VORLAGE] Blockly Meldung wenn Waschmaschine fertig:

                          @rantanplan Ich habe im Forum jetzt 1h lang gesucht wie ich den Spoiler(Code) Importieren kann. Man findet dazu keine einzige Erklärung. willst du mir verraten wie ich deine Vorlage in mein System Importieren kann?

                          Spoiler öffnen, alles von der ersten bis letzten Zeile markieren, mit STRG C kopieren und dann in Blockly mit STRG V importieren.

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

                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          672
                          Online

                          31.9k
                          Users

                          80.1k
                          Topics

                          1.3m
                          Posts

                          blockly template
                          59
                          242
                          59970
                          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