Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Licht im Flur länger bei Bewegung eingeschaltet lassen

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    774

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

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

Licht im Flur länger bei Bewegung eingeschaltet lassen

Geplant Angeheftet Gesperrt Verschoben Blockly
blocklytemplate
9 Beiträge 6 Kommentatoren 646 Aufrufe 5 Beobachtet
  • Ä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.
  • O Offline
    O Offline
    Olli77
    schrieb am zuletzt editiert von
    #1

    Moin
    ich lass meine Flur Licht bei Bewegung an schalten.
    Nun schaltet das Licht so wie es sein soll nach einer gewissen Zeit auch das Licht wieder aus. Wenn nun aber länger Bewegung im Raum ist, geht as Licht trotzdem aus.

    Kann man so eine Art"wenn Bewegung vorhanden- lasse Licht eingeschaltet bis Beweung nicht mehr vorhanden" einstellen.

    B J J 3 Antworten Letzte Antwort
    0
    • O Olli77

      Moin
      ich lass meine Flur Licht bei Bewegung an schalten.
      Nun schaltet das Licht so wie es sein soll nach einer gewissen Zeit auch das Licht wieder aus. Wenn nun aber länger Bewegung im Raum ist, geht as Licht trotzdem aus.

      Kann man so eine Art"wenn Bewegung vorhanden- lasse Licht eingeschaltet bis Beweung nicht mehr vorhanden" einstellen.

      B Offline
      B Offline
      badsnoopy667
      schrieb am zuletzt editiert von
      #2

      @olli77
      Ja, geht.
      Bei Blockly würde ich es so machen:
      Du musst das "Licht aus" in einen timeout packen, z.B. 3 Minuten.
      Bei "Licht an" musst du diesen timeout jedes mal wieder stoppen mit dem Block "stop timeout".
      Mein Blockly ist leider ziemlich vollgestopft mit zusätzlichen Bedingungen, aber vielleicht hilft es ja trotzdem zur Veranschaulichung:

      licht_BW.png

      1 Antwort Letzte Antwort
      0
      • O Olli77

        Moin
        ich lass meine Flur Licht bei Bewegung an schalten.
        Nun schaltet das Licht so wie es sein soll nach einer gewissen Zeit auch das Licht wieder aus. Wenn nun aber länger Bewegung im Raum ist, geht as Licht trotzdem aus.

        Kann man so eine Art"wenn Bewegung vorhanden- lasse Licht eingeschaltet bis Beweung nicht mehr vorhanden" einstellen.

        J Offline
        J Offline
        Jan1
        schrieb am zuletzt editiert von
        #3

        @olli77
        Eigentlich kommt das auf den BWM an, was der so bietet. Dann macht man einfach solange Licht wie sich was bewegt und gibt da etwas Nachlauf drauf.

        O 1 Antwort Letzte Antwort
        1
        • J Jan1

          @olli77
          Eigentlich kommt das auf den BWM an, was der so bietet. Dann macht man einfach solange Licht wie sich was bewegt und gibt da etwas Nachlauf drauf.

          O Offline
          O Offline
          Olli77
          schrieb am zuletzt editiert von Olli77
          #4

          Ich hatte vergessen mein Skript mit einzufügen
          ich habe ein Phillips hue BWM

          <xml xmlns="https://developers.google.com/blockly/xml">
            <variables>
              <variable type="timeout" id="timeout">timeout</variable>
              <variable type="timeout" id="timeout2">timeout2</variable>
            </variables>
            <block type="on" id="*f@zpkWlRVc3W1~TL95?" x="-763" y="-88">
              <field name="OID">deconz.0.Sensors.7.presence</field>
              <field name="CONDITION">ne</field>
              <field name="ACK_CONDITION"></field>
              <statement name="STATEMENT">
                <block type="controls_if" id="G!y[q7=7[+0oq^Y#34%M">
                  <value name="IF0">
                    <block type="logic_operation" id="7i$oon:O}.E)KYeyr~Wa">
                      <field name="OP">AND</field>
                      <value name="A">
                        <block type="time_compare" id="=pZ1EftuJb1skD8F7J@;">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true"></mutation>
                          <field name="OPTION">between</field>
                          <field name="START_TIME">0:00</field>
                          <field name="END_TIME">07:00</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="yZZuaMyl?Y~N82r,/l`R">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id=")A2b5~.$ydALI@/qxOT[">
                              <field name="ATTR">val</field>
                              <field name="OID">deconz.0.Sensors.7.presence</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="logic_boolean" id="v6FF~H.^Iwe9rZ$U#f`{">
                              <field name="BOOL">TRUE</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="control" id=";ttv`x.WiLX^i::nC;Fl">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">deconz.0.Lights.6.level</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="math_number" id="n_6C@?`8[x+rI,V)5u-y">
                          <field name="NUM">5</field>
                        </block>
                      </value>
                      <next>
                        <block type="timeouts_settimeout" id="ediC;Oq-oJO*uyu[~s{c">
                          <field name="NAME">timeout</field>
                          <field name="DELAY">30</field>
                          <field name="UNIT">sec</field>
                          <statement name="STATEMENT">
                            <block type="control" id="svARj9xEcg.PC.hh!pa/">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">deconz.0.Lights.6.on</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="QK~9D+mnRPBOv;-61ZUf">
                                  <field name="BOOL">FALSE</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </statement>
              <next>
                <block type="on" id=";}#uc$x.H6$+dvpq%n7z">
                  <field name="OID">deconz.0.Sensors.7.presence</field>
                  <field name="CONDITION">ne</field>
                  <field name="ACK_CONDITION"></field>
                  <statement name="STATEMENT">
                    <block type="controls_if" id="^9~5vnS7bQw!eUb2q-[#">
                      <value name="IF0">
                        <block type="logic_operation" id="y;-Fkar7?^IGPaH1at7C">
                          <field name="OP">AND</field>
                          <value name="A">
                            <block type="time_compare" id="|Y84nV@33YLq.G@YT|[s">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true"></mutation>
                              <field name="OPTION">between</field>
                              <field name="START_TIME">06:00</field>
                              <field name="END_TIME">0:00</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="logic_operation" id="#ush@}/8OC!9x/yh@.8P">
                              <field name="OP">AND</field>
                              <value name="A">
                                <block type="logic_compare" id="5=O|W/A`1:b*wr%I/lmM">
                                  <field name="OP">EQ</field>
                                  <value name="A">
                                    <block type="get_value" id="P(R/,jxNAKF5BKCW!~fS">
                                      <field name="ATTR">val</field>
                                      <field name="OID">deconz.0.Sensors.7.presence</field>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_boolean" id="dU70PY;}4ay6^hSYN~f)">
                                      <field name="BOOL">TRUE</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_compare" id="Yz2P0yv#rY#ou;9z2m-C">
                                  <field name="OP">LT</field>
                                  <value name="A">
                                    <block type="get_value" id="sZzI7SsN/RWoHjjSBxq$">
                                      <field name="ATTR">val</field>
                                      <field name="OID">deconz.0.Sensors.9.lux</field>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="math_number" id="ehFt|u9GB[``x|u7|1p~">
                                      <field name="NUM">1</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="control" id="_yoR/*y?gy^@jBAzJ*it">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">deconz.0.Lights.6.level</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="9Af|Wq**:Wsuwj=~,hlY">
                              <field name="NUM">30</field>
                            </block>
                          </value>
                          <next>
                            <block type="timeouts_settimeout" id=";!h`q{Z]Qnyq?y)-0!NS">
                              <field name="NAME">timeout2</field>
                              <field name="DELAY">30</field>
                              <field name="UNIT">sec</field>
                              <statement name="STATEMENT">
                                <block type="control" id="kWo@6%}SHsl1M4%p_=e7">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">deconz.0.Lights.6.on</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="2r5Lv*s%A?bGtGC=IjG/">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                </block>
                              </statement>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </statement>
                </block>
              </next>
            </block>
          </xml>
          
          paul53P 1 Antwort Letzte Antwort
          0
          • O Olli77

            Moin
            ich lass meine Flur Licht bei Bewegung an schalten.
            Nun schaltet das Licht so wie es sein soll nach einer gewissen Zeit auch das Licht wieder aus. Wenn nun aber länger Bewegung im Raum ist, geht as Licht trotzdem aus.

            Kann man so eine Art"wenn Bewegung vorhanden- lasse Licht eingeschaltet bis Beweung nicht mehr vorhanden" einstellen.

            J Offline
            J Offline
            jensven
            schrieb am zuletzt editiert von
            #5

            @olli77 zeig doch mal dein vorhandes Blockly, dann kann man da schon besser helfen.

            O 1 Antwort Letzte Antwort
            0
            • J jensven

              @olli77 zeig doch mal dein vorhandes Blockly, dann kann man da schon besser helfen.

              O Offline
              O Offline
              Olli77
              schrieb am zuletzt editiert von
              #6

              @jensven said in Licht im Flur länger bei Bewegung eingeschaltet lassen:

              @olli77 zeig doch mal dein vorhandes Blockly, dann kann man da schon besser helfen.

              Screenshot 2022-03-05 204043.png

              J ? 2 Antworten Letzte Antwort
              0
              • O Olli77

                @jensven said in Licht im Flur länger bei Bewegung eingeschaltet lassen:

                @olli77 zeig doch mal dein vorhandes Blockly, dann kann man da schon besser helfen.

                Screenshot 2022-03-05 204043.png

                J Offline
                J Offline
                jensven
                schrieb am zuletzt editiert von
                #7

                @olli77
                wie badsnoopy667 schon schrieb musst du ein "stop timeout" als erstes setzen.
                Also:
                falls "Uhrzeit zwischen...."
                -> stop timeout
                -> steuere Dimmable light....

                1 Antwort Letzte Antwort
                0
                • O Olli77

                  @jensven said in Licht im Flur länger bei Bewegung eingeschaltet lassen:

                  @olli77 zeig doch mal dein vorhandes Blockly, dann kann man da schon besser helfen.

                  Screenshot 2022-03-05 204043.png

                  ? Offline
                  ? Offline
                  Ein ehemaliger Benutzer
                  schrieb am zuletzt editiert von
                  #8

                  @olli77 hi,
                  Du musst die Timeouts auch stoppen. Und den zweiten Trigger Block kannst du dir sparen. Versuche es mal so:
                  Screenshot 2022-03-05 at 21.26.20.png

                  1 Antwort Letzte Antwort
                  0
                  • O Olli77

                    Ich hatte vergessen mein Skript mit einzufügen
                    ich habe ein Phillips hue BWM

                    <xml xmlns="https://developers.google.com/blockly/xml">
                      <variables>
                        <variable type="timeout" id="timeout">timeout</variable>
                        <variable type="timeout" id="timeout2">timeout2</variable>
                      </variables>
                      <block type="on" id="*f@zpkWlRVc3W1~TL95?" x="-763" y="-88">
                        <field name="OID">deconz.0.Sensors.7.presence</field>
                        <field name="CONDITION">ne</field>
                        <field name="ACK_CONDITION"></field>
                        <statement name="STATEMENT">
                          <block type="controls_if" id="G!y[q7=7[+0oq^Y#34%M">
                            <value name="IF0">
                              <block type="logic_operation" id="7i$oon:O}.E)KYeyr~Wa">
                                <field name="OP">AND</field>
                                <value name="A">
                                  <block type="time_compare" id="=pZ1EftuJb1skD8F7J@;">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true"></mutation>
                                    <field name="OPTION">between</field>
                                    <field name="START_TIME">0:00</field>
                                    <field name="END_TIME">07:00</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="logic_compare" id="yZZuaMyl?Y~N82r,/l`R">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="get_value" id=")A2b5~.$ydALI@/qxOT[">
                                        <field name="ATTR">val</field>
                                        <field name="OID">deconz.0.Sensors.7.presence</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_boolean" id="v6FF~H.^Iwe9rZ$U#f`{">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="control" id=";ttv`x.WiLX^i::nC;Fl">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">deconz.0.Lights.6.level</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="math_number" id="n_6C@?`8[x+rI,V)5u-y">
                                    <field name="NUM">5</field>
                                  </block>
                                </value>
                                <next>
                                  <block type="timeouts_settimeout" id="ediC;Oq-oJO*uyu[~s{c">
                                    <field name="NAME">timeout</field>
                                    <field name="DELAY">30</field>
                                    <field name="UNIT">sec</field>
                                    <statement name="STATEMENT">
                                      <block type="control" id="svARj9xEcg.PC.hh!pa/">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">deconz.0.Lights.6.on</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="QK~9D+mnRPBOv;-61ZUf">
                                            <field name="BOOL">FALSE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                  </block>
                                </next>
                              </block>
                            </statement>
                          </block>
                        </statement>
                        <next>
                          <block type="on" id=";}#uc$x.H6$+dvpq%n7z">
                            <field name="OID">deconz.0.Sensors.7.presence</field>
                            <field name="CONDITION">ne</field>
                            <field name="ACK_CONDITION"></field>
                            <statement name="STATEMENT">
                              <block type="controls_if" id="^9~5vnS7bQw!eUb2q-[#">
                                <value name="IF0">
                                  <block type="logic_operation" id="y;-Fkar7?^IGPaH1at7C">
                                    <field name="OP">AND</field>
                                    <value name="A">
                                      <block type="time_compare" id="|Y84nV@33YLq.G@YT|[s">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true"></mutation>
                                        <field name="OPTION">between</field>
                                        <field name="START_TIME">06:00</field>
                                        <field name="END_TIME">0:00</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_operation" id="#ush@}/8OC!9x/yh@.8P">
                                        <field name="OP">AND</field>
                                        <value name="A">
                                          <block type="logic_compare" id="5=O|W/A`1:b*wr%I/lmM">
                                            <field name="OP">EQ</field>
                                            <value name="A">
                                              <block type="get_value" id="P(R/,jxNAKF5BKCW!~fS">
                                                <field name="ATTR">val</field>
                                                <field name="OID">deconz.0.Sensors.7.presence</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <block type="logic_boolean" id="dU70PY;}4ay6^hSYN~f)">
                                                <field name="BOOL">TRUE</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="logic_compare" id="Yz2P0yv#rY#ou;9z2m-C">
                                            <field name="OP">LT</field>
                                            <value name="A">
                                              <block type="get_value" id="sZzI7SsN/RWoHjjSBxq$">
                                                <field name="ATTR">val</field>
                                                <field name="OID">deconz.0.Sensors.9.lux</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <block type="math_number" id="ehFt|u9GB[``x|u7|1p~">
                                                <field name="NUM">1</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="control" id="_yoR/*y?gy^@jBAzJ*it">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">deconz.0.Lights.6.level</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="math_number" id="9Af|Wq**:Wsuwj=~,hlY">
                                        <field name="NUM">30</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="timeouts_settimeout" id=";!h`q{Z]Qnyq?y)-0!NS">
                                        <field name="NAME">timeout2</field>
                                        <field name="DELAY">30</field>
                                        <field name="UNIT">sec</field>
                                        <statement name="STATEMENT">
                                          <block type="control" id="kWo@6%}SHsl1M4%p_=e7">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">deconz.0.Lights.6.on</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="logic_boolean" id="2r5Lv*s%A?bGtGC=IjG/">
                                                <field name="BOOL">FALSE</field>
                                              </block>
                                            </value>
                                          </block>
                                        </statement>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                              </block>
                            </statement>
                          </block>
                        </next>
                      </block>
                    </xml>
                    
                    paul53P Offline
                    paul53P Offline
                    paul53
                    schrieb am zuletzt editiert von
                    #9

                    @olli77 sagte: Skript mit einzufügen

                    Vorschlag:

                    Blockly_temp.JPG

                    <xml xmlns="https://developers.google.com/blockly/xml">
                     <variables>
                       <variable type="timeout" id="timeout">timeout</variable>
                       <variable id="jg*JaU+..Fm`xquU]KGe">level</variable>
                     </variables>
                     <block type="on" id="*f@zpkWlRVc3W1~TL95?" x="-763" y="-88">
                       <field name="OID">deconz.0.Sensors.7.presence</field>
                       <field name="CONDITION">ne</field>
                       <field name="ACK_CONDITION"></field>
                       <statement name="STATEMENT">
                         <block type="controls_if" id="G!y[q7=7[+0oq^Y#34%M">
                           <mutation else="1"></mutation>
                           <value name="IF0">
                             <block type="on_source" id="xoGv[)]0@95z/VbI9$oK">
                               <field name="ATTR">state.val</field>
                             </block>
                           </value>
                           <statement name="DO0">
                             <block type="timeouts_cleartimeout" id="5bF-P:;TSv4A%$Qu++Ea">
                               <field name="NAME">timeout</field>
                               <next>
                                 <block type="variables_set" id="--UkfJSP]uSOUJOwS7-7">
                                   <field name="VAR" id="jg*JaU+..Fm`xquU]KGe">level</field>
                                   <value name="VALUE">
                                     <block type="math_number" id="#M!7RZB||(,2BLoYOK(p">
                                       <field name="NUM">0</field>
                                     </block>
                                   </value>
                                   <next>
                                     <block type="controls_if" id="NY4dG[+c=;Z$aN!hu=f,">
                                       <mutation elseif="1"></mutation>
                                       <value name="IF0">
                                         <block type="time_compare" id="=pZ1EftuJb1skD8F7J@;">
                                           <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true"></mutation>
                                           <field name="OPTION">between</field>
                                           <field name="START_TIME">0:00</field>
                                           <field name="END_TIME">07:00</field>
                                         </block>
                                       </value>
                                       <statement name="DO0">
                                         <block type="variables_set" id=".6yYeT]ZRki=;{CpD;VX">
                                           <field name="VAR" id="jg*JaU+..Fm`xquU]KGe">level</field>
                                           <value name="VALUE">
                                             <block type="math_number" id="n_6C@?`8[x+rI,V)5u-y">
                                               <field name="NUM">5</field>
                                             </block>
                                           </value>
                                         </block>
                                       </statement>
                                       <value name="IF1">
                                         <block type="logic_compare" id="Yz2P0yv#rY#ou;9z2m-C">
                                           <field name="OP">LT</field>
                                           <value name="A">
                                             <block type="get_value" id="sZzI7SsN/RWoHjjSBxq$">
                                               <field name="ATTR">val</field>
                                               <field name="OID">deconz.0.Sensors.9.lux</field>
                                             </block>
                                           </value>
                                           <value name="B">
                                             <block type="math_number" id="ehFt|u9GB[``x|u7|1p~">
                                               <field name="NUM">1</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                       <statement name="DO1">
                                         <block type="variables_set" id="6Ry(R]]gn|KfSME,*9b}">
                                           <field name="VAR" id="jg*JaU+..Fm`xquU]KGe">level</field>
                                           <value name="VALUE">
                                             <block type="math_number" id="9Af|Wq**:Wsuwj=~,hlY">
                                               <field name="NUM">30</field>
                                             </block>
                                           </value>
                                         </block>
                                       </statement>
                                       <next>
                                         <block type="control" id=";ttv`x.WiLX^i::nC;Fl">
                                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                           <field name="OID">deconz.0.Lights.6.level</field>
                                           <field name="WITH_DELAY">FALSE</field>
                                           <value name="VALUE">
                                             <block type="variables_get" id="E_~M@;w^HtqzQc7!_0q9">
                                               <field name="VAR" id="jg*JaU+..Fm`xquU]KGe">level</field>
                                             </block>
                                           </value>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </next>
                             </block>
                           </statement>
                           <statement name="ELSE">
                             <block type="timeouts_settimeout" id="ediC;Oq-oJO*uyu[~s{c">
                               <field name="NAME">timeout</field>
                               <field name="DELAY">30</field>
                               <field name="UNIT">sec</field>
                               <statement name="STATEMENT">
                                 <block type="control" id="svARj9xEcg.PC.hh!pa/">
                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                   <field name="OID">deconz.0.Lights.6.on</field>
                                   <field name="WITH_DELAY">FALSE</field>
                                   <value name="VALUE">
                                     <block type="logic_boolean" id="QK~9D+mnRPBOv;-61ZUf">
                                       <field name="BOOL">FALSE</field>
                                     </block>
                                   </value>
                                 </block>
                               </statement>
                             </block>
                           </statement>
                         </block>
                       </statement>
                     </block>
                    </xml>
                    

                    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
                    0

                    Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                    Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                    Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                    Registrieren Anmelden
                    Antworten
                    • In einem neuen Thema antworten
                    Anmelden zum Antworten
                    • Älteste zuerst
                    • Neuste zuerst
                    • Meiste Stimmen


                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    621

                    Online

                    32.8k

                    Benutzer

                    82.7k

                    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