Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. [VORLAGE] Blockly Meldung wenn Waschmaschine fertig

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    519

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

[VORLAGE] Blockly Meldung wenn Waschmaschine fertig

Scheduled Pinned Locked Moved Blockly
blocklytemplate
242 Posts 59 Posters 87.4k Views 51 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • rantanplanR rantanplan

    Hallo

    Das Thema wurde in einem anderen Thread behandelt. Das Ergebnis hier mal als Vorlage.

    Es wird ein Datenpunkt "WaschmaschineAN" benötigt. (wird vom Script generiert)

    Vier Dinge müssen für die eigene Waschmaschine angepasst werden.

    1. GrenzWertInWatt
    Wird der dort eingetragene Wert überschritten, startet der Waschvorgang und die Meldung "Waschmaschine LÄUFT" wird abgesetzt. Wird der Wert unterschritten, (Waschmaschine geht in den StandBy Modus) wird die Meldung "Waschmaschine FERTIG" abgesetzt.

    2. Einschaltverzögerung
    Dieser Wert ist nur wichtig, wenn man die Steckdose EINSCHALTET.
    Wenn die Waschmaschine also von 0 Watt eingeschaltet wird!
    Einige Maschinen durchlaufen dann eine Initialisierung, wobei die Watt-Zahl mehrere Sprünge machen kann.
    Nach der Initialisierung gehen die Maschinen in den StandBy Modus.
    Dieses Watt Chaos wird mit der "Einschaltverzögerung" übergangen.
    In dem Beispiel sind es 20 Sek..
    Dauert die Initialisierung länger, muss dieser Wert angepasst werden.
    Bleibt die Waschmaschine aber immer auf StandBy, wird also NICHT ausgeschaltet, ist hier KEINE Änderung notwendig!

    3. timeout
    Waschmaschinen durchlaufen meist mehrere Programme.
    Zwischen den Programmwechsel kann es schon mal sein, dass der "GrenzWertInWatt" unterschritten wird, obwohl der Waschgang noch nicht fertig ist. Dafür wird ein Timeout von 40 Sek. gestartet.
    Erst wenn nach den 40 Sek. der "GrenzWertInWatt" immer noch unterschritten ist, wird "WaschmaschineAN" auf "unwahr" gesetzt und die Fertigmeldung verschickt.
    Dauert das bei Eurer Maschine länger, muss der "timeout" angepasst werden.

    4. In die Funktion "Melden" den gewünschten "SendTo" Baustein einsetzen.

    Forum_Waschmaschine_B1.png
    Forum_Waschmaschine_B2.png
    Forum_Waschmaschine_B3.png

    Export:

    <xml xmlns="http://www.w3.org/1999/xhtml">
      <block type="create" id=":XvakORUFJ^_I1/^;0qD" x="13" y="13">
        <field name="NAME">WaschmaschineAN</field>
        <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">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">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 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">hm-rpc.0.LEQ0661170.2.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">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="v[ws-ZxN:-nNl,kERlT8">
                                                            <field name="NAME">Einschaltverzoegerung</field>
                                                            <field name="DELAY">20</field>
                                                            <field name="UNIT">sec</field>
                                                            <statement name="STATEMENT">
                                                              <block type="comment" id="UyUTD{W;Ef;u2!)%y5h|">
                                                                <field name="COMMENT">Eventuell hohe Einschaltspannung abfangen.</field>
                                                                <next>
                                                                  <block type="comment" id="^wiM;VZ*5RLS-+SMsG7?">
                                                                    <field name="COMMENT">Diese kann größer als der Grenzwert sein</field>
                                                                    <next>
                                                                      <block type="variables_set" id="@d2;tEWydly|fW:ng;eg">
                                                                        <field name="VAR">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>
                                                                    </next>
                                                                  </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">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">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 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">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">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"></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 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">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>
        </statement>
      </block>
      <block type="procedures_defnoreturn" id="sDP?w~)oJD}Z95[_?EY0" x="13" y="1237">
        <mutation>
          <arg name="parameter"></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">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 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>
    

    Grüße

    P Offline
    P Offline
    Pesendorfer
    wrote on last edited by
    #241

    @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?

    rantanplanR 1 Reply Last reply
    0
    • P Pesendorfer

      @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?

      rantanplanR Offline
      rantanplanR Offline
      rantanplan
      wrote on last edited by
      #242

      @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.

      Rantanplan

      CCU3 / MS Server 2019(VM) / Scripten mit Blockly

      1 Reply Last reply
      1
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      Support us

      ioBroker
      Community Adapters
      Donate

      335

      Online

      32.7k

      Users

      82.5k

      Topics

      1.3m

      Posts
      Community
      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
      ioBroker Community 2014-2025
      logo
      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Home
      • Recent
      • Tags
      • Unread 0
      • Categories
      • Unreplied
      • Popular
      • GitHub
      • Docu
      • Hilfe