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. Blockly
  5. Zeitplan für Timerstart funktioniert nicht

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.1k

Zeitplan für Timerstart funktioniert nicht

Geplant Angeheftet Gesperrt Verschoben Blockly
23 Beiträge 3 Kommentatoren 1.7k Aufrufe 2 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.
  • paul53P paul53

    @altersrentner sagte: Könnte das so funktionieren?

    Nein: Schon wieder Trigger innerhalb eines Triggers und außerdem noch innerhalb eines Intervalls! Das ist tödlich.

    Vorschlag:

    Bild_2021-03-13_190632.png

    <xml xmlns="https://developers.google.com/blockly/xml">
     <variables>
       <variable type="timeout" id="timeout">timeout</variable>
     </variables>
     <block type="comment" id="F5Q6|=*)yVJV4KlLNPa2" x="112" y="566">
       <field name="COMMENT">Power</field>
       <next>
         <block type="on_ext" id="nKA|vAE/~)(`Rt+SGX*(">
           <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="R})PtwnN1oLnwE5JRb+%">
               <field name="oid">default</field>
             </shadow>
           </value>
           <statement name="STATEMENT">
             <block type="controls_if" id="1JvF97p0+u_YNvizg%^w">
               <mutation elseif="1"></mutation>
               <value name="IF0">
                 <block type="logic_compare" id="8Zt:%~iOhnnxp{@rn_40">
                   <field name="OP">GT</field>
                   <value name="A">
                     <block type="on_source" id="JJZ=0cD-!wsR%c9zi}x^">
                       <field name="ATTR">state.val</field>
                     </block>
                   </value>
                   <value name="B">
                     <block type="math_number" id="hx:BHJdL|3E%i@z^-)t_">
                       <field name="NUM">3</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO0">
                 <block type="timeouts_cleartimeout" id="*V0d`jBXsfno0gb{Ytcn">
                   <field name="NAME">timeout</field>
                 </block>
               </statement>
               <value name="IF1">
                 <block type="logic_negate" id="[6Jw|I3`DY+vyz{5w{,@">
                   <value name="BOOL">
                     <block type="variables_get" id="gp{W8DYhwk!9%lNqU5f-">
                       <field name="VAR" id="timeout" variabletype="timeout">timeout</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO1">
                 <block type="timeouts_settimeout" id="dTKT42a^n.E.=*`HcP(I">
                   <field name="NAME">timeout</field>
                   <field name="DELAY">1</field>
                   <field name="UNIT">min</field>
                   <statement name="STATEMENT">
                     <block type="control" id="yh7@iQ5KVS[X#]V%85N0">
                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                       <field name="OID">Object ID</field>
                       <field name="WITH_DELAY">FALSE</field>
                       <value name="VALUE">
                         <block type="logic_boolean" id="Si+[[v_bSp6*Vn(wn^ux">
                           <field name="BOOL">FALSE</field>
                         </block>
                       </value>
                       <next>
                         <block type="update" id="4u;3;~?3VZK2$8})_-8=">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">Object ID</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="Rd!d?TyA5f+wd(2aE`}T">
                               <field name="BOOL">FALSE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                 </block>
               </statement>
             </block>
           </statement>
         </block>
       </next>
     </block>
     <block type="comment" id="{_Ao/xgs)~PBtd{y$61!" x="638" y="813">
       <field name="COMMENT">Switch</field>
       <next>
         <block type="comment" id="7Bco.*Xu(fI#61fV|xUx">
           <field name="COMMENT">Geschirrspüler_An</field>
         </block>
       </next>
     </block>
    </xml>
    

    A Offline
    A Offline
    Altersrentner
    schrieb am zuletzt editiert von
    #21

    @paul53 so besser?
    k-Spüler Power aus2.png

    paul53P 1 Antwort Letzte Antwort
    0
    • A Altersrentner

      @paul53 so besser?
      k-Spüler Power aus2.png

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

      @altersrentner sagte: so besser?

      Nicht wirklich. Siehe hier

      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

      1 Antwort Letzte Antwort
      1
      • paul53P paul53

        @altersrentner sagte: Könnte das so funktionieren?

        Nein: Schon wieder Trigger innerhalb eines Triggers und außerdem noch innerhalb eines Intervalls! Das ist tödlich.

        Vorschlag:

        Bild_2021-03-13_190632.png

        <xml xmlns="https://developers.google.com/blockly/xml">
         <variables>
           <variable type="timeout" id="timeout">timeout</variable>
         </variables>
         <block type="comment" id="F5Q6|=*)yVJV4KlLNPa2" x="112" y="566">
           <field name="COMMENT">Power</field>
           <next>
             <block type="on_ext" id="nKA|vAE/~)(`Rt+SGX*(">
               <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="R})PtwnN1oLnwE5JRb+%">
                   <field name="oid">default</field>
                 </shadow>
               </value>
               <statement name="STATEMENT">
                 <block type="controls_if" id="1JvF97p0+u_YNvizg%^w">
                   <mutation elseif="1"></mutation>
                   <value name="IF0">
                     <block type="logic_compare" id="8Zt:%~iOhnnxp{@rn_40">
                       <field name="OP">GT</field>
                       <value name="A">
                         <block type="on_source" id="JJZ=0cD-!wsR%c9zi}x^">
                           <field name="ATTR">state.val</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="hx:BHJdL|3E%i@z^-)t_">
                           <field name="NUM">3</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO0">
                     <block type="timeouts_cleartimeout" id="*V0d`jBXsfno0gb{Ytcn">
                       <field name="NAME">timeout</field>
                     </block>
                   </statement>
                   <value name="IF1">
                     <block type="logic_negate" id="[6Jw|I3`DY+vyz{5w{,@">
                       <value name="BOOL">
                         <block type="variables_get" id="gp{W8DYhwk!9%lNqU5f-">
                           <field name="VAR" id="timeout" variabletype="timeout">timeout</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO1">
                     <block type="timeouts_settimeout" id="dTKT42a^n.E.=*`HcP(I">
                       <field name="NAME">timeout</field>
                       <field name="DELAY">1</field>
                       <field name="UNIT">min</field>
                       <statement name="STATEMENT">
                         <block type="control" id="yh7@iQ5KVS[X#]V%85N0">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">Object ID</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="Si+[[v_bSp6*Vn(wn^ux">
                               <field name="BOOL">FALSE</field>
                             </block>
                           </value>
                           <next>
                             <block type="update" id="4u;3;~?3VZK2$8})_-8=">
                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                               <field name="OID">Object ID</field>
                               <field name="WITH_DELAY">FALSE</field>
                               <value name="VALUE">
                                 <block type="logic_boolean" id="Rd!d?TyA5f+wd(2aE`}T">
                                   <field name="BOOL">FALSE</field>
                                 </block>
                               </value>
                             </block>
                           </next>
                         </block>
                       </statement>
                     </block>
                   </statement>
                 </block>
               </statement>
             </block>
           </next>
         </block>
         <block type="comment" id="{_Ao/xgs)~PBtd{y$61!" x="638" y="813">
           <field name="COMMENT">Switch</field>
           <next>
             <block type="comment" id="7Bco.*Xu(fI#61fV|xUx">
               <field name="COMMENT">Geschirrspüler_An</field>
             </block>
           </next>
         </block>
        </xml>
        

        A Offline
        A Offline
        Altersrentner
        schrieb am zuletzt editiert von
        #23

        @paul53 Danke!:blush:
        Wünsche ein schönes Wochenende
        Mit freundlichen Grüßen
        Michael

        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

        426

        Online

        32.6k

        Benutzer

        82.1k

        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