Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Waschmaschinen Script bringt plötzlich fehler

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.6k

Waschmaschinen Script bringt plötzlich fehler

Geplant Angeheftet Gesperrt Verschoben Skripten / Logik
blockly
9 Beiträge 3 Kommentatoren 399 Aufrufe 1 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • wendy2702W Offline
    wendy2702W Offline
    wendy2702
    schrieb am zuletzt editiert von
    #1

    Hi,

    ich nutze schon seit geraumer Zeit dieses Blockly zur Überwachung einer Waschmaschine.

    <xml xmlns="https://developers.google.com/blockly/xml">
     <variables>
       <variable id="DmAol50rQ;C%F.=jC%/`">Meldetext</variable>
       <variable id="q4ySp6?,5HOb;alzhc2S">parameter</variable>
       <variable id="z:wsb8_9L(hYM8m7e0u`">VerzoegerungAktiv</variable>
       <variable id="l6)*f|ONR)aR0S.2oI3(">GrenzWertInWatt</variable>
       <variable type="timeout" id="timeout">timeout</variable>
       <variable type="timeout" id="Einschaltverzoegerung">Einschaltverzoegerung</variable>
     </variables>
     <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" id="z:wsb8_9L(hYM8m7e0u`">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="l6)*f|ONR)aR0S.2oI3(">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">hm-rpc.0.MEQ1122732.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" id="z:wsb8_9L(hYM8m7e0u`">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" id="z:wsb8_9L(hYM8m7e0u`">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" id="l6)*f|ONR)aR0S.2oI3(">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="z:wsb8_9L(hYM8m7e0u`">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 Garage 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="l6)*f|ONR)aR0S.2oI3(">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="l6)*f|ONR)aR0S.2oI3(">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="538" y="12">
       <mutation>
         <arg name="Meldetext" varid="DmAol50rQ;C%F.=jC%/`"></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="DmAol50rQ;C%F.=jC%/`">Meldetext</field>
                 </block>
               </value>
               <next>
                 <block type="telegram" id="I0?nG8kN.kR*gK)[(9h;">
                   <field name="INSTANCE">.0</field>
                   <field name="LOG">log</field>
                   <field name="SILENT">FALSE</field>
                   <field name="PARSEMODE">default</field>
                   <value name="MESSAGE">
                     <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="bz5vP;d-C_JOUN7LGVk_">
                       <field name="TEXT">text</field>
                     </shadow>
                     <block type="variables_get" id="5j96#ofzS?*CZiGxoz}U">
                       <field name="VAR" id="DmAol50rQ;C%F.=jC%/`">Meldetext</field>
                     </block>
                   </value>
                   <value name="USERNAME">
                     <block type="text" id="s=iO,jl;AVF8wzMN+RW2">
                       <field name="TEXT">Mirko</field>
                     </block>
                   </value>
                   <next>
                     <block type="sayit" id="t[c,+c58@N%A%^JXMe^-">
                       <field name="INSTANCE">.0</field>
                       <field name="LANGUAGE"></field>
                       <field name="LOG">log</field>
                       <value name="VOLUME">
                         <block type="math_number" id="k}yuSbynsbI:dGKVoE_1">
                           <field name="NUM">60</field>
                         </block>
                       </value>
                       <value name="MESSAGE">
                         <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="RH4Ts@^fJ)^0a?mY-A:R">
                           <field name="TEXT">text</field>
                         </shadow>
                         <block type="variables_get" id="J9q(28eY}k;`L7`QNt9F">
                           <field name="VAR" id="DmAol50rQ;C%F.=jC%/`">Meldetext</field>
                         </block>
                       </value>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
           </next>
         </block>
       </statement>
     </block>
     <block type="procedures_defnoreturn" id="sDP?w~)oJD}Z95[_?EY0" x="363" y="1238">
       <mutation>
         <arg name="parameter" varid="q4ySp6?,5HOb;alzhc2S"></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">Einschaltverzoegerung</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="q4ySp6?,5HOb;alzhc2S">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">70</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 Garage FERTIG</field>
                                     </block>
                                   </value>
                                 </block>
                               </next>
                             </block>
                           </statement>
                         </block>
                       </next>
                     </block>
                   </statement>
                 </block>
               </next>
             </block>
           </next>
         </block>
       </statement>
     </block>
    </xml>
    

    a0b9d1a8-5319-4097-b2bc-d07cd2169ac7-grafik.png7a721052-c89a-4cae-b7ca-8b5e3619387d-grafik.png

    Ich meine seit ich auf JS Version 4.9.7 bin tritt das Verhalten auf das ich nach start der Maschine die Start Meldung bekomme und dann geht es so weiter:

    2020-11-13 15:08:40.988  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:08:40.989  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:08:40.989  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:08:40.994  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:10:06.992  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:10:06.992  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:10:06.993  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:10:06.995  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:10:19.987  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:10:19.988  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:10:19.988  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:10:19.993  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:30:09.998  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:30:09.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:30:09.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:30:10.005  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:30:20.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:30:20.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:30:20.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:30:20.025  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:30:41.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:30:41.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:30:41.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:30:42.001  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:30:52.002  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:30:52.002  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:30:52.002  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:30:52.006  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:31:14.001  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:31:14.001  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:31:14.001  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:31:14.004  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:31:24.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:31:24.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:31:24.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:31:24.010  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:33:54.002  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:33:54.003  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:33:54.003  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:33:54.005  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:34:04.004  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:34:04.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:34:04.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:34:04.053  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:34:52.497  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:34:52.497  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:34:52.498  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:34:52.500  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:35:08.004  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:35:08.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:35:08.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:35:08.010  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:39:06.995  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:39:06.996  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:39:06.996  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:39:06.998  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:39:08.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:39:08.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:39:08.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:39:10.183  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:40:34.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:40:34.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:40:34.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:40:34.009  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:40:44.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:40:44.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:40:44.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:40:44.018  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:41:06.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:41:06.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:41:06.008  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:41:06.009  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:41:16.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:41:16.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:41:16.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:41:16.018  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:43:14.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:43:14.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:43:14.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:43:14.012  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:43:21.751  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:43:21.751  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:43:21.751  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:43:21.756  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:43:46.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:43:46.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:43:46.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:43:46.014  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:43:56.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:43:56.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:43:56.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:43:56.015  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:44:18.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:44:18.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:44:18.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:44:18.014  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:44:28.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:44:28.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:44:28.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:44:28.013  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:45:22.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:45:22.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:45:22.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:45:22.012  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:45:32.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:45:32.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:45:32.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:45:32.024  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:45:54.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:45:54.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:45:54.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:45:54.013  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:46:04.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:46:04.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:46:04.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:46:04.014  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:46:26.015  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:46:26.015  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:46:26.015  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:46:26.018  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:46:36.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:46:36.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:46:36.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:46:36.015  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:46:58.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:46:58.008  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:46:58.008  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:46:58.010  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:47:08.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:47:08.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:47:08.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:47:08.015  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:47:30.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:47:30.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:47:30.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:47:30.013  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:47:40.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:47:40.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:47:40.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:47:40.014  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:49:06.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:49:06.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:49:06.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:49:06.053  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:49:16.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:49:16.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:49:16.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:49:16.029  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:49:38.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:49:38.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:49:38.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:49:38.017  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:49:48.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:49:48.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:49:48.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:49:48.017  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:50:10.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:50:10.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:50:10.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:50:10.015  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:50:20.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:50:20.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:50:20.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:50:20.021  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:50:42.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:50:42.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:50:42.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:50:42.016  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:50:44.755  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:50:44.755  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:50:44.756  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:50:45.187  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:51:14.016  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:51:14.016  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:51:14.016  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:51:14.019  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:51:24.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:51:24.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:51:24.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:51:24.018  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:51:46.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
    2020-11-13 15:51:46.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
    2020-11-13 15:51:46.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
    2020-11-13 15:51:46.026  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
    2020-11-13 15:51:56.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
    2020-11-13 15:51:56.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
    2020-11-13 15:51:56.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
    2020-11-13 15:51:56.018  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
    2020-11-13 15:52:14.554  - info: javascript.0 (7851) Stop script script.js.common.Ansagen.Waschmaschine_Garage
    

    Iobroker lauft in einer Proxmox VM, den habe ich schon neu gestartet.

    Gestern hatte ich noch das Verhalten das selbst nach stoppen des Scriptes nachrichten und Ansagen kamen.

    Jemand eine Idee was falsch sein kann?

    Bitte keine Fragen per PN, die gehören ins Forum!

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    Dr. BakteriusD 1 Antwort Letzte Antwort
    0
    • wendy2702W wendy2702

      Hi,

      ich nutze schon seit geraumer Zeit dieses Blockly zur Überwachung einer Waschmaschine.

      <xml xmlns="https://developers.google.com/blockly/xml">
       <variables>
         <variable id="DmAol50rQ;C%F.=jC%/`">Meldetext</variable>
         <variable id="q4ySp6?,5HOb;alzhc2S">parameter</variable>
         <variable id="z:wsb8_9L(hYM8m7e0u`">VerzoegerungAktiv</variable>
         <variable id="l6)*f|ONR)aR0S.2oI3(">GrenzWertInWatt</variable>
         <variable type="timeout" id="timeout">timeout</variable>
         <variable type="timeout" id="Einschaltverzoegerung">Einschaltverzoegerung</variable>
       </variables>
       <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" id="z:wsb8_9L(hYM8m7e0u`">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="l6)*f|ONR)aR0S.2oI3(">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">hm-rpc.0.MEQ1122732.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" id="z:wsb8_9L(hYM8m7e0u`">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" id="z:wsb8_9L(hYM8m7e0u`">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" id="l6)*f|ONR)aR0S.2oI3(">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="z:wsb8_9L(hYM8m7e0u`">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 Garage 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="l6)*f|ONR)aR0S.2oI3(">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="l6)*f|ONR)aR0S.2oI3(">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="538" y="12">
         <mutation>
           <arg name="Meldetext" varid="DmAol50rQ;C%F.=jC%/`"></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="DmAol50rQ;C%F.=jC%/`">Meldetext</field>
                   </block>
                 </value>
                 <next>
                   <block type="telegram" id="I0?nG8kN.kR*gK)[(9h;">
                     <field name="INSTANCE">.0</field>
                     <field name="LOG">log</field>
                     <field name="SILENT">FALSE</field>
                     <field name="PARSEMODE">default</field>
                     <value name="MESSAGE">
                       <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="bz5vP;d-C_JOUN7LGVk_">
                         <field name="TEXT">text</field>
                       </shadow>
                       <block type="variables_get" id="5j96#ofzS?*CZiGxoz}U">
                         <field name="VAR" id="DmAol50rQ;C%F.=jC%/`">Meldetext</field>
                       </block>
                     </value>
                     <value name="USERNAME">
                       <block type="text" id="s=iO,jl;AVF8wzMN+RW2">
                         <field name="TEXT">Mirko</field>
                       </block>
                     </value>
                     <next>
                       <block type="sayit" id="t[c,+c58@N%A%^JXMe^-">
                         <field name="INSTANCE">.0</field>
                         <field name="LANGUAGE"></field>
                         <field name="LOG">log</field>
                         <value name="VOLUME">
                           <block type="math_number" id="k}yuSbynsbI:dGKVoE_1">
                             <field name="NUM">60</field>
                           </block>
                         </value>
                         <value name="MESSAGE">
                           <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="RH4Ts@^fJ)^0a?mY-A:R">
                             <field name="TEXT">text</field>
                           </shadow>
                           <block type="variables_get" id="J9q(28eY}k;`L7`QNt9F">
                             <field name="VAR" id="DmAol50rQ;C%F.=jC%/`">Meldetext</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </statement>
       </block>
       <block type="procedures_defnoreturn" id="sDP?w~)oJD}Z95[_?EY0" x="363" y="1238">
         <mutation>
           <arg name="parameter" varid="q4ySp6?,5HOb;alzhc2S"></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">Einschaltverzoegerung</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="q4ySp6?,5HOb;alzhc2S">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">70</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 Garage FERTIG</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </statement>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </statement>
       </block>
      </xml>
      

      a0b9d1a8-5319-4097-b2bc-d07cd2169ac7-grafik.png7a721052-c89a-4cae-b7ca-8b5e3619387d-grafik.png

      Ich meine seit ich auf JS Version 4.9.7 bin tritt das Verhalten auf das ich nach start der Maschine die Start Meldung bekomme und dann geht es so weiter:

      2020-11-13 15:08:40.988  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:08:40.989  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:08:40.989  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:08:40.994  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:10:06.992  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:10:06.992  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:10:06.993  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:10:06.995  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:10:19.987  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:10:19.988  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:10:19.988  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:10:19.993  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:30:09.998  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:30:09.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:30:09.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:30:10.005  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:30:20.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:30:20.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:30:20.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:30:20.025  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:30:41.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:30:41.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:30:41.999  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:30:42.001  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:30:52.002  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:30:52.002  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:30:52.002  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:30:52.006  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:31:14.001  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:31:14.001  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:31:14.001  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:31:14.004  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:31:24.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:31:24.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:31:24.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:31:24.010  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:33:54.002  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:33:54.003  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:33:54.003  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:33:54.005  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:34:04.004  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:34:04.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:34:04.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:34:04.053  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:34:52.497  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:34:52.497  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:34:52.498  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:34:52.500  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:35:08.004  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:35:08.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:35:08.005  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:35:08.010  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:39:06.995  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:39:06.996  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:39:06.996  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:39:06.998  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:39:08.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:39:08.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:39:08.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:39:10.183  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:40:34.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:40:34.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:40:34.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:40:34.009  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:40:44.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:40:44.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:40:44.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:40:44.018  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:41:06.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:41:06.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:41:06.008  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:41:06.009  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:41:16.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:41:16.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:41:16.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:41:16.018  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:43:14.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:43:14.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:43:14.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:43:14.012  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:43:21.751  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:43:21.751  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:43:21.751  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:43:21.756  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:43:46.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:43:46.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:43:46.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:43:46.014  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:43:56.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:43:56.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:43:56.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:43:56.015  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:44:18.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:44:18.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:44:18.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:44:18.014  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:44:28.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:44:28.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:44:28.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:44:28.013  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:45:22.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:45:22.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:45:22.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:45:22.012  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:45:32.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:45:32.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:45:32.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:45:32.024  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:45:54.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:45:54.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:45:54.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:45:54.013  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:46:04.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:46:04.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:46:04.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:46:04.014  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:46:26.015  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:46:26.015  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:46:26.015  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:46:26.018  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:46:36.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:46:36.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:46:36.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:46:36.015  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:46:58.007  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:46:58.008  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:46:58.008  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:46:58.010  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:47:08.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:47:08.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:47:08.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:47:08.015  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:47:30.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:47:30.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:47:30.011  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:47:30.013  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:47:40.009  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:47:40.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:47:40.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:47:40.014  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:49:06.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:49:06.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:49:06.010  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:49:06.053  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:49:16.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:49:16.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:49:16.019  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:49:16.029  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:49:38.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:49:38.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:49:38.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:49:38.017  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:49:48.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:49:48.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:49:48.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:49:48.017  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:50:10.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:50:10.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:50:10.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:50:10.015  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:50:20.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:50:20.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:50:20.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:50:20.021  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:50:42.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:50:42.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:50:42.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:50:42.016  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:50:44.755  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:50:44.755  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:50:44.756  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:50:45.187  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:51:14.016  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:51:14.016  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:51:14.016  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:51:14.019  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:51:24.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:51:24.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:51:24.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:51:24.018  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:51:46.012  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage FERTIG
      2020-11-13 15:51:46.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage FERTIG
      2020-11-13 15:51:46.013  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage FERTIG
      2020-11-13 15:51:46.026  - info: sayit.0 (24924) saying: Waschmaschine Garage FERTIG
      2020-11-13 15:51:56.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: Waschmaschine Garage LÄUFT
      2020-11-13 15:51:56.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: telegram['Mirko']: Waschmaschine Garage LÄUFT
      2020-11-13 15:51:56.014  - info: javascript.0 (7851) script.js.common.Ansagen.Waschmaschine_Garage: sayIt[Volume - 60]: Waschmaschine Garage LÄUFT
      2020-11-13 15:51:56.018  - info: sayit.0 (24924) saying: Waschmaschine Garage LÄUFT
      2020-11-13 15:52:14.554  - info: javascript.0 (7851) Stop script script.js.common.Ansagen.Waschmaschine_Garage
      

      Iobroker lauft in einer Proxmox VM, den habe ich schon neu gestartet.

      Gestern hatte ich noch das Verhalten das selbst nach stoppen des Scriptes nachrichten und Ansagen kamen.

      Jemand eine Idee was falsch sein kann?

      Dr. BakteriusD Offline
      Dr. BakteriusD Offline
      Dr. Bakterius
      Most Active
      schrieb am zuletzt editiert von
      #2

      @wendy2702 sagte in Waschmaschinen Script bringt plötzlich fehler:

      Gestern hatte ich noch das Verhalten das selbst nach stoppen des Scriptes nachrichten und Ansagen kamen.

      Klingt stark danach, dass diverse Timer mehrfach gestartet wurden. Also bevor du einen Timer startest, diesen erst stoppen.

      wendy2702W 1 Antwort Letzte Antwort
      0
      • Dr. BakteriusD Dr. Bakterius

        @wendy2702 sagte in Waschmaschinen Script bringt plötzlich fehler:

        Gestern hatte ich noch das Verhalten das selbst nach stoppen des Scriptes nachrichten und Ansagen kamen.

        Klingt stark danach, dass diverse Timer mehrfach gestartet wurden. Also bevor du einen Timer startest, diesen erst stoppen.

        wendy2702W Offline
        wendy2702W Offline
        wendy2702
        schrieb am zuletzt editiert von
        #3

        @Dr-Bakterius verstehe ich jetzt nicht.

        Das Script lief so seit ca. 2 Jahren und erst seitdem Upgrade auf erwähnte JS Version macht es diese Probleme.

        Welcher Timer soll denn nicht gestoppt werden?

        Bitte keine Fragen per PN, die gehören ins Forum!

        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        Dr. BakteriusD 2 Antworten Letzte Antwort
        0
        • wendy2702W wendy2702

          @Dr-Bakterius verstehe ich jetzt nicht.

          Das Script lief so seit ca. 2 Jahren und erst seitdem Upgrade auf erwähnte JS Version macht es diese Probleme.

          Welcher Timer soll denn nicht gestoppt werden?

          Dr. BakteriusD Offline
          Dr. BakteriusD Offline
          Dr. Bakterius
          Most Active
          schrieb am zuletzt editiert von
          #4

          @wendy2702 Was das eigentlich Problem ist, kann ich dir auch nicht sagen, aber wenn du Meldungen, auch nachdem du das Skript gestoppt hast, bekommst, deutet das darauf hin, dass Timer mehrfach gestartet wurden. Und was ich in deinen Screenshots entnommen habe, wird kein Timer vor dem Start gestoppt.

          wendy2702W 1 Antwort Letzte Antwort
          0
          • wendy2702W wendy2702

            @Dr-Bakterius verstehe ich jetzt nicht.

            Das Script lief so seit ca. 2 Jahren und erst seitdem Upgrade auf erwähnte JS Version macht es diese Probleme.

            Welcher Timer soll denn nicht gestoppt werden?

            Dr. BakteriusD Offline
            Dr. BakteriusD Offline
            Dr. Bakterius
            Most Active
            schrieb am zuletzt editiert von
            #5

            @wendy2702 Und war da nicht einmal das Problem, dass nach einem Update die Timernamen verändert (vertauscht) wurden? Also schau dir mal an, ob die noch alle passen und auch die richtigen Timer gestartet und gestoppt werden.

            1 Antwort Letzte Antwort
            0
            • Dr. BakteriusD Dr. Bakterius

              @wendy2702 Was das eigentlich Problem ist, kann ich dir auch nicht sagen, aber wenn du Meldungen, auch nachdem du das Skript gestoppt hast, bekommst, deutet das darauf hin, dass Timer mehrfach gestartet wurden. Und was ich in deinen Screenshots entnommen habe, wird kein Timer vor dem Start gestoppt.

              wendy2702W Offline
              wendy2702W Offline
              wendy2702
              schrieb am zuletzt editiert von wendy2702
              #6

              @Dr-Bakterius ok.

              Dann muss sich aber mit JS was geändert haben weil es ja vorher problemlos lief.

              Edit: das mit den Namen schaue ich mir an

              Bitte keine Fragen per PN, die gehören ins Forum!

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              paul53P Dr. BakteriusD 2 Antworten Letzte Antwort
              0
              • wendy2702W wendy2702

                @Dr-Bakterius ok.

                Dann muss sich aber mit JS was geändert haben weil es ja vorher problemlos lief.

                Edit: das mit den Namen schaue ich mir an

                paul53P Offline
                paul53P Offline
                paul53
                schrieb am zuletzt editiert von
                #7

                @wendy2702 sagte:

                Dann muss sich aber mit JS was geändert haben

                Nein, nur in Blockly.

                Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                wendy2702W 1 Antwort Letzte Antwort
                0
                • wendy2702W wendy2702

                  @Dr-Bakterius ok.

                  Dann muss sich aber mit JS was geändert haben weil es ja vorher problemlos lief.

                  Edit: das mit den Namen schaue ich mir an

                  Dr. BakteriusD Offline
                  Dr. BakteriusD Offline
                  Dr. Bakterius
                  Most Active
                  schrieb am zuletzt editiert von
                  #8

                  @wendy2702 sagte in Waschmaschinen Script bringt plötzlich fehler:

                  Dann muss sich aber mit JS was geändert haben weil es ja vorher problemlos lief.

                  Sag ich ja, kontrolliere mal alle Timer.

                  1 Antwort Letzte Antwort
                  0
                  • paul53P paul53

                    @wendy2702 sagte:

                    Dann muss sich aber mit JS was geändert haben

                    Nein, nur in Blockly.

                    wendy2702W Offline
                    wendy2702W Offline
                    wendy2702
                    schrieb am zuletzt editiert von
                    #9

                    @paul53 mit JS meine ich den JavaScript Adapter der ja Blockly enthält.

                    Bitte keine Fragen per PN, die gehören ins Forum!

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    1 Antwort Letzte Antwort
                    0
                    Antworten
                    • In einem neuen Thema antworten
                    Anmelden zum Antworten
                    • Älteste zuerst
                    • Neuste zuerst
                    • Meiste Stimmen


                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    596

                    Online

                    32.7k

                    Benutzer

                    82.4k

                    Themen

                    1.3m

                    Beiträge
                    Community
                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                    ioBroker Community 2014-2025
                    logo
                    • Anmelden

                    • Du hast noch kein Konto? Registrieren

                    • Anmelden oder registrieren, um zu suchen
                    • Erster Beitrag
                      Letzter Beitrag
                    0
                    • Home
                    • Aktuell
                    • Tags
                    • Ungelesen 0
                    • Kategorien
                    • Unreplied
                    • Beliebt
                    • GitHub
                    • Docu
                    • Hilfe