Navigation

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

    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

    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 54
    • Best 1
    • Groups 1

    DrBest

    @DrBest

    Starter

    2
    Reputation
    74
    Profile views
    54
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    DrBest Follow
    Starter

    Best posts made by DrBest

    • RE: Hilfe beim einrichten gegen Bezahlung gesucht

      Der Groschen ist gefallen!!!! DANKE!
      Mein Gott, das ist ja Kinderleicht! Man muss nur die richtigen werte der Sensoren und die Richtigen Aktoren der Lampen auswählen!!

      Für alle die so doof sind wie ich:
      Sensor: aufrufen und ausklappen unter Objekte ->dann manuell schalten und schauen was sich verändert, den Wert der sich verändert, der ist den den ihr einfügen müsst wenn ihr Skibte baut

      Aktor (Lampe): gleiches Vorgehen: an und aus schalten mit Phoscon oder was auch immer ihr sonst zum steuern nutzen könnt, schauen was sich verändert und diesen Wert dann setzen lassen von Eurem Skribt

      ging was länger bis ich es gepeilt habe...hatte aber auch kaum Zeit (zu meiner Verteidigung)....und man darf sich von der riesigen Liste bei Objekte und der Fülle an Bausteinen bei den Skibten einfach nicht in die Irre führen lassen

      posted in ioBroker Allgemein
      D
      DrBest

    Latest posts made by DrBest

    • RE: Einzelnes Script importieren

      @thewhobox Ich habe es nicht hinbekommen. der Erste Code sieht schon komisch aus, wenn ich ihn umwandle....

      Anderee Frage: Ich will ein einzelnes Script importieren, wenn ich auf importieren gehe in Blockly, dann würde er es wohl auch machen, aber er fragt: "Bist du sicher?

      Vorhandene Skripte werden überschrieben."

      Ich will ja nichts überschreiben, sonder nur das eine hinzufügen....hat wer schon getestet?

      posted in Skripten / Logik
      D
      DrBest
    • RE: Poolsteuerung Shelly+ioBroker

      saubere Arbeit!!!! sieht echt gut aus!
      überlege ob ich das für nen Whirlpool adaptieren könnte, Zweck wäre eigentlich nur das Teil aus der Ferne + Zeitgesteuert herunterkühlen oder aufheitzen zu lassen um bisschen Energie zu sparen....bin aber unsicher ob es rentiert, weil wenn man rein will, will man ja nicht erst 2-12h warten bis er aufgeheitzt hat

      posted in Skripten / Logik
      D
      DrBest
    • RE: Blockly hue scene buttons drücken ?

      @lorien31 Falls noch wer googelt wie ich:
      Zum Aufrufen einer Scene in Deconz: steuere recall mit true (also wie oben im Bild aber statt mit "1" mit "true"
      funktioniert bei mir NICHT sobald ich es in blockly verwende...

      man muss statt steuere umschalten nehmen und das scene call feld rein nehmen, dann geht es 🙂

      posted in Blockly
      D
      DrBest
    • RE: Hier meine neue Vis

      Mein lieber Scholli! das muss Arbeit gewesen sein! nice!

      Aber, mir wäre es zu unübersichtlich / unpraktisch.

      Ich habe versucht bei mir optisch alles auf eine Seite zu quetschen - quasi das andere "Extrem", da kann man dann Lichter nur noch gruppenweise steuern und mur an/aus und dimmen

      posted in Visualisierung
      D
      DrBest
    • RE: Bewegungsmelder Bewegung in Vis visualisieren

      @da_Woody said in Bewegungsmelder Bewegung in Vis visualisieren:

      okay...habe es zu fuß gemacht..2h und gut war....vielleicht wäre es ja für wen anders auch interessant aber wenn wegen falscher zitierung das interesse erlischt, dann kann ich auch nix für

      posted in Visualisierung
      D
      DrBest
    • RE: Bewegungsmelder Bewegung in Vis visualisieren

      @da_Woody kapiert nun :-)...aber was beizutragen hatte bisher ja auch noch keiner 🙂

      posted in Visualisierung
      D
      DrBest
    • RE: Bewegungsmelder Bewegung in Vis visualisieren

      so habe ich es bisher gemacht, finde auch keine funktion die die variable alle 10 sekunden um 1 erhöht zB
      ...ist halt was umständlich so

      BlocklyJavascriptTypeScript
      Protokoll
      Ausgewählte Blöcke exportieren

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
          <variable type="timeout" id="timeout4">timeout4</variable>
          <variable type="timeout" id="timeout2">timeout2</variable>
          <variable type="timeout" id="timeout5">timeout5</variable>
          <variable type="timeout" id="timeout3">timeout3</variable>
          <variable type="timeout" id="timeout6">timeout6</variable>
        </variables>
        <block type="on_ext" id="u0Jzxw{Sk?{R8UF_K}e_" x="88" y="88">
          <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="UPbamD/R0Vo#*c/zvNg`">
              <field name="oid">deconz.0.Sensors.112.presence</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="controls_if" id="Ji*%1IH81V%1_V1^V)f(">
              <value name="IF0">
                <block type="logic_compare" id=":Y8kBxoCj}KT)~-Q$j.@">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="get_value" id=")Z*6NJmM?h-FVSW2;WkX">
                      <field name="ATTR">val</field>
                      <field name="OID">deconz.0.Sensors.112.presence</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_boolean" id="P=r`eePiCVxpYK4X9Ik-">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="control" id="z}S/lbj_gYv_ID0Rib1a">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.BMW_VIS_unten</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="math_number" id="50P6[8g_{Xo9j?a^PB=M">
                      <field name="NUM">1</field>
                    </block>
                  </value>
                  <next>
                    <block type="timeouts_settimeout" id="Y[IZdNV3ojU4y%gB=C4*">
                      <field name="NAME">timeout</field>
                      <field name="DELAY">10</field>
                      <field name="UNIT">sec</field>
                      <statement name="STATEMENT">
                        <block type="control" id="w`k/%NRnoN=xkR{eCnai">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.BMW_VIS_unten</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="8KZ8Vbe[[1~=Dn@_Mh?O">
                              <field name="NUM">2</field>
                            </block>
                          </value>
                          <next>
                            <block type="timeouts_settimeout" id="05C/:_OUka.Fh7e|w]m[">
                              <field name="NAME">timeout2</field>
                              <field name="DELAY">10</field>
                              <field name="UNIT">sec</field>
                              <statement name="STATEMENT">
                                <block type="control" id="CK{HKTvCrFEgu/2(z=T|">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.BMW_VIS_unten</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="math_number" id="h27]ecZx#$Uf4,M*=@`;">
                                      <field name="NUM">3</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="timeouts_settimeout" id="LCVsDH~]Nw]k/.|Jeaxt">
                                      <field name="NAME">timeout3</field>
                                      <field name="DELAY">10</field>
                                      <field name="UNIT">sec</field>
                                      <statement name="STATEMENT">
                                        <block type="control" id="Z{T}uF8xOP._A1Yo]dB|">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.BMW_VIS_unten</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="math_number" id="_7y,lMws64)uC}~y])oH">
                                              <field name="NUM">0</field>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="timeouts_cleartimeout" id="4n$*[g[eZYisRqjHT1u]">
                                              <field name="NAME">timeout</field>
                                              <next>
                                                <block type="timeouts_cleartimeout" id="Yp(P8oa%tNMfun(-+5RA">
                                                  <field name="NAME">timeout2</field>
                                                  <next>
                                                    <block type="timeouts_cleartimeout" id="t?#W3Vcsg{+VCkAY08OV">
                                                      <field name="NAME">timeout3</field>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </statement>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
          <next>
            <block type="on_ext" id="Js/2g5ErfG3a@~Tm,?d:">
              <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="fpB(!-]xKDc`;DEXvDp,">
                  <field name="oid">deconz.0.Sensors.64.presence</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="controls_if" id="ythux8Rmgg6pYYdHZ%XN">
                  <value name="IF0">
                    <block type="logic_compare" id="|Rn?AYc_E^io(k^fFow]">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="get_value" id="qYr[U6Y$bsR.INX]090t">
                          <field name="ATTR">val</field>
                          <field name="OID">deconz.0.Sensors.64.presence</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_boolean" id="K~AplOL8Y-MW#WLIOV?@">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="control" id="]T(_4y6-_4;|Sz;K}Rrk">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.Büro</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="math_number" id="G6n?d2=(em?Hm_AYk/h,">
                          <field name="NUM">1</field>
                        </block>
                      </value>
                      <next>
                        <block type="timeouts_settimeout" id=",^z/3v{.gfg*/NR|oWuA">
                          <field name="NAME">timeout4</field>
                          <field name="DELAY">10</field>
                          <field name="UNIT">sec</field>
                          <statement name="STATEMENT">
                            <block type="control" id=";T~wxB^j1%j)c7+7a$1f">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.Büro</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="math_number" id="?llY|TYn:v8$Uy)jX;Xx">
                                  <field name="NUM">2</field>
                                </block>
                              </value>
                              <next>
                                <block type="timeouts_settimeout" id="o6aIHVRhiZ_L:a8e^9+n">
                                  <field name="NAME">timeout5</field>
                                  <field name="DELAY">10</field>
                                  <field name="UNIT">sec</field>
                                  <statement name="STATEMENT">
                                    <block type="control" id="H8p[XU:V~erQU:J%pAtC">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.Büro</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="math_number" id="ctXqesfVY3-F1q;M6f?Y">
                                          <field name="NUM">3</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="timeouts_settimeout" id="]*]]Q_L:l9U9TP_L{2.p">
                                          <field name="NAME">timeout6</field>
                                          <field name="DELAY">10</field>
                                          <field name="UNIT">sec</field>
                                          <statement name="STATEMENT">
                                            <block type="control" id="HERcm[DiQNriSv!3n[Rj">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.Büro</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="math_number" id="jWpy:|enOu%NrAI^jGM1">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="timeouts_cleartimeout" id="YB8XLw+)b?u.uNy;126a">
                                                  <field name="NAME">timeout4</field>
                                                  <next>
                                                    <block type="timeouts_cleartimeout" id="Ts9^DRJ|wp*Px?9zUwuM">
                                                      <field name="NAME">timeout5</field>
                                                      <next>
                                                        <block type="timeouts_cleartimeout" id="q=IJj.iewPc:U{3RlEy-">
                                                          <field name="NAME">timeout6</field>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                </block>
                              </next>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </statement>
            </block>
          </next>
        </block>
      </xml>
      
      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="timeout" id="timeout">timeout</variable>
          <variable type="timeout" id="timeout4">timeout4</variable>
          <variable type="timeout" id="timeout2">timeout2</variable>
          <variable type="timeout" id="timeout5">timeout5</variable>
          <variable type="timeout" id="timeout3">timeout3</variable>
          <variable type="timeout" id="timeout6">timeout6</variable>
        </variables>
        <block type="on_ext" id="u0Jzxw{Sk?{R8UF_K}e_" x="88" y="88">
          <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="UPbamD/R0Vo#*c/zvNg`">
              <field name="oid">deconz.0.Sensors.112.presence</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="controls_if" id="Ji*%1IH81V%1_V1^V)f(">
              <value name="IF0">
                <block type="logic_compare" id=":Y8kBxoCj}KT)~-Q$j.@">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="get_value" id=")Z*6NJmM?h-FVSW2;WkX">
                      <field name="ATTR">val</field>
                      <field name="OID">deconz.0.Sensors.112.presence</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_boolean" id="P=r`eePiCVxpYK4X9Ik-">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="control" id="z}S/lbj_gYv_ID0Rib1a">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.BMW_VIS_unten</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="math_number" id="50P6[8g_{Xo9j?a^PB=M">
                      <field name="NUM">1</field>
                    </block>
                  </value>
                  <next>
                    <block type="timeouts_settimeout" id="Y[IZdNV3ojU4y%gB=C4*">
                      <field name="NAME">timeout</field>
                      <field name="DELAY">10</field>
                      <field name="UNIT">sec</field>
                      <statement name="STATEMENT">
                        <block type="control" id="w`k/%NRnoN=xkR{eCnai">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.BMW_VIS_unten</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="8KZ8Vbe[[1~=Dn@_Mh?O">
                              <field name="NUM">2</field>
                            </block>
                          </value>
                          <next>
                            <block type="timeouts_settimeout" id="05C/:_OUka.Fh7e|w]m[">
                              <field name="NAME">timeout2</field>
                              <field name="DELAY">10</field>
                              <field name="UNIT">sec</field>
                              <statement name="STATEMENT">
                                <block type="control" id="CK{HKTvCrFEgu/2(z=T|">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.BMW_VIS_unten</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="math_number" id="h27]ecZx#$Uf4,M*=@`;">
                                      <field name="NUM">3</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="timeouts_settimeout" id="LCVsDH~]Nw]k/.|Jeaxt">
                                      <field name="NAME">timeout3</field>
                                      <field name="DELAY">10</field>
                                      <field name="UNIT">sec</field>
                                      <statement name="STATEMENT">
                                        <block type="control" id="Z{T}uF8xOP._A1Yo]dB|">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                          <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.BMW_VIS_unten</field>
                                          <field name="WITH_DELAY">FALSE</field>
                                          <value name="VALUE">
                                            <block type="math_number" id="_7y,lMws64)uC}~y])oH">
                                              <field name="NUM">0</field>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="timeouts_cleartimeout" id="4n$*[g[eZYisRqjHT1u]">
                                              <field name="NAME">timeout</field>
                                              <next>
                                                <block type="timeouts_cleartimeout" id="Yp(P8oa%tNMfun(-+5RA">
                                                  <field name="NAME">timeout2</field>
                                                  <next>
                                                    <block type="timeouts_cleartimeout" id="t?#W3Vcsg{+VCkAY08OV">
                                                      <field name="NAME">timeout3</field>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </statement>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
          <next>
            <block type="on_ext" id="Js/2g5ErfG3a@~Tm,?d:">
              <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="fpB(!-]xKDc`;DEXvDp,">
                  <field name="oid">deconz.0.Sensors.64.presence</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="controls_if" id="ythux8Rmgg6pYYdHZ%XN">
                  <value name="IF0">
                    <block type="logic_compare" id="|Rn?AYc_E^io(k^fFow]">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="get_value" id="qYr[U6Y$bsR.INX]090t">
                          <field name="ATTR">val</field>
                          <field name="OID">deconz.0.Sensors.64.presence</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_boolean" id="K~AplOL8Y-MW#WLIOV?@">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="control" id="]T(_4y6-_4;|Sz;K}Rrk">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.Büro</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="math_number" id="G6n?d2=(em?Hm_AYk/h,">
                          <field name="NUM">1</field>
                        </block>
                      </value>
                      <next>
                        <block type="timeouts_settimeout" id=",^z/3v{.gfg*/NR|oWuA">
                          <field name="NAME">timeout4</field>
                          <field name="DELAY">10</field>
                          <field name="UNIT">sec</field>
                          <statement name="STATEMENT">
                            <block type="control" id=";T~wxB^j1%j)c7+7a$1f">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.Büro</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="math_number" id="?llY|TYn:v8$Uy)jX;Xx">
                                  <field name="NUM">2</field>
                                </block>
                              </value>
                              <next>
                                <block type="timeouts_settimeout" id="o6aIHVRhiZ_L:a8e^9+n">
                                  <field name="NAME">timeout5</field>
                                  <field name="DELAY">10</field>
                                  <field name="UNIT">sec</field>
                                  <statement name="STATEMENT">
                                    <block type="control" id="H8p[XU:V~erQU:J%pAtC">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.Büro</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="math_number" id="ctXqesfVY3-F1q;M6f?Y">
                                          <field name="NUM">3</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="timeouts_settimeout" id="]*]]Q_L:l9U9TP_L{2.p">
                                          <field name="NAME">timeout6</field>
                                          <field name="DELAY">10</field>
                                          <field name="UNIT">sec</field>
                                          <statement name="STATEMENT">
                                            <block type="control" id="HERcm[DiQNriSv!3n[Rj">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">0_userdata.0.Lichtsteuerung.BMW_für_VIS.Büro</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="math_number" id="jWpy:|enOu%NrAI^jGM1">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="timeouts_cleartimeout" id="YB8XLw+)b?u.uNy;126a">
                                                  <field name="NAME">timeout4</field>
                                                  <next>
                                                    <block type="timeouts_cleartimeout" id="Ts9^DRJ|wp*Px?9zUwuM">
                                                      <field name="NAME">timeout5</field>
                                                      <next>
                                                        <block type="timeouts_cleartimeout" id="q=IJj.iewPc:U{3RlEy-">
                                                          <field name="NAME">timeout6</field>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </statement>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                </block>
                              </next>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </statement>
            </block>
          </next>
        </block>
      </xml>
      

      Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
      Hier gehts zur Hilfe.

      posted in Visualisierung
      D
      DrBest
    • Bewegungsmelder Bewegung in Vis visualisieren

      Hallo,
      ich möchte gerne in der Vis sehen, wenn ein Bewegungsmelder Bewegung erkannt hat und zwar nicht nur die 1-30sek die der Bewegungsmelder auf "Bewegung erkannt" bleibt, sondern auch danach noch paar sekunden/minuten.

      Geht das einfacher schneller als so, wie ich es gemacht habe?:
      Ich habe das bisher so gelöst, dass ich ein Skript gemacht habe, das eine Variable bei Bewebungserkennung von null auf 1, nach 10 sek auf 2, nach weiteren 10 sek auf 3, und dann wieder auf 0 setzt.
      In der Vis habe ich einfach ein Image genommen, da aber keine Bild rein gemacht, sondern die Farbe auf Orange gesetzt - angezeigt wird es nur wenn meine variable 1 ist.
      Dann noch ein Image wenn die Variable 2 ist, aber heller orange
      Dann noch ein Image wenn die Variable 3 ist, aber noch heller orange

      Gibt es vielleicht eine Funktion in Viss, der man sagen kann: wenn BWM Bewegung erkannt hat, blende Hintergund ein in dunkelorange und lassen den immer heller werden und nach 2min ist er weg? und wenn neue Bewegung erkannt wird, starte wirder bei dunkelorange?

      Es funktioniert und ich finde es sehr witzig anzusehen und zur kontrolle etc ist es auch ganz nice..
      ...oh ich habe geräusche gehört...warte schatz, ich schau mal...neine da bewegt sich nirgends was.... (oder: oh die vis schlägt an, ruft ma besser die freundlichen helfer und hol den Granatwerfer untem bett vor)

      Ist noch gar keine auf die Idee gekommen oder bin ich nur zu doof zum suchen? 🙂

      posted in Visualisierung
      D
      DrBest
    • RE: conbee 2 Stick macht nur Probleme und null Support

      Was ist die Beste Lösung für große Zigbee Netzwerke zur Zeit?
      Ich habe derzeit 2x Conbee II und 2x Hue Bridge im Einsatz.
      Die Conbee Lösung ist ja ganz nett, aber macht immer mal wieder Theater: Aqara Fenstersensoren werden vergessen, Hue dimmer switch will nicht angelernt werden oder spinnen...oft ist es träge oder wenn ich alle Lampen ausschalte gehen einfach nicht alle aus....

      Habe viel Hue und Aquara im Netz, sowie ein paar Osram Stecker...

      Der CC26CR1 soll ja ganz nett sein habe ich gelesen
      ich denke alternativ darüber nach einfach 4 Hue bridges zu verwenden und die Aquara Sachen halt weiter über den Conbee II laufen zu lassen... würde aber auch alles gerne komfortabel mit Alexa steuern und da kann man ja nur eine Bridge mit verbinden?!

      Hat wer ähnliche Probleme und vielleicht auch eine gute Lösung? 🙂
      wenn ich erst alles ummodle und dann merke, dass es doof ist, ist auch doof 🙂

      Am liebsten hätte ich gerne ein stabiles Zigbee Netz, was prompt reagiert und Alexa gut verbindet

      Als ich noch nur eine Hue Bridge im Einsatz hatte war das irgenwie alles einfacher+stabiler
      ich sehe derzeit nur ein update der Conbees, aber ob das was bringt....

      posted in ioBroker Allgemein
      D
      DrBest
    • RE: [Blockly] - Variable als Trigger

      Ich habe statt einer Variablen einfach einen Datenpunkt unter Objekte angelegt

      posted in Skripten / Logik
      D
      DrBest
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo