Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. Außenbeleuchtungs Steuerung

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Außenbeleuchtungs Steuerung

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Hicki @paul53 last edited by

      @paul53 Wie schon gesagt, die Zeitplansteuerung funktioniert nicht. Gerade noch einmal getestet.

      paul53 1 Reply Last reply Reply Quote 0
      • paul53
        paul53 @Hicki last edited by

        @hicki sagte: die Zeitplansteuerung funktioniert nicht.

        Stimmt die Systemzeit des OS (Log)?

        Bild_2021-12-03_000824.png

        H 1 Reply Last reply Reply Quote 1
        • H
          Hicki @paul53 last edited by Hicki

          @paul53 sagte in Außenbeleuchtungs Steuerung:

          @hicki sagte: die Zeitplansteuerung funktioniert nicht.

          Stimmt die Systemzeit des OS (Log)?

          Bild_2021-12-03_000824.png

          Da ist das Problem. Es ist eine STunde zurück. wie kann ich das ändern?
          Mit verschobener Zeit war ich erfolgreich.

          Ich habe es selbst hin bekommen

          H 1 Reply Last reply Reply Quote 0
          • H
            Hicki @Hicki last edited by Hicki

            @hicki Ich wollte mich noch einmal bei allen Helfern bedanken.
            Großes Danke an <paul53>

            H 1 Reply Last reply Reply Quote 0
            • H
              Hicki @Hicki last edited by

              @hicki Eine Frage habe ich noch, wenn ich zwei Objekte schalten möchte, wie löse ich das?

              Vielen Dank

              H 1 Reply Last reply Reply Quote 0
              • H
                Hicki @Hicki last edited by Hicki

                @hicki Hallo,
                ich habe das Script richtig getestet, ich muss leider feststellen, es funktioniert nicht richtig.
                Es schaltet 3Uhr nachts nicht aus, und früh morgens nicht ein. Kann es daran liegen, das nicht getriggert wird, da Sich um diese Zeit die Helligkeit noch nicht ändert.
                Wie kann ich das Problem lösen?

                2.jpg

                <xml xmlns="https://developers.google.com/blockly/xml">
                  <variables>
                    <variable id="aL_X)*sBl03%NEW0`$16">licht</variable>
                  </variables>
                  <block type="variables_set" id="nAb*8A.{e9B7yRo7Vp4$" x="-312" y="-13">
                    <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                    <value name="VALUE">
                      <block type="get_value" id="5osR!02k6g`HA4bCFFc3">
                        <field name="ATTR">val</field>
                        <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                      </block>
                    </value>
                    <next>
                      <block type="variables_set" id="vX/BL$D=G4zM-=q#c?7l">
                        <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                        <value name="VALUE">
                          <block type="get_value" id=".T]Sw9hWk^IKZp9?XWaS">
                            <field name="ATTR">val</field>
                            <field name="OID">meross.0.2103167712159190845648e1e962ef89.2</field>
                          </block>
                        </value>
                        <next>
                          <block type="on_ext" id="{C!-q#5L0R;9f?kYAsry">
                            <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="E`(8h#e|S}7v|r5d0.Mc">
                                <field name="oid">hm-rpc.0.PEQ1447187.1.LUX</field>
                              </shadow>
                            </value>
                            <statement name="STATEMENT">
                              <block type="controls_if" id=";}+3f,3x_YBFZFD~i@.Y">
                                <mutation elseif="1"></mutation>
                                <value name="IF0">
                                  <block type="time_compare" id="b^e@Rw{#Wsk;K#:VY3;#">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true"></mutation>
                                    <field name="OPTION">between</field>
                                    <field name="START_TIME">6:00</field>
                                    <field name="END_TIME">23:00</field>
                                  </block>
                                </value>
                                <statement name="DO0">
                                  <block type="controls_if" id="k8[AgF/[JSB1N9snP|FH">
                                    <mutation elseif="1"></mutation>
                                    <value name="IF0">
                                      <block type="logic_compare" id="_#buL5doh#t/okTN*!a6">
                                        <field name="OP">LT</field>
                                        <value name="A">
                                          <block type="get_value" id=":]atgQ[@ogPRqll!g}p.">
                                            <field name="ATTR">val</field>
                                            <field name="OID">hm-rpc.0.PEQ1447187.1.LUX</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="V!?+lG#2|7VQ-dgnn?4|">
                                            <field name="NUM">350</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <statement name="DO0">
                                      <block type="variables_set" id="VbB+lbG|FS58Fk3H5vcH">
                                        <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="i|H]SprtQli!f:CnpYu_">
                                            <field name="BOOL">TRUE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                    <value name="IF1">
                                      <block type="logic_compare" id="o.`rp8p.@`HM2,a599DA">
                                        <field name="OP">GT</field>
                                        <value name="A">
                                          <block type="get_value" id=":6-SL[6XES|DFD3WBbE^">
                                            <field name="ATTR">val</field>
                                            <field name="OID">hm-rpc.0.PEQ1447187.1.LUX</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="r-@aBH$C:8-56O@AY6k)">
                                            <field name="NUM">350</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <statement name="DO1">
                                      <block type="variables_set" id="30a+4?8xa:3gcnvfJ1!z">
                                        <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="arJ~Lc@ADNS7PRY89u[}">
                                            <field name="BOOL">FALSE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                  </block>
                                </statement>
                                <value name="IF1">
                                  <block type="logic_operation" id="IC)`}jgNen5F1N#Qjb:~" inline="false">
                                    <field name="OP">AND</field>
                                    <value name="A">
                                      <block type="time_compare" id="qhQ*DY~ZoD9U*WJiSE.8">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false"></mutation>
                                        <field name="OPTION">&gt;</field>
                                        <field name="START_TIME">23:00</field>
                                      </block>
                                    </value>
                                    <value name="B">
                                      <block type="logic_compare" id="FeHt$8yMCXvUq$5ye-RE">
                                        <field name="OP">LT</field>
                                        <value name="A">
                                          <block type="get_value" id="/L$dV!Np}A:^AOY@jaPx">
                                            <field name="ATTR">val</field>
                                            <field name="OID">hm-rpc.0.PEQ1447187.1.LUX</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="lIx1BP/VE)`}t!k!U4r|">
                                            <field name="NUM">350</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                  </block>
                                </value>
                                <statement name="DO1">
                                  <block type="variables_set" id="L+4Ku-/v|69KE0nD7Pb7">
                                    <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="W,a2FN}d^%PaI]hyCYkK">
                                        <field name="BOOL">TRUE</field>
                                      </block>
                                    </value>
                                  </block>
                                </statement>
                                <next>
                                  <block type="controls_if" id="_qgWF*jdZ/QKfr9POs0L">
                                    <value name="IF0">
                                      <block type="logic_compare" id="X7KYR)Q6|-QL@=*ZWTBD">
                                        <field name="OP">NEQ</field>
                                        <value name="A">
                                          <block type="variables_get" id="[-Bv!#,hV:Yz8I53N2Y~">
                                            <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="get_value" id="kD~ukn|f|d@uo5#GX.y}">
                                            <field name="ATTR">val</field>
                                            <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <statement name="DO0">
                                      <block type="control" id="w.%$^mNIRkE/BvQ_kibz">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="variables_get" id="_b]p1k!)%d}f%ykWXd=4">
                                            <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                          </block>
                                        </value>
                                        <next>
                                          <block type="control" id="fT~xYZ|F)+1p)_rAB}a,">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">meross.0.2103167712159190845648e1e962ef89.2</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="variables_get" id="y8rYr_L_eWEvAR[d$pG_">
                                                <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                              </block>
                                            </value>
                                          </block>
                                        </next>
                                      </block>
                                    </statement>
                                    <next>
                                      <block type="debug" id=":;07tr72fVw{?`HNic(q">
                                        <field name="Severity">log</field>
                                        <value name="TEXT">
                                          <shadow type="text" id="3P6x:CGgrB2V^fsr0hn0">
                                            <field name="TEXT">test</field>
                                          </shadow>
                                          <block type="text_join" id="!E[?o{_K5c3tfHgAa+6O">
                                            <mutation items="4"></mutation>
                                            <value name="ADD0">
                                              <block type="text" id=":,psL={k/UsAtc1$,U=1">
                                                <field name="TEXT">Außenbeleuchtung:</field>
                                              </block>
                                            </value>
                                            <value name="ADD1">
                                              <block type="variables_get" id="(ybtL.qIEg()hW:uHkyH">
                                                <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                              </block>
                                            </value>
                                            <value name="ADD2">
                                              <block type="text" id="gmO[[Owfys^]w}t]IQTL">
                                                <field name="TEXT"> und Helligkeit:</field>
                                              </block>
                                            </value>
                                            <value name="ADD3">
                                              <block type="get_value" id="~7fMP8j.GBv_e,jA{XD[">
                                                <field name="ATTR">val</field>
                                                <field name="OID">hm-rpc.0.PEQ1447187.1.LUX</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </statement>
                            <next>
                              <block type="schedule" id="EF?3)TIqPV%Jq)SG/g|P">
                                <field name="SCHEDULE">0 3 * * *</field>
                                <statement name="STATEMENT">
                                  <block type="control" id="e$Hyu9Sa.Sz9/5=Ma4TE">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                      <block type="logic_boolean" id="Y9SG.fNG@^=%Y+$@ow|)">
                                        <field name="BOOL">FALSE</field>
                                      </block>
                                    </value>
                                    <next>
                                      <block type="control" id="$s!n*t`o@*j$ZrYUGcZx">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">meross.0.2103167712159190845648e1e962ef89.2</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="logic_boolean" id="d*lQAX^al7xdtMDpqP%A">
                                            <field name="BOOL">FALSE</field>
                                          </block>
                                        </value>
                                      </block>
                                    </next>
                                  </block>
                                </statement>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </xml>
                

                Gruß Hicki

                paul53 1 Reply Last reply Reply Quote 0
                • paul53
                  paul53 @Hicki last edited by

                  @hicki sagte: nicht getriggert wird, da Sich um diese Zeit die Helligkeit noch nicht ändert.

                  Zwischen 6:00 und 23:00 Uhr ist genügend Zeit zum Triggern.

                  H 1 Reply Last reply Reply Quote 1
                  • H
                    Hicki @paul53 last edited by

                    @paul53 Die Bleuchtung soll aber ab 6Uhr wenn es weniger als 350 Lux Helligkeit ist an gehen.

                    paul53 1 Reply Last reply Reply Quote 0
                    • paul53
                      paul53 @Hicki last edited by paul53

                      @hicki sagte: Die Bleuchtung soll aber ab 6Uhr wenn es weniger als 350 Lux Helligkeit ist an gehen.

                      Dann ist noch ein Zeitplan um 6:00 Uhr erforderlich.

                      <xml xmlns="https://developers.google.com/blockly/xml">
                       <variables>
                         <variable id="aL_X)*sBl03%NEW0`$16">licht</variable>
                       </variables>
                       <block type="variables_set" id="nAb*8A.{e9B7yRo7Vp4$" x="-312" y="-13">
                         <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                         <value name="VALUE">
                           <block type="get_value" id="5osR!02k6g`HA4bCFFc3">
                             <field name="ATTR">val</field>
                             <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                           </block>
                         </value>
                         <next>
                           <block type="on_ext" id="{C!-q#5L0R;9f?kYAsry">
                             <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="E`(8h#e|S}7v|r5d0.Mc">
                                 <field name="oid">hm-rpc.0.PEQ1447187.1.LUX</field>
                               </shadow>
                             </value>
                             <statement name="STATEMENT">
                               <block type="controls_if" id=";}+3f,3x_YBFZFD~i@.Y">
                                 <mutation elseif="1"></mutation>
                                 <value name="IF0">
                                   <block type="time_compare" id="b^e@Rw{#Wsk;K#:VY3;#">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true"></mutation>
                                     <field name="OPTION">between</field>
                                     <field name="START_TIME">6:00</field>
                                     <field name="END_TIME">23:00</field>
                                   </block>
                                 </value>
                                 <statement name="DO0">
                                   <block type="variables_set" id="VbB+lbG|FS58Fk3H5vcH">
                                     <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                     <value name="VALUE">
                                       <block type="logic_compare" id="_#buL5doh#t/okTN*!a6">
                                         <field name="OP">LT</field>
                                         <value name="A">
                                           <block type="on_source" id="VEtoDSob:sF14%jmnXr[">
                                             <field name="ATTR">state.val</field>
                                           </block>
                                         </value>
                                         <value name="B">
                                           <block type="math_number" id="V!?+lG#2|7VQ-dgnn?4|">
                                             <field name="NUM">350</field>
                                           </block>
                                         </value>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                                 <value name="IF1">
                                   <block type="logic_operation" id="IC)`}jgNen5F1N#Qjb:~" inline="false">
                                     <field name="OP">AND</field>
                                     <value name="A">
                                       <block type="time_compare" id="qhQ*DY~ZoD9U*WJiSE.8">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="false"></mutation>
                                         <field name="OPTION">&gt;</field>
                                         <field name="START_TIME">23:00</field>
                                       </block>
                                     </value>
                                     <value name="B">
                                       <block type="logic_compare" id="FeHt$8yMCXvUq$5ye-RE">
                                         <field name="OP">LT</field>
                                         <value name="A">
                                           <block type="on_source" id="wr/psQ*vKTIf+8y}gg4R">
                                             <field name="ATTR">state.val</field>
                                           </block>
                                         </value>
                                         <value name="B">
                                           <block type="math_number" id="lIx1BP/VE)`}t!k!U4r|">
                                             <field name="NUM">350</field>
                                           </block>
                                         </value>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <statement name="DO1">
                                   <block type="variables_set" id="L+4Ku-/v|69KE0nD7Pb7">
                                     <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="W,a2FN}d^%PaI]hyCYkK">
                                         <field name="BOOL">TRUE</field>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                                 <next>
                                   <block type="controls_if" id="_qgWF*jdZ/QKfr9POs0L">
                                     <value name="IF0">
                                       <block type="logic_compare" id="X7KYR)Q6|-QL@=*ZWTBD">
                                         <field name="OP">NEQ</field>
                                         <value name="A">
                                           <block type="variables_get" id="[-Bv!#,hV:Yz8I53N2Y~">
                                             <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                           </block>
                                         </value>
                                         <value name="B">
                                           <block type="get_value" id="kD~ukn|f|d@uo5#GX.y}">
                                             <field name="ATTR">val</field>
                                             <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                                           </block>
                                         </value>
                                       </block>
                                     </value>
                                     <statement name="DO0">
                                       <block type="control" id="w.%$^mNIRkE/BvQ_kibz">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                         <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                                         <field name="WITH_DELAY">FALSE</field>
                                         <value name="VALUE">
                                           <block type="variables_get" id="_b]p1k!)%d}f%ykWXd=4">
                                             <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                           </block>
                                         </value>
                                         <next>
                                           <block type="control" id="fT~xYZ|F)+1p)_rAB}a,">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                             <field name="OID">meross.0.2103167712159190845648e1e962ef89.2</field>
                                             <field name="WITH_DELAY">FALSE</field>
                                             <value name="VALUE">
                                               <block type="variables_get" id="y8rYr_L_eWEvAR[d$pG_">
                                                 <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                               </block>
                                             </value>
                                           </block>
                                         </next>
                                       </block>
                                     </statement>
                                     <next>
                                       <block type="debug" id=":;07tr72fVw{?`HNic(q">
                                         <field name="Severity">log</field>
                                         <value name="TEXT">
                                           <shadow type="text" id="3P6x:CGgrB2V^fsr0hn0">
                                             <field name="TEXT">test</field>
                                           </shadow>
                                           <block type="text_join" id="!E[?o{_K5c3tfHgAa+6O">
                                             <mutation items="4"></mutation>
                                             <value name="ADD0">
                                               <block type="text" id=":,psL={k/UsAtc1$,U=1">
                                                 <field name="TEXT">Außenbeleuchtung:</field>
                                               </block>
                                             </value>
                                             <value name="ADD1">
                                               <block type="variables_get" id="(ybtL.qIEg()hW:uHkyH">
                                                 <field name="VAR" id="aL_X)*sBl03%NEW0`$16">licht</field>
                                               </block>
                                             </value>
                                             <value name="ADD2">
                                               <block type="text" id="gmO[[Owfys^]w}t]IQTL">
                                                 <field name="TEXT"> und Helligkeit:</field>
                                               </block>
                                             </value>
                                             <value name="ADD3">
                                               <block type="get_value" id="~7fMP8j.GBv_e,jA{XD[">
                                                 <field name="ATTR">val</field>
                                                 <field name="OID">hm-rpc.0.PEQ1447187.1.LUX</field>
                                               </block>
                                             </value>
                                           </block>
                                         </value>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                             <next>
                               <block type="schedule" id="EF?3)TIqPV%Jq)SG/g|P">
                                 <field name="SCHEDULE">0 3 * * *</field>
                                 <statement name="STATEMENT">
                                   <block type="control" id="e$Hyu9Sa.Sz9/5=Ma4TE">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="Y9SG.fNG@^=%Y+$@ow|)">
                                         <field name="BOOL">FALSE</field>
                                       </block>
                                     </value>
                                     <next>
                                       <block type="control" id="$s!n*t`o@*j$ZrYUGcZx">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                         <field name="OID">meross.0.2103167712159190845648e1e962ef89.2</field>
                                         <field name="WITH_DELAY">FALSE</field>
                                         <value name="VALUE">
                                           <block type="logic_boolean" id="d*lQAX^al7xdtMDpqP%A">
                                             <field name="BOOL">FALSE</field>
                                           </block>
                                         </value>
                                       </block>
                                     </next>
                                   </block>
                                 </statement>
                                 <next>
                                   <block type="schedule" id="=1HK,tlY!FMQ?IZ%RF0,">
                                     <field name="SCHEDULE">0 6 * * *</field>
                                     <statement name="STATEMENT">
                                       <block type="controls_if" id="U`8u9o:Am{Eun=MmoPK_">
                                         <value name="IF0">
                                           <block type="logic_compare" id="i)kldwDoimFLu5k8ox0_">
                                             <field name="OP">LT</field>
                                             <value name="A">
                                               <block type="get_value" id="_-:}|R08h~[Uj:eeFG#K">
                                                 <field name="ATTR">val</field>
                                                 <field name="OID">hm-rpc.0.PEQ1447187.1.LUX</field>
                                               </block>
                                             </value>
                                             <value name="B">
                                               <block type="math_number" id="0k|EA=5[YYT5]j0{|g^.">
                                                 <field name="NUM">350</field>
                                               </block>
                                             </value>
                                           </block>
                                         </value>
                                         <statement name="DO0">
                                           <block type="control" id="KXd3@lXse#4s[gt=zm@Z">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                             <field name="OID">meross.0.2103167712159190845648e1e962ef89.0</field>
                                             <field name="WITH_DELAY">FALSE</field>
                                             <value name="VALUE">
                                               <block type="logic_boolean" id="BN-5gr7sNQ?R^8E|3*m+">
                                                 <field name="BOOL">TRUE</field>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="control" id="+[YWQ7voD;9Qs3X;#A_B">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                 <field name="OID">meross.0.2103167712159190845648e1e962ef89.2</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="logic_boolean" id="erKj+5,3/9=gp~|T#k$}">
                                                     <field name="BOOL">TRUE</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </next>
                                           </block>
                                         </statement>
                                       </block>
                                     </statement>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                      </xml>
                      

                      H 1 Reply Last reply Reply Quote 1
                      • H
                        Hicki @paul53 last edited by

                        @paul53 Vielen Dank

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        901
                        Online

                        32.0k
                        Users

                        80.5k
                        Topics

                        1.3m
                        Posts

                        3
                        34
                        1473
                        Loading More Posts
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes
                        Reply
                        • Reply as topic
                        Log in to reply
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                        The ioBroker Community 2014-2023
                        logo