Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Blocky script

    This topic has been deleted. Only users with topic management privileges can see it.
    • Cinimod
      Cinimod Most Active @ingenii last edited by Cinimod

      @ingenii

      ist 0 dann zu oder auf ?

      Hab schon gesehen, hast den trigger geändert.
      Soll aber das geschlossene Fenster das Gerät wieder einschalten ? Falls "actual" kleiner als "set point".

      Die beiden trigger hebeln sich aktuell etwas aus.

      wenn du ein Fenster öffnest geht das gerät aus, aber sobald sich "ist Temperatur" wieder ändert macht er Gerät wieder an, das ist nicht sinnvoll.

      1 Reply Last reply Reply Quote 0
      • Cinimod
        Cinimod Most Active last edited by Cinimod

        jetzt aber :

        Bildschirmfoto 2021-10-17 um 10.53.57.png

        Hier der Code:

        <xml xmlns="https://developers.google.com/blockly/xml">
         <variables>
           <variable id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</variable>
         </variables>
         <block type="on_ext" id="K,WN,pgM_?_@X4vx9kNn" x="-87" y="-1038">
           <mutation xmlns="http://www.w3.org/1999/xhtml" items="5"></mutation>
           <field name="CONDITION">ne</field>
           <field name="ACK_CONDITION"></field>
           <value name="OID0">
             <shadow type="field_oid" id="g^#UD(O)#46O[YL/yhiu">
               <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x1123_Contact</field>
             </shadow>
           </value>
           <value name="OID1">
             <shadow type="field_oid" id="GR{OtJXvaxmJ/8frKVV5">
               <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x5982_Contact</field>
             </shadow>
           </value>
           <value name="OID2">
             <shadow type="field_oid" id="AaDu2IdLTc;_8Y^(=#1u">
               <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x600E_Contact</field>
             </shadow>
           </value>
           <value name="OID3">
             <shadow type="field_oid" id="gz?y}5:(-k]7M;_c)L@c">
               <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x20A3_Contact</field>
             </shadow>
           </value>
           <value name="OID4">
             <shadow type="field_oid" id="f,#bPavRADQa!^9vgT;r">
               <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0xD449_Contact</field>
             </shadow>
           </value>
           <statement name="STATEMENT">
             <block type="controls_if" id="zr))xYp5q6uk7gWR:FLp">
               <mutation elseif="1"></mutation>
               <value name="IF0">
                 <block type="logic_compare" id="(%ip:yl;!KUbNeYJO=Q.">
                   <field name="OP">EQ</field>
                   <value name="A">
                     <block type="on_source" id="IQvqF`Ea*52V%WOo$(BG">
                       <field name="ATTR">state.val</field>
                     </block>
                   </value>
                   <value name="B">
                     <block type="math_number" id="YaM59`_}h-7w]wlp%rz]">
                       <field name="NUM">1</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO0">
                 <block type="control" id="hS]=O?t$f/y`yv?xV.9v">
                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                   <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                   <field name="WITH_DELAY">FALSE</field>
                   <value name="VALUE">
                     <block type="logic_boolean" id="@WvR96o@/GT_W,v[-k@;">
                       <field name="BOOL">FALSE</field>
                     </block>
                   </value>
                   <next>
                     <block type="variables_set" id="]qW3c_5Vo7}]mwMJaX]u">
                       <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                       <value name="VALUE">
                         <block type="logic_boolean" id="%|=KaL92,D:1}t?+_kh@">
                           <field name="BOOL">TRUE</field>
                         </block>
                       </value>
                     </block>
                   </next>
                 </block>
               </statement>
               <value name="IF1">
                 <block type="logic_operation" id="NI74tl{Cv%y2nnZ2mq(_" inline="false">
                   <field name="OP">AND</field>
                   <value name="A">
                     <block type="logic_operation" id="nBhW:|6IjFd#]:==r9MT" inline="false">
                       <field name="OP">AND</field>
                       <value name="A">
                         <block type="logic_operation" id="TzDrBAgL)l{6h%e)Nbix" inline="false">
                           <field name="OP">AND</field>
                           <value name="A">
                             <block type="logic_compare" id="H-by~#=i7qLd];I!ss,u">
                               <field name="OP">EQ</field>
                               <value name="A">
                                 <block type="get_value" id="G{e*#Ck_W4)[t!9NfppK">
                                   <field name="ATTR">val</field>
                                   <field name="OID">ID auswählen</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id="tV{:u[3b2[XI5;6o#uwv">
                                   <field name="NUM">0</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <value name="B">
                             <block type="logic_compare" id="(Bj)7ZJ(0pgXXEA`sjl4">
                               <field name="OP">EQ</field>
                               <value name="A">
                                 <block type="get_value" id="CN}w9(9wU2-hnR|}zN~M">
                                   <field name="ATTR">val</field>
                                   <field name="OID">ID auswählen</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id="qxF?+P?(5WT4+Zh~VDzH">
                                   <field name="NUM">0</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                         </block>
                       </value>
                       <value name="B">
                         <block type="logic_operation" id="iAW5jBZ|80_MVv0zs#04" inline="false">
                           <field name="OP">AND</field>
                           <value name="A">
                             <block type="logic_compare" id="=FJ$#)NF)p%K+ci}.G+{">
                               <field name="OP">EQ</field>
                               <value name="A">
                                 <block type="get_value" id="b0E:[G*)^Jkwfko9)-UG">
                                   <field name="ATTR">val</field>
                                   <field name="OID">ID auswählen</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id="y@6zGn;xb0N/DCub4E+j">
                                   <field name="NUM">0</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <value name="B">
                             <block type="logic_compare" id="7uPMqgWG]Q790FDLTidp">
                               <field name="OP">EQ</field>
                               <value name="A">
                                 <block type="get_value" id="5o;cwewhu(gE!B3`kDDT">
                                   <field name="ATTR">val</field>
                                   <field name="OID">ID auswählen</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id="]T=$eX#l;JqAc9b,Y}+*">
                                   <field name="NUM">0</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                         </block>
                       </value>
                     </block>
                   </value>
                   <value name="B">
                     <block type="logic_compare" id="(OQ76rw~]R]9Q_P/kA`V">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="get_value" id="R-*;=g!1Qh_#Zl_G0VM4">
                           <field name="ATTR">val</field>
                           <field name="OID">ID auswählen</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="aeH:*7-Gn3!c~HF5au^!">
                           <field name="NUM">0</field>
                         </block>
                       </value>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO1">
                 <block type="variables_set" id="ceR.;izW_r3Ty20RG_EX">
                   <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                   <value name="VALUE">
                     <block type="logic_boolean" id="D=!E,]q}FEHKUapa+q=2">
                       <field name="BOOL">FALSE</field>
                     </block>
                   </value>
                 </block>
               </statement>
             </block>
           </statement>
           <next>
             <block type="on" id=".}/Q;u9LGC~UU*IR%fTl">
               <field name="OID">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
               <field name="CONDITION">ne</field>
               <field name="ACK_CONDITION"></field>
               <statement name="STATEMENT">
                 <block type="controls_if" id="^IQpxvAC2OFS~7?Wb54p">
                   <mutation elseif="1"></mutation>
                   <value name="IF0">
                     <block type="logic_operation" id="=,{!f,Bw@+IW)fgy6X!," inline="false">
                       <field name="OP">AND</field>
                       <value name="A">
                         <block type="logic_compare" id="wv?fv3Sv#4)xrUA!h,;d">
                           <field name="OP">LT</field>
                           <value name="A">
                             <block type="field_oid" id="Lq8qjAp2+9`o!gUlT+bp">
                               <field name="oid">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
                             </block>
                           </value>
                           <value name="B">
                             <block type="field_oid" id="tF5CWW~t~IicQF.9T@Yb">
                               <field name="oid">hm-rpc.1.000E9D8993AF70.1.SET_POINT_TEMPERATURE</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <value name="B">
                         <block type="logic_negate" id="g0]-Go:bzYX?[3gMBj,7">
                           <value name="BOOL">
                             <block type="variables_get" id=":vB%}8-l)m2uIW$kGmf^">
                               <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                             </block>
                           </value>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO0">
                     <block type="control" id="BCFn=IlgKqu+C@xy)z`p">
                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                       <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                       <field name="WITH_DELAY">FALSE</field>
                       <value name="VALUE">
                         <block type="logic_boolean" id="CjsW,Fb567aTJf@*m@?U">
                           <field name="BOOL">TRUE</field>
                         </block>
                       </value>
                     </block>
                   </statement>
                   <value name="IF1">
                     <block type="logic_compare" id="r*KEn=z,[kyIxuL5}P;p">
                       <field name="OP">GTE</field>
                       <value name="A">
                         <block type="field_oid" id="1^:mkFciSEdEvK(u_vhn">
                           <field name="oid">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="field_oid" id="SJp4x+Q.G?cX]Oc6Ik,5">
                           <field name="oid">hm-rpc.1.000E9D8993AF70.1.SET_POINT_TEMPERATURE</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO1">
                     <block type="control" id="@*N1BGqFp,k14kZ$emx]">
                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                       <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                       <field name="WITH_DELAY">FALSE</field>
                       <value name="VALUE">
                         <block type="logic_boolean" id="knxl8#k^UDaS0z/qJVoA">
                           <field name="BOOL">FALSE</field>
                         </block>
                       </value>
                     </block>
                   </statement>
                 </block>
               </statement>
             </block>
           </next>
         </block>
         <block type="comment" id="%(@z6|4~ph%BgD-,,|to" x="613" y="-688">
           <field name="COMMENT">hier alle Fensterkontakte eintragan</field>
         </block>
        </xml>
        

        1 Reply Last reply Reply Quote 0
        • I
          ingenii last edited by

          @cinimod

          Hallo,
          Script macht nichts.

          1 Reply Last reply Reply Quote 0
          • Cinimod
            Cinimod Most Active last edited by Cinimod

            @ingenii

            Hast du es direkt von mir kopiert, oder hast du es nachgebaut? Die Fenster Objekte hast du eingetragen? Sind die Fenster geschlossen 0 oder 1 ?

            Habe es jetzt so gebaut das das Gerät nur eingeschaltet wird wenn alle Fenster zu sind. Du hast nicht wirklich darauf geantwortet ob das so in deinem Sinn war !?

            I 1 Reply Last reply Reply Quote 0
            • I
              ingenii @Cinimod last edited by

              @cinimod

              Hallo,
              ich hab das am nachmmitag kopiert sensoren reinkopiert gestartet a er hat nichst gemacht .Fenster hab ich probiert aufmachen und zumachem, kein unterschied(Sensoren sind jetzt ale auf 0) Ich komme dan jetzt zu PC und script hat in zwischen zeit mein test sonoff auf wahr geschaltet. aber wen ich jetzt umstelle gewunschte temperatur pasiert nicht mehrt.

              <xml xmlns="https://developers.google.com/blockly/xml">
                <variables>
                  <variable id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</variable>
                </variables>
                <block type="on_ext" id="K,WN,pgM_?_@X4vx9kNn" x="-87" y="-1038">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" items="5"></mutation>
                  <field name="CONDITION">ne</field>
                  <field name="ACK_CONDITION"></field>
                  <value name="OID0">
                    <shadow type="field_oid" id="g^#UD(O)#46O[YL/yhiu">
                      <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x1123_Contact</field>
                    </shadow>
                  </value>
                  <value name="OID1">
                    <shadow type="field_oid" id="GR{OtJXvaxmJ/8frKVV5">
                      <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x5982_Contact</field>
                    </shadow>
                  </value>
                  <value name="OID2">
                    <shadow type="field_oid" id="AaDu2IdLTc;_8Y^(=#1u">
                      <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x600E_Contact</field>
                    </shadow>
                  </value>
                  <value name="OID3">
                    <shadow type="field_oid" id="gz?y}5:(-k]7M;_c)L@c">
                      <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x20A3_Contact</field>
                    </shadow>
                  </value>
                  <value name="OID4">
                    <shadow type="field_oid" id="f,#bPavRADQa!^9vgT;r">
                      <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0xD449_Contact</field>
                    </shadow>
                  </value>
                  <statement name="STATEMENT">
                    <block type="controls_if" id="zr))xYp5q6uk7gWR:FLp">
                      <mutation elseif="1"></mutation>
                      <value name="IF0">
                        <block type="logic_compare" id="(%ip:yl;!KUbNeYJO=Q.">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="on_source" id="IQvqF`Ea*52V%WOo$(BG">
                              <field name="ATTR">state.val</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="YaM59`_}h-7w]wlp%rz]">
                              <field name="NUM">1</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="control" id="hS]=O?t$f/y`yv?xV.9v">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="@WvR96o@/GT_W,v[-k@;">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                          <next>
                            <block type="variables_set" id="]qW3c_5Vo7}]mwMJaX]u">
                              <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="%|=KaL92,D:1}t?+_kh@">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </next>
                        </block>
                      </statement>
                      <value name="IF1">
                        <block type="logic_operation" id="NI74tl{Cv%y2nnZ2mq(_" inline="false">
                          <field name="OP">AND</field>
                          <value name="A">
                            <block type="logic_operation" id="nBhW:|6IjFd#]:==r9MT" inline="false">
                              <field name="OP">AND</field>
                              <value name="A">
                                <block type="logic_operation" id="TzDrBAgL)l{6h%e)Nbix" inline="false">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="H-by~#=i7qLd];I!ss,u">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="G{e*#Ck_W4)[t!9NfppK">
                                          <field name="ATTR">val</field>
                                          <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0x1123_Contact</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="tV{:u[3b2[XI5;6o#uwv">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id="(Bj)7ZJ(0pgXXEA`sjl4">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="CN}w9(9wU2-hnR|}zN~M">
                                          <field name="ATTR">val</field>
                                          <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0x5982_Contact</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="qxF?+P?(5WT4+Zh~VDzH">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_operation" id="iAW5jBZ|80_MVv0zs#04" inline="false">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="=FJ$#)NF)p%K+ci}.G+{">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="b0E:[G*)^Jkwfko9)-UG">
                                          <field name="ATTR">val</field>
                                          <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0x600E_Contact</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="y@6zGn;xb0N/DCub4E+j">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id="7uPMqgWG]Q790FDLTidp">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="5o;cwewhu(gE!B3`kDDT">
                                          <field name="ATTR">val</field>
                                          <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0x20A3_Contact</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="]T=$eX#l;JqAc9b,Y}+*">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="logic_compare" id="(OQ76rw~]R]9Q_P/kA`V">
                              <field name="OP">EQ</field>
                              <value name="A">
                                <block type="get_value" id="R-*;=g!1Qh_#Zl_G0VM4">
                                  <field name="ATTR">val</field>
                                  <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0xD449_Contact</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="math_number" id="aeH:*7-Gn3!c~HF5au^!">
                                  <field name="NUM">0</field>
                                </block>
                              </value>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO1">
                        <block type="variables_set" id="ceR.;izW_r3Ty20RG_EX">
                          <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="D=!E,]q}FEHKUapa+q=2">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                        </block>
                      </statement>
                    </block>
                  </statement>
                  <next>
                    <block type="on" id=".}/Q;u9LGC~UU*IR%fTl">
                      <field name="OID">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
                      <field name="CONDITION">ne</field>
                      <field name="ACK_CONDITION"></field>
                      <statement name="STATEMENT">
                        <block type="controls_if" id="^IQpxvAC2OFS~7?Wb54p">
                          <mutation elseif="1"></mutation>
                          <value name="IF0">
                            <block type="logic_operation" id="=,{!f,Bw@+IW)fgy6X!," inline="false">
                              <field name="OP">AND</field>
                              <value name="A">
                                <block type="logic_compare" id="wv?fv3Sv#4)xrUA!h,;d">
                                  <field name="OP">LT</field>
                                  <value name="A">
                                    <block type="field_oid" id="Lq8qjAp2+9`o!gUlT+bp">
                                      <field name="oid">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="field_oid" id="tF5CWW~t~IicQF.9T@Yb">
                                      <field name="oid">hm-rpc.1.000E9D8993AF70.1.SET_POINT_TEMPERATURE</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_negate" id="g0]-Go:bzYX?[3gMBj,7">
                                  <value name="BOOL">
                                    <block type="variables_get" id=":vB%}8-l)m2uIW$kGmf^">
                                      <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="control" id="BCFn=IlgKqu+C@xy)z`p">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="CjsW,Fb567aTJf@*m@?U">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                          <value name="IF1">
                            <block type="logic_compare" id="r*KEn=z,[kyIxuL5}P;p">
                              <field name="OP">GTE</field>
                              <value name="A">
                                <block type="field_oid" id="1^:mkFciSEdEvK(u_vhn">
                                  <field name="oid">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="field_oid" id="SJp4x+Q.G?cX]Oc6Ik,5">
                                  <field name="oid">hm-rpc.1.000E9D8993AF70.1.SET_POINT_TEMPERATURE</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO1">
                            <block type="control" id="@*N1BGqFp,k14kZ$emx]">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="knxl8#k^UDaS0z/qJVoA">
                                  <field name="BOOL">FALSE</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                        </block>
                      </statement>
                    </block>
                  </next>
                </block>
              </xml>
              
              I 1 Reply Last reply Reply Quote 0
              • I
                ingenii @ingenii last edited by

                @ingenii

                Wen ich setzte temp auf 5 grad ich sehe ein befehl in sonoff :
                th140t.JPG

                ich glaub es ist sicher nur was umgekehrt

                I 1 Reply Last reply Reply Quote 0
                • I
                  ingenii @ingenii last edited by

                  @ingenii
                  Unbenannt1.JPG

                  wen ich von wurde geändert auf wurde aktualisiert stelle um das es ist egal was ich bei Termostat umstelle Script sende nur ON

                  Cinimod 1 Reply Last reply Reply Quote 0
                  • Cinimod
                    Cinimod Most Active @ingenii last edited by Cinimod

                    @ingenii

                    Mir ist gerade aufgefallen, du hast immer ObjektID unten benutzt ... da muss überall "wert von objektID" rein.

                    es ist ja aktuell so das das der trigger immer nur auslöst wenn der ISTWERT sich ändert, dann pack den sollwert auch in den trigger, und stell diesen wieder auf geändert !! dann sollte er auch prüfen wenn der sollwert sich ändert 😉

                    Bildschirmfoto 2021-10-17 um 20.41.51.png

                    I 2 Replies Last reply Reply Quote 0
                    • I
                      ingenii @Cinimod last edited by

                      @cinimod

                      Hallo,

                      dein hinwies ist richtig, Danke
                      aber dieser trigger wen ich was am termostat endere mach nur bis Steuere TH10 auf Wahr, er kommt nicht weiter.Eine frage: gibt das ein sin wen für jeder wahr oder falsh ist extra trigger?

                      <xml xmlns="https://developers.google.com/blockly/xml">
                        <variables>
                          <variable id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</variable>
                        </variables>
                        <block type="on_ext" id="K,WN,pgM_?_@X4vx9kNn" x="-87" y="-1038">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" items="5"></mutation>
                          <field name="CONDITION">ne</field>
                          <field name="ACK_CONDITION"></field>
                          <value name="OID0">
                            <shadow type="field_oid" id="g^#UD(O)#46O[YL/yhiu">
                              <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x1123_Contact</field>
                            </shadow>
                          </value>
                          <value name="OID1">
                            <shadow type="field_oid" id="GR{OtJXvaxmJ/8frKVV5">
                              <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x5982_Contact</field>
                            </shadow>
                          </value>
                          <value name="OID2">
                            <shadow type="field_oid" id="AaDu2IdLTc;_8Y^(=#1u">
                              <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x600E_Contact</field>
                            </shadow>
                          </value>
                          <value name="OID3">
                            <shadow type="field_oid" id="gz?y}5:(-k]7M;_c)L@c">
                              <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0x20A3_Contact</field>
                            </shadow>
                          </value>
                          <value name="OID4">
                            <shadow type="field_oid" id="f,#bPavRADQa!^9vgT;r">
                              <field name="oid">sonoff.0.ZigBee_Bridge1.ZbReceived_0xD449_Contact</field>
                            </shadow>
                          </value>
                          <statement name="STATEMENT">
                            <block type="controls_if" id="zr))xYp5q6uk7gWR:FLp">
                              <mutation elseif="1"></mutation>
                              <value name="IF0">
                                <block type="logic_compare" id="(%ip:yl;!KUbNeYJO=Q.">
                                  <field name="OP">EQ</field>
                                  <value name="A">
                                    <block type="on_source" id="IQvqF`Ea*52V%WOo$(BG">
                                      <field name="ATTR">state.val</field>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="math_number" id="YaM59`_}h-7w]wlp%rz]">
                                      <field name="NUM">1</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO0">
                                <block type="control" id="hS]=O?t$f/y`yv?xV.9v">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                  <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="@WvR96o@/GT_W,v[-k@;">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="variables_set" id="]qW3c_5Vo7}]mwMJaX]u">
                                      <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="%|=KaL92,D:1}t?+_kh@">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                              <value name="IF1">
                                <block type="logic_operation" id="NI74tl{Cv%y2nnZ2mq(_" inline="false">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_operation" id="nBhW:|6IjFd#]:==r9MT" inline="false">
                                      <field name="OP">AND</field>
                                      <value name="A">
                                        <block type="logic_operation" id="TzDrBAgL)l{6h%e)Nbix" inline="false">
                                          <field name="OP">AND</field>
                                          <value name="A">
                                            <block type="logic_compare" id="H-by~#=i7qLd];I!ss,u">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="G{e*#Ck_W4)[t!9NfppK">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0x1123_Contact</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="math_number" id="tV{:u[3b2[XI5;6o#uwv">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <block type="logic_compare" id="(Bj)7ZJ(0pgXXEA`sjl4">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="CN}w9(9wU2-hnR|}zN~M">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0x5982_Contact</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="math_number" id="qxF?+P?(5WT4+Zh~VDzH">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_operation" id="iAW5jBZ|80_MVv0zs#04" inline="false">
                                          <field name="OP">AND</field>
                                          <value name="A">
                                            <block type="logic_compare" id="=FJ$#)NF)p%K+ci}.G+{">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="b0E:[G*)^Jkwfko9)-UG">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0x600E_Contact</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="math_number" id="y@6zGn;xb0N/DCub4E+j">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <block type="logic_compare" id="7uPMqgWG]Q790FDLTidp">
                                              <field name="OP">EQ</field>
                                              <value name="A">
                                                <block type="get_value" id="5o;cwewhu(gE!B3`kDDT">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0x20A3_Contact</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="math_number" id="]T=$eX#l;JqAc9b,Y}+*">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id="(OQ76rw~]R]9Q_P/kA`V">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="R-*;=g!1Qh_#Zl_G0VM4">
                                          <field name="ATTR">val</field>
                                          <field name="OID">sonoff.0.ZigBee_Bridge1.ZbReceived_0xD449_Contact</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="aeH:*7-Gn3!c~HF5au^!">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO1">
                                <block type="variables_set" id="ceR.;izW_r3Ty20RG_EX">
                                  <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="D=!E,]q}FEHKUapa+q=2">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                </block>
                              </statement>
                            </block>
                          </statement>
                          <next>
                            <block type="on_ext" id="xDq%i~$rGx~A.83cmM%;">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" items="2"></mutation>
                              <field name="CONDITION">ne</field>
                              <field name="ACK_CONDITION"></field>
                              <value name="OID0">
                                <shadow type="field_oid" id="S5Ja?RFgi-amy%b3nasc">
                                  <field name="oid">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
                                </shadow>
                              </value>
                              <value name="OID1">
                                <shadow type="field_oid" id=",x^o!!V53@cT%;x8@hr]">
                                  <field name="oid">hm-rpc.1.000E9D8993AF70.1.SET_POINT_TEMPERATURE</field>
                                </shadow>
                              </value>
                              <statement name="STATEMENT">
                                <block type="controls_if" id="^IQpxvAC2OFS~7?Wb54p">
                                  <mutation elseif="1"></mutation>
                                  <value name="IF0">
                                    <block type="logic_operation" id="=,{!f,Bw@+IW)fgy6X!," inline="false">
                                      <field name="OP">AND</field>
                                      <value name="A">
                                        <block type="logic_compare" id="wv?fv3Sv#4)xrUA!h,;d">
                                          <field name="OP">LT</field>
                                          <value name="A">
                                            <block type="field_oid" id="Lq8qjAp2+9`o!gUlT+bp">
                                              <field name="oid">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <block type="field_oid" id="tF5CWW~t~IicQF.9T@Yb">
                                              <field name="oid">hm-rpc.1.000E9D8993AF70.1.SET_POINT_TEMPERATURE</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_negate" id="g0]-Go:bzYX?[3gMBj,7">
                                          <value name="BOOL">
                                            <block type="variables_get" id=":vB%}8-l)m2uIW$kGmf^">
                                              <field name="VAR" id="SIGD6q1KUTGFjp#3gO^{">offene Fenster</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO0">
                                    <block type="control" id="BCFn=IlgKqu+C@xy)z`p">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="CjsW,Fb567aTJf@*m@?U">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </statement>
                                  <value name="IF1">
                                    <block type="logic_compare" id="r*KEn=z,[kyIxuL5}P;p">
                                      <field name="OP">GT</field>
                                      <value name="A">
                                        <block type="field_oid" id="1^:mkFciSEdEvK(u_vhn">
                                          <field name="oid">hm-rpc.1.000E9D8993AF70.1.ACTUAL_TEMPERATURE</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="field_oid" id="SJp4x+Q.G?cX]Oc6Ik,5">
                                          <field name="oid">hm-rpc.1.000E9D8993AF70.1.SET_POINT_TEMPERATURE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO1">
                                    <block type="control" id="@*N1BGqFp,k14kZ$emx]">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="logic_boolean" id="knxl8#k^UDaS0z/qJVoA">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </statement>
                                </block>
                              </statement>
                            </block>
                          </next>
                        </block>
                      </xml>
                      
                      Cinimod 2 Replies Last reply Reply Quote 0
                      • I
                        ingenii @Cinimod last edited by

                        @cinimod

                        Ich bin bl....

                        jetzt ist das ok.

                        Danke

                        1 Reply Last reply Reply Quote 0
                        • Cinimod
                          Cinimod Most Active @ingenii last edited by

                          @ingenii

                          wenn er TH10 wahr steuert ist er doch durch gelaufen.

                          Du hast den Sollwert verändert und er prüft dann ob der Istwert kleiner als der sollwert ist ... wenn das so ist macht er TH10 wahr. Ist doch genau was er tun soll ! oder hattest du was anderes im sinn ?
                          dann musst du etwas genauer erklären was du willst, und vielleicht auch fürs bessere Verständnis was er da einschaltet, dann kann man sich ggf. besser ein Bild machen.

                          1 Reply Last reply Reply Quote 0
                          • Cinimod
                            Cinimod Most Active @ingenii last edited by

                            @ingenii sagte in Blocky script:

                            @cinimod

                            Eine frage: gibt das ein sin wen für jeder wahr oder falsh ist extra trigger?

                            Nein

                            I 1 Reply Last reply Reply Quote 0
                            • I
                              ingenii @Cinimod last edited by

                              @cinimod

                              Wie ich schon geschrieben hab jetzt ist das Gut.
                              Jetzt muss ich noch was anderes ausprobieren.
                              ich hab 3 räume und ich muss leider nur ein Realei schalten das heitzung startet.
                              ich hab 3 Termostaten und 3 verschiedene Temperatur.
                              Wen 1 Raum (Termostat sagt du musst heizen schalte das Relais an das mir die andere räume das gleiche Relais auf Flash setzten und das geht in so ein loop.

                              Cinimod 1 Reply Last reply Reply Quote 0
                              • Cinimod
                                Cinimod Most Active @ingenii last edited by Cinimod

                                @ingenii

                                Erstell dir für jeden Raum einen Datenpunkt, statt dem TH10 Schaltetst du diesen Datanpunkt true/false (ein script für jeden Raum).

                                Dann noch ein weiters Skript welche die drei Datenpunkte überwacht, und das Relais schaltet wenn mindestens einer der drei Datenpunkte wahr ist, sonst false

                                I 1 Reply Last reply Reply Quote 0
                                • I
                                  ingenii @Cinimod last edited by

                                  @cinimod

                                  Hallo,
                                  Dantenpunkte hab ich, das hab ich schon gelernt, für Script brauche ich bisschen zeit .Danke für dein zeit.

                                  Cinimod 1 Reply Last reply Reply Quote 1
                                  • Cinimod
                                    Cinimod Most Active @ingenii last edited by Cinimod

                                    @ingenii

                                    das selbe Prinzip:

                                    Falls einer der Trigger-Datenpunkte Wahr -> Heizung an

                                    Falls alle der Datenpunkte Falsch -> Heizung aus

                                    Bildschirmfoto 2021-10-17 um 22.19.26.png

                                    I 1 Reply Last reply Reply Quote 0
                                    • I
                                      ingenii @Cinimod last edited by

                                      @cinimod
                                      es steuert nur Falsch

                                      <xml xmlns="https://developers.google.com/blockly/xml">
                                        <variables>
                                          <variable id="8YSUs.sSyApb+.X)hAKj">Wert</variable>
                                        </variables>
                                        <block type="on_ext" id="PbE+r6ibR_B!K.FQ}Fa$" x="-20" y="-547">
                                          <mutation xmlns="http://www.w3.org/1999/xhtml" items="3"></mutation>
                                          <field name="CONDITION">ne</field>
                                          <field name="ACK_CONDITION"></field>
                                          <value name="OID0">
                                            <shadow type="field_oid" id="R*u+`^~1q(-5RFx%o(wQ">
                                              <field name="oid">0_userdata.0.Testordner.Kinderzimmer_temp_Heizung</field>
                                            </shadow>
                                          </value>
                                          <value name="OID1">
                                            <shadow type="field_oid" id="d(7kaO!c#|rUIt#UbB={">
                                              <field name="oid">0_userdata.0.Testordner.Schalfzimmer_temp_Heizung</field>
                                            </shadow>
                                          </value>
                                          <value name="OID2">
                                            <shadow type="field_oid" id="%,@ga-xK38tS$Zg=d_y0">
                                              <field name="oid">0_userdata.0.Testordner.Wohnzimmer_temp_Wohnzimmer</field>
                                            </shadow>
                                          </value>
                                          <statement name="STATEMENT">
                                            <block type="controls_if" id="r*B?@=L`.guY]MLJ.H@.">
                                              <mutation elseif="1"></mutation>
                                              <value name="IF0">
                                                <block type="variables_get" id="k+E7_WDJK*^j!|vQNZ/*">
                                                  <field name="VAR" id="8YSUs.sSyApb+.X)hAKj">Wert</field>
                                                </block>
                                              </value>
                                              <statement name="DO0">
                                                <block type="control" id="B=1I|N7S`4~26PlSAQ-%">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="y3;43=:xLQ(0wRm`(^`}">
                                                      <field name="BOOL">TRUE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                              <value name="IF1">
                                                <block type="logic_operation" id="}2~Ew~gv@IZK*(xct$ew" inline="false">
                                                  <field name="OP">AND</field>
                                                  <value name="A">
                                                    <block type="logic_operation" id=",`JZOgL5aBSu8HVPZ0NW" inline="false">
                                                      <field name="OP">AND</field>
                                                      <value name="A">
                                                        <block type="logic_compare" id="r//HYzBmYjm~s0OP1M`z">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="get_value" id="X%j!o4/4cvnH?_-=y8W-">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">0_userdata.0.Testordner.Kinderzimmer_temp_Heizung</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_boolean" id="O=x2`^..rQlbo?6Ng!xs">
                                                              <field name="BOOL">FALSE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="logic_compare" id="BV^sU|2@;Fh{+tPIUP6*">
                                                          <field name="OP">EQ</field>
                                                          <value name="A">
                                                            <block type="get_value" id="+=iCY2C6oN%.dQ/^kxe{">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">0_userdata.0.Testordner.Schalfzimmer_temp_Heizung</field>
                                                            </block>
                                                          </value>
                                                          <value name="B">
                                                            <block type="logic_boolean" id="Hsk~I1ACC%z$h!rX)wHd">
                                                              <field name="BOOL">FALSE</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <block type="logic_compare" id="Yu*GN1tHPn|]JAtxBnAd">
                                                      <field name="OP">EQ</field>
                                                      <value name="A">
                                                        <block type="get_value" id="N;ZrYsp838;u5R=`Lh`H">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">0_userdata.0.Testordner.Wohnzimmer_temp_Wohnzimmer</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <block type="logic_boolean" id="0h4:VOw~9d0+03^9HqNd">
                                                          <field name="BOOL">FALSE</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <statement name="DO1">
                                                <block type="control" id="QGsS]+Dr|0`!9]b]Eo0Z">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="logic_boolean" id="%=;;af{H(h7mui7rXqo+">
                                                      <field name="BOOL">FALSE</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </statement>
                                            </block>
                                          </statement>
                                        </block>
                                      </xml>
                                      
                                      Cinimod 1 Reply Last reply Reply Quote 0
                                      • Cinimod
                                        Cinimod Most Active @ingenii last edited by Cinimod

                                        @ingenii

                                        seltsam, sollte eigentlich gehen, dachte ich zumindest ...

                                        sind deine selbst erstellten Datenpunkte type boolean (logikwert) ?

                                        dann mach es so :

                                        <xml xmlns="https://developers.google.com/blockly/xml">
                                         <block type="on_ext" id="PbE+r6ibR_B!K.FQ}Fa$" x="-20" y="-547">
                                           <mutation xmlns="http://www.w3.org/1999/xhtml" items="3"></mutation>
                                           <field name="CONDITION">ne</field>
                                           <field name="ACK_CONDITION"></field>
                                           <value name="OID0">
                                             <shadow type="field_oid" id="R*u+`^~1q(-5RFx%o(wQ">
                                               <field name="oid">0_userdata.0.Testordner.Kinderzimmer_temp_Heizung</field>
                                             </shadow>
                                           </value>
                                           <value name="OID1">
                                             <shadow type="field_oid" id="d(7kaO!c#|rUIt#UbB={">
                                               <field name="oid">0_userdata.0.Testordner.Schalfzimmer_temp_Heizung</field>
                                             </shadow>
                                           </value>
                                           <value name="OID2">
                                             <shadow type="field_oid" id="%,@ga-xK38tS$Zg=d_y0">
                                               <field name="oid">0_userdata.0.Testordner.Wohnzimmer_temp_Wohnzimmer</field>
                                             </shadow>
                                           </value>
                                           <statement name="STATEMENT">
                                             <block type="controls_if" id="r*B?@=L`.guY]MLJ.H@.">
                                               <mutation elseif="1"></mutation>
                                               <value name="IF0">
                                                 <block type="logic_operation" id="HX[~7p30kaYu$)lN#N?|" inline="false">
                                                   <field name="OP">OR</field>
                                                   <value name="A">
                                                     <block type="logic_operation" id="(1lKe/~%[/ym5C0WEI+)" inline="false">
                                                       <field name="OP">OR</field>
                                                       <value name="A">
                                                         <block type="logic_compare" id="hJ?OQP@wN3Qj7(`eg2RC">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="get_value" id="=a~[{q/wL_8NvB0GYBKy">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">0_userdata.0.Testordner.Kinderzimmer_temp_Heizung</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_boolean" id="~)rU]Uf|RxwC*L;6:-ob">
                                                               <field name="BOOL">TRUE</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_compare" id=":Sq$w}$5=)O`pmo=2yf;">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="get_value" id="AkjL]g},C{TRi-.EI~bP">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">0_userdata.0.Testordner.Schalfzimmer_temp_Heizung</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_boolean" id=";Dgi8Kou1OA5*{Kno*:B">
                                                               <field name="BOOL">TRUE</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="logic_compare" id="(d7~t,DzVnE%Uw?Vdt1D">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id="lCutf)+r1!K)FN7WmI![">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">0_userdata.0.Testordner.Wohnzimmer_temp_Wohnzimmer</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_boolean" id="8?~ty)5jrT/G=W1G0Y,7">
                                                           <field name="BOOL">TRUE</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="control" id="B=1I|N7S`4~26PlSAQ-%">
                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                   <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="logic_boolean" id="y3;43=:xLQ(0wRm`(^`}">
                                                       <field name="BOOL">TRUE</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </statement>
                                               <value name="IF1">
                                                 <block type="logic_operation" id="}2~Ew~gv@IZK*(xct$ew" inline="false">
                                                   <field name="OP">AND</field>
                                                   <value name="A">
                                                     <block type="logic_operation" id=",`JZOgL5aBSu8HVPZ0NW" inline="false">
                                                       <field name="OP">AND</field>
                                                       <value name="A">
                                                         <block type="logic_compare" id="r//HYzBmYjm~s0OP1M`z">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="get_value" id="X%j!o4/4cvnH?_-=y8W-">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">0_userdata.0.Testordner.Kinderzimmer_temp_Heizung</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_boolean" id="O=x2`^..rQlbo?6Ng!xs">
                                                               <field name="BOOL">FALSE</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_compare" id="BV^sU|2@;Fh{+tPIUP6*">
                                                           <field name="OP">EQ</field>
                                                           <value name="A">
                                                             <block type="get_value" id="+=iCY2C6oN%.dQ/^kxe{">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">0_userdata.0.Testordner.Schalfzimmer_temp_Heizung</field>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_boolean" id="Hsk~I1ACC%z$h!rX)wHd">
                                                               <field name="BOOL">FALSE</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="logic_compare" id="Yu*GN1tHPn|]JAtxBnAd">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id="N;ZrYsp838;u5R=`Lh`H">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">0_userdata.0.Testordner.Wohnzimmer_temp_Wohnzimmer</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_boolean" id="0h4:VOw~9d0+03^9HqNd">
                                                           <field name="BOOL">FALSE</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO1">
                                                 <block type="control" id="QGsS]+Dr|0`!9]b]Eo0Z">
                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                   <field name="OID">sonoff.0.Temparature_wohnzimmer(TH10).POWER</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="logic_boolean" id="%=;;af{H(h7mui7rXqo+">
                                                       <field name="BOOL">FALSE</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </statement>
                                             </block>
                                           </statement>
                                         </block>
                                        </xml>
                                        

                                        I 2 Replies Last reply Reply Quote 0
                                        • I
                                          ingenii @Cinimod last edited by

                                          @cinimod
                                          Danke muss ich schon schlafen gehen, mach ich morgen weiter, nur zu Info es schaltet bei Wohnzimmer AN und AUS, das ist schon super.

                                          <Danke

                                          1 Reply Last reply Reply Quote 0
                                          • I
                                            ingenii @Cinimod last edited by

                                            @cinimod

                                            Hallo,
                                            heute getestet Funkcionier perfekt, ich muss jetzt für jeder zimmer (jetzt sind das 4räume) ein Thermostat bestellen zum einstellen direkt.Script anpassen und Fertig.
                                            am anfang hast du mich gefragt wie das mit licht so funktioniert kann.
                                            in jeden zimmer hab ich T3 von sonoff ,1 Licht ,2 Rollo Auf und 3 Rollo Zu
                                            mein einfaches Script:
                                            rollo.JPG
                                            Bis jetzt kein Problem da mit, ich glaub wen da in eine Richtung geht ist das kein Problem, ich schalte wand Schalter mit Sonoff dual in Rollo.
                                            Noch einamal Danke

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            825
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            86
                                            5035
                                            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