Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Gelöst ! Mit Alexa und Broadlink TV Schalten

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    6
    1
    216

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    216

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    890

Gelöst ! Mit Alexa und Broadlink TV Schalten

Geplant Angeheftet Gesperrt Verschoben Blockly
3 Beiträge 2 Kommentatoren 324 Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • F Online
    F Online
    Fritzk
    schrieb am zuletzt editiert von Fritzk
    #1

    Hallo und guten Morgen zusammen
    Ich steuere meinen Fernseher mit Alexa + Broadlink. Hab das vor ca 1,5 Jahren laut dem Youtube video gemacht. Hat auch ohne Probleme bis vor kurzem funktioniert.
    Jetzt wenn ich sage Alexa schalte TV auf 14 schaltet Alexa immer auf elf. Also alles was in 10er Bereich liegt wird immer Kanal 11 eingeschaltet in 20 Bereich wird Kanal 22 angemacht in 30 wird nur 33 angemacht usw. Also niemals z.B 12, 23, 31 usw.
    Vertstehen tut die Alexa es richtig , laut der Alexa History nur schalten tut sie nicht richtig. Der Broedlink sendet aber anstelle von 27 die 22 also. Hier hab ich mal das Blockly , Hab da zwei Datenpunke TV_Zahl und TV_Zahl1. Wenn ich jetzt sage " Alexa schalte TV auf 34" sollte eigentlich Alexa den Datenpunk TV_Zahl mit 3 und TV_Zahl1 mit 4 schreiben aber schreibt in beite Datenpunkte eine 3 also schaltet der Broadlink auf 33

    Zwischenablage01.jpg ```

    <xml xmlns="https://developers.google.com/blockly/xml">
      <block type="on_ext" id="o%,CIvSbQ?fPWP|CR|:;" x="88" y="-637">
        <mutation xmlns="http://www.w3.org/1999/xhtml" items="8"></mutation>
        <field name="CONDITION">any</field>
        <field name="ACK_CONDITION"></field>
        <value name="OID0">
          <shadow type="field_oid" id="/NJUvHG(9d,CL7c4M[M*">
            <field name="oid">Mein_TV.0.PRO7</field>
          </shadow>
        </value>
        <value name="OID1">
          <shadow type="field_oid" id="w.JD+Jv/?(eWgG7!BhA[">
            <field name="oid">default</field>
          </shadow>
        </value>
        <value name="OID2">
          <shadow type="field_oid" id="{~7e.e*eZW.Jk0`Mli8b">
            <field name="oid">Mein_TV.0.RTL</field>
          </shadow>
        </value>
        <value name="OID3">
          <shadow type="field_oid" id="Xp~:|F];yrP!n.Fp]T.1">
            <field name="oid">Mein_TV.0.SAT1</field>
          </shadow>
        </value>
        <value name="OID4">
          <shadow type="field_oid" id="IrdW5!qrlx*3%?BvYx3=">
            <field name="oid">default</field>
          </shadow>
        </value>
        <value name="OID5">
          <shadow type="field_oid" id="*)aWP4]S^d?MI2YLov;2">
            <field name="oid">default</field>
          </shadow>
        </value>
        <value name="OID6">
          <shadow type="field_oid" id="5m=ztPb1j3P}bU*m%.7k">
            <field name="oid">default</field>
          </shadow>
        </value>
        <value name="OID7">
          <shadow type="field_oid" id="1Ry{UAi0lE1Jg1p!;SI|">
            <field name="oid">default</field>
          </shadow>
        </value>
        <statement name="STATEMENT">
          <block type="controls_if" id="jS0+3}JK1A/4:gv)7b2T">
            <value name="IF0">
              <block type="logic_compare" id="h;JqmrwluX,Hf=j*m.%I">
                <field name="OP">EQ</field>
                <value name="A">
                  <block type="get_value" id="`BN;8zYqcg=ZG8I3zS51">
                    <field name="ATTR">val</field>
                    <field name="OID">Mein_TV.0.PRO7</field>
                  </block>
                </value>
                <value name="B">
                  <block type="logic_boolean" id="jMr_mHDBXLi7`u+uxOco">
                    <field name="BOOL">TRUE</field>
                  </block>
                </value>
              </block>
            </value>
            <statement name="DO0">
              <block type="update" id="O%+:6*N/)jGe:Pk7WJQT">
                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                <field name="OID">Mein_TV.0.TV_Zahl</field>
                <field name="WITH_DELAY">FALSE</field>
                <value name="VALUE">
                  <block type="math_number" id="i2G(:jW4{`R5Dmis?8fV">
                    <field name="NUM">18</field>
                  </block>
                </value>
                <next>
                  <block type="update" id="fy4KvBncrPw}cAmZb1tE">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">Mein_TV.0.PRO7</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="*)Et3}2:=YW![m/TnT84">
                        <field name="BOOL">FALSE</field>
                      </block>
                    </value>
                  </block>
                </next>
              </block>
            </statement>
            <next>
              <block type="controls_if" id="zB(Ymx|;ltS]gOzqvMc]">
                <value name="IF0">
                  <block type="logic_compare" id="Z)Et|#7;B![vn!`@yU8U">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="get_value" id=";HbPcSt.WuE[pL|cMlr3">
                        <field name="ATTR">val</field>
                        <field name="OID">Mein_TV.0.RTL</field>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_boolean" id="x(R?#z2.N2T69/riSx|]">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="update" id="W4OP{lg~m=HwLnOzXKAc">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">Mein_TV.0.TV_Zahl</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="math_number" id="lnNyau}Qb6I{VHmC6;h;">
                        <field name="NUM">5</field>
                      </block>
                    </value>
                    <next>
                      <block type="update" id="--}!PE5B-b%ny{X(+/72">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">Mein_TV.0.RTL</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id="t4IgzU^;wI:Xkv5KKBcc">
                            <field name="BOOL">FALSE</field>
                          </block>
                        </value>
                      </block>
                    </next>
                  </block>
                </statement>
                <next>
                  <block type="controls_if" id="vhE8}2Gmy_@:|YJkv08M">
                    <value name="IF0">
                      <block type="logic_compare" id="(e0dTGaEZ9Pdkp/OdH)b">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="4G9a(+)aNOp[8rCcc{Yk">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.SAT1</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="logic_boolean" id="jZc+68i3HZyNJf.?21(Y">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="update" id="E4`UmR;^piUjTu:q*3!#">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">Mein_TV.0.TV_Zahl</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="math_number" id="-FLq~;1tBoT^SEQ..t!E">
                            <field name="NUM">15</field>
                          </block>
                        </value>
                        <next>
                          <block type="update" id="CmYG=-Y`RAd*{2ta8Kbj">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">Mein_TV.0.SAT1</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="{Y3}3G:XmVEx]_Iews7]">
                                <field name="BOOL">FALSE</field>
                              </block>
                            </value>
                          </block>
                        </next>
                      </block>
                    </statement>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </statement>
        <next>
          <block type="on" id="1^1IXHS.b?M*ul+%7_wa">
            <field name="OID">Mein_TV.0.TV_Zahl</field>
            <field name="CONDITION">any</field>
            <field name="ACK_CONDITION"></field>
            <statement name="STATEMENT">
              <block type="controls_if" id="O}^?7r4,x0|wj^euJWA6">
                <mutation elseif="12"></mutation>
                <value name="IF0">
                  <block type="logic_operation" id="iXWJcKStJ[A?(t0SbN)}">
                    <field name="OP">AND</field>
                    <value name="A">
                      <block type="logic_compare" id="L2JIVx(*.eFcA:|4RCzd">
                        <field name="OP">GTE</field>
                        <value name="A">
                          <block type="get_value" id="pH8s.AVaIl7g}U)i60+]">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.TV_Zahl</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="fX.`e`I#KT?`(EP}E8vF">
                            <field name="NUM">10</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="cL?,391Yk.He`6S/^_e^">
                        <field name="OP">LTE</field>
                        <value name="A">
                          <block type="get_value" id="),KPwV`g?Gz/4x(]=dQ`">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.TV_Zahl</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id=":)Bm]``@l:w2hZQH3XRT">
                            <field name="NUM">99</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO0">
                  <block type="control" id="@IX,vu6MgC-]BJQ`{!V.">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">Mein_TV.0.TV_Zahl1</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="math_number" id="LQmD+h}spuaJl}gNG7EJ">
                        <field name="NUM">11</field>
                      </block>
                    </value>
                    <next>
                      <block type="control" id="43Q]p51`%hNyr)swaBlt">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">Mein_TV.0.TV_Zahl</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="math_round" id="^dso,?Bh*Z^__QiE{S/2">
                            <field name="OP">ROUNDDOWN</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="math_arithmetic" id="F`/nDX~Hsrn9#^?s0Z;7">
                                <field name="OP">DIVIDE</field>
                                <value name="A">
                                  <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="|+A}|z*HQpy_iZhLo}I.">
                                    <field name="NUM">1</field>
                                  </shadow>
                                  <block type="get_value" id="{B=1C!-%]EBKtV^ITUxI">
                                    <field name="ATTR">val</field>
                                    <field name="OID">Mein_TV.0.TV_Zahl</field>
                                  </block>
                                </value>
                                <value name="B">
                                  <shadow type="math_number" id=".vLMOxyCTwexBbX!9kCX">
                                    <field name="NUM">10</field>
                                  </shadow>
                                </value>
                              </block>
                            </value>
                          </block>
                        </value>
                        <next>
                          <block type="control" id="7|5pS@~oF^A7]4VT|kDs">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                            <field name="OID">Mein_TV.0.TV_Zahl1</field>
                            <field name="WITH_DELAY">TRUE</field>
                            <field name="DELAY_MS">500</field>
                            <field name="UNIT">ms</field>
                            <field name="CLEAR_RUNNING">FALSE</field>
                            <value name="VALUE">
                              <block type="math_round" id="-^HmCuoj%[j`=)zKbS]-">
                                <field name="OP">ROUND</field>
                                <value name="NUM">
                                  <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                    <field name="NUM">3.1</field>
                                  </shadow>
                                  <block type="math_modulo" id="*Yi!WpmEI#/rXk25}Hl0">
                                    <value name="DIVIDEND">
                                      <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="v54],)AlGkGr05tir:ge">
                                        <field name="NUM">64</field>
                                      </shadow>
                                      <block type="get_value" id="syw@`SD*x!`0,#?g%~ZQ">
                                        <field name="ATTR">val</field>
                                        <field name="OID">Mein_TV.0.TV_Zahl</field>
                                      </block>
                                    </value>
                                    <value name="DIVISOR">
                                      <shadow type="math_number" id="toTCvRKY(~(S!yk*a5Z_">
                                        <field name="NUM">10</field>
                                      </shadow>
                                    </value>
                                  </block>
                                </value>
                              </block>
                            </value>
                            <next>
                              <block type="control" id="Pak[)o]j[SGhlxPiP--?">
                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                                <field name="WITH_DELAY">TRUE</field>
                                <field name="DELAY_MS">1500</field>
                                <field name="UNIT">ms</field>
                                <field name="CLEAR_RUNNING">FALSE</field>
                                <value name="VALUE">
                                  <block type="math_number" id="NXB0rlMcR|UK41BNZc02">
                                    <field name="NUM">0</field>
                                  </block>
                                </value>
                                <next>
                                  <block type="control" id="f^gcATVXdT3rKaY98I=w">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                    <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                    <field name="WITH_DELAY">TRUE</field>
                                    <field name="DELAY_MS">2000</field>
                                    <field name="UNIT">ms</field>
                                    <field name="CLEAR_RUNNING">FALSE</field>
                                    <value name="VALUE">
                                      <block type="math_number" id="lFCXo08)|E+^HQZXeVn_">
                                        <field name="NUM">11</field>
                                      </block>
                                    </value>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </statement>
                <value name="IF1">
                  <block type="logic_operation" id=":VKUo#9+zhunY?N)(+tJ">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="oUtdL[M}eI]B0*SOjF2|">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="0qzRCrntKt/vo+u{}09y">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="QEVfflJ]Q2pU+98Tfh:n">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="xmai=s;~X,#I|`L%jOYb">
                            <field name="NUM">1</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="fxahnxj!*R(uR4O3_nfe">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="*w_@|7?}uuaFhUj*){CK">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="*4[f7~DWmy6LF?R[z?01">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="Av)(,^o`r|t-BGZ7G0xx">
                            <field name="NUM">1</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO1">
                  <block type="control" id="%dc0*1HrX(LdC*s`#,/=">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV1</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="#17Y`l/p/=[H6hl?:J8F">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF2">
                  <block type="logic_operation" id="DyugI/7yYm%/KvB+^l*r">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="!HFN7JrqP4oSEYe;f+iy">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="2MF`u-:)FoKT,,Cw;+:[">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="7`it%al#lA~pepO/V3Ld">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="7;jm7:t!=sFEFCX*hviJ">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="jj]Xw:|rtY+:6P{ijf=@">
                            <field name="NUM">2</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="E|uoI^UyPH)H|0K%hQmN">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="zdb_)}bCtS!jI3|_=6_y">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="m)Vl7`NG.sXz*i_;bq51">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="v4|PP!fs;m;zNEhNKkv0">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="=UaHMz:0j@TN8x`P7lJw">
                            <field name="NUM">2</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO2">
                  <block type="control" id="VXZneGBFR+nN/KqT,5W!">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV2</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id=":r`2@o`iqP+sql,14_Q6">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF3">
                  <block type="logic_operation" id="S(fLvy/WO-z_l`ZLEM#[">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="I^T4X:Vo/.sGQf9%%ec~">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id=";RiZLt4:4bTSn}C=u:Q{">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="9atkJrUsiA)lMvJzzM19">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="D`}E?7s:53BVkTT3P1Rn">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="?`q`f=/V17)^qYt,1r0b">
                            <field name="NUM">3</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="d.NFuL@M}_:`q[P^+YBd">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="A4[SfA=7k-(*ba~YV.XE">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="kKf;~Ee;ZVLa(Au}%yST">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="1~vo7CIliuAHSOt:nUrP">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="sg;4~3Dw1+6%`#vOINYH">
                            <field name="NUM">3</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO3">
                  <block type="control" id=".R5O7OduP,_PAX2|]XK!">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV3</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="yqywsW8?xSM_bo|RmpO[">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF4">
                  <block type="logic_operation" id="ALMb:Fy|7E+pABc]W^A5">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="_mK6B=P/EJb],cJ6A+sD">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="gccJtA;y0xgW{;UtYRn:">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="wr!q:*lp.ghtitu+](K.">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="2n#3FcuR2=k9)@6NOsE/">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="B(hpCpGyW)w)U(wWr1,?">
                            <field name="NUM">4</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id=",|8WzT^l(|e@3{)55%+_">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="c|C9!H}cp%Nuk8Ilbi2I">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="[qafKjP!|8G*I6#O_g`S">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="3U,X)?z^S{7/[;Er{PZ{">
                            <field name="NUM">4</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO4">
                  <block type="control" id="+/3Sol/RJ7_epclfSU1X">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV4</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="Gc0xxlRks]%%YVTfb4./">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF5">
                  <block type="logic_operation" id=")1COD(hsM@GIlff91j:z">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="8[7Rsar(]eZYEb)t?=H#">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="@GIIHatUL}v|sy9;0MY4">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ejczt48G-[sfKnGGWAjw">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="p}1yD+y#tO.Gu#jEb+y_">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="c(r8YFgg:j%9AhD5kP%H">
                            <field name="NUM">5</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="[1rV()*.pHoAJ455l3h@">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="Yh`ss*W7T7(kUT]LBz)@">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="|;8.ov|mYh=Ku]ZPISfK">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="V+]]xbQVrXJdCcYkUP?@">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="rG#cdUwchBBLE+,X-ryv">
                            <field name="NUM">5</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO5">
                  <block type="control" id="CzX1RyTuK#~*=DNfo1pC">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV5</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="G5@sJ@{KNUdJ6xzho9Cy">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF6">
                  <block type="logic_operation" id="0qj!7R1lx-z1HP#hIJKo">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="Ovt;MGmo`7IGlv_07I},">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="i1D+l!VVz:D13#eHE/{K">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="RUJ%Mu-kwiw29[}m;e`f">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="0gS%u?e,LVzXF~f^b:~%">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="bBV+9OK(`56R`6v/o1w4">
                            <field name="NUM">6</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="K)eiq=Pv3Wrh%=hJkI}e">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="nLC3kPYAAvc6:_q2p}6%">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="+uLQFd59!pRs`#*%=D#.">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="pGo)0EjMlnS^bZc,]WEl">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="zKuc3G0MF{7eYZS8dSwF">
                            <field name="NUM">6</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO6">
                  <block type="control" id="3H@1GsFq`i@dnU{ybY;Q">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV6</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="4q#(pi2RzOE.ITUew)Do">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF7">
                  <block type="logic_operation" id="jZ~!YJbuG+*@;;g!e6Zb">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="Nby!!-j(Lylz_z_GDm8R">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="|66fRo1W9*UL@h:I-Noi">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="z_Y]{u50;=Za-)xx,YRc">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="FZxv2Eu?LOCsJX/a{[kf">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id=")f#n[=k.SQ!L%Rx*SPUz">
                            <field name="NUM">7</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="jH!MK%!=[%_ZxUZ-nx^r">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="zilrl#8{jtTPFoWU6sKL">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="}R~zz3{Fm@YJx=jFBzxt">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="E,68{~TlPWj@)aW}xn:m">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="|C:J({3KO/)hz@Wbr#y/">
                            <field name="NUM">7</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO7">
                  <block type="control" id="h@@gO32P_.O.f@C6Uw(J">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV7</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="%RG3M#yjh=3g`xo?kSYD">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF8">
                  <block type="logic_operation" id=";ovV8NZp!]LJ]XnJ;KY1">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="*khft2l,R{-y#`W{M1~k">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="I^i5#Sk11zWDLIfRU(rx">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="O8#5VZlVJdzh/C)?p6}l">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="=WmD*vm,qNxj/j)F]J1z">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="M6Ud*E.wwph*v8!/j=6y">
                            <field name="NUM">8</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="67ZUyyh_sD7pI)-%dC7M">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="z1Uh%VFW+amZ@6~bd;|j">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="n`j[igvWvB[qC}V!.SqE">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="|n@nid7nC0[Z@=z?@{!V">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="P!WYDY]xBmWKXq=aB(@9">
                            <field name="NUM">8</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO8">
                  <block type="control" id="m4T{+LJf,Tgqv~R01u!o">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV8</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="rCUHDM3-^^RF%w6R3Zm6">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF9">
                  <block type="logic_operation" id="rJz.~n+~iXCa218J,_Mu">
                    <field name="OP">OR</field>
                    <value name="A">
                      <block type="logic_compare" id="yqU3?uvD,o|dc(W}E*I[">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="OX0;dA+Drg`[*KIX~DyP">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="d%8({By.GB#-Yv#jeeN+">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="m;%`=xu{@%+aNHOTr_k-">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="k^y`e%PV%New}J[.;VL7">
                            <field name="NUM">9</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="logic_compare" id="s0~lM:i7U_NTIlOSTqk7">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="math_round" id="zRhVTc+.H^L:qJAZtVEd">
                            <field name="OP">ROUND</field>
                            <value name="NUM">
                              <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="f{]A5qa,yxIyuV#o.Ste">
                                <field name="NUM">3.1</field>
                              </shadow>
                              <block type="get_value" id="yS!7Tycy*+/.9X_sW~62">
                                <field name="ATTR">val</field>
                                <field name="OID">Mein_TV.0.TV_Zahl</field>
                              </block>
                            </value>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="Bz(~3tGxi)te({l]^C-l">
                            <field name="NUM">9</field>
                          </block>
                        </value>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO9">
                  <block type="control" id="sbN+0sxW!6ELFX1wXmu!">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV9</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="jyV}F#n:LmH*ldGI#q}x">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF10">
                  <block type="logic_compare" id="::stn-xJ[.+5%eH1`wzb">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="math_round" id="1QC#]gLXPk;Hi+sEX3]O">
                        <field name="OP">ROUND</field>
                        <value name="NUM">
                          <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                            <field name="NUM">3.1</field>
                          </shadow>
                          <block type="get_value" id="hqUzj*tDuwVqOXG7Sizq">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.TV_Zahl1</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="9hsgx-.)n?Y_5U(l::]N">
                        <field name="NUM">0</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO10">
                  <block type="control" id="Aj%].-h1Sf!4V;*)7%Vd">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TV0</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="k8;M8Dr9yLG`14+=^mn.">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF11">
                  <block type="logic_compare" id="6A4mH/[rBOI}E2TzVlS8">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="math_round" id="_?080,/q/!mQatYrfAUR">
                        <field name="OP">ROUND</field>
                        <value name="NUM">
                          <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                            <field name="NUM">3.1</field>
                          </shadow>
                          <block type="get_value" id=":FW,t01)DP]3#Jg)enEw">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.TV_Zahl</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="FwU,XRKfam:A:i-f:(6M">
                        <field name="NUM">100</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO11">
                  <block type="control" id="!vu*82Xkec}C2a:cYIIv">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TVan</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="OmV`w)iFO4Url]U7cLQl">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
                <value name="IF12">
                  <block type="logic_compare" id="sP9?mB4A,lv^Qak},[.?">
                    <field name="OP">EQ</field>
                    <value name="A">
                      <block type="math_round" id="AKJ-pV44S}C%W{(MF/wu">
                        <field name="OP">ROUND</field>
                        <value name="NUM">
                          <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                            <field name="NUM">3.1</field>
                          </shadow>
                          <block type="get_value" id="y#13da.8{VMznPNA.a3%">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.TV_Zahl</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <value name="B">
                      <block type="math_number" id="R+.:Ux`]J7n!21U`#|v-">
                        <field name="NUM">0</field>
                      </block>
                    </value>
                  </block>
                </value>
                <statement name="DO12">
                  <block type="control" id="k*EQe7Y9py:7p|9]Sgy;">
                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                    <field name="OID">broadlink.0.learnedSignals.TVaus</field>
                    <field name="WITH_DELAY">FALSE</field>
                    <value name="VALUE">
                      <block type="logic_boolean" id="S8+-Q`a,+Qk]d+Y7P15l">
                        <field name="BOOL">TRUE</field>
                      </block>
                    </value>
                  </block>
                </statement>
              </block>
            </statement>
            <next>
              <block type="on" id="jed*.mo:6c7Z-VZrqWb}">
                <field name="OID">Mein_TV.0.Ton</field>
                <field name="CONDITION">any</field>
                <field name="ACK_CONDITION"></field>
                <statement name="STATEMENT">
                  <block type="controls_if" id="Mllm3VyO.Qm7z=#XiV{R">
                    <mutation elseif="2"></mutation>
                    <value name="IF0">
                      <block type="logic_compare" id="jYV.}]i37[=%==)Od]h8">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="uWN8|cRTr:`1^2M+c%EY">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.Ton</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id=".*}SJU)Dd[dEaRhhM;))">
                            <field name="NUM">20</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO0">
                      <block type="controls_repeat_ext" id="|FM[SolwYR8y5eQvxqSw">
                        <value name="TIMES">
                          <shadow type="math_number" id="EFySL`L((mB;jY|6ri;4">
                            <field name="NUM">10</field>
                          </shadow>
                        </value>
                        <statement name="DO">
                          <block type="control" id="mu^nTLv4R4}/:K)KUnCe">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">broadlink.0.learnedSignals.TVlauter</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="69v1tBc]P@NL#YrIF!Uy">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                      </block>
                    </statement>
                    <value name="IF1">
                      <block type="logic_compare" id="wDbsD)P_TEJzeLkwTJ?Y">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="59r3Yw=QROuzVWR}xWp7">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.Ton</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="rWB{U:yDz2`D=M6S!Qw.">
                            <field name="NUM">10</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO1">
                      <block type="controls_repeat_ext" id="j2h~wn*K614;qr`WFh|{">
                        <value name="TIMES">
                          <shadow type="math_number" id="|BES!gad2Uje_^+EX?(z">
                            <field name="NUM">10</field>
                          </shadow>
                        </value>
                        <statement name="DO">
                          <block type="control" id="ix@gkw/wvD0t;OL^g^J^">
                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                            <field name="OID">broadlink.0.learnedSignals.TVleiser</field>
                            <field name="WITH_DELAY">FALSE</field>
                            <value name="VALUE">
                              <block type="logic_boolean" id="!%%uABBMiBg?4+c%eLFN">
                                <field name="BOOL">TRUE</field>
                              </block>
                            </value>
                          </block>
                        </statement>
                      </block>
                    </statement>
                    <value name="IF2">
                      <block type="logic_compare" id="3HY,0R;6.MGe6`jqIL-6">
                        <field name="OP">EQ</field>
                        <value name="A">
                          <block type="get_value" id="r#wG!P_R4#gQbXc.Pp`u">
                            <field name="ATTR">val</field>
                            <field name="OID">Mein_TV.0.Ton</field>
                          </block>
                        </value>
                        <value name="B">
                          <block type="math_number" id="q^/T_@_C1d(dn=+8+dr|">
                            <field name="NUM">30</field>
                          </block>
                        </value>
                      </block>
                    </value>
                    <statement name="DO2">
                      <block type="control" id="#I/n?E}N,iJe]HG2sC`2">
                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                        <field name="OID">broadlink.0.learnedSignals.TVleiser</field>
                        <field name="WITH_DELAY">FALSE</field>
                        <value name="VALUE">
                          <block type="logic_boolean" id="zb#NaH!?y.q,`4TwVB2L">
                            <field name="BOOL">TRUE</field>
                          </block>
                        </value>
                      </block>
                    </statement>
                  </block>
                </statement>
              </block>
            </next>
          </block>
        </next>
      </block>
    </xml>
    
    liv-in-skyL 1 Antwort Letzte Antwort
    0
    • F Fritzk

      Hallo und guten Morgen zusammen
      Ich steuere meinen Fernseher mit Alexa + Broadlink. Hab das vor ca 1,5 Jahren laut dem Youtube video gemacht. Hat auch ohne Probleme bis vor kurzem funktioniert.
      Jetzt wenn ich sage Alexa schalte TV auf 14 schaltet Alexa immer auf elf. Also alles was in 10er Bereich liegt wird immer Kanal 11 eingeschaltet in 20 Bereich wird Kanal 22 angemacht in 30 wird nur 33 angemacht usw. Also niemals z.B 12, 23, 31 usw.
      Vertstehen tut die Alexa es richtig , laut der Alexa History nur schalten tut sie nicht richtig. Der Broedlink sendet aber anstelle von 27 die 22 also. Hier hab ich mal das Blockly , Hab da zwei Datenpunke TV_Zahl und TV_Zahl1. Wenn ich jetzt sage " Alexa schalte TV auf 34" sollte eigentlich Alexa den Datenpunk TV_Zahl mit 3 und TV_Zahl1 mit 4 schreiben aber schreibt in beite Datenpunkte eine 3 also schaltet der Broadlink auf 33

      Zwischenablage01.jpg ```

      <xml xmlns="https://developers.google.com/blockly/xml">
        <block type="on_ext" id="o%,CIvSbQ?fPWP|CR|:;" x="88" y="-637">
          <mutation xmlns="http://www.w3.org/1999/xhtml" items="8"></mutation>
          <field name="CONDITION">any</field>
          <field name="ACK_CONDITION"></field>
          <value name="OID0">
            <shadow type="field_oid" id="/NJUvHG(9d,CL7c4M[M*">
              <field name="oid">Mein_TV.0.PRO7</field>
            </shadow>
          </value>
          <value name="OID1">
            <shadow type="field_oid" id="w.JD+Jv/?(eWgG7!BhA[">
              <field name="oid">default</field>
            </shadow>
          </value>
          <value name="OID2">
            <shadow type="field_oid" id="{~7e.e*eZW.Jk0`Mli8b">
              <field name="oid">Mein_TV.0.RTL</field>
            </shadow>
          </value>
          <value name="OID3">
            <shadow type="field_oid" id="Xp~:|F];yrP!n.Fp]T.1">
              <field name="oid">Mein_TV.0.SAT1</field>
            </shadow>
          </value>
          <value name="OID4">
            <shadow type="field_oid" id="IrdW5!qrlx*3%?BvYx3=">
              <field name="oid">default</field>
            </shadow>
          </value>
          <value name="OID5">
            <shadow type="field_oid" id="*)aWP4]S^d?MI2YLov;2">
              <field name="oid">default</field>
            </shadow>
          </value>
          <value name="OID6">
            <shadow type="field_oid" id="5m=ztPb1j3P}bU*m%.7k">
              <field name="oid">default</field>
            </shadow>
          </value>
          <value name="OID7">
            <shadow type="field_oid" id="1Ry{UAi0lE1Jg1p!;SI|">
              <field name="oid">default</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="controls_if" id="jS0+3}JK1A/4:gv)7b2T">
              <value name="IF0">
                <block type="logic_compare" id="h;JqmrwluX,Hf=j*m.%I">
                  <field name="OP">EQ</field>
                  <value name="A">
                    <block type="get_value" id="`BN;8zYqcg=ZG8I3zS51">
                      <field name="ATTR">val</field>
                      <field name="OID">Mein_TV.0.PRO7</field>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_boolean" id="jMr_mHDBXLi7`u+uxOco">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="update" id="O%+:6*N/)jGe:Pk7WJQT">
                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                  <field name="WITH_DELAY">FALSE</field>
                  <value name="VALUE">
                    <block type="math_number" id="i2G(:jW4{`R5Dmis?8fV">
                      <field name="NUM">18</field>
                    </block>
                  </value>
                  <next>
                    <block type="update" id="fy4KvBncrPw}cAmZb1tE">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">Mein_TV.0.PRO7</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="*)Et3}2:=YW![m/TnT84">
                          <field name="BOOL">FALSE</field>
                        </block>
                      </value>
                    </block>
                  </next>
                </block>
              </statement>
              <next>
                <block type="controls_if" id="zB(Ymx|;ltS]gOzqvMc]">
                  <value name="IF0">
                    <block type="logic_compare" id="Z)Et|#7;B![vn!`@yU8U">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="get_value" id=";HbPcSt.WuE[pL|cMlr3">
                          <field name="ATTR">val</field>
                          <field name="OID">Mein_TV.0.RTL</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_boolean" id="x(R?#z2.N2T69/riSx|]">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="update" id="W4OP{lg~m=HwLnOzXKAc">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">Mein_TV.0.TV_Zahl</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="math_number" id="lnNyau}Qb6I{VHmC6;h;">
                          <field name="NUM">5</field>
                        </block>
                      </value>
                      <next>
                        <block type="update" id="--}!PE5B-b%ny{X(+/72">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">Mein_TV.0.RTL</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="t4IgzU^;wI:Xkv5KKBcc">
                              <field name="BOOL">FALSE</field>
                            </block>
                          </value>
                        </block>
                      </next>
                    </block>
                  </statement>
                  <next>
                    <block type="controls_if" id="vhE8}2Gmy_@:|YJkv08M">
                      <value name="IF0">
                        <block type="logic_compare" id="(e0dTGaEZ9Pdkp/OdH)b">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id="4G9a(+)aNOp[8rCcc{Yk">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.SAT1</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="logic_boolean" id="jZc+68i3HZyNJf.?21(Y">
                              <field name="BOOL">TRUE</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="update" id="E4`UmR;^piUjTu:q*3!#">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">Mein_TV.0.TV_Zahl</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="-FLq~;1tBoT^SEQ..t!E">
                              <field name="NUM">15</field>
                            </block>
                          </value>
                          <next>
                            <block type="update" id="CmYG=-Y`RAd*{2ta8Kbj">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">Mein_TV.0.SAT1</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="{Y3}3G:XmVEx]_Iews7]">
                                  <field name="BOOL">FALSE</field>
                                </block>
                              </value>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </next>
                </block>
              </next>
            </block>
          </statement>
          <next>
            <block type="on" id="1^1IXHS.b?M*ul+%7_wa">
              <field name="OID">Mein_TV.0.TV_Zahl</field>
              <field name="CONDITION">any</field>
              <field name="ACK_CONDITION"></field>
              <statement name="STATEMENT">
                <block type="controls_if" id="O}^?7r4,x0|wj^euJWA6">
                  <mutation elseif="12"></mutation>
                  <value name="IF0">
                    <block type="logic_operation" id="iXWJcKStJ[A?(t0SbN)}">
                      <field name="OP">AND</field>
                      <value name="A">
                        <block type="logic_compare" id="L2JIVx(*.eFcA:|4RCzd">
                          <field name="OP">GTE</field>
                          <value name="A">
                            <block type="get_value" id="pH8s.AVaIl7g}U)i60+]">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.TV_Zahl</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="fX.`e`I#KT?`(EP}E8vF">
                              <field name="NUM">10</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="cL?,391Yk.He`6S/^_e^">
                          <field name="OP">LTE</field>
                          <value name="A">
                            <block type="get_value" id="),KPwV`g?Gz/4x(]=dQ`">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.TV_Zahl</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id=":)Bm]``@l:w2hZQH3XRT">
                              <field name="NUM">99</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="control" id="@IX,vu6MgC-]BJQ`{!V.">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">Mein_TV.0.TV_Zahl1</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="math_number" id="LQmD+h}spuaJl}gNG7EJ">
                          <field name="NUM">11</field>
                        </block>
                      </value>
                      <next>
                        <block type="control" id="43Q]p51`%hNyr)swaBlt">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">Mein_TV.0.TV_Zahl</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_round" id="^dso,?Bh*Z^__QiE{S/2">
                              <field name="OP">ROUNDDOWN</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="math_arithmetic" id="F`/nDX~Hsrn9#^?s0Z;7">
                                  <field name="OP">DIVIDE</field>
                                  <value name="A">
                                    <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="|+A}|z*HQpy_iZhLo}I.">
                                      <field name="NUM">1</field>
                                    </shadow>
                                    <block type="get_value" id="{B=1C!-%]EBKtV^ITUxI">
                                      <field name="ATTR">val</field>
                                      <field name="OID">Mein_TV.0.TV_Zahl</field>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <shadow type="math_number" id=".vLMOxyCTwexBbX!9kCX">
                                      <field name="NUM">10</field>
                                    </shadow>
                                  </value>
                                </block>
                              </value>
                            </block>
                          </value>
                          <next>
                            <block type="control" id="7|5pS@~oF^A7]4VT|kDs">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                              <field name="OID">Mein_TV.0.TV_Zahl1</field>
                              <field name="WITH_DELAY">TRUE</field>
                              <field name="DELAY_MS">500</field>
                              <field name="UNIT">ms</field>
                              <field name="CLEAR_RUNNING">FALSE</field>
                              <value name="VALUE">
                                <block type="math_round" id="-^HmCuoj%[j`=)zKbS]-">
                                  <field name="OP">ROUND</field>
                                  <value name="NUM">
                                    <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                      <field name="NUM">3.1</field>
                                    </shadow>
                                    <block type="math_modulo" id="*Yi!WpmEI#/rXk25}Hl0">
                                      <value name="DIVIDEND">
                                        <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="v54],)AlGkGr05tir:ge">
                                          <field name="NUM">64</field>
                                        </shadow>
                                        <block type="get_value" id="syw@`SD*x!`0,#?g%~ZQ">
                                          <field name="ATTR">val</field>
                                          <field name="OID">Mein_TV.0.TV_Zahl</field>
                                        </block>
                                      </value>
                                      <value name="DIVISOR">
                                        <shadow type="math_number" id="toTCvRKY(~(S!yk*a5Z_">
                                          <field name="NUM">10</field>
                                        </shadow>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <next>
                                <block type="control" id="Pak[)o]j[SGhlxPiP--?">
                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                  <field name="WITH_DELAY">TRUE</field>
                                  <field name="DELAY_MS">1500</field>
                                  <field name="UNIT">ms</field>
                                  <field name="CLEAR_RUNNING">FALSE</field>
                                  <value name="VALUE">
                                    <block type="math_number" id="NXB0rlMcR|UK41BNZc02">
                                      <field name="NUM">0</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="control" id="f^gcATVXdT3rKaY98I=w">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                      <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                      <field name="WITH_DELAY">TRUE</field>
                                      <field name="DELAY_MS">2000</field>
                                      <field name="UNIT">ms</field>
                                      <field name="CLEAR_RUNNING">FALSE</field>
                                      <value name="VALUE">
                                        <block type="math_number" id="lFCXo08)|E+^HQZXeVn_">
                                          <field name="NUM">11</field>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </statement>
                  <value name="IF1">
                    <block type="logic_operation" id=":VKUo#9+zhunY?N)(+tJ">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="oUtdL[M}eI]B0*SOjF2|">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="0qzRCrntKt/vo+u{}09y">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="QEVfflJ]Q2pU+98Tfh:n">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="xmai=s;~X,#I|`L%jOYb">
                              <field name="NUM">1</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="fxahnxj!*R(uR4O3_nfe">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="*w_@|7?}uuaFhUj*){CK">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="*4[f7~DWmy6LF?R[z?01">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="Av)(,^o`r|t-BGZ7G0xx">
                              <field name="NUM">1</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO1">
                    <block type="control" id="%dc0*1HrX(LdC*s`#,/=">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV1</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="#17Y`l/p/=[H6hl?:J8F">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF2">
                    <block type="logic_operation" id="DyugI/7yYm%/KvB+^l*r">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="!HFN7JrqP4oSEYe;f+iy">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="2MF`u-:)FoKT,,Cw;+:[">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="7`it%al#lA~pepO/V3Ld">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="7;jm7:t!=sFEFCX*hviJ">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="jj]Xw:|rtY+:6P{ijf=@">
                              <field name="NUM">2</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="E|uoI^UyPH)H|0K%hQmN">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="zdb_)}bCtS!jI3|_=6_y">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="m)Vl7`NG.sXz*i_;bq51">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="v4|PP!fs;m;zNEhNKkv0">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="=UaHMz:0j@TN8x`P7lJw">
                              <field name="NUM">2</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO2">
                    <block type="control" id="VXZneGBFR+nN/KqT,5W!">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV2</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id=":r`2@o`iqP+sql,14_Q6">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF3">
                    <block type="logic_operation" id="S(fLvy/WO-z_l`ZLEM#[">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="I^T4X:Vo/.sGQf9%%ec~">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id=";RiZLt4:4bTSn}C=u:Q{">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="9atkJrUsiA)lMvJzzM19">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="D`}E?7s:53BVkTT3P1Rn">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="?`q`f=/V17)^qYt,1r0b">
                              <field name="NUM">3</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="d.NFuL@M}_:`q[P^+YBd">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="A4[SfA=7k-(*ba~YV.XE">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="kKf;~Ee;ZVLa(Au}%yST">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="1~vo7CIliuAHSOt:nUrP">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="sg;4~3Dw1+6%`#vOINYH">
                              <field name="NUM">3</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO3">
                    <block type="control" id=".R5O7OduP,_PAX2|]XK!">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV3</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="yqywsW8?xSM_bo|RmpO[">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF4">
                    <block type="logic_operation" id="ALMb:Fy|7E+pABc]W^A5">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="_mK6B=P/EJb],cJ6A+sD">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="gccJtA;y0xgW{;UtYRn:">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="wr!q:*lp.ghtitu+](K.">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="2n#3FcuR2=k9)@6NOsE/">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="B(hpCpGyW)w)U(wWr1,?">
                              <field name="NUM">4</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id=",|8WzT^l(|e@3{)55%+_">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="c|C9!H}cp%Nuk8Ilbi2I">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ei^Ot4W@)]GBM7Ot2bN(">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="[qafKjP!|8G*I6#O_g`S">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="3U,X)?z^S{7/[;Er{PZ{">
                              <field name="NUM">4</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO4">
                    <block type="control" id="+/3Sol/RJ7_epclfSU1X">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV4</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="Gc0xxlRks]%%YVTfb4./">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF5">
                    <block type="logic_operation" id=")1COD(hsM@GIlff91j:z">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="8[7Rsar(]eZYEb)t?=H#">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="@GIIHatUL}v|sy9;0MY4">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="Ejczt48G-[sfKnGGWAjw">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="p}1yD+y#tO.Gu#jEb+y_">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="c(r8YFgg:j%9AhD5kP%H">
                              <field name="NUM">5</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="[1rV()*.pHoAJ455l3h@">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="Yh`ss*W7T7(kUT]LBz)@">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="|;8.ov|mYh=Ku]ZPISfK">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="V+]]xbQVrXJdCcYkUP?@">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="rG#cdUwchBBLE+,X-ryv">
                              <field name="NUM">5</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO5">
                    <block type="control" id="CzX1RyTuK#~*=DNfo1pC">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV5</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="G5@sJ@{KNUdJ6xzho9Cy">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF6">
                    <block type="logic_operation" id="0qj!7R1lx-z1HP#hIJKo">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="Ovt;MGmo`7IGlv_07I},">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="i1D+l!VVz:D13#eHE/{K">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="RUJ%Mu-kwiw29[}m;e`f">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="0gS%u?e,LVzXF~f^b:~%">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="bBV+9OK(`56R`6v/o1w4">
                              <field name="NUM">6</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="K)eiq=Pv3Wrh%=hJkI}e">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="nLC3kPYAAvc6:_q2p}6%">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="+uLQFd59!pRs`#*%=D#.">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="pGo)0EjMlnS^bZc,]WEl">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="zKuc3G0MF{7eYZS8dSwF">
                              <field name="NUM">6</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO6">
                    <block type="control" id="3H@1GsFq`i@dnU{ybY;Q">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV6</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="4q#(pi2RzOE.ITUew)Do">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF7">
                    <block type="logic_operation" id="jZ~!YJbuG+*@;;g!e6Zb">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="Nby!!-j(Lylz_z_GDm8R">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="|66fRo1W9*UL@h:I-Noi">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="z_Y]{u50;=Za-)xx,YRc">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="FZxv2Eu?LOCsJX/a{[kf">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id=")f#n[=k.SQ!L%Rx*SPUz">
                              <field name="NUM">7</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="jH!MK%!=[%_ZxUZ-nx^r">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="zilrl#8{jtTPFoWU6sKL">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="}R~zz3{Fm@YJx=jFBzxt">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="E,68{~TlPWj@)aW}xn:m">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="|C:J({3KO/)hz@Wbr#y/">
                              <field name="NUM">7</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO7">
                    <block type="control" id="h@@gO32P_.O.f@C6Uw(J">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV7</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="%RG3M#yjh=3g`xo?kSYD">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF8">
                    <block type="logic_operation" id=";ovV8NZp!]LJ]XnJ;KY1">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="*khft2l,R{-y#`W{M1~k">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="I^i5#Sk11zWDLIfRU(rx">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="O8#5VZlVJdzh/C)?p6}l">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="=WmD*vm,qNxj/j)F]J1z">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="M6Ud*E.wwph*v8!/j=6y">
                              <field name="NUM">8</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="67ZUyyh_sD7pI)-%dC7M">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="z1Uh%VFW+amZ@6~bd;|j">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="n`j[igvWvB[qC}V!.SqE">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="|n@nid7nC0[Z@=z?@{!V">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="P!WYDY]xBmWKXq=aB(@9">
                              <field name="NUM">8</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO8">
                    <block type="control" id="m4T{+LJf,Tgqv~R01u!o">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV8</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="rCUHDM3-^^RF%w6R3Zm6">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF9">
                    <block type="logic_operation" id="rJz.~n+~iXCa218J,_Mu">
                      <field name="OP">OR</field>
                      <value name="A">
                        <block type="logic_compare" id="yqU3?uvD,o|dc(W}E*I[">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="OX0;dA+Drg`[*KIX~DyP">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="d%8({By.GB#-Yv#jeeN+">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="m;%`=xu{@%+aNHOTr_k-">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl1</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="k^y`e%PV%New}J[.;VL7">
                              <field name="NUM">9</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="s0~lM:i7U_NTIlOSTqk7">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="math_round" id="zRhVTc+.H^L:qJAZtVEd">
                              <field name="OP">ROUND</field>
                              <value name="NUM">
                                <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="f{]A5qa,yxIyuV#o.Ste">
                                  <field name="NUM">3.1</field>
                                </shadow>
                                <block type="get_value" id="yS!7Tycy*+/.9X_sW~62">
                                  <field name="ATTR">val</field>
                                  <field name="OID">Mein_TV.0.TV_Zahl</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="Bz(~3tGxi)te({l]^C-l">
                              <field name="NUM">9</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO9">
                    <block type="control" id="sbN+0sxW!6ELFX1wXmu!">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV9</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="jyV}F#n:LmH*ldGI#q}x">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF10">
                    <block type="logic_compare" id="::stn-xJ[.+5%eH1`wzb">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="math_round" id="1QC#]gLXPk;Hi+sEX3]O">
                          <field name="OP">ROUND</field>
                          <value name="NUM">
                            <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                              <field name="NUM">3.1</field>
                            </shadow>
                            <block type="get_value" id="hqUzj*tDuwVqOXG7Sizq">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.TV_Zahl1</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="math_number" id="9hsgx-.)n?Y_5U(l::]N">
                          <field name="NUM">0</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO10">
                    <block type="control" id="Aj%].-h1Sf!4V;*)7%Vd">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TV0</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="k8;M8Dr9yLG`14+=^mn.">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF11">
                    <block type="logic_compare" id="6A4mH/[rBOI}E2TzVlS8">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="math_round" id="_?080,/q/!mQatYrfAUR">
                          <field name="OP">ROUND</field>
                          <value name="NUM">
                            <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                              <field name="NUM">3.1</field>
                            </shadow>
                            <block type="get_value" id=":FW,t01)DP]3#Jg)enEw">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.TV_Zahl</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="math_number" id="FwU,XRKfam:A:i-f:(6M">
                          <field name="NUM">100</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO11">
                    <block type="control" id="!vu*82Xkec}C2a:cYIIv">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TVan</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="OmV`w)iFO4Url]U7cLQl">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                  <value name="IF12">
                    <block type="logic_compare" id="sP9?mB4A,lv^Qak},[.?">
                      <field name="OP">EQ</field>
                      <value name="A">
                        <block type="math_round" id="AKJ-pV44S}C%W{(MF/wu">
                          <field name="OP">ROUND</field>
                          <value name="NUM">
                            <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                              <field name="NUM">3.1</field>
                            </shadow>
                            <block type="get_value" id="y#13da.8{VMznPNA.a3%">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.TV_Zahl</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="math_number" id="R+.:Ux`]J7n!21U`#|v-">
                          <field name="NUM">0</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO12">
                    <block type="control" id="k*EQe7Y9py:7p|9]Sgy;">
                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                      <field name="OID">broadlink.0.learnedSignals.TVaus</field>
                      <field name="WITH_DELAY">FALSE</field>
                      <value name="VALUE">
                        <block type="logic_boolean" id="S8+-Q`a,+Qk]d+Y7P15l">
                          <field name="BOOL">TRUE</field>
                        </block>
                      </value>
                    </block>
                  </statement>
                </block>
              </statement>
              <next>
                <block type="on" id="jed*.mo:6c7Z-VZrqWb}">
                  <field name="OID">Mein_TV.0.Ton</field>
                  <field name="CONDITION">any</field>
                  <field name="ACK_CONDITION"></field>
                  <statement name="STATEMENT">
                    <block type="controls_if" id="Mllm3VyO.Qm7z=#XiV{R">
                      <mutation elseif="2"></mutation>
                      <value name="IF0">
                        <block type="logic_compare" id="jYV.}]i37[=%==)Od]h8">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id="uWN8|cRTr:`1^2M+c%EY">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.Ton</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id=".*}SJU)Dd[dEaRhhM;))">
                              <field name="NUM">20</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="controls_repeat_ext" id="|FM[SolwYR8y5eQvxqSw">
                          <value name="TIMES">
                            <shadow type="math_number" id="EFySL`L((mB;jY|6ri;4">
                              <field name="NUM">10</field>
                            </shadow>
                          </value>
                          <statement name="DO">
                            <block type="control" id="mu^nTLv4R4}/:K)KUnCe">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">broadlink.0.learnedSignals.TVlauter</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="69v1tBc]P@NL#YrIF!Uy">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                        </block>
                      </statement>
                      <value name="IF1">
                        <block type="logic_compare" id="wDbsD)P_TEJzeLkwTJ?Y">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id="59r3Yw=QROuzVWR}xWp7">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.Ton</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="rWB{U:yDz2`D=M6S!Qw.">
                              <field name="NUM">10</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO1">
                        <block type="controls_repeat_ext" id="j2h~wn*K614;qr`WFh|{">
                          <value name="TIMES">
                            <shadow type="math_number" id="|BES!gad2Uje_^+EX?(z">
                              <field name="NUM">10</field>
                            </shadow>
                          </value>
                          <statement name="DO">
                            <block type="control" id="ix@gkw/wvD0t;OL^g^J^">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">broadlink.0.learnedSignals.TVleiser</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="logic_boolean" id="!%%uABBMiBg?4+c%eLFN">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </statement>
                        </block>
                      </statement>
                      <value name="IF2">
                        <block type="logic_compare" id="3HY,0R;6.MGe6`jqIL-6">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id="r#wG!P_R4#gQbXc.Pp`u">
                              <field name="ATTR">val</field>
                              <field name="OID">Mein_TV.0.Ton</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="q^/T_@_C1d(dn=+8+dr|">
                              <field name="NUM">30</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO2">
                        <block type="control" id="#I/n?E}N,iJe]HG2sC`2">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">broadlink.0.learnedSignals.TVleiser</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="logic_boolean" id="zb#NaH!?y.q,`4TwVB2L">
                              <field name="BOOL">TRUE</field>
                            </block>
                          </value>
                        </block>
                      </statement>
                    </block>
                  </statement>
                </block>
              </next>
            </block>
          </next>
        </block>
      </xml>
      
      liv-in-skyL Offline
      liv-in-skyL Offline
      liv-in-sky
      schrieb am zuletzt editiert von liv-in-sky
      #2

      @fritzk

      hatte vor kurzem auch jmd mit diesem problem, nach irgendeinem update ging es nicht mehr - wir haben das ganze umgeschrieben und nutzen zum schalten: alexa, setze fernseher auf ...

      funktioniert von 1 bis 99

      evtl musst du was ändern - def. die datenpunkte angleichen - musst halt ein wenig testen

      <xml xmlns="https://developers.google.com/blockly/xml">
       <variables>
         <variable id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</variable>
         <variable id="}=TF%RtYkHbEIfP??mYn">dieZahl</variable>
         <variable type="timeout" id="timeout">timeout</variable>
         <variable type="timeout" id="timeout5">timeout5</variable>
         <variable type="timeout" id="timeout6">timeout6</variable>
       </variables>
       <block type="variables_set" id="ztWkR^!A2CpTdBgg/}o1" x="812" y="4862">
         <field name="VAR" id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</field>
         <value name="VALUE">
           <block type="logic_boolean" id="e#^Hm?Z:m=]t8ZgiOo+E">
             <field name="BOOL">FALSE</field>
           </block>
         </value>
         <next>
           <block type="on" id="dR@e[ZswbARH%.fLW-*z">
             <field name="OID">0_userdata.0.Mein_TV.0.TV_Zahl</field>
             <field name="CONDITION">any</field>
             <field name="ACK_CONDITION"></field>
             <statement name="STATEMENT">
               <block type="debug" id="l`M$5i)h66H2geP=C|]~">
                 <field name="Severity">warn</field>
                 <value name="TEXT">
                   <shadow type="text" id=".zY353$St~,*NmYKZce;">
                     <field name="TEXT">test</field>
                   </shadow>
                   <block type="on_source" id="hsB@0};G@U{gcY~F=WNV">
                     <field name="ATTR">state.val</field>
                   </block>
                 </value>
                 <next>
                   <block type="controls_if" id="WHcaF4{;elJ8LeKmM6:M">
                     <mutation elseif="3"></mutation>
                     <value name="IF0">
                       <block type="logic_operation" id="ss]8~KNXGauDM;Ja)s4o">
                         <field name="OP">AND</field>
                         <value name="A">
                           <block type="logic_compare" id="={f=Ct5d.[AIQ?YDE#w]">
                             <field name="OP">GTE</field>
                             <value name="A">
                               <block type="on_source" id="YH51bb|uRDHjR#%xD!*M">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="math_number" id="STF(5YYIrr1[Pt.?OG)E">
                                 <field name="NUM">10</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <value name="B">
                           <block type="logic_compare" id="q8LVoj.(+=6KfuAObLy*">
                             <field name="OP">LTE</field>
                             <value name="A">
                               <block type="on_source" id="Ol+hVz[X^w9T27Yb`|(1">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="math_number" id="J6Bkq]Ssb]:KSGCKsItI">
                                 <field name="NUM">99</field>
                               </block>
                             </value>
                           </block>
                         </value>
                       </block>
                     </value>
                     <statement name="DO0">
                       <block type="procedures_callnoreturn" id="[VxNb%^TamenUe=F9SiJ">
                         <mutation name="etwas tun2">
                           <arg name="dieZahl"></arg>
                         </mutation>
                         <value name="ARG0">
                           <block type="math_round" id="9zq3b32gox5P33-c+SX~">
                             <field name="OP">ROUNDDOWN</field>
                             <value name="NUM">
                               <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number">
                                 <field name="NUM">3.1</field>
                               </shadow>
                               <block type="math_arithmetic" id="Tu{w?Lvq9Qufo0{;+oD.">
                                 <field name="OP">DIVIDE</field>
                                 <value name="A">
                                   <shadow type="math_number" id="$d)F50[SoD0!NO;qEP;1">
                                     <field name="NUM">1</field>
                                   </shadow>
                                   <block type="on_source" id="a3-.ZjD$RN,MPy1=hDk3">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <value name="B">
                                   <shadow type="math_number" id="Z=k$6v`?W?rXj_cM;:5g">
                                     <field name="NUM">10</field>
                                   </shadow>
                                   <block type="math_number" id="2zl$HQz~)Y:4{d4tK$9Y">
                                     <field name="NUM">10</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                           </block>
                         </value>
                         <next>
                           <block type="comment" id="IrznS/[D~B9R=2?[S!oE">
                             <field name="COMMENT">vorher 1000ms</field>
                             <next>
                               <block type="timeouts_settimeout" id="p|e=mPvpF/?n3A#r$Gcv">
                                 <field name="NAME">timeout</field>
                                 <field name="DELAY">800</field>
                                 <field name="UNIT">ms</field>
                                 <statement name="STATEMENT">
                                   <block type="procedures_callnoreturn" id="Bdf^RL5FPJ(Z%b(K@I6T">
                                     <mutation name="etwas tun2">
                                       <arg name="dieZahl"></arg>
                                     </mutation>
                                     <value name="ARG0">
                                       <block type="math_round" id="*[:PD#o2U-ZEr04RE~xx">
                                         <field name="OP">ROUND</field>
                                         <value name="NUM">
                                           <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number">
                                             <field name="NUM">3.1</field>
                                           </shadow>
                                           <block type="math_modulo" id="{0sY[v[zMO`^sB.24E:A">
                                             <value name="DIVIDEND">
                                               <shadow type="math_number" id="c}ebZFp.cOcvbX]ktAb@">
                                                 <field name="NUM">64</field>
                                               </shadow>
                                               <block type="on_source" id="(p}:B-T}8V{jNG99X{9b">
                                                 <field name="ATTR">state.val</field>
                                               </block>
                                             </value>
                                             <value name="DIVISOR">
                                               <shadow type="math_number" id="34xx~aG=*my.)qs`gy7*">
                                                 <field name="NUM">10</field>
                                               </shadow>
                                               <block type="math_number" id="(PRE3K=]B%~^6^C/d7S:">
                                                 <field name="NUM">10</field>
                                               </block>
                                             </value>
                                           </block>
                                         </value>
                                       </block>
                                     </value>
                                   </block>
                                 </statement>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </statement>
                     <value name="IF1">
                       <block type="logic_operation" id=",^7R*V54.Z0@@!X7$w@G">
                         <field name="OP">AND</field>
                         <value name="A">
                           <block type="logic_compare" id="aLwVU!z3J}z7b0{DQ0L(">
                             <field name="OP">GTE</field>
                             <value name="A">
                               <block type="on_source" id="Oph4d3#oACbrh{)nT;#u">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="math_number" id="Z?`qDf4/lR?.Z7r_AwzR">
                                 <field name="NUM">1</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <value name="B">
                           <block type="logic_compare" id="@.cx9|;.^$/z4QJE+Rf2">
                             <field name="OP">LTE</field>
                             <value name="A">
                               <block type="on_source" id="g*`k+Ne4Z%*6,T)yT9x4">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="math_number" id=".)*|NLh$nT#;fv.|p+T+">
                                 <field name="NUM">9</field>
                               </block>
                             </value>
                           </block>
                         </value>
                       </block>
                     </value>
                     <statement name="DO1">
                       <block type="procedures_callnoreturn" id="$CW5Ff=eoWtQ+)M5J42R">
                         <mutation name="etwas tun2">
                           <arg name="dieZahl"></arg>
                         </mutation>
                         <value name="ARG0">
                           <block type="on_source" id="07r22sNG;!rO~*Mc^D(v">
                             <field name="ATTR">state.val</field>
                           </block>
                         </value>
                       </block>
                     </statement>
                     <value name="IF2">
                       <block type="logic_compare" id="n9-[ThxP~+i=P9DK956Q">
                         <field name="OP">EQ</field>
                         <value name="A">
                           <block type="math_round" id="@}L05#db+3LCOnD0:W_c">
                             <field name="OP">ROUND</field>
                             <value name="NUM">
                               <shadow type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                                 <field name="NUM">3.1</field>
                               </shadow>
                               <block type="on_source" id="iB|+4PIje/^UlE6}T!?e">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <value name="B">
                           <block type="math_number" id="^`D+D70ea?jrPOYr~KvF">
                             <field name="NUM">100</field>
                           </block>
                         </value>
                       </block>
                     </value>
                     <statement name="DO2">
                       <block type="control" id="h`,JYv/q=%_(LwX5@~e[">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.Scenes.Fernseher</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="D#fvKH+PTqDw}hQCvsE_">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </statement>
                     <value name="IF3">
                       <block type="logic_compare" id="m{!O[)VUufERWYFpVNDs">
                         <field name="OP">EQ</field>
                         <value name="A">
                           <block type="math_round" id="=#%By^pN*h)6sw0W[nb:">
                             <field name="OP">ROUND</field>
                             <value name="NUM">
                               <shadow type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                                 <field name="NUM">3.1</field>
                               </shadow>
                               <block type="on_source" id="8?)a4](F}ZEQm4~%=U.T">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <value name="B">
                           <block type="math_number" id="R#W@9-:zg@=:$*Eh/fxG">
                             <field name="NUM">0</field>
                           </block>
                         </value>
                       </block>
                     </value>
                     <statement name="DO3">
                       <block type="control" id="!:IaS2,49r9s!|fNq^)%">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.Scenes.Fernseher</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="2^y}~fGWAt2WEw5+k?!D">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </statement>
                   </block>
                 </next>
               </block>
             </statement>
           </block>
         </next>
       </block>
       <block type="procedures_defnoreturn" id="#P.@Vl/a=K,3%ShD1kXG" x="1537" y="4837">
         <field name="NAME">etwas tun</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         <statement name="STACK">
           <block type="controls_if" id="m7.Ltf{${T@blnxccvI2">
             <value name="IF0">
               <block type="logic_compare" id="4B9wBE`U{990N^mE4pHm">
                 <field name="OP">EQ</field>
                 <value name="A">
                   <block type="variables_get" id="l-?e.:q^@j{e/^z$bi9:">
                     <field name="VAR" id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</field>
                   </block>
                 </value>
                 <value name="B">
                   <block type="logic_boolean" id=":X!x1$lXrl_|7v%MUVM$">
                     <field name="BOOL">FALSE</field>
                   </block>
                 </value>
               </block>
             </value>
             <statement name="DO0">
               <block type="comment" id="CI=sABh8Sq-y$Z:BQTO{">
                 <field name="COMMENT">nicht größer 1000</field>
                 <next>
                   <block type="variables_set" id="7-?Jni/DTLo7a4t9wMSs">
                     <field name="VAR" id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</field>
                     <value name="VALUE">
                       <block type="logic_boolean" id="#|*hN*Y}.r)FJ7:*zid9">
                         <field name="BOOL">TRUE</field>
                       </block>
                     </value>
                     <next>
                       <block type="comment" id=".uZ.N1;o#HhUK;uefdLw">
                         <field name="COMMENT">vorher 1000</field>
                         <next>
                           <block type="control" id="],P|cMTrX1z.PMs|r(js">
                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                             <field name="OID">enigma2.0.command.OK</field>
                             <field name="WITH_DELAY">TRUE</field>
                             <field name="DELAY_MS">1500</field>
                             <field name="UNIT">ms</field>
                             <field name="CLEAR_RUNNING">FALSE</field>
                             <value name="VALUE">
                               <block type="logic_boolean" id="GxMj+7agQasVAJ5EVAzE">
                                 <field name="BOOL">TRUE</field>
                               </block>
                             </value>
                             <next>
                               <block type="comment" id="KYc@BQmbZPPO%Q#MP)%A">
                                 <field name="COMMENT">vorher 1000</field>
                                 <next>
                                   <block type="timeouts_settimeout" id="eu]d6_bLApyo.S$rrE2Y">
                                     <field name="NAME">timeout5</field>
                                     <field name="DELAY">1500</field>
                                     <field name="UNIT">ms</field>
                                     <statement name="STATEMENT">
                                       <block type="debug" id="XfZKN~Ue9b}%M]rGg$$M">
                                         <field name="Severity">log</field>
                                         <value name="TEXT">
                                           <shadow type="text" id="_Z{7`F.[$M@eMY2YqK3^">
                                             <field name="TEXT">ok</field>
                                           </shadow>
                                         </value>
                                       </block>
                                     </statement>
                                     <next>
                                       <block type="timeouts_settimeout" id="L2=}*fj,`V-D!Id_Ep^k">
                                         <field name="NAME">timeout6</field>
                                         <field name="DELAY">3500</field>
                                         <field name="UNIT">ms</field>
                                         <statement name="STATEMENT">
                                           <block type="variables_set" id="XGcdC5!PVi.CnuL_@!h?">
                                             <field name="VAR" id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</field>
                                             <value name="VALUE">
                                               <block type="logic_boolean" id="-j,4j~W8eqdjaEK50nL?">
                                                 <field name="BOOL">FALSE</field>
                                               </block>
                                             </value>
                                           </block>
                                         </statement>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </statement>
           </block>
         </statement>
       </block>
       <block type="procedures_defnoreturn" id="~i{0T04?#pfojv#E!t^B" x="1562" y="5312">
         <mutation>
           <arg name="dieZahl" varid="}=TF%RtYkHbEIfP??mYn"></arg>
         </mutation>
         <field name="NAME">etwas tun2</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         <statement name="STACK">
           <block type="procedures_callnoreturn" id="e/)3|{az7qo;;0W:pCa|">
             <mutation name="etwas tun"></mutation>
             <next>
               <block type="controls_if" id="Vc1J9)9ntG9yY_{#,ar(">
                 <mutation elseif="9"></mutation>
                 <value name="IF0">
                   <block type="logic_compare" id="4i8PTAi;})ZN|{L@kC%I">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="n1Rlc~f`h/SSL5^L{ie|">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id=",MB[qA#vh:_s?cfxiMV{">
                         <field name="NUM">1</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO0">
                   <block type="debug" id="n#RzBD)BN3iI,]Yo%Q7p">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="ZEbsg`Jfgq$|}npLv7{%">
                         <field name="TEXT">1</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="cwENAmUIC~_0qfI/;n8U">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 1_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="kfwq|![s/dNpXwkzzf]r">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF1">
                   <block type="logic_compare" id="Rdp@!RN-8?.iO-x_6rQy">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="xe;n~)v[EsUi)%CET@%$">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="$GWm`|F[HB},.4B)ot9J">
                         <field name="NUM">2</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO1">
                   <block type="debug" id="G2aNa*cbJ~)DsLD=!xVs">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="9UJYu;F?1fQT=N5LbEM|">
                         <field name="TEXT">2</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="6iWQr-%=`I1iockMy/6@">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 2_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="2)hkn*h{G`}jsh@@T,oW">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF2">
                   <block type="logic_compare" id="}*43INb!.SO|nIu;GP0S">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="Q3sI@$2xs$iI,b%Vh?d2">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="x21MG{1//L,M%:N}71E{">
                         <field name="NUM">3</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO2">
                   <block type="debug" id="8Wt.-82s3$Fi-/T6tjF}">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="xK=]!HEEeSXvd77.*ktb">
                         <field name="TEXT">3</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="`OS@wo]v8-znX-?9q47P">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 3_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="[K1.N|/%G+yEzK]k-G/[">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF3">
                   <block type="logic_compare" id="oHGl4J-fn0XZYN`PBz~l">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="W63@T{%$h2Pj5GM1~Uj0">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="EBB~C]0j}=[BS7ibg=gh">
                         <field name="NUM">4</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO3">
                   <block type="debug" id="/D2F9%d#Ze.XL9Tg=4j/">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="LKfB!jD]2JXQD1:j83r?">
                         <field name="TEXT"> 4</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="Q[)4iJ((ABj7f4zk^~[[">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 4_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id=":mJMKGjU?fwl9wfN)hpf">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF4">
                   <block type="logic_compare" id="gm#dP!.~M5HK2|8VnQcV">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id=";hmipu5Ry}?9RN~tWV2j">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="~K4z*U5v]avO%uJRc9A,">
                         <field name="NUM">5</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO4">
                   <block type="debug" id="~3^c*d|(|qtzyUma${wV">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="%r)tlnB#Y:@XkIc7a9ID">
                         <field name="TEXT">5</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="LG*^fkXeAo5fIFK8:TzI">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 5_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="s1`HuOw|R_`+?T0$.GoT">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF5">
                   <block type="logic_compare" id="r#!e}6_[Z@K1q_Iu$O[A">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="_cJTb_uLVr/zFQ9d)6bv">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="]xkIYQ}?g`C[uT^(PrCw">
                         <field name="NUM">6</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO5">
                   <block type="debug" id="=j4bDB-mbyw:d,gQNg}l">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="wjbup!=-($L;M7jCB(o7">
                         <field name="TEXT">6</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="#pYR[GfLLlLX?%|F*_*T">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 6_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="=hU{KLOs6G?~5d}(~v5}">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF6">
                   <block type="logic_compare" id="VUJbjr@w:u+@0ZWZ@M8n">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="nUt{.Qoeqdo1`@DJp.GU">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="f-xV=u;F4hKGZ/4igi`p">
                         <field name="NUM">7</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO6">
                   <block type="debug" id="x.:tH}X5Q~/wxnN?2Bh=">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="i@Fiq9q!Uq7iMpqO2r,z">
                         <field name="TEXT">7</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="qHh.W(kBp(uJ0z4EnU/`">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 7_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="71{vmuvJ5RTKAiWHuDLd">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF7">
                   <block type="logic_compare" id="Ea6fYA/S~KGlU;K)@]2F">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="5MpBq#fXHvyvZ]2/wmJj">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="eQk9M:Sm%WHf,*@%Nf}i">
                         <field name="NUM">8</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO7">
                   <block type="debug" id=".cjEQ=f6@)b-wsXeoNgo">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="0USBrGX2ga?CYX|rV.)b">
                         <field name="TEXT">8</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="%$:4?95!xV+NNYc,dt=`">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 8_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="51tXVZQFH~McK@{oR[}[">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF8">
                   <block type="logic_compare" id="J$02@$Mou}scio2h!}QI">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="v$(tFFDEAV0ilAF/Xu%I">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="zN1h5NAGS09}|qJU:4~#">
                         <field name="NUM">9</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO8">
                   <block type="debug" id="#?A%?(9n}PrhqfG`3//p">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="YIBBW?wSP;z%.]u,4Whr">
                         <field name="TEXT">9</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="Y:mOFC%2O_sf[(wW-]fT">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 9_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="-|fY8`eWhwpgBMfQ#CMM">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <value name="IF9">
                   <block type="logic_compare" id="z4IpJXzFeE$9Dmdhg,F:">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="variables_get" id="Lwe^bSzPP$cRoO/*9W~;">
                         <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="z$dHz%jzzOd;~*d+n8;@">
                         <field name="NUM">0</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO9">
                   <block type="debug" id="zJ)Xj{]13tFl;Xie;qk/">
                     <field name="Severity">log</field>
                     <value name="TEXT">
                       <shadow type="text" id="n]ny[vEYwkVB~wHxQ5O6">
                         <field name="TEXT">0</field>
                       </shadow>
                     </value>
                     <next>
                       <block type="control" id="#)jq22gN3/:MHduR?/w.">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 0_</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="moFI*$61@QbhxR9T*yb1">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
               </block>
             </next>
           </block>
         </statement>
       </block>
       <block type="on" id="(E4tr5u+1a{e:2W_9tW9" x="838" y="5737">
         <field name="OID">0_userdata.0.Mein_TV.0.Ton</field>
         <field name="CONDITION">any</field>
         <field name="ACK_CONDITION"></field>
         <statement name="STATEMENT">
           <block type="controls_if" id="lyTBj,9`PZrb[BZD)qKX">
             <mutation elseif="2"></mutation>
             <value name="IF0">
               <block type="logic_compare" id="aH0r3^1EGyH!P6(cD-+,">
                 <field name="OP">EQ</field>
                 <value name="A">
                   <block type="get_value" id="5.tNcZYpF8M;{ouez93c">
                     <field name="ATTR">val</field>
                     <field name="OID">0_userdata.0.Mein_TV.0.Ton</field>
                   </block>
                 </value>
                 <value name="B">
                   <block type="math_number" id="c`d_?i_HN7(m[?@H%Zrb">
                     <field name="NUM">20</field>
                   </block>
                 </value>
               </block>
             </value>
             <statement name="DO0">
               <block type="controls_repeat_ext" id="7!s3Uwl_$$uWSJ(ZmZf5">
                 <value name="TIMES">
                   <shadow type="math_number" id="zmFz%zUXAo{II,$j~Bh9">
                     <field name="NUM">15</field>
                   </shadow>
                 </value>
                 <statement name="DO">
                   <block type="timeouts_wait" id=")/f}zK3Z7my+QYF,UVKE">
                     <field name="DELAY">1</field>
                     <field name="UNIT">sec</field>
                     <next>
                       <block type="control" id="Fm{l`F}h;Pc4?onF@|ar">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.Fernseher Lauter</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="W^0zUP]JH$nYg8)%|nd[">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
               </block>
             </statement>
             <value name="IF1">
               <block type="logic_compare" id=".x@yYXWZ`1IVj?_g[p^S">
                 <field name="OP">EQ</field>
                 <value name="A">
                   <block type="get_value" id=":N3SdS%C@])|Bi%iVcd{">
                     <field name="ATTR">val</field>
                     <field name="OID">0_userdata.0.Mein_TV.0.Ton</field>
                   </block>
                 </value>
                 <value name="B">
                   <block type="math_number" id="`,Q{hTcFJ7].;V+{fVS6">
                     <field name="NUM">10</field>
                   </block>
                 </value>
               </block>
             </value>
             <statement name="DO1">
               <block type="controls_repeat_ext" id="xqq(4~(@7@jHwS%lgL*]">
                 <value name="TIMES">
                   <shadow type="math_number" id="L9dzjsihS4jsS@x.89na">
                     <field name="NUM">15</field>
                   </shadow>
                 </value>
                 <statement name="DO">
                   <block type="timeouts_wait" id="br_AcJn%G~%MP][t7V-k">
                     <field name="DELAY">1</field>
                     <field name="UNIT">sec</field>
                     <next>
                       <block type="control" id="[U=7NdQrjFHuf-t#];[N">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.Fernseher Leiser</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="logic_boolean" id="t5rF?}h7B/[}KAw^!|#6">
                             <field name="BOOL">TRUE</field>
                           </block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
               </block>
             </statement>
             <value name="IF2">
               <block type="logic_compare" id="1sFaj5Ae94B($-bx#z,0" disabled="true">
                 <field name="OP">EQ</field>
                 <value name="A">
                   <block type="get_value" id="4~jUdIDl/e#%SSATTSvI">
                     <field name="ATTR">val</field>
                     <field name="OID">0_userdata.0.Mein_TV.0.Ton</field>
                   </block>
                 </value>
                 <value name="B">
                   <block type="math_number" id="-B({=5b#Xhfj!jYxMiXR">
                     <field name="NUM">30</field>
                   </block>
                 </value>
               </block>
             </value>
             <statement name="DO2">
               <block type="control" id=",r6:tK`2=$k1gAGEVuL(" disabled="true">
                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                 <field name="OID">0_userdata.0.VU+Uno4K_SE.VOLUME_DOWN</field>
                 <field name="WITH_DELAY">FALSE</field>
                 <value name="VALUE">
                   <block type="logic_boolean" id="=H$[esE(0EK?$dBKE-tW">
                     <field name="BOOL">TRUE</field>
                   </block>
                 </value>
               </block>
             </statement>
           </block>
         </statement>
       </block>
      </xml>
      

      nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

      F 1 Antwort Letzte Antwort
      1
      • liv-in-skyL liv-in-sky

        @fritzk

        hatte vor kurzem auch jmd mit diesem problem, nach irgendeinem update ging es nicht mehr - wir haben das ganze umgeschrieben und nutzen zum schalten: alexa, setze fernseher auf ...

        funktioniert von 1 bis 99

        evtl musst du was ändern - def. die datenpunkte angleichen - musst halt ein wenig testen

        <xml xmlns="https://developers.google.com/blockly/xml">
         <variables>
           <variable id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</variable>
           <variable id="}=TF%RtYkHbEIfP??mYn">dieZahl</variable>
           <variable type="timeout" id="timeout">timeout</variable>
           <variable type="timeout" id="timeout5">timeout5</variable>
           <variable type="timeout" id="timeout6">timeout6</variable>
         </variables>
         <block type="variables_set" id="ztWkR^!A2CpTdBgg/}o1" x="812" y="4862">
           <field name="VAR" id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</field>
           <value name="VALUE">
             <block type="logic_boolean" id="e#^Hm?Z:m=]t8ZgiOo+E">
               <field name="BOOL">FALSE</field>
             </block>
           </value>
           <next>
             <block type="on" id="dR@e[ZswbARH%.fLW-*z">
               <field name="OID">0_userdata.0.Mein_TV.0.TV_Zahl</field>
               <field name="CONDITION">any</field>
               <field name="ACK_CONDITION"></field>
               <statement name="STATEMENT">
                 <block type="debug" id="l`M$5i)h66H2geP=C|]~">
                   <field name="Severity">warn</field>
                   <value name="TEXT">
                     <shadow type="text" id=".zY353$St~,*NmYKZce;">
                       <field name="TEXT">test</field>
                     </shadow>
                     <block type="on_source" id="hsB@0};G@U{gcY~F=WNV">
                       <field name="ATTR">state.val</field>
                     </block>
                   </value>
                   <next>
                     <block type="controls_if" id="WHcaF4{;elJ8LeKmM6:M">
                       <mutation elseif="3"></mutation>
                       <value name="IF0">
                         <block type="logic_operation" id="ss]8~KNXGauDM;Ja)s4o">
                           <field name="OP">AND</field>
                           <value name="A">
                             <block type="logic_compare" id="={f=Ct5d.[AIQ?YDE#w]">
                               <field name="OP">GTE</field>
                               <value name="A">
                                 <block type="on_source" id="YH51bb|uRDHjR#%xD!*M">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id="STF(5YYIrr1[Pt.?OG)E">
                                   <field name="NUM">10</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <value name="B">
                             <block type="logic_compare" id="q8LVoj.(+=6KfuAObLy*">
                               <field name="OP">LTE</field>
                               <value name="A">
                                 <block type="on_source" id="Ol+hVz[X^w9T27Yb`|(1">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id="J6Bkq]Ssb]:KSGCKsItI">
                                   <field name="NUM">99</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO0">
                         <block type="procedures_callnoreturn" id="[VxNb%^TamenUe=F9SiJ">
                           <mutation name="etwas tun2">
                             <arg name="dieZahl"></arg>
                           </mutation>
                           <value name="ARG0">
                             <block type="math_round" id="9zq3b32gox5P33-c+SX~">
                               <field name="OP">ROUNDDOWN</field>
                               <value name="NUM">
                                 <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number">
                                   <field name="NUM">3.1</field>
                                 </shadow>
                                 <block type="math_arithmetic" id="Tu{w?Lvq9Qufo0{;+oD.">
                                   <field name="OP">DIVIDE</field>
                                   <value name="A">
                                     <shadow type="math_number" id="$d)F50[SoD0!NO;qEP;1">
                                       <field name="NUM">1</field>
                                     </shadow>
                                     <block type="on_source" id="a3-.ZjD$RN,MPy1=hDk3">
                                       <field name="ATTR">state.val</field>
                                     </block>
                                   </value>
                                   <value name="B">
                                     <shadow type="math_number" id="Z=k$6v`?W?rXj_cM;:5g">
                                       <field name="NUM">10</field>
                                     </shadow>
                                     <block type="math_number" id="2zl$HQz~)Y:4{d4tK$9Y">
                                       <field name="NUM">10</field>
                                     </block>
                                   </value>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <next>
                             <block type="comment" id="IrznS/[D~B9R=2?[S!oE">
                               <field name="COMMENT">vorher 1000ms</field>
                               <next>
                                 <block type="timeouts_settimeout" id="p|e=mPvpF/?n3A#r$Gcv">
                                   <field name="NAME">timeout</field>
                                   <field name="DELAY">800</field>
                                   <field name="UNIT">ms</field>
                                   <statement name="STATEMENT">
                                     <block type="procedures_callnoreturn" id="Bdf^RL5FPJ(Z%b(K@I6T">
                                       <mutation name="etwas tun2">
                                         <arg name="dieZahl"></arg>
                                       </mutation>
                                       <value name="ARG0">
                                         <block type="math_round" id="*[:PD#o2U-ZEr04RE~xx">
                                           <field name="OP">ROUND</field>
                                           <value name="NUM">
                                             <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number">
                                               <field name="NUM">3.1</field>
                                             </shadow>
                                             <block type="math_modulo" id="{0sY[v[zMO`^sB.24E:A">
                                               <value name="DIVIDEND">
                                                 <shadow type="math_number" id="c}ebZFp.cOcvbX]ktAb@">
                                                   <field name="NUM">64</field>
                                                 </shadow>
                                                 <block type="on_source" id="(p}:B-T}8V{jNG99X{9b">
                                                   <field name="ATTR">state.val</field>
                                                 </block>
                                               </value>
                                               <value name="DIVISOR">
                                                 <shadow type="math_number" id="34xx~aG=*my.)qs`gy7*">
                                                   <field name="NUM">10</field>
                                                 </shadow>
                                                 <block type="math_number" id="(PRE3K=]B%~^6^C/d7S:">
                                                   <field name="NUM">10</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                     </block>
                                   </statement>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </statement>
                       <value name="IF1">
                         <block type="logic_operation" id=",^7R*V54.Z0@@!X7$w@G">
                           <field name="OP">AND</field>
                           <value name="A">
                             <block type="logic_compare" id="aLwVU!z3J}z7b0{DQ0L(">
                               <field name="OP">GTE</field>
                               <value name="A">
                                 <block type="on_source" id="Oph4d3#oACbrh{)nT;#u">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id="Z?`qDf4/lR?.Z7r_AwzR">
                                   <field name="NUM">1</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <value name="B">
                             <block type="logic_compare" id="@.cx9|;.^$/z4QJE+Rf2">
                               <field name="OP">LTE</field>
                               <value name="A">
                                 <block type="on_source" id="g*`k+Ne4Z%*6,T)yT9x4">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                               <value name="B">
                                 <block type="math_number" id=".)*|NLh$nT#;fv.|p+T+">
                                   <field name="NUM">9</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO1">
                         <block type="procedures_callnoreturn" id="$CW5Ff=eoWtQ+)M5J42R">
                           <mutation name="etwas tun2">
                             <arg name="dieZahl"></arg>
                           </mutation>
                           <value name="ARG0">
                             <block type="on_source" id="07r22sNG;!rO~*Mc^D(v">
                               <field name="ATTR">state.val</field>
                             </block>
                           </value>
                         </block>
                       </statement>
                       <value name="IF2">
                         <block type="logic_compare" id="n9-[ThxP~+i=P9DK956Q">
                           <field name="OP">EQ</field>
                           <value name="A">
                             <block type="math_round" id="@}L05#db+3LCOnD0:W_c">
                               <field name="OP">ROUND</field>
                               <value name="NUM">
                                 <shadow type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                                   <field name="NUM">3.1</field>
                                 </shadow>
                                 <block type="on_source" id="iB|+4PIje/^UlE6}T!?e">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <value name="B">
                             <block type="math_number" id="^`D+D70ea?jrPOYr~KvF">
                               <field name="NUM">100</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO2">
                         <block type="control" id="h`,JYv/q=%_(LwX5@~e[">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.Scenes.Fernseher</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="D#fvKH+PTqDw}hQCvsE_">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </statement>
                       <value name="IF3">
                         <block type="logic_compare" id="m{!O[)VUufERWYFpVNDs">
                           <field name="OP">EQ</field>
                           <value name="A">
                             <block type="math_round" id="=#%By^pN*h)6sw0W[nb:">
                               <field name="OP">ROUND</field>
                               <value name="NUM">
                                 <shadow type="math_number" id="hJ/Ox%{(mZl0UAb62n7r">
                                   <field name="NUM">3.1</field>
                                 </shadow>
                                 <block type="on_source" id="8?)a4](F}ZEQm4~%=U.T">
                                   <field name="ATTR">state.val</field>
                                 </block>
                               </value>
                             </block>
                           </value>
                           <value name="B">
                             <block type="math_number" id="R#W@9-:zg@=:$*Eh/fxG">
                               <field name="NUM">0</field>
                             </block>
                           </value>
                         </block>
                       </value>
                       <statement name="DO3">
                         <block type="control" id="!:IaS2,49r9s!|fNq^)%">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.Scenes.Fernseher</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="2^y}~fGWAt2WEw5+k?!D">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </statement>
                     </block>
                   </next>
                 </block>
               </statement>
             </block>
           </next>
         </block>
         <block type="procedures_defnoreturn" id="#P.@Vl/a=K,3%ShD1kXG" x="1537" y="4837">
           <field name="NAME">etwas tun</field>
           <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
           <statement name="STACK">
             <block type="controls_if" id="m7.Ltf{${T@blnxccvI2">
               <value name="IF0">
                 <block type="logic_compare" id="4B9wBE`U{990N^mE4pHm">
                   <field name="OP">EQ</field>
                   <value name="A">
                     <block type="variables_get" id="l-?e.:q^@j{e/^z$bi9:">
                       <field name="VAR" id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</field>
                     </block>
                   </value>
                   <value name="B">
                     <block type="logic_boolean" id=":X!x1$lXrl_|7v%MUVM$">
                       <field name="BOOL">FALSE</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO0">
                 <block type="comment" id="CI=sABh8Sq-y$Z:BQTO{">
                   <field name="COMMENT">nicht größer 1000</field>
                   <next>
                     <block type="variables_set" id="7-?Jni/DTLo7a4t9wMSs">
                       <field name="VAR" id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</field>
                       <value name="VALUE">
                         <block type="logic_boolean" id="#|*hN*Y}.r)FJ7:*zid9">
                           <field name="BOOL">TRUE</field>
                         </block>
                       </value>
                       <next>
                         <block type="comment" id=".uZ.N1;o#HhUK;uefdLw">
                           <field name="COMMENT">vorher 1000</field>
                           <next>
                             <block type="control" id="],P|cMTrX1z.PMs|r(js">
                               <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                               <field name="OID">enigma2.0.command.OK</field>
                               <field name="WITH_DELAY">TRUE</field>
                               <field name="DELAY_MS">1500</field>
                               <field name="UNIT">ms</field>
                               <field name="CLEAR_RUNNING">FALSE</field>
                               <value name="VALUE">
                                 <block type="logic_boolean" id="GxMj+7agQasVAJ5EVAzE">
                                   <field name="BOOL">TRUE</field>
                                 </block>
                               </value>
                               <next>
                                 <block type="comment" id="KYc@BQmbZPPO%Q#MP)%A">
                                   <field name="COMMENT">vorher 1000</field>
                                   <next>
                                     <block type="timeouts_settimeout" id="eu]d6_bLApyo.S$rrE2Y">
                                       <field name="NAME">timeout5</field>
                                       <field name="DELAY">1500</field>
                                       <field name="UNIT">ms</field>
                                       <statement name="STATEMENT">
                                         <block type="debug" id="XfZKN~Ue9b}%M]rGg$$M">
                                           <field name="Severity">log</field>
                                           <value name="TEXT">
                                             <shadow type="text" id="_Z{7`F.[$M@eMY2YqK3^">
                                               <field name="TEXT">ok</field>
                                             </shadow>
                                           </value>
                                         </block>
                                       </statement>
                                       <next>
                                         <block type="timeouts_settimeout" id="L2=}*fj,`V-D!Id_Ep^k">
                                           <field name="NAME">timeout6</field>
                                           <field name="DELAY">3500</field>
                                           <field name="UNIT">ms</field>
                                           <statement name="STATEMENT">
                                             <block type="variables_set" id="XGcdC5!PVi.CnuL_@!h?">
                                               <field name="VAR" id="0,1}qN)UJ(KnXZ6[{j!k">wartenAufOK</field>
                                               <value name="VALUE">
                                                 <block type="logic_boolean" id="-j,4j~W8eqdjaEK50nL?">
                                                   <field name="BOOL">FALSE</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </statement>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </next>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                   </next>
                 </block>
               </statement>
             </block>
           </statement>
         </block>
         <block type="procedures_defnoreturn" id="~i{0T04?#pfojv#E!t^B" x="1562" y="5312">
           <mutation>
             <arg name="dieZahl" varid="}=TF%RtYkHbEIfP??mYn"></arg>
           </mutation>
           <field name="NAME">etwas tun2</field>
           <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
           <statement name="STACK">
             <block type="procedures_callnoreturn" id="e/)3|{az7qo;;0W:pCa|">
               <mutation name="etwas tun"></mutation>
               <next>
                 <block type="controls_if" id="Vc1J9)9ntG9yY_{#,ar(">
                   <mutation elseif="9"></mutation>
                   <value name="IF0">
                     <block type="logic_compare" id="4i8PTAi;})ZN|{L@kC%I">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="n1Rlc~f`h/SSL5^L{ie|">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id=",MB[qA#vh:_s?cfxiMV{">
                           <field name="NUM">1</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO0">
                     <block type="debug" id="n#RzBD)BN3iI,]Yo%Q7p">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="ZEbsg`Jfgq$|}npLv7{%">
                           <field name="TEXT">1</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="cwENAmUIC~_0qfI/;n8U">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 1_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="kfwq|![s/dNpXwkzzf]r">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF1">
                     <block type="logic_compare" id="Rdp@!RN-8?.iO-x_6rQy">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="xe;n~)v[EsUi)%CET@%$">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="$GWm`|F[HB},.4B)ot9J">
                           <field name="NUM">2</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO1">
                     <block type="debug" id="G2aNa*cbJ~)DsLD=!xVs">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="9UJYu;F?1fQT=N5LbEM|">
                           <field name="TEXT">2</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="6iWQr-%=`I1iockMy/6@">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 2_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="2)hkn*h{G`}jsh@@T,oW">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF2">
                     <block type="logic_compare" id="}*43INb!.SO|nIu;GP0S">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="Q3sI@$2xs$iI,b%Vh?d2">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="x21MG{1//L,M%:N}71E{">
                           <field name="NUM">3</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO2">
                     <block type="debug" id="8Wt.-82s3$Fi-/T6tjF}">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="xK=]!HEEeSXvd77.*ktb">
                           <field name="TEXT">3</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="`OS@wo]v8-znX-?9q47P">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 3_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="[K1.N|/%G+yEzK]k-G/[">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF3">
                     <block type="logic_compare" id="oHGl4J-fn0XZYN`PBz~l">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="W63@T{%$h2Pj5GM1~Uj0">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="EBB~C]0j}=[BS7ibg=gh">
                           <field name="NUM">4</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO3">
                     <block type="debug" id="/D2F9%d#Ze.XL9Tg=4j/">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="LKfB!jD]2JXQD1:j83r?">
                           <field name="TEXT"> 4</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="Q[)4iJ((ABj7f4zk^~[[">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 4_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id=":mJMKGjU?fwl9wfN)hpf">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF4">
                     <block type="logic_compare" id="gm#dP!.~M5HK2|8VnQcV">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id=";hmipu5Ry}?9RN~tWV2j">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="~K4z*U5v]avO%uJRc9A,">
                           <field name="NUM">5</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO4">
                     <block type="debug" id="~3^c*d|(|qtzyUma${wV">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="%r)tlnB#Y:@XkIc7a9ID">
                           <field name="TEXT">5</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="LG*^fkXeAo5fIFK8:TzI">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 5_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="s1`HuOw|R_`+?T0$.GoT">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF5">
                     <block type="logic_compare" id="r#!e}6_[Z@K1q_Iu$O[A">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="_cJTb_uLVr/zFQ9d)6bv">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="]xkIYQ}?g`C[uT^(PrCw">
                           <field name="NUM">6</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO5">
                     <block type="debug" id="=j4bDB-mbyw:d,gQNg}l">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="wjbup!=-($L;M7jCB(o7">
                           <field name="TEXT">6</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="#pYR[GfLLlLX?%|F*_*T">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 6_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="=hU{KLOs6G?~5d}(~v5}">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF6">
                     <block type="logic_compare" id="VUJbjr@w:u+@0ZWZ@M8n">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="nUt{.Qoeqdo1`@DJp.GU">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="f-xV=u;F4hKGZ/4igi`p">
                           <field name="NUM">7</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO6">
                     <block type="debug" id="x.:tH}X5Q~/wxnN?2Bh=">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="i@Fiq9q!Uq7iMpqO2r,z">
                           <field name="TEXT">7</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="qHh.W(kBp(uJ0z4EnU/`">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 7_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="71{vmuvJ5RTKAiWHuDLd">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF7">
                     <block type="logic_compare" id="Ea6fYA/S~KGlU;K)@]2F">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="5MpBq#fXHvyvZ]2/wmJj">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="eQk9M:Sm%WHf,*@%Nf}i">
                           <field name="NUM">8</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO7">
                     <block type="debug" id=".cjEQ=f6@)b-wsXeoNgo">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="0USBrGX2ga?CYX|rV.)b">
                           <field name="TEXT">8</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="%$:4?95!xV+NNYc,dt=`">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 8_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="51tXVZQFH~McK@{oR[}[">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF8">
                     <block type="logic_compare" id="J$02@$Mou}scio2h!}QI">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="v$(tFFDEAV0ilAF/Xu%I">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="zN1h5NAGS09}|qJU:4~#">
                           <field name="NUM">9</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO8">
                     <block type="debug" id="#?A%?(9n}PrhqfG`3//p">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="YIBBW?wSP;z%.]u,4Whr">
                           <field name="TEXT">9</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="Y:mOFC%2O_sf[(wW-]fT">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 9_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="-|fY8`eWhwpgBMfQ#CMM">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                   <value name="IF9">
                     <block type="logic_compare" id="z4IpJXzFeE$9Dmdhg,F:">
                       <field name="OP">EQ</field>
                       <value name="A">
                         <block type="variables_get" id="Lwe^bSzPP$cRoO/*9W~;">
                           <field name="VAR" id="}=TF%RtYkHbEIfP??mYn">dieZahl</field>
                         </block>
                       </value>
                       <value name="B">
                         <block type="math_number" id="z$dHz%jzzOd;~*d+n8;@">
                           <field name="NUM">0</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO9">
                     <block type="debug" id="zJ)Xj{]13tFl;Xie;qk/">
                       <field name="Severity">log</field>
                       <value name="TEXT">
                         <shadow type="text" id="n]ny[vEYwkVB~wHxQ5O6">
                           <field name="TEXT">0</field>
                         </shadow>
                       </value>
                       <next>
                         <block type="control" id="#)jq22gN3/:MHduR?/w.">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.TV 0_</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="moFI*$61@QbhxR9T*yb1">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                 </block>
               </next>
             </block>
           </statement>
         </block>
         <block type="on" id="(E4tr5u+1a{e:2W_9tW9" x="838" y="5737">
           <field name="OID">0_userdata.0.Mein_TV.0.Ton</field>
           <field name="CONDITION">any</field>
           <field name="ACK_CONDITION"></field>
           <statement name="STATEMENT">
             <block type="controls_if" id="lyTBj,9`PZrb[BZD)qKX">
               <mutation elseif="2"></mutation>
               <value name="IF0">
                 <block type="logic_compare" id="aH0r3^1EGyH!P6(cD-+,">
                   <field name="OP">EQ</field>
                   <value name="A">
                     <block type="get_value" id="5.tNcZYpF8M;{ouez93c">
                       <field name="ATTR">val</field>
                       <field name="OID">0_userdata.0.Mein_TV.0.Ton</field>
                     </block>
                   </value>
                   <value name="B">
                     <block type="math_number" id="c`d_?i_HN7(m[?@H%Zrb">
                       <field name="NUM">20</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO0">
                 <block type="controls_repeat_ext" id="7!s3Uwl_$$uWSJ(ZmZf5">
                   <value name="TIMES">
                     <shadow type="math_number" id="zmFz%zUXAo{II,$j~Bh9">
                       <field name="NUM">15</field>
                     </shadow>
                   </value>
                   <statement name="DO">
                     <block type="timeouts_wait" id=")/f}zK3Z7my+QYF,UVKE">
                       <field name="DELAY">1</field>
                       <field name="UNIT">sec</field>
                       <next>
                         <block type="control" id="Fm{l`F}h;Pc4?onF@|ar">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.Fernseher Lauter</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="W^0zUP]JH$nYg8)%|nd[">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                 </block>
               </statement>
               <value name="IF1">
                 <block type="logic_compare" id=".x@yYXWZ`1IVj?_g[p^S">
                   <field name="OP">EQ</field>
                   <value name="A">
                     <block type="get_value" id=":N3SdS%C@])|Bi%iVcd{">
                       <field name="ATTR">val</field>
                       <field name="OID">0_userdata.0.Mein_TV.0.Ton</field>
                     </block>
                   </value>
                   <value name="B">
                     <block type="math_number" id="`,Q{hTcFJ7].;V+{fVS6">
                       <field name="NUM">10</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO1">
                 <block type="controls_repeat_ext" id="xqq(4~(@7@jHwS%lgL*]">
                   <value name="TIMES">
                     <shadow type="math_number" id="L9dzjsihS4jsS@x.89na">
                       <field name="NUM">15</field>
                     </shadow>
                   </value>
                   <statement name="DO">
                     <block type="timeouts_wait" id="br_AcJn%G~%MP][t7V-k">
                       <field name="DELAY">1</field>
                       <field name="UNIT">sec</field>
                       <next>
                         <block type="control" id="[U=7NdQrjFHuf-t#];[N">
                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                           <field name="OID">broadlink2.1.RM:0x279d_78:0f:77:63:b9:ee.L.Fernseher Leiser</field>
                           <field name="WITH_DELAY">FALSE</field>
                           <value name="VALUE">
                             <block type="logic_boolean" id="t5rF?}h7B/[}KAw^!|#6">
                               <field name="BOOL">TRUE</field>
                             </block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                 </block>
               </statement>
               <value name="IF2">
                 <block type="logic_compare" id="1sFaj5Ae94B($-bx#z,0" disabled="true">
                   <field name="OP">EQ</field>
                   <value name="A">
                     <block type="get_value" id="4~jUdIDl/e#%SSATTSvI">
                       <field name="ATTR">val</field>
                       <field name="OID">0_userdata.0.Mein_TV.0.Ton</field>
                     </block>
                   </value>
                   <value name="B">
                     <block type="math_number" id="-B({=5b#Xhfj!jYxMiXR">
                       <field name="NUM">30</field>
                     </block>
                   </value>
                 </block>
               </value>
               <statement name="DO2">
                 <block type="control" id=",r6:tK`2=$k1gAGEVuL(" disabled="true">
                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                   <field name="OID">0_userdata.0.VU+Uno4K_SE.VOLUME_DOWN</field>
                   <field name="WITH_DELAY">FALSE</field>
                   <value name="VALUE">
                     <block type="logic_boolean" id="=H$[esE(0EK?$dBKE-tW">
                       <field name="BOOL">TRUE</field>
                     </block>
                   </value>
                 </block>
               </statement>
             </block>
           </statement>
         </block>
        </xml>
        

        F Online
        F Online
        Fritzk
        schrieb am zuletzt editiert von
        #3

        @liv-in-sky Vielen Dank jetzt funktioniert es wieder einwandfrei

        1 Antwort Letzte Antwort
        0

        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

        Registrieren Anmelden
        Antworten
        • In einem neuen Thema antworten
        Anmelden zum Antworten
        • Älteste zuerst
        • Neuste zuerst
        • Meiste Stimmen


        Support us

        ioBroker
        Community Adapters
        Donate

        482

        Online

        32.8k

        Benutzer

        82.8k

        Themen

        1.3m

        Beiträge
        Community
        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
        ioBroker Community 2014-2025
        logo
        • Anmelden

        • Du hast noch kein Konto? Registrieren

        • Anmelden oder registrieren, um zu suchen
        • Erster Beitrag
          Letzter Beitrag
        0
        • Home
        • Aktuell
        • Tags
        • Ungelesen 0
        • Kategorien
        • Unreplied
        • Beliebt
        • GitHub
        • Docu
        • Hilfe