Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. [Gelöst] Blockly BWM Ikea Tradfri

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

[Gelöst] Blockly BWM Ikea Tradfri

[Gelöst] Blockly BWM Ikea Tradfri

Scheduled Pinned Locked Moved Blockly
blockly
5 Posts 3 Posters 368 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.
  • M Offline
    M Offline
    MikeMike
    wrote on last edited by MikeMike
    #1

    Guten Abend zusammen!

    Ich versuche mich an einem eigentlich ganz einfachen Blockly...dachte ich. Bedingungen sollen folgende sein.
    Sonnenuntergang-Anfang = Licht einschalten
    23:00 Uhr Licht aus und nur noch Licht wenn Bewegung für eine Minute

    Wenn ich das Licht jetzt einschalte geht es immer nach einer Minute aus. Kann mir jemand sagen warum?!

    <xml xmlns="https://developers.google.com/blockly/xml">
      <variables>
        <variable type="timeout" id="timeout">timeout</variable>
      </variables>
      <block type="astro" id="YiybF$G?JqW;8K9~;(`d" x="238" y="88">
        <field name="TYPE">sunsetStart</field>
        <field name="OFFSET">0</field>
        <statement name="STATEMENT">
          <block type="control" id="H..iSyW/3kWnaJ=?K1+D">
            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
            <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
            <field name="WITH_DELAY">FALSE</field>
            <value name="VALUE">
              <block type="logic_boolean" id="J@zddD(kg{2ruq6cXF[B">
                <field name="BOOL">TRUE</field>
              </block>
            </value>
          </block>
        </statement>
        <next>
          <block type="schedule" id="h^{UMV[](/FAkbHDKT]`">
            <field name="SCHEDULE">0 23 * * *</field>
            <statement name="STATEMENT">
              <block type="control" id="VILCK:{!bn.|a1.{18H%">
                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                <field name="WITH_DELAY">FALSE</field>
                <value name="VALUE">
                  <block type="logic_boolean" id=",(0gmt{B9%m=zo+9GyCf">
                    <field name="BOOL">FALSE</field>
                  </block>
                </value>
              </block>
            </statement>
            <next>
              <block type="on_ext" id="rOW+2vL1x_pL`d!wcFat">
                <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                <field name="CONDITION">any</field>
                <field name="ACK_CONDITION"></field>
                <value name="OID0">
                  <shadow type="field_oid" id="KgGi%xH)Vv$jIN0N:0k8">
                    <field name="oid">zigbee.0.000b57fffe2d59fe.occupancy</field>
                  </shadow>
                </value>
                <statement name="STATEMENT">
                  <block type="timeouts_cleartimeout" id="`:3%NmPAxlZGjzol79-X">
                    <field name="NAME">timeout</field>
                    <next>
                      <block type="controls_if" id="ERKn}b(9ZhdA9S4!I}5|">
                        <mutation else="1"></mutation>
                        <value name="IF0">
                          <block type="logic_operation" id="GVEEK]r97x290,_4Hc3:" inline="false">
                            <field name="OP">AND</field>
                            <value name="A">
                              <block type="time_compare_ex" id="aUIJib0d+bQ[hBxf+u60">
                                <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="e.7eivrNn]JVZBY[R%ic">
                                    <field name="TEXT">23:00</field>
                                  </shadow>
                                  <block type="time_astro" id="_TZ8goTCA?HW/Buik,a/">
                                    <field name="TYPE">sunrise</field>
                                    <field name="OFFSET">0</field>
                                  </block>
                                </value>
                                <value name="END_TIME">
                                  <shadow type="text" id="kJNpc)riW}D-daniJL;R">
                                    <field name="TEXT">23:00</field>
                                  </shadow>
                                </value>
                              </block>
                            </value>
                            <value name="B">
                              <block type="logic_operation" id="fNROtp6uv3j.aX-9W5/=" inline="false">
                                <field name="OP">AND</field>
                                <value name="A">
                                  <block type="logic_compare" id="P_bF6cM:W.a}n.2XKtr@">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="get_value" id="^~|3@27Uhvf/a=|so1iQ">
                                        <field name="ATTR">val</field>
                                        <field name="OID">zigbee.0.000b57fffe2d59fe.occupancy</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_boolean" id="q^r`%3$)].)8deQCCS7^">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="logic_compare" id=")v7w|.6U3.Ogk*Clk,3e">
                                    <field name="OP">EQ</field>
                                    <value name="A">
                                      <block type="get_value" id="kJgpv$HAOPZ*_CvZC{3o">
                                        <field name="ATTR">val</field>
                                        <field name="OID">zigbee.0.00158d00052dd8d1.opened</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_boolean" id="O4BuvGN+#`;T]GAys=!:">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                        <statement name="DO0">
                          <block type="control" id="~x/.C6dvvQ3A+3=8iAQ?">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="o~{:l2Fx}oq0W6x$Dj_j">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                        <statement name="ELSE">
                          <block type="timeouts_settimeout" id="A#idymOJvRQP!-|n`hu7">
                            <field name="NAME">timeout</field>
                            <field name="DELAY">1</field>
                            <field name="UNIT">min</field>
                            <statement name="STATEMENT">
                              <block type="control" id="*Ys2-!fk(eF0LGsFQ/nW">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="1QCvK[Fe)xeT~1(m~Og-">
                                    <field name="BOOL">FALSE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                          </block>
                        </statement>
                      </block>
                    </next>
                  </block>
                </statement>
              </block>
            </next>
          </block>
        </next>
      </block>
    </xml>
    
    K paul53P 2 Replies Last reply
    0
    • M MikeMike

      Guten Abend zusammen!

      Ich versuche mich an einem eigentlich ganz einfachen Blockly...dachte ich. Bedingungen sollen folgende sein.
      Sonnenuntergang-Anfang = Licht einschalten
      23:00 Uhr Licht aus und nur noch Licht wenn Bewegung für eine Minute

      Wenn ich das Licht jetzt einschalte geht es immer nach einer Minute aus. Kann mir jemand sagen warum?!

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="astro" id="YiybF$G?JqW;8K9~;(`d" x="238" y="88">
          <field name="TYPE">sunsetStart</field>
          <field name="OFFSET">0</field>
          <statement name="STATEMENT">
            <block type="control" id="H..iSyW/3kWnaJ=?K1+D">
              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
              <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
              <field name="WITH_DELAY">FALSE</field>
              <value name="VALUE">
                <block type="logic_boolean" id="J@zddD(kg{2ruq6cXF[B">
                  <field name="BOOL">TRUE</field>
                </block>
              </value>
            </block>
          </statement>
          <next>
            <block type="schedule" id="h^{UMV[](/FAkbHDKT]`">
              <field name="SCHEDULE">0 23 * * *</field>
              <statement name="STATEMENT">
                <block type="control" id="VILCK:{!bn.|a1.{18H%">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="logic_boolean" id=",(0gmt{B9%m=zo+9GyCf">
                      <field name="BOOL">FALSE</field>
                    </block>
                  </value>
                </block>
              </statement>
              <next>
                <block type="on_ext" id="rOW+2vL1x_pL`d!wcFat">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                  <field name="CONDITION">any</field>
                  <field name="ACK_CONDITION"></field>
                  <value name="OID0">
                    <shadow type="field_oid" id="KgGi%xH)Vv$jIN0N:0k8">
                      <field name="oid">zigbee.0.000b57fffe2d59fe.occupancy</field>
                    </shadow>
                  </value>
                  <statement name="STATEMENT">
                    <block type="timeouts_cleartimeout" id="`:3%NmPAxlZGjzol79-X">
                      <field name="NAME">timeout</field>
                      <next>
                        <block type="controls_if" id="ERKn}b(9ZhdA9S4!I}5|">
                          <mutation else="1"></mutation>
                          <value name="IF0">
                            <block type="logic_operation" id="GVEEK]r97x290,_4Hc3:" inline="false">
                              <field name="OP">AND</field>
                              <value name="A">
                                <block type="time_compare_ex" id="aUIJib0d+bQ[hBxf+u60">
                                  <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="e.7eivrNn]JVZBY[R%ic">
                                      <field name="TEXT">23:00</field>
                                    </shadow>
                                    <block type="time_astro" id="_TZ8goTCA?HW/Buik,a/">
                                      <field name="TYPE">sunrise</field>
                                      <field name="OFFSET">0</field>
                                    </block>
                                  </value>
                                  <value name="END_TIME">
                                    <shadow type="text" id="kJNpc)riW}D-daniJL;R">
                                      <field name="TEXT">23:00</field>
                                    </shadow>
                                  </value>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_operation" id="fNROtp6uv3j.aX-9W5/=" inline="false">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="P_bF6cM:W.a}n.2XKtr@">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="^~|3@27Uhvf/a=|so1iQ">
                                          <field name="ATTR">val</field>
                                          <field name="OID">zigbee.0.000b57fffe2d59fe.occupancy</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="q^r`%3$)].)8deQCCS7^">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id=")v7w|.6U3.Ogk*Clk,3e">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="kJgpv$HAOPZ*_CvZC{3o">
                                          <field name="ATTR">val</field>
                                          <field name="OID">zigbee.0.00158d00052dd8d1.opened</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="O4BuvGN+#`;T]GAys=!:">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="control" id="~x/.C6dvvQ3A+3=8iAQ?">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="o~{:l2Fx}oq0W6x$Dj_j">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                          <statement name="ELSE">
                            <block type="timeouts_settimeout" id="A#idymOJvRQP!-|n`hu7">
                              <field name="NAME">timeout</field>
                              <field name="DELAY">1</field>
                              <field name="UNIT">min</field>
                              <statement name="STATEMENT">
                                <block type="control" id="*Ys2-!fk(eF0LGsFQ/nW">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="1QCvK[Fe)xeT~1(m~Og-">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                </block>
                              </statement>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </next>
            </block>
          </next>
        </block>
      </xml>
      
      K Offline
      K Offline
      Kusi
      wrote on last edited by Kusi
      #2

      Meine Anfrage hat sich erledigt.

      1 Reply Last reply
      0
      • M MikeMike

        Guten Abend zusammen!

        Ich versuche mich an einem eigentlich ganz einfachen Blockly...dachte ich. Bedingungen sollen folgende sein.
        Sonnenuntergang-Anfang = Licht einschalten
        23:00 Uhr Licht aus und nur noch Licht wenn Bewegung für eine Minute

        Wenn ich das Licht jetzt einschalte geht es immer nach einer Minute aus. Kann mir jemand sagen warum?!

        <xml xmlns="https://developers.google.com/blockly/xml">
          <variables>
            <variable type="timeout" id="timeout">timeout</variable>
          </variables>
          <block type="astro" id="YiybF$G?JqW;8K9~;(`d" x="238" y="88">
            <field name="TYPE">sunsetStart</field>
            <field name="OFFSET">0</field>
            <statement name="STATEMENT">
              <block type="control" id="H..iSyW/3kWnaJ=?K1+D">
                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                <field name="WITH_DELAY">FALSE</field>
                <value name="VALUE">
                  <block type="logic_boolean" id="J@zddD(kg{2ruq6cXF[B">
                    <field name="BOOL">TRUE</field>
                  </block>
                </value>
              </block>
            </statement>
            <next>
              <block type="schedule" id="h^{UMV[](/FAkbHDKT]`">
                <field name="SCHEDULE">0 23 * * *</field>
                <statement name="STATEMENT">
                  <block type="control" id="VILCK:{!bn.|a1.{18H%">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id=",(0gmt{B9%m=zo+9GyCf">
                        <field name="BOOL">FALSE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <next>
                  <block type="on_ext" id="rOW+2vL1x_pL`d!wcFat">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                    <field name="CONDITION">any</field>
                    <field name="ACK_CONDITION"></field>
                    <value name="OID0">
                      <shadow type="field_oid" id="KgGi%xH)Vv$jIN0N:0k8">
                        <field name="oid">zigbee.0.000b57fffe2d59fe.occupancy</field>
                      </shadow>
                    </value>
                    <statement name="STATEMENT">
                      <block type="timeouts_cleartimeout" id="`:3%NmPAxlZGjzol79-X">
                        <field name="NAME">timeout</field>
                        <next>
                          <block type="controls_if" id="ERKn}b(9ZhdA9S4!I}5|">
                            <mutation else="1"></mutation>
                            <value name="IF0">
                              <block type="logic_operation" id="GVEEK]r97x290,_4Hc3:" inline="false">
                                <field name="OP">AND</field>
                                <value name="A">
                                  <block type="time_compare_ex" id="aUIJib0d+bQ[hBxf+u60">
                                    <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="e.7eivrNn]JVZBY[R%ic">
                                        <field name="TEXT">23:00</field>
                                      </shadow>
                                      <block type="time_astro" id="_TZ8goTCA?HW/Buik,a/">
                                        <field name="TYPE">sunrise</field>
                                        <field name="OFFSET">0</field>
                                      </block>
                                    </value>
                                    <value name="END_TIME">
                                      <shadow type="text" id="kJNpc)riW}D-daniJL;R">
                                        <field name="TEXT">23:00</field>
                                      </shadow>
                                    </value>
                                  </block>
                                </value>
                                <value name="B">
                                  <block type="logic_operation" id="fNROtp6uv3j.aX-9W5/=" inline="false">
                                    <field name="OP">AND</field>
                                    <value name="A">
                                      <block type="logic_compare" id="P_bF6cM:W.a}n.2XKtr@">
                                        <field name="OP">EQ</field>
                                        <value name="A">
                                          <block type="get_value" id="^~|3@27Uhvf/a=|so1iQ">
                                            <field name="ATTR">val</field>
                                            <field name="OID">zigbee.0.000b57fffe2d59fe.occupancy</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="logic_boolean" id="q^r`%3$)].)8deQCCS7^">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_compare" id=")v7w|.6U3.Ogk*Clk,3e">
                                        <field name="OP">EQ</field>
                                        <value name="A">
                                          <block type="get_value" id="kJgpv$HAOPZ*_CvZC{3o">
                                            <field name="ATTR">val</field>
                                            <field name="OID">zigbee.0.00158d00052dd8d1.opened</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="logic_boolean" id="O4BuvGN+#`;T]GAys=!:">
                                            <field name="BOOL">FALSE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <statement name="DO0">
                              <block type="control" id="~x/.C6dvvQ3A+3=8iAQ?">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                <field name="WITH_DELAY">FALSE</field>
                                <value name="VALUE">
                                  <block type="logic_boolean" id="o~{:l2Fx}oq0W6x$Dj_j">
                                    <field name="BOOL">TRUE</field>
                                  </block>
                                </value>
                              </block>
                            </statement>
                            <statement name="ELSE">
                              <block type="timeouts_settimeout" id="A#idymOJvRQP!-|n`hu7">
                                <field name="NAME">timeout</field>
                                <field name="DELAY">1</field>
                                <field name="UNIT">min</field>
                                <statement name="STATEMENT">
                                  <block type="control" id="*Ys2-!fk(eF0LGsFQ/nW">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="1QCvK[Fe)xeT~1(m~Og-">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                              </block>
                            </statement>
                          </block>
                        </next>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </xml>
        
        paul53P Offline
        paul53P Offline
        paul53
        wrote on last edited by paul53
        #3

        @mikemike
        Versuche es mal so:

        Bild_2021-05-25_212714.png

        <xml xmlns="https://developers.google.com/blockly/xml">
         <variables>
           <variable type="timeout" id="timeout">timeout</variable>
         </variables>
         <block type="astro" id="YiybF$G?JqW;8K9~;(`d" x="238" y="88">
           <field name="TYPE">sunsetStart</field>
           <field name="OFFSET">0</field>
           <statement name="STATEMENT">
             <block type="control" id="H..iSyW/3kWnaJ=?K1+D">
               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
               <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
               <field name="WITH_DELAY">FALSE</field>
               <value name="VALUE">
                 <block type="logic_boolean" id="J@zddD(kg{2ruq6cXF[B">
                   <field name="BOOL">TRUE</field>
                 </block>
               </value>
             </block>
           </statement>
           <next>
             <block type="schedule" id="h^{UMV[](/FAkbHDKT]`">
               <field name="SCHEDULE">0 23 * * *</field>
               <statement name="STATEMENT">
                 <block type="control" id="VILCK:{!bn.|a1.{18H%">
                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                   <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                   <field name="WITH_DELAY">FALSE</field>
                   <value name="VALUE">
                     <block type="logic_boolean" id=",(0gmt{B9%m=zo+9GyCf">
                       <field name="BOOL">FALSE</field>
                     </block>
                   </value>
                 </block>
               </statement>
               <next>
                 <block type="on_ext" id="rOW+2vL1x_pL`d!wcFat">
                   <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="KgGi%xH)Vv$jIN0N:0k8">
                       <field name="oid">zigbee.0.000b57fffe2d59fe.occupancy</field>
                     </shadow>
                   </value>
                   <statement name="STATEMENT">
                     <block type="controls_if" id="u}}oqvyZ]qc_O$b/;:os">
                       <value name="IF0">
                         <block type="time_compare_ex" id="aUIJib0d+bQ[hBxf+u60">
                           <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="e.7eivrNn]JVZBY[R%ic">
                               <field name="TEXT">23:00</field>
                             </shadow>
                             <block type="time_astro" id="_TZ8goTCA?HW/Buik,a/">
                               <field name="TYPE">sunrise</field>
                               <field name="OFFSET">0</field>
                             </block>
                           </value>
                           <value name="END_TIME">
                             <shadow type="text" id="kJNpc)riW}D-daniJL;R">
                               <field name="TEXT">23:00</field>
                             </shadow>
                           </value>
                         </block>
                       </value>
                       <statement name="DO0">
                         <block type="controls_if" id="ERKn}b(9ZhdA9S4!I}5|">
                           <mutation else="1"></mutation>
                           <value name="IF0">
                             <block type="on_source" id="EH3#5#*DM$FD~VcHD2mR">
                               <field name="ATTR">state.val</field>
                             </block>
                           </value>
                           <statement name="DO0">
                             <block type="timeouts_cleartimeout" id="`:3%NmPAxlZGjzol79-X">
                               <field name="NAME">timeout</field>
                               <next>
                                 <block type="control" id="~x/.C6dvvQ3A+3=8iAQ?">
                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                   <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                   <field name="WITH_DELAY">FALSE</field>
                                   <value name="VALUE">
                                     <block type="logic_boolean" id="o~{:l2Fx}oq0W6x$Dj_j">
                                       <field name="BOOL">TRUE</field>
                                     </block>
                                   </value>
                                 </block>
                               </next>
                             </block>
                           </statement>
                           <statement name="ELSE">
                             <block type="timeouts_settimeout" id="A#idymOJvRQP!-|n`hu7">
                               <field name="NAME">timeout</field>
                               <field name="DELAY">1</field>
                               <field name="UNIT">min</field>
                               <statement name="STATEMENT">
                                 <block type="control" id="*Ys2-!fk(eF0LGsFQ/nW">
                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                   <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                   <field name="WITH_DELAY">FALSE</field>
                                   <value name="VALUE">
                                     <block type="logic_boolean" id="1QCvK[Fe)xeT~1(m~Og-">
                                       <field name="BOOL">FALSE</field>
                                     </block>
                                   </value>
                                 </block>
                               </statement>
                             </block>
                           </statement>
                         </block>
                       </statement>
                     </block>
                   </statement>
                 </block>
               </next>
             </block>
           </next>
         </block>
        </xml>
        

        Was hat es mit dem Datenpunkt "open" auf sich?

        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

        M 2 Replies Last reply
        0
        • paul53P paul53

          @mikemike
          Versuche es mal so:

          Bild_2021-05-25_212714.png

          <xml xmlns="https://developers.google.com/blockly/xml">
           <variables>
             <variable type="timeout" id="timeout">timeout</variable>
           </variables>
           <block type="astro" id="YiybF$G?JqW;8K9~;(`d" x="238" y="88">
             <field name="TYPE">sunsetStart</field>
             <field name="OFFSET">0</field>
             <statement name="STATEMENT">
               <block type="control" id="H..iSyW/3kWnaJ=?K1+D">
                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                 <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                 <field name="WITH_DELAY">FALSE</field>
                 <value name="VALUE">
                   <block type="logic_boolean" id="J@zddD(kg{2ruq6cXF[B">
                     <field name="BOOL">TRUE</field>
                   </block>
                 </value>
               </block>
             </statement>
             <next>
               <block type="schedule" id="h^{UMV[](/FAkbHDKT]`">
                 <field name="SCHEDULE">0 23 * * *</field>
                 <statement name="STATEMENT">
                   <block type="control" id="VILCK:{!bn.|a1.{18H%">
                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                     <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                     <field name="WITH_DELAY">FALSE</field>
                     <value name="VALUE">
                       <block type="logic_boolean" id=",(0gmt{B9%m=zo+9GyCf">
                         <field name="BOOL">FALSE</field>
                       </block>
                     </value>
                   </block>
                 </statement>
                 <next>
                   <block type="on_ext" id="rOW+2vL1x_pL`d!wcFat">
                     <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="KgGi%xH)Vv$jIN0N:0k8">
                         <field name="oid">zigbee.0.000b57fffe2d59fe.occupancy</field>
                       </shadow>
                     </value>
                     <statement name="STATEMENT">
                       <block type="controls_if" id="u}}oqvyZ]qc_O$b/;:os">
                         <value name="IF0">
                           <block type="time_compare_ex" id="aUIJib0d+bQ[hBxf+u60">
                             <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="e.7eivrNn]JVZBY[R%ic">
                                 <field name="TEXT">23:00</field>
                               </shadow>
                               <block type="time_astro" id="_TZ8goTCA?HW/Buik,a/">
                                 <field name="TYPE">sunrise</field>
                                 <field name="OFFSET">0</field>
                               </block>
                             </value>
                             <value name="END_TIME">
                               <shadow type="text" id="kJNpc)riW}D-daniJL;R">
                                 <field name="TEXT">23:00</field>
                               </shadow>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="controls_if" id="ERKn}b(9ZhdA9S4!I}5|">
                             <mutation else="1"></mutation>
                             <value name="IF0">
                               <block type="on_source" id="EH3#5#*DM$FD~VcHD2mR">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <statement name="DO0">
                               <block type="timeouts_cleartimeout" id="`:3%NmPAxlZGjzol79-X">
                                 <field name="NAME">timeout</field>
                                 <next>
                                   <block type="control" id="~x/.C6dvvQ3A+3=8iAQ?">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="o~{:l2Fx}oq0W6x$Dj_j">
                                         <field name="BOOL">TRUE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                             <statement name="ELSE">
                               <block type="timeouts_settimeout" id="A#idymOJvRQP!-|n`hu7">
                                 <field name="NAME">timeout</field>
                                 <field name="DELAY">1</field>
                                 <field name="UNIT">min</field>
                                 <statement name="STATEMENT">
                                   <block type="control" id="*Ys2-!fk(eF0LGsFQ/nW">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="1QCvK[Fe)xeT~1(m~Og-">
                                         <field name="BOOL">FALSE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                               </block>
                             </statement>
                           </block>
                         </statement>
                       </block>
                     </statement>
                   </block>
                 </next>
               </block>
             </next>
           </block>
          </xml>
          

          Was hat es mit dem Datenpunkt "open" auf sich?

          M Offline
          M Offline
          MikeMike
          wrote on last edited by
          #4

          @paul53
          Hinter dem Datenpunkt "open" verbirgt sich ein Fensterkontaktschalter.

          1 Reply Last reply
          0
          • paul53P paul53

            @mikemike
            Versuche es mal so:

            Bild_2021-05-25_212714.png

            <xml xmlns="https://developers.google.com/blockly/xml">
             <variables>
               <variable type="timeout" id="timeout">timeout</variable>
             </variables>
             <block type="astro" id="YiybF$G?JqW;8K9~;(`d" x="238" y="88">
               <field name="TYPE">sunsetStart</field>
               <field name="OFFSET">0</field>
               <statement name="STATEMENT">
                 <block type="control" id="H..iSyW/3kWnaJ=?K1+D">
                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                   <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                   <field name="WITH_DELAY">FALSE</field>
                   <value name="VALUE">
                     <block type="logic_boolean" id="J@zddD(kg{2ruq6cXF[B">
                       <field name="BOOL">TRUE</field>
                     </block>
                   </value>
                 </block>
               </statement>
               <next>
                 <block type="schedule" id="h^{UMV[](/FAkbHDKT]`">
                   <field name="SCHEDULE">0 23 * * *</field>
                   <statement name="STATEMENT">
                     <block type="control" id="VILCK:{!bn.|a1.{18H%">
                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                       <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                       <field name="WITH_DELAY">FALSE</field>
                       <value name="VALUE">
                         <block type="logic_boolean" id=",(0gmt{B9%m=zo+9GyCf">
                           <field name="BOOL">FALSE</field>
                         </block>
                       </value>
                     </block>
                   </statement>
                   <next>
                     <block type="on_ext" id="rOW+2vL1x_pL`d!wcFat">
                       <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="KgGi%xH)Vv$jIN0N:0k8">
                           <field name="oid">zigbee.0.000b57fffe2d59fe.occupancy</field>
                         </shadow>
                       </value>
                       <statement name="STATEMENT">
                         <block type="controls_if" id="u}}oqvyZ]qc_O$b/;:os">
                           <value name="IF0">
                             <block type="time_compare_ex" id="aUIJib0d+bQ[hBxf+u60">
                               <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="e.7eivrNn]JVZBY[R%ic">
                                   <field name="TEXT">23:00</field>
                                 </shadow>
                                 <block type="time_astro" id="_TZ8goTCA?HW/Buik,a/">
                                   <field name="TYPE">sunrise</field>
                                   <field name="OFFSET">0</field>
                                 </block>
                               </value>
                               <value name="END_TIME">
                                 <shadow type="text" id="kJNpc)riW}D-daniJL;R">
                                   <field name="TEXT">23:00</field>
                                 </shadow>
                               </value>
                             </block>
                           </value>
                           <statement name="DO0">
                             <block type="controls_if" id="ERKn}b(9ZhdA9S4!I}5|">
                               <mutation else="1"></mutation>
                               <value name="IF0">
                                 <block type="on_source" id="EH3#5#*DM$FD~VcHD2mR">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                               <statement name="DO0">
                                 <block type="timeouts_cleartimeout" id="`:3%NmPAxlZGjzol79-X">
                                   <field name="NAME">timeout</field>
                                   <next>
                                     <block type="control" id="~x/.C6dvvQ3A+3=8iAQ?">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                       <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="logic_boolean" id="o~{:l2Fx}oq0W6x$Dj_j">
                                           <field name="BOOL">TRUE</field>
                                         </block>
                                       </value>
                                     </block>
                                   </next>
                                 </block>
                               </statement>
                               <statement name="ELSE">
                                 <block type="timeouts_settimeout" id="A#idymOJvRQP!-|n`hu7">
                                   <field name="NAME">timeout</field>
                                   <field name="DELAY">1</field>
                                   <field name="UNIT">min</field>
                                   <statement name="STATEMENT">
                                     <block type="control" id="*Ys2-!fk(eF0LGsFQ/nW">
                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                       <field name="OID">zigbee.0.680ae2fffec645c0.state</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="logic_boolean" id="1QCvK[Fe)xeT~1(m~Og-">
                                           <field name="BOOL">FALSE</field>
                                         </block>
                                       </value>
                                     </block>
                                   </statement>
                                 </block>
                               </statement>
                             </block>
                           </statement>
                         </block>
                       </statement>
                     </block>
                   </next>
                 </block>
               </next>
             </block>
            </xml>
            

            Was hat es mit dem Datenpunkt "open" auf sich?

            M Offline
            M Offline
            MikeMike
            wrote on last edited by
            #5

            @paul53
            Vielen Dank für die schnelle Hilfe!
            Jetzt läuft es. Verstehe zwar noch nicht so genau warum, aber hauptsache es läuft! 🙂

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            Support us

            ioBroker
            Community Adapters
            Donate

            538

            Online

            32.4k

            Users

            81.3k

            Topics

            1.3m

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

            • Don't have an account? Register

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