Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. MikeMike

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    M
    • Profile
    • Following 1
    • Followers 1
    • Topics 2
    • Posts 8
    • Best 1
    • Groups 1

    MikeMike

    @MikeMike

    Starter

    1
    Reputation
    7
    Profile views
    8
    Posts
    1
    Followers
    1
    Following
    Joined Last Online

    MikeMike Follow
    Starter

    Best posts made by MikeMike

    • RE: Zeitschaltung an Fernseher koppeln

      @Ziegeleier Guten Abend!
      Hat die Steuerung bei Dir jetzt geklappt? Versuche auch gerade das gleiche "Problem" zu lösen...

      Gruß
      MikeMike

      posted in Blockly
      M
      MikeMike

    Latest posts made by MikeMike

    • RE: [Gelöst] Blockly BWM Ikea Tradfri

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

      posted in Blockly
      M
      MikeMike
    • RE: [Gelöst] Blockly BWM Ikea Tradfri

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

      posted in Blockly
      M
      MikeMike
    • [Gelöst] Blockly BWM Ikea Tradfri

      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>
      
      posted in Blockly
      M
      MikeMike
    • RE: Licht über BWM und Fensterkontakt schalten

      @chrunchy
      Ist es auch möglich, das wenn das Fenster per Zeitschaltung eingeschaltet und durch den Fensterkontakt kurzzeitig ausgeschaltet wurde, automatisch mit der Zeitschaltung weitermacht und eingeschaltet wird?

      Blockly.jpg

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="on_ext" id="$i%XYCQCm(WoxC)_L6N/" x="-237" y="-262">
          <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
          <field name="CONDITION">true</field>
          <field name="ACK_CONDITION"></field>
          <value name="OID0">
            <shadow type="field_oid" id="6_H#cx4lra;p3F3Mb2E;">
              <field name="oid">zigbee.0.00158d00052dd8d1.opened</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="control" id="gx-?.,3q35FN|lsBD[GA">
              <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="PXuFdErbzqctLn,oVp[7">
                  <field name="BOOL">FALSE</field>
                </block>
              </value>
            </block>
          </statement>
        </block>
        <block type="astro" id="FdDk7K4w1@#%d=f$ET0t" x="238" y="-262">
          <field name="TYPE">sunset</field>
          <field name="OFFSET">0</field>
          <statement name="STATEMENT">
            <block type="control" id="+xkP8{6x*+7!FqH|J0),">
              <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="Tsd*unyPiC.^MVsj`.v~">
                  <field name="BOOL">TRUE</field>
                </block>
              </value>
            </block>
          </statement>
          <next>
            <block type="schedule" id="3VR}H3ML;[Izgqor.aXy">
              <field name="SCHEDULE">{"time":{"exactTime":true,"start":"23:00"},"period":{"days":1}}</field>
              <statement name="STATEMENT">
                <block type="control" id="WPx*Z8-znYH_RW$FIGea">
                  <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="7hSS}zX#eQ7dZBI8MwU]">
                      <field name="BOOL">FALSE</field>
                    </block>
                  </value>
                </block>
              </statement>
            </block>
          </next>
        </block>
        <block type="on" id="ABgA-YpCD0_:FW#`]-D~" x="-230" y="-100">
          <field name="OID">zigbee.0.ec1bbdfffe1a82b4.occupancy</field>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="timeouts_cleartimeout" id="e.%ON12lN}]BY*B:BCwt">
              <field name="NAME">timeout</field>
              <next>
                <block type="controls_if" id="QfNq1ohP{pK)H=??FmfQ">
                  <value name="IF0">
                    <block type="logic_operation" id="jjnRS.k,=hos07o5yneu" inline="false">
                      <field name="OP">AND</field>
                      <value name="A">
                        <block type="logic_compare" id="RlV8~9VPB00~mD$w;k^{">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id="KBZAHBs.b{k=]+|Eiu]z">
                              <field name="ATTR">val</field>
                              <field name="OID">zigbee.0.00158d00052dd8d1.opened</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="logic_boolean" id=")?Fp#U*iiJ,5)If+7jQz">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_operation" id="(vYjZP=Ycm#6VC4H+f|7" inline="false">
                          <field name="OP">OR</field>
                          <value name="A">
                            <block type="time_compare_ex" id="zHM:E}OhJ:p%$BB}=eMa">
                              <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">between</field>
                              <value name="START_TIME">
                                <shadow type="text" id=")K$O%{CI}*FS5`a6RSKC">
                                  <field name="TEXT">17:00</field>
                                </shadow>
                              </value>
                              <value name="END_TIME">
                                <shadow type="text" id="$/3A,,8V,)56yFVgEg#u">
                                  <field name="TEXT">23:00</field>
                                </shadow>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="time_compare_ex" id="ob[^YH3wDPu`W!#9TZ~i">
                              <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">between</field>
                              <value name="START_TIME">
                                <shadow type="text" id=":dX1_VzSz,XHV-Ms:v8x">
                                  <field name="TEXT">05:00</field>
                                </shadow>
                              </value>
                              <value name="END_TIME">
                                <shadow type="text" id="UlQwWudm[f3_Mc1FE0wS">
                                  <field name="TEXT">08:00</field>
                                </shadow>
                              </value>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="control" id="yP_9@cCm@DkF#aB8I$O1">
                      <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="pdjZ9Gb69-h@+*E1LISB">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                      <next>
                        <block type="control" id="H^2##*2ItH#w1X9+t;fH">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">zigbee.0.680ae2fffec645c0.brightness</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="f.~rsam/KT3ysd)U^1*=">
                              <field name="NUM">10</field>
                            </block>
                          </value>
                          <next>
                            <block type="timeouts_settimeout" id="x.85~d+6.@PI?.#Ie!(y">
                              <field name="NAME">timeout</field>
                              <field name="DELAY">10</field>
                              <field name="UNIT">min</field>
                              <statement name="STATEMENT">
                                <block type="control" id="hTAP5Uw[pUn.U_[SPAnQ">
                                  <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="E)v;=@P|%c~!m|P.*o2O">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                </block>
                              </statement>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </next>
            </block>
          </statement>
        </block>
      </xml>
      
      posted in Blockly
      M
      MikeMike
    • RE: Licht über BWM und Fensterkontakt schalten

      @chrunchy
      OK, das war ja ganz einfach... 🙄
      Vielen Dank!

      posted in Blockly
      M
      MikeMike
    • RE: Licht über BWM und Fensterkontakt schalten

      @chrunchy
      Kann ich den Trigger einfach in das bestehende Blockly einfügen?

      posted in Blockly
      M
      MikeMike
    • Licht über BWM und Fensterkontakt schalten

      Hallo zusammen.

      Ich bin noch neu in ioBroker und versuche mich in Blockly einzuarbeiten.
      Jetzt komme ich in einem Blockly nicht weiter und brauche eure Hilfe.

      Ich möchte ein Licht während einer bestimmten Zeit über einen BWM einschalten. Das soll aber nicht passierren wenn das Fenster offen ist. Das klappt auch, aber ich möchte zusätzlich erreichen das das Licht ausgeschaltet wird wenn das Fenster geöffnet wird. Das klappt leider noch nicht.
      Vielleicht kann mir ja jemand helfen? 🙂

      Blockly.jpg

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
        </variables>
        <block type="on" id="ABgA-YpCD0_:FW#`]-D~" x="-212" y="-162">
          <field name="OID">zigbee.0.ec1bbdfffe1a82b4.occupancy</field>
          <field name="CONDITION">ne</field>
          <field name="ACK_CONDITION"></field>
          <statement name="STATEMENT">
            <block type="timeouts_cleartimeout" id="e.%ON12lN}]BY*B:BCwt">
              <field name="NAME">timeout</field>
              <next>
                <block type="controls_if" id="QfNq1ohP{pK)H=??FmfQ">
                  <value name="IF0">
                    <block type="logic_operation" id="jjnRS.k,=hos07o5yneu" inline="false">
                      <field name="OP">AND</field>
                      <value name="A">
                        <block type="logic_compare" id="RlV8~9VPB00~mD$w;k^{">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id="KBZAHBs.b{k=]+|Eiu]z">
                              <field name="ATTR">val</field>
                              <field name="OID">zigbee.0.00158d00052dd8d1.opened</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="logic_boolean" id=")?Fp#U*iiJ,5)If+7jQz">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="time_compare_ex" id="zHM:E}OhJ:p%$BB}=eMa">
                          <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">between</field>
                          <value name="START_TIME">
                            <shadow type="text" id=")K$O%{CI}*FS5`a6RSKC">
                              <field name="TEXT">17:00</field>
                            </shadow>
                          </value>
                          <value name="END_TIME">
                            <shadow type="text" id="$/3A,,8V,)56yFVgEg#u">
                              <field name="TEXT">23:00</field>
                            </shadow>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="control" id="yP_9@cCm@DkF#aB8I$O1">
                      <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="pdjZ9Gb69-h@+*E1LISB">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                      <next>
                        <block type="control" id="H^2##*2ItH#w1X9+t;fH">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">zigbee.0.680ae2fffec645c0.brightness</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="f.~rsam/KT3ysd)U^1*=">
                              <field name="NUM">10</field>
                            </block>
                          </value>
                          <next>
                            <block type="timeouts_settimeout" id="x.85~d+6.@PI?.#Ie!(y">
                              <field name="NAME">timeout</field>
                              <field name="DELAY">10</field>
                              <field name="UNIT">min</field>
                              <statement name="STATEMENT">
                                <block type="control" id="hTAP5Uw[pUn.U_[SPAnQ">
                                  <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="E)v;=@P|%c~!m|P.*o2O">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                </block>
                              </statement>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </next>
            </block>
          </statement>
        </block>
      </xml>
      
      posted in Blockly
      M
      MikeMike
    • RE: Zeitschaltung an Fernseher koppeln

      @Ziegeleier Guten Abend!
      Hat die Steuerung bei Dir jetzt geklappt? Versuche auch gerade das gleiche "Problem" zu lösen...

      Gruß
      MikeMike

      posted in Blockly
      M
      MikeMike
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo