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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Vereinfachung Skript LED mit Bewegungsmelder schalten

NEWS

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

  • 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

Scheduled Pinned Locked Moved Blockly
6 Posts 4 Posters 241 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • surfer09S Offline
    surfer09S Offline
    surfer09
    wrote on last edited by 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 Replies Last reply
    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
      wrote on last edited by
      #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 Reply Last reply
      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
        wrote on last edited by
        #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 Reply Last reply
        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
          wrote on last edited by
          #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 Reply Last reply
          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
            wrote on last edited by
            #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 Reply Last reply
            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
              wrote on last edited by 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 Reply Last reply
              0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              Support us

              ioBroker
              Community Adapters
              Donate

              374

              Online

              32.8k

              Users

              82.7k

              Topics

              1.3m

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

              • Don't have an account? Register

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