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. Vereinfachung Skript LED mit Bewegungsmelder schalten

NEWS

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

  • 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

Vereinfachung Skript LED mit Bewegungsmelder schalten

Geplant Angeheftet Gesperrt Verschoben Blockly
6 Beiträge 4 Kommentatoren 241 Aufrufe 2 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.
  • surfer09S Offline
    surfer09S Offline
    surfer09
    schrieb am zuletzt editiert von surfer09
    #1

    Hallo zusammen,

    ich habe ein Skript für meine LED Leiste in der Küche erstellt. Ich würde gerne das Einschalten noch begrenzen auf bestimmte Monate (Januar-Mai) und (September-Dezember). Aktuell ist es nur auf die Uhrzeit eingeschränkt. Kann mir da vielleicht jemand einen Tipp geben?

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable type="timeout" id="timeout">timeout</variable>
      </variables>
      <block type="on_ext" id="osx6OHCt.i*d)3LAKUq~" x="263" y="112">
        <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="]S}35ZN6[w_E_v#Q!KwP">
            <field name="oid">deconz.0.sensors.00158d0007002995.presence</field>
          </shadow>
        </value>
        <statement name="STATEMENT">
          <block type="controls_if" id="4MM2M|[u#|MH!nR~puzk">
            <value name="IF0">
              <block type="logic_operation" id="`o4?-PpUXY92O#:Q8_jK">
                <field name="OP">AND</field>
                <value name="A">
                  <block type="logic_compare" id="USob}?{-oXmv^Q^xyjAg">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="get_value" id="`2C?*w:~`e.eBvV9nIRr">
                        <field name="ATTR">val</field>
                        <field name="OID">deconz.0.sensors.00158d0007002995.presence</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_boolean" id="}91O5WvMVX//6BtgoR|H">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </value>
                <value name="B">
                  <block type="time_compare_ex" id="z0CmIZ}(G3xz3`nYciKB">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true" actual_time="true"></mutation>
                    <field name="USE_ACTUAL_TIME">TRUE</field>
                    <field name="OPTION">not between</field>
                    <value name="START_TIME">
                      <shadow type="text" id="o|6*{U#a{+:t,Haa}Q^T">
                        <field name="TEXT">05:29</field>
                      </shadow>
                    </value>
                    <value name="END_TIME">
                      <shadow type="text" id="7{7S#jZs,f`+teDSuTm{">
                        <field name="TEXT">19:59</field>
                      </shadow>
                    </value>
                  </block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="control" id="_qdp8ILCq1c]uIRb+Q}P">
                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                <field name="OID">hs100.0.192_168_1_185.state</field>
                <field name="WITH_DELAY">FALSE</field>
                <value name="VALUE">
                  <block type="logic_boolean" id="EUBf+oB,/JT`1T~p]/ni">
                    <field name="BOOL">TRUE</field>
                  </block>
                </value>
                <next>
                  <block type="debug" id="c{iV%6z`+gnue+9M%%as">
                    <field name="Severity">error</field>
                    <value name="TEXT">
                      <shadow type="text" id="6c_U5V#bvGDNJU5#/h~N">
                        <field name="TEXT">Bewegungsmelder Küche Bewegung erkannt  - Licht Küche an</field>
                      </shadow>
                    </value>
                    <next>
                      <block type="timeouts_cleartimeout" id="f2tvrrv{;sgPB=aOfnVB">
                        <field name="NAME">timeout</field>
                        <next>
                          <block type="timeouts_settimeout" id="sE8mL0nPF#wbLNd,Ga@;">
                            <field name="NAME">timeout</field>
                            <field name="DELAY">2</field>
                            <field name="UNIT">min</field>
                            <statement name="STATEMENT">
                              <block type="control" id="fkz@Ztk]E/wHKTu09,=,">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">hs100.0.192_168_1_185.state</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="sn_Zqr:;LUk+3]kk6|=4">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                                <next>
                                  <block type="debug" id="GND4?U3;|mcH~+Am#j`_">
                                    <field name="Severity">error</field>
                                    <value name="TEXT">
                                      <shadow type="text" id="Ak!@J8^tiU8k]mA_#dt?">
                                        <field name="TEXT">Bewegungsmelder Küche keine Bewegung erkannt - Licht Kücheaus</field>
                                      </shadow>
                                    </value>
                                  </block>
                                </next>
                              </block>
                            </statement>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </statement>
          </block>
        </statement>
      </block>
    </xml>
    

    IO-Broker Master/Slave auf Windows 11 64bit, NPM 10.9.7, Node 22.22.2 js-controller 7.0.7

    DJMarc75D Horst BöttcherH paul53P 3 Antworten Letzte Antwort
    0
    • surfer09S surfer09

      Hallo zusammen,

      ich habe ein Skript für meine LED Leiste in der Küche erstellt. Ich würde gerne das Einschalten noch begrenzen auf bestimmte Monate (Januar-Mai) und (September-Dezember). Aktuell ist es nur auf die Uhrzeit eingeschränkt. Kann mir da vielleicht jemand einen Tipp geben?

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="on_ext" id="osx6OHCt.i*d)3LAKUq~" x="263" y="112">
          <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="]S}35ZN6[w_E_v#Q!KwP">
              <field name="oid">deconz.0.sensors.00158d0007002995.presence</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="controls_if" id="4MM2M|[u#|MH!nR~puzk">
              <value name="IF0">
                <block type="logic_operation" id="`o4?-PpUXY92O#:Q8_jK">
                  <field name="OP">AND</field>
                  <value name="A">
                    <block type="logic_compare" id="USob}?{-oXmv^Q^xyjAg">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="get_value" id="`2C?*w:~`e.eBvV9nIRr">
                          <field name="ATTR">val</field>
                          <field name="OID">deconz.0.sensors.00158d0007002995.presence</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_boolean" id="}91O5WvMVX//6BtgoR|H">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <value name="B">
                    <block type="time_compare_ex" id="z0CmIZ}(G3xz3`nYciKB">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true" actual_time="true"></mutation>
                      <field name="USE_ACTUAL_TIME">TRUE</field>
                      <field name="OPTION">not between</field>
                      <value name="START_TIME">
                        <shadow type="text" id="o|6*{U#a{+:t,Haa}Q^T">
                          <field name="TEXT">05:29</field>
                        </shadow>
                      </value>
                      <value name="END_TIME">
                        <shadow type="text" id="7{7S#jZs,f`+teDSuTm{">
                          <field name="TEXT">19:59</field>
                        </shadow>
                      </value>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="control" id="_qdp8ILCq1c]uIRb+Q}P">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">hs100.0.192_168_1_185.state</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="logic_boolean" id="EUBf+oB,/JT`1T~p]/ni">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                  <next>
                    <block type="debug" id="c{iV%6z`+gnue+9M%%as">
                      <field name="Severity">error</field>
                      <value name="TEXT">
                        <shadow type="text" id="6c_U5V#bvGDNJU5#/h~N">
                          <field name="TEXT">Bewegungsmelder Küche Bewegung erkannt  - Licht Küche an</field>
                        </shadow>
                      </value>
                      <next>
                        <block type="timeouts_cleartimeout" id="f2tvrrv{;sgPB=aOfnVB">
                          <field name="NAME">timeout</field>
                          <next>
                            <block type="timeouts_settimeout" id="sE8mL0nPF#wbLNd,Ga@;">
                              <field name="NAME">timeout</field>
                              <field name="DELAY">2</field>
                              <field name="UNIT">min</field>
                              <statement name="STATEMENT">
                                <block type="control" id="fkz@Ztk]E/wHKTu09,=,">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">hs100.0.192_168_1_185.state</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="sn_Zqr:;LUk+3]kk6|=4">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="debug" id="GND4?U3;|mcH~+Am#j`_">
                                      <field name="Severity">error</field>
                                      <value name="TEXT">
                                        <shadow type="text" id="Ak!@J8^tiU8k]mA_#dt?">
                                          <field name="TEXT">Bewegungsmelder Küche keine Bewegung erkannt - Licht Kücheaus</field>
                                        </shadow>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      
      DJMarc75D Offline
      DJMarc75D Offline
      DJMarc75
      schrieb am zuletzt editiert von
      #2

      @surfer09 ob Du da auch noch einen Screenshot vom Blockly einstellen kannst?

      Lehrling seit 1975 !!!
      Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
      https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

      1 Antwort Letzte Antwort
      0
      • surfer09S surfer09

        Hallo zusammen,

        ich habe ein Skript für meine LED Leiste in der Küche erstellt. Ich würde gerne das Einschalten noch begrenzen auf bestimmte Monate (Januar-Mai) und (September-Dezember). Aktuell ist es nur auf die Uhrzeit eingeschränkt. Kann mir da vielleicht jemand einen Tipp geben?

        <xml xmlns="https://developers.google.com/blockly/xml">
          <variables>
            <variable type="timeout" id="timeout">timeout</variable>
          </variables>
          <block type="on_ext" id="osx6OHCt.i*d)3LAKUq~" x="263" y="112">
            <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="]S}35ZN6[w_E_v#Q!KwP">
                <field name="oid">deconz.0.sensors.00158d0007002995.presence</field>
              </shadow>
            </value>
            <statement name="STATEMENT">
              <block type="controls_if" id="4MM2M|[u#|MH!nR~puzk">
                <value name="IF0">
                  <block type="logic_operation" id="`o4?-PpUXY92O#:Q8_jK">
                    <field name="OP">AND</field>
                    <value name="A">
                      <block type="logic_compare" id="USob}?{-oXmv^Q^xyjAg">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="`2C?*w:~`e.eBvV9nIRr">
                            <field name="ATTR">val</field>
                            <field name="OID">deconz.0.sensors.00158d0007002995.presence</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="logic_boolean" id="}91O5WvMVX//6BtgoR|H">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="time_compare_ex" id="z0CmIZ}(G3xz3`nYciKB">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true" actual_time="true"></mutation>
                        <field name="USE_ACTUAL_TIME">TRUE</field>
                        <field name="OPTION">not between</field>
                        <value name="START_TIME">
                          <shadow type="text" id="o|6*{U#a{+:t,Haa}Q^T">
                            <field name="TEXT">05:29</field>
                          </shadow>
                        </value>
                        <value name="END_TIME">
                          <shadow type="text" id="7{7S#jZs,f`+teDSuTm{">
                            <field name="TEXT">19:59</field>
                          </shadow>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="control" id="_qdp8ILCq1c]uIRb+Q}P">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">hs100.0.192_168_1_185.state</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="EUBf+oB,/JT`1T~p]/ni">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                    <next>
                      <block type="debug" id="c{iV%6z`+gnue+9M%%as">
                        <field name="Severity">error</field>
                        <value name="TEXT">
                          <shadow type="text" id="6c_U5V#bvGDNJU5#/h~N">
                            <field name="TEXT">Bewegungsmelder Küche Bewegung erkannt  - Licht Küche an</field>
                          </shadow>
                        </value>
                        <next>
                          <block type="timeouts_cleartimeout" id="f2tvrrv{;sgPB=aOfnVB">
                            <field name="NAME">timeout</field>
                            <next>
                              <block type="timeouts_settimeout" id="sE8mL0nPF#wbLNd,Ga@;">
                                <field name="NAME">timeout</field>
                                <field name="DELAY">2</field>
                                <field name="UNIT">min</field>
                                <statement name="STATEMENT">
                                  <block type="control" id="fkz@Ztk]E/wHKTu09,=,">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">hs100.0.192_168_1_185.state</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="sn_Zqr:;LUk+3]kk6|=4">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="debug" id="GND4?U3;|mcH~+Am#j`_">
                                        <field name="Severity">error</field>
                                        <value name="TEXT">
                                          <shadow type="text" id="Ak!@J8^tiU8k]mA_#dt?">
                                            <field name="TEXT">Bewegungsmelder Küche keine Bewegung erkannt - Licht Kücheaus</field>
                                          </shadow>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </statement>
              </block>
            </statement>
          </block>
        </xml>
        
        Horst BöttcherH Offline
        Horst BöttcherH Offline
        Horst Böttcher
        schrieb am zuletzt editiert von
        #3

        @surfer09
        hab leider nicht viel Ahnung
        versuch doch mal Cron zeitplan

        <block xmlns="https://developers.google.com/blockly/xml" type="schedule" id="Atv,TNuGTH_.~U+EJ`Wb" x="162.11111450195312" y="62.333328247070426">
          <field name="SCHEDULE">{"time":{"start":"00:00","end":"23:59","mode":"hours","interval":1},"valid":{"from":"11.09.2022"},"period":{"months":"[1,2,3,5,9,10,11,12]"}}</field>
        </block>
        

        ioBroker auf Proxmox (Debian) auf LENOVO PC Thinkcentre als Produktivsystem

        1 Antwort Letzte Antwort
        0
        • surfer09S surfer09

          Hallo zusammen,

          ich habe ein Skript für meine LED Leiste in der Küche erstellt. Ich würde gerne das Einschalten noch begrenzen auf bestimmte Monate (Januar-Mai) und (September-Dezember). Aktuell ist es nur auf die Uhrzeit eingeschränkt. Kann mir da vielleicht jemand einen Tipp geben?

          <xml xmlns="https://developers.google.com/blockly/xml">
            <variables>
              <variable type="timeout" id="timeout">timeout</variable>
            </variables>
            <block type="on_ext" id="osx6OHCt.i*d)3LAKUq~" x="263" y="112">
              <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="]S}35ZN6[w_E_v#Q!KwP">
                  <field name="oid">deconz.0.sensors.00158d0007002995.presence</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="controls_if" id="4MM2M|[u#|MH!nR~puzk">
                  <value name="IF0">
                    <block type="logic_operation" id="`o4?-PpUXY92O#:Q8_jK">
                      <field name="OP">AND</field>
                      <value name="A">
                        <block type="logic_compare" id="USob}?{-oXmv^Q^xyjAg">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id="`2C?*w:~`e.eBvV9nIRr">
                              <field name="ATTR">val</field>
                              <field name="OID">deconz.0.sensors.00158d0007002995.presence</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="logic_boolean" id="}91O5WvMVX//6BtgoR|H">
                              <field name="BOOL">TRUE</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="time_compare_ex" id="z0CmIZ}(G3xz3`nYciKB">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true" actual_time="true"></mutation>
                          <field name="USE_ACTUAL_TIME">TRUE</field>
                          <field name="OPTION">not between</field>
                          <value name="START_TIME">
                            <shadow type="text" id="o|6*{U#a{+:t,Haa}Q^T">
                              <field name="TEXT">05:29</field>
                            </shadow>
                          </value>
                          <value name="END_TIME">
                            <shadow type="text" id="7{7S#jZs,f`+teDSuTm{">
                              <field name="TEXT">19:59</field>
                            </shadow>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="control" id="_qdp8ILCq1c]uIRb+Q}P">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">hs100.0.192_168_1_185.state</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="EUBf+oB,/JT`1T~p]/ni">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                      <next>
                        <block type="debug" id="c{iV%6z`+gnue+9M%%as">
                          <field name="Severity">error</field>
                          <value name="TEXT">
                            <shadow type="text" id="6c_U5V#bvGDNJU5#/h~N">
                              <field name="TEXT">Bewegungsmelder Küche Bewegung erkannt  - Licht Küche an</field>
                            </shadow>
                          </value>
                          <next>
                            <block type="timeouts_cleartimeout" id="f2tvrrv{;sgPB=aOfnVB">
                              <field name="NAME">timeout</field>
                              <next>
                                <block type="timeouts_settimeout" id="sE8mL0nPF#wbLNd,Ga@;">
                                  <field name="NAME">timeout</field>
                                  <field name="DELAY">2</field>
                                  <field name="UNIT">min</field>
                                  <statement name="STATEMENT">
                                    <block type="control" id="fkz@Ztk]E/wHKTu09,=,">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">hs100.0.192_168_1_185.state</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="sn_Zqr:;LUk+3]kk6|=4">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="debug" id="GND4?U3;|mcH~+Am#j`_">
                                          <field name="Severity">error</field>
                                          <value name="TEXT">
                                            <shadow type="text" id="Ak!@J8^tiU8k]mA_#dt?">
                                              <field name="TEXT">Bewegungsmelder Küche keine Bewegung erkannt - Licht Kücheaus</field>
                                            </shadow>
                                          </value>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </statement>
            </block>
          </xml>
          
          paul53P Offline
          paul53P Offline
          paul53
          schrieb am zuletzt editiert von
          #4

          @surfer09 sagte: begrenzen auf bestimmte Monate (Januar-Mai) und (September-Dezember).

          Bild_2022-09-11_232835133.png

          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

          surfer09S 1 Antwort Letzte Antwort
          1
          • paul53P paul53

            @surfer09 sagte: begrenzen auf bestimmte Monate (Januar-Mai) und (September-Dezember).

            Bild_2022-09-11_232835133.png

            surfer09S Offline
            surfer09S Offline
            surfer09
            schrieb am zuletzt editiert von
            #5

            @paul53 Danke Paul! Was ich hier aber nicht ganz verstehe ist das "ist größer als letztes" beim obersten Trigger. Er soll ja nur auslösen, wenn "wahr".

            Gruß surfer ;-)

            IO-Broker Master/Slave auf Windows 11 64bit, NPM 10.9.7, Node 22.22.2 js-controller 7.0.7

            paul53P 1 Antwort Letzte Antwort
            0
            • surfer09S surfer09

              @paul53 Danke Paul! Was ich hier aber nicht ganz verstehe ist das "ist größer als letztes" beim obersten Trigger. Er soll ja nur auslösen, wenn "wahr".

              Gruß surfer ;-)

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

              @surfer09 sagte: "ist größer als letztes"

              Triggert nur bei Änderung false --> true. Trigger auf "ist wahr" könnte besser sein, wenn der Datenpunkt bei erneuter Bewegungserkennung nur aktualisiert wird.

              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

              354

              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