Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. Skript Ausführung verhindern bei Reconnect

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

Skript Ausführung verhindern bei Reconnect

Geplant Angeheftet Gesperrt Verschoben Blockly
2 Beiträge 2 Kommentatoren 136 Aufrufe 2 Watching
  • Ä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.
  • JB_SullivanJ Offline
    JB_SullivanJ Offline
    JB_Sullivan
    schrieb am zuletzt editiert von
    #1

    Hallo zusammen - ich habe ein Problem, was mich noch irre macht.

    Kurz zur Erklärung was passiert, aber nicht passieren soll. Leider habe ich da aber keinen Einfluss drauf, weil die Ursache der Anbieter INNOGY ist.

    Also ich habe einen Innogy Taster der nach oben und nach unten getastet werden kann. Jede Tastrichtung wird mit einer beliebigen Zahl bei den Objekten interpretiert. Der einzige Wert der konstant zwischen 0 und 1 wechselt ist LastPressedButtonIndex.

    Diesen Wert verwende ich um mein Skript zu triggern. Ist LastPressedButtonIndex = oder < 0 werden alle verknüften Verbraucher auf AUS gesteuert.

    Wenn jetzt die Innogy Zentrale ihre Verbindung zum Server verloren hat und dann wieder kommt, wird das Skript ebenfalls ausgeführt - warum und wieso ist mir ein Rätsel. Leider ist die Verbindung zu den Innogy Server eine Katastrophe und dieses erneute AUS schalten via Reconnect, passiert so 3-8 mal am Tag. Super nervig, gerade wenn man jetzt in der Weihnachtszeit viel Zeug am leuchten hat.

    Meine Frage, kann man es irgenwie per Skript verhindern, das bei einem Reconnect das Skript ausgeführt wird?

    2019-12-05 20_03_27-Window.png


    <xml xmlns="http://www.w3.org/1999/xhtml">
    <block type="comment" id="qr2g/C)NYubk9H@IyjJ" x="-162" y="88">
    <field name="COMMENT">Steuert alle Verbraucher auf AUS</field>
    <next>
    <block type="on_ext" id="ROLhzWK_(B;G/gq2ckm4">
    <mutation items="1"></mutation>
    <field name="CONDITION">le</field>
    <field name="ACK_CONDITION"></field>
    <value name="OID0">
    <shadow type="field_oid" id="6@n5qQ+R8:_#!+b)NDt">
    <field name="oid">innogy-smarthome.0.Flur.PanikSchalter.LastPressedButtonIndex</field>
    </shadow>
    </value>
    <statement name="STATEMENT">
    <block type="controls_if" id="+EM]0{kyNb}l-i!v5of"> <value name="IF0"> <block type="logic_negate" id=".VQsT2~NAO(G}RkJR$||"> <value name="BOOL"> <block type="logic_compare" id="o*IGlNobkLi(P7jPu?C9"> <field name="OP">LTE</field> <value name="A"> <block type="get_value" id=":}:rCQ1B,7a6(T!u{O4">
    <field name="ATTR">val</field>
    <field name="OID">innogy-smarthome.0.Flur.PanikSchalter.LastPressedButtonIndex</field>
    </block>
    </value>
    <value name="B">
    <block type="math_number" id="[9Z8;KIDIQ:9f^C_h,P@">
    <field name="NUM">0</field>
    </block>
    </value>
    </block>
    </value>
    </block>
    </value>
    <next>
    <block type="control" id="T4g-e75MZyq%7-EuN;sX">
    <mutation delay_input="false"></mutation>
    <field name="OID">alexa2.0.Echo-Devices.G090U61091855EMG.Player.volume</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="math_number" id="!P[g=M$Mn8ar7r+Q3QU"> <field name="NUM">60</field> </block> </value> <next> <block type="control" id="/Rt/KVzj_Ob9m+eRBn*/"> <mutation delay_input="false"></mutation> <field name="OID">alexa2.0.Echo-Devices.G090U61091855EMG.Commands.speak</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="text" id="~PgLjYyNj3T9pMK!/!a#"> <field name="TEXT">Gute Nacht sagt Ei O Broker</field> </block> </value> <next> <block type="control" id="~(=TrMi^wHPJO)FAxHvy"> <mutation delay_input="false"></mutation> <field name="OID">sonoff.0.DEKO_1.POWER1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="QAF*Z}OOmCId+r__=m:">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="control" id="[Lcj$|e_L+{Myzn!ijO">
    <mutation delay_input="false"></mutation>
    <field name="OID">sonoff.0.DEKO_2.POWER1</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="Bvzvtb|x_ih%9#cZ/dD"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="control" id="oxLp#)Mj.dre^Oo=P/yg"> <mutation delay_input="false"></mutation> <field name="OID">sonoff.0.DEKO_3.POWER1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="@Y*c!fng@j8zAoo2jB78"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="control" id="?IdHUW][8l}m(FS]ZR#*"> <mutation delay_input="false"></mutation> <field name="OID">sonoff.0.DEKO_4.POWER1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="{pqe9tpR4!d48q8zf?X">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="control" id="]38^#[+diM+SRmWH{Soj">
    <mutation delay_input="false"></mutation>
    <field name="OID">sonoff.0.DEKO_5.POWER1</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="
    ,=3r0KdG7OI_k.osR7c">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="control" id="@r@BQXIPp~9oy9e|L9!+">
    <mutation delay_input="false"></mutation>
    <field name="OID">sonoff.0.DEKO_6.POWER1</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id=":;fAh.g@QrYBHcCq3YHW">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="comment" id="Dw0RE.WO,v^/FMUSF=_0">
    <field name="COMMENT">Garten No2 - Kanal 1 (Terrasse)</field>
    <next>
    <block type="control" id="J,~}b|}6:nj
    3M-%;7sz">
    <mutation delay_input="false"></mutation>
    <field name="OID">sonoff.0.Garten_4CH_No2.POWER1</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="?hvEq.P
    DU/o}LrW%{~{">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="control" id=",uN)z:NxyN?fWeo2vl=6">
    <mutation delay_input="false"></mutation>
    <field name="OID">sonoff.0.Garderobe.POWER1</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="I^LZKNu#CT5oDNU1FThc">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="control" id="D%}]%M8)wQNqew|f1j#6">
    <mutation delay_input="false"></mutation>
    <field name="OID">sonoff.0.Kellerlicht.POWER1</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="qkY@grwoHjesgm}).b:^">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="control" id=")0n@OM9k0)WB5E4pBs2[">
    <mutation delay_input="false"></mutation>
    <field name="OID">sonoff.0.Kuechenlicht.POWER1</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="c=O7jeF+b{0jcPjm#yS4">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="comment" id="e^gxzg:V^csj;$NKsk:Y">
    <field name="COMMENT">Alexa Gruppe Garten</field>
    <next>
    <block type="control" id="$k{$c+XDnj.kl0]sbjBW">
    <mutation delay_input="false"></mutation>
    <field name="OID">alexa2.0.Smart-Home-Devices.3d19d4d8-8a84-4bbf-bc28-25e56f2a833a.powerState</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="FsVy5~1[Qjw)6TH#e(sq">
    <field name="BOOL">FALSE</field>
    </block>
    </value>
    <next>
    <block type="comment" id="lj)+I!b}=eEu?t3G:Ces">
    <field name="COMMENT">Stube Esstisch</field>
    <next>
    <block type="control" id="d]6TD9}wWq@5QbL(;X"> <mutation delay_input="false"></mutation> <field name="OID">deconz.0.Groups.4.on</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="j*e7r9f};CC*Go=iS1O9"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="comment" id="0DBw)6#guq|ixjQ:k)P3"> <field name="COMMENT">Schreibtischlampe</field> <next> <block type="control" id="O6!@Fgm39#IGqFz?F5t:"> <mutation delay_input="false"></mutation> <field name="OID">deconz.0.Lights.1.on</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="a%7G.7DEq;tiixg;lb6o"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="comment" id="5kRoc6wsNek8~OH|BHm9"> <field name="COMMENT">Ambiente</field> <next> <block type="control" id="qaVwhDzwTA**6E#b@J(I"> <mutation delay_input="false"></mutation> <field name="OID">alexa2.0.Smart-Home-Devices.d3841198-1c6c-439b-b553-5bcd28e86cfa.powerState</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="n.O:B~qmgAQ@Mw5%3EYD"> <field name="BOOL">FALSE</field> </block> </value> <next> <block type="comment" id="Ku!5P!l7NEGhrcyTsEm">
    <field name="COMMENT">Thermostat Flur - Sollwert 18°C</field>
    <next>
    <block type="control" id="WyjBu|}HxN%5a%#.VGM}">
    <mutation delay_input="false"></mutation>
    <field name="OID">innogy-smarthome.0.Flur.Heizkörper-Flur.PointTemperature</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="math_number" id="3YMvNWd3Ct5I2eD]v:Q}">
    <field name="NUM">18</field>
    </block>
    </value>
    <next>
    <block type="comment" id="8.(2dRy/Rrd/#Ck8
    p:V">
    <field name="COMMENT">Thermostat Stube vorne - Sollwert 20°C</field>
    <next>
    <block type="control" id="yBGkX#XxVH~jL#;6N!{c">
    <mutation delay_input="false"></mutation>
    <field name="OID">innogy-smarthome.0.Stube-1.Heizkörper-Stube.PointTemperature</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="math_number" id="Y9mAJL0om4wvNbGQfrPe">
    <field name="NUM">20</field>
    </block>
    </value>
    <next>
    <block type="comment" id="t1h9PQVSYjr%s23hei^^">
    <field name="COMMENT">Thermostat Stube hinten - Sollwert 20°C</field>
    <next>
    <block type="control" id="}}E@5M/=~:r@KIA?/8wr">
    <mutation delay_input="false"></mutation>
    <field name="OID">innogy-smarthome.0.Stube-1.Heizkörper-Stube-1.PointTemperature</field>
    <field name="WITH_DELAY">FALSE</field>
    <value name="VALUE">
    <block type="math_number" id="[:4SYd@1Aj3=@oi|+U3b">
    <field name="NUM">20</field>
    </block>
    </value>
    <next>
    <block type="comment" id="V]H%4Z/Pxh{:C*,jb1-h">
    <field name="COMMENT">Radio AUS Büro</field>
    <next>
    <block type="control" id="2+kl1TS_/1:-oF)j:k#O">
    <mutation delay_input="true"></mutation>
    <field name="OID">alexa2.0.Echo-Devices.G070RQ13813305NG.Player.controlPause</field>
    <field name="WITH_DELAY">TRUE</field>
    <field name="DELAY_MS">3</field>
    <field name="UNIT">sec</field>
    <field name="CLEAR_RUNNING">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="DI!7WImNlsi}|fT1QWH">
    <field name="BOOL">TRUE</field>
    </block>
    </value>
    <next>
    <block type="comment" id="9Qi9jS]INmQnU03nciLb">
    <field name="COMMENT">Radio AUS Küche</field>
    <next>
    <block type="control" id="]B_zDK-pU|=W8=p+p;J:">
    <mutation delay_input="true"></mutation>
    <field name="OID">alexa2.0.Echo-Devices.G090U61091855EMG.Player.controlPause</field>
    <field name="WITH_DELAY">TRUE</field>
    <field name="DELAY_MS">3,5</field>
    <field name="UNIT">sec</field>
    <field name="CLEAR_RUNNING">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="THKLBbdR8r-WgCf2L{q"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="comment" id="n-$G0oK4mQE_.F}(T+=m"> <field name="COMMENT">Radio AUS Stube</field> <next> <block type="control" id="-Ln06*{qa?bbqPY%;M)8"> <mutation delay_input="true"></mutation> <field name="OID">alexa2.0.Echo-Devices.G090L91072450LMC.Player.controlPause</field> <field name="WITH_DELAY">TRUE</field> <field name="DELAY_MS">4</field> <field name="UNIT">sec</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="6i:%pjXUE)gzRiR%%1tN"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="comment" id="XT#J3D}%[8c9S3s@0U}">
    <field name="COMMENT">Radio AUS Bastelkeller</field>
    <next>
    <block type="control" id="+}I
    fP$KSWIYgh1$_K?5">
    <mutation delay_input="true"></mutation>
    <field name="OID">alexa2.0.Echo-Devices.G090LF1072120VMP.Player.controlPause</field>
    <field name="WITH_DELAY">TRUE</field>
    <field name="DELAY_MS">4,5</field>
    <field name="UNIT">sec</field>
    <field name="CLEAR_RUNNING">FALSE</field>
    <value name="VALUE">
    <block type="logic_boolean" id="({(qLE)L2e$+vi(i2e;"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="comment" id="!Fe!hnfT-V~#?$Kz#J8."> <field name="COMMENT">Radio AUS Schlafzimmer</field> <next> <block type="control" id="KPSMY.L.6(Qc*22yBFXB"> <mutation delay_input="true"></mutation> <field name="OID">alexa2.0.Echo-Devices.G090XG0793042M4L.Player.controlPause</field> <field name="WITH_DELAY">TRUE</field> <field name="DELAY_MS">5</field> <field name="UNIT">sec</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="ViTHU|PSm2zG@Dj.s2D7"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="comment" id="kZBo@-2-oAr8nLg1m*o4"> <field name="COMMENT">Radio AUS Badezimmer</field> <next> <block type="control" id="sQw8.v:w#YXp#p-%4/0a"> <mutation delay_input="true"></mutation> <field name="OID">alexa2.0.Echo-Devices.G090XG0793042LJN.Player.controlPause</field> <field name="WITH_DELAY">TRUE</field> <field name="DELAY_MS">6</field> <field name="UNIT">sec</field> <field name="CLEAR_RUNNING">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="wV*N4vE(D+B+uNR[t2/">
    <field name="BOOL">TRUE</field>
    </block>
    </value>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </next>
    </block>
    </statement>
    </block>
    </next>
    </block>
    </xml>

    ioBroker (since 2018) auf Intel Core i3-5005U NUC und Windwos10 Pro

    1 Antwort Letzte Antwort
    0
    • J.A.R.V.I.S.J Offline
      J.A.R.V.I.S.J Offline
      J.A.R.V.I.S.
      Developer
      schrieb am zuletzt editiert von J.A.R.V.I.S.
      #2

      Wieso lässt du triggern, wenn der Wert gleich oder kleiner als der letzte Wert ist?

      Vielleicht wäre dein Problem schon gelöst, wenn du auf "wurde geändert" setzt.

      <xml xmlns="http://www.w3.org/1999/xhtml">
       <block type="comment" id="qr2g/C)NYubk9H@IyjJ" x="-137" y="-62">
         <field name="COMMENT">Steuert alle Verbraucher auf AUS</field>
         <next>
           <block type="on_ext" id="ROLhzWK_(B;G/gq2ckm4">
             <mutation items="1"></mutation>
             <field name="CONDITION">ne</field>
             <field name="ACK_CONDITION"></field>
             <value name="OID0">
               <shadow type="field_oid" id="6@n5qQ+R8:_#!+b)NDt">
                 <field name="oid">innogy-smarthome.0.Flur.PanikSchalter.LastPressedButtonIndex</field>
               </shadow>
             </value>
             <statement name="STATEMENT">
               <block type="controls_if" id="+EM]0{kyNb}l-i!v5of">
                 <value name="IF0">
                   <block type="logic_compare" id="o*IGlNobkLi(P7jPu?C9">
                     <field name="OP">LTE</field>
                     <value name="A">
                       <block type="get_value" id=":}:rCQ1B,7a6(T!u{O4">
                         <field name="ATTR">val</field>
                         <field name="OID">innogy-smarthome.0.Flur.PanikSchalter.LastPressedButtonIndex</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="math_number" id="[9Z8;KIDIQ:9f^C_h,P@">
                         <field name="NUM">0</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO0">
                   <block type="control" id="T4g-e75MZyq%7-EuN;sX">
                     <mutation delay_input="false"></mutation>
                     <field name="OID">alexa2.0.Echo-Devices.G090U61091855EMG.Player.volume</field>
                     <field name="WITH_DELAY">FALSE</field>
                     <value name="VALUE">
                       <block type="math_number" id="!P[g=M$Mn8ar7r+Q3QU">
                         <field name="NUM">60</field>
                       </block>
                     </value>
                     <next>
                       <block type="control" id="/Rt/KVzj_Ob9m+eRBn*/">
                         <mutation delay_input="false"></mutation>
                         <field name="OID">alexa2.0.Echo-Devices.G090U61091855EMG.Commands.speak</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="text" id="~PgLjYyNj3T9pMK!/!a#">
                             <field name="TEXT">Gute Nacht sagt Ei O Broker</field>
                           </block>
                         </value>
                         <next>
                           <block type="control" id="~(=TrMi^wHPJO)FAxHvy">
                             <mutation delay_input="false"></mutation>
                             <field name="OID">sonoff.0.DEKO_1.POWER1</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="logic_boolean" id="QAF*Z}OOmCId+r__=m:">
                                 <field name="BOOL">FALSE</field>
                               </block>
                             </value>
                             <next>
                               <block type="control" id="[Lcj$|e_L+{Myzn!ijO">
                                 <mutation delay_input="false"></mutation>
                                 <field name="OID">sonoff.0.DEKO_2.POWER1</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="logic_boolean" id="Bvzvtb|x_ih%9#cZ/dD">
                                     <field name="BOOL">FALSE</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="control" id="oxLp#)Mj.dre^Oo=P/yg">
                                     <mutation delay_input="false"></mutation>
                                     <field name="OID">sonoff.0.DEKO_3.POWER1</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="logic_boolean" id="@Y*c!fng@j8zAoo2jB78">
                                         <field name="BOOL">FALSE</field>
                                       </block>
                                     </value>
                                     <next>
                                       <block type="control" id="?IdHUW][8l}m(FS]ZR#*">
                                         <mutation delay_input="false"></mutation>
                                         <field name="OID">sonoff.0.DEKO_4.POWER1</field>
                                         <field name="WITH_DELAY">FALSE</field>
                                         <value name="VALUE">
                                           <block type="logic_boolean" id="{pqe9tpR4!d48q8zf?X">
                                             <field name="BOOL">FALSE</field>
                                           </block>
                                         </value>
                                         <next>
                                           <block type="control" id="]38^#[+diM+SRmWH{Soj">
                                             <mutation delay_input="false"></mutation>
                                             <field name="OID">sonoff.0.DEKO_5.POWER1</field>
                                             <field name="WITH_DELAY">FALSE</field>
                                             <value name="VALUE">
                                               <block type="logic_boolean" id=",=3r0KdG7OI_k.osR7c">
                                                 <field name="BOOL">FALSE</field>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="control" id="@r@BQXIPp~9oy9e|L9!+">
                                                 <mutation delay_input="false"></mutation>
                                                 <field name="OID">sonoff.0.DEKO_6.POWER1</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="logic_boolean" id=":;fAh.g@QrYBHcCq3YHW">
                                                     <field name="BOOL">FALSE</field>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="comment" id="Dw0RE.WO,v^/FMUSF=_0">
                                                     <field name="COMMENT">Garten No2 - Kanal 1 (Terrasse)</field>
                                                     <next>
                                                       <block type="control" id="J,~}b|}6:nj3M-%;7sz">
                                                         <mutation delay_input="false"></mutation>
                                                         <field name="OID">sonoff.0.Garten_4CH_No2.POWER1</field>
                                                         <field name="WITH_DELAY">FALSE</field>
                                                         <value name="VALUE">
                                                           <block type="logic_boolean" id="?hvEq.PDU/o}LrW%{~{">
                                                             <field name="BOOL">FALSE</field>
                                                           </block>
                                                         </value>
                                                         <next>
                                                           <block type="control" id=",uN)z:NxyN?fWeo2vl=6">
                                                             <mutation delay_input="false"></mutation>
                                                             <field name="OID">sonoff.0.Garderobe.POWER1</field>
                                                             <field name="WITH_DELAY">FALSE</field>
                                                             <value name="VALUE">
                                                               <block type="logic_boolean" id="I^LZKNu#CT5oDNU1FThc">
                                                                 <field name="BOOL">FALSE</field>
                                                               </block>
                                                             </value>
                                                             <next>
                                                               <block type="control" id="D%}]%M8)wQNqew|f1j#6">
                                                                 <mutation delay_input="false"></mutation>
                                                                 <field name="OID">sonoff.0.Kellerlicht.POWER1</field>
                                                                 <field name="WITH_DELAY">FALSE</field>
                                                                 <value name="VALUE">
                                                                   <block type="logic_boolean" id="qkY@grwoHjesgm}).b:^">
                                                                     <field name="BOOL">FALSE</field>
                                                                   </block>
                                                                 </value>
                                                                 <next>
                                                                   <block type="control" id=")0n@OM9k0)WB5E4pBs2[">
                                                                     <mutation delay_input="false"></mutation>
                                                                     <field name="OID">sonoff.0.Kuechenlicht.POWER1</field>
                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                     <value name="VALUE">
                                                                       <block type="logic_boolean" id="c=O7jeF+b{0jcPjm#yS4">
                                                                         <field name="BOOL">FALSE</field>
                                                                       </block>
                                                                     </value>
                                                                     <next>
                                                                       <block type="comment" id="e^gxzg:V^csj;$NKsk:Y">
                                                                         <field name="COMMENT">Alexa Gruppe Garten</field>
                                                                         <next>
                                                                           <block type="control" id="$k{$c+XDnj.kl0]sbjBW">
                                                                             <mutation delay_input="false"></mutation>
                                                                             <field name="OID">alexa2.0.Smart-Home-Devices.3d19d4d8-8a84-4bbf-bc28-25e56f2a833a.powerState</field>
                                                                             <field name="WITH_DELAY">FALSE</field>
                                                                             <value name="VALUE">
                                                                               <block type="logic_boolean" id="FsVy5~1[Qjw)6TH#e(sq">
                                                                                 <field name="BOOL">FALSE</field>
                                                                               </block>
                                                                             </value>
                                                                             <next>
                                                                               <block type="comment" id="lj)+I!b}=eEu?t3G:Ces">
                                                                                 <field name="COMMENT">Stube Esstisch</field>
                                                                                 <next>
                                                                                   <block type="control" id="d]6TD9}wWq@5QbL(;X">
                                                                                     <mutation delay_input="false"></mutation>
                                                                                     <field name="OID">deconz.0.Groups.4.on</field>
                                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                                     <value name="VALUE">
                                                                                       <block type="logic_boolean" id="j*e7r9f};CC*Go=iS1O9">
                                                                                         <field name="BOOL">FALSE</field>
                                                                                       </block>
                                                                                     </value>
                                                                                     <next>
                                                                                       <block type="comment" id="0DBw)6#guq|ixjQ:k)P3">
                                                                                         <field name="COMMENT">Schreibtischlampe</field>
                                                                                         <next>
                                                                                           <block type="control" id="O6!@Fgm39#IGqFz?F5t:">
                                                                                             <mutation delay_input="false"></mutation>
                                                                                             <field name="OID">deconz.0.Lights.1.on</field>
                                                                                             <field name="WITH_DELAY">FALSE</field>
                                                                                             <value name="VALUE">
                                                                                               <block type="logic_boolean" id="a%7G.7DEq;tiixg;lb6o">
                                                                                                 <field name="BOOL">FALSE</field>
                                                                                               </block>
                                                                                             </value>
                                                                                             <next>
                                                                                               <block type="comment" id="5kRoc6wsNek8~OH|BHm9">
                                                                                                 <field name="COMMENT">Ambiente</field>
                                                                                                 <next>
                                                                                                   <block type="control" id="qaVwhDzwTA**6E#b@J(I">
                                                                                                     <mutation delay_input="false"></mutation>
                                                                                                     <field name="OID">alexa2.0.Smart-Home-Devices.d3841198-1c6c-439b-b553-5bcd28e86cfa.powerState</field>
                                                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                                                     <value name="VALUE">
                                                                                                       <block type="logic_boolean" id="n.O:B~qmgAQ@Mw5%3EYD">
                                                                                                         <field name="BOOL">FALSE</field>
                                                                                                       </block>
                                                                                                     </value>
                                                                                                     <next>
                                                                                                       <block type="comment" id="Ku!5P!l7NEGhrcyTsEm">
                                                                                                         <field name="COMMENT">Thermostat Flur - Sollwert 18°C</field>
                                                                                                         <next>
                                                                                                           <block type="control" id="WyjBu|}HxN%5a%#.VGM}">
                                                                                                             <mutation delay_input="false"></mutation>
                                                                                                             <field name="OID">innogy-smarthome.0.Flur.Heizkörper-Flur.PointTemperature</field>
                                                                                                             <field name="WITH_DELAY">FALSE</field>
                                                                                                             <value name="VALUE">
                                                                                                               <block type="math_number" id="3YMvNWd3Ct5I2eD]v:Q}">
                                                                                                                 <field name="NUM">18</field>
                                                                                                               </block>
                                                                                                             </value>
                                                                                                             <next>
                                                                                                               <block type="comment" id="8.(2dRy/Rrd/#Ck8p:V">
                                                                                                                 <field name="COMMENT">Thermostat Stube vorne - Sollwert 20°C</field>
                                                                                                                 <next>
                                                                                                                   <block type="control" id="yBGkX#XxVH~jL#;6N!{c">
                                                                                                                     <mutation delay_input="false"></mutation>
                                                                                                                     <field name="OID">innogy-smarthome.0.Stube-1.Heizkörper-Stube.PointTemperature</field>
                                                                                                                     <field name="WITH_DELAY">FALSE</field>
                                                                                                                     <value name="VALUE">
                                                                                                                       <block type="math_number" id="Y9mAJL0om4wvNbGQfrPe">
                                                                                                                         <field name="NUM">20</field>
                                                                                                                       </block>
                                                                                                                     </value>
                                                                                                                     <next>
                                                                                                                       <block type="comment" id="t1h9PQVSYjr%s23hei^^">
                                                                                                                         <field name="COMMENT">Thermostat Stube hinten - Sollwert 20°C</field>
                                                                                                                         <next>
                                                                                                                           <block type="control" id="}}E@5M/=~:r@KIA?/8wr">
                                                                                                                             <mutation delay_input="false"></mutation>
                                                                                                                             <field name="OID">innogy-smarthome.0.Stube-1.Heizkörper-Stube-1.PointTemperature</field>
                                                                                                                             <field name="WITH_DELAY">FALSE</field>
                                                                                                                             <value name="VALUE">
                                                                                                                               <block type="math_number" id="[:4SYd@1Aj3=@oi|+U3b">
                                                                                                                                 <field name="NUM">20</field>
                                                                                                                               </block>
                                                                                                                             </value>
                                                                                                                             <next>
                                                                                                                               <block type="comment" id="V]H%4Z/Pxh{:C*,jb1-h">
                                                                                                                                 <field name="COMMENT">Radio AUS Büro</field>
                                                                                                                                 <next>
                                                                                                                                   <block type="control" id="2+kl1TS_/1:-oF)j:k#O">
                                                                                                                                     <mutation delay_input="true"></mutation>
                                                                                                                                     <field name="OID">alexa2.0.Echo-Devices.G070RQ13813305NG.Player.controlPause</field>
                                                                                                                                     <field name="WITH_DELAY">TRUE</field>
                                                                                                                                     <field name="DELAY_MS">3</field>
                                                                                                                                     <field name="UNIT">sec</field>
                                                                                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                                     <value name="VALUE">
                                                                                                                                       <block type="logic_boolean" id="DI!7WImNlsi}|fT1QWH">
                                                                                                                                         <field name="BOOL">TRUE</field>
                                                                                                                                       </block>
                                                                                                                                     </value>
                                                                                                                                     <next>
                                                                                                                                       <block type="comment" id="9Qi9jS]INmQnU03nciLb">
                                                                                                                                         <field name="COMMENT">Radio AUS Küche</field>
                                                                                                                                         <next>
                                                                                                                                           <block type="control" id="]B_zDK-pU|=W8=p+p;J:">
                                                                                                                                             <mutation delay_input="true"></mutation>
                                                                                                                                             <field name="OID">alexa2.0.Echo-Devices.G090U61091855EMG.Player.controlPause</field>
                                                                                                                                             <field name="WITH_DELAY">TRUE</field>
                                                                                                                                             <field name="DELAY_MS">3,5</field>
                                                                                                                                             <field name="UNIT">sec</field>
                                                                                                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                                             <value name="VALUE">
                                                                                                                                               <block type="logic_boolean" id="THKLBbdR8r-WgCf2L{q">
                                                                                                                                                 <field name="BOOL">TRUE</field>
                                                                                                                                               </block>
                                                                                                                                             </value>
                                                                                                                                             <next>
                                                                                                                                               <block type="comment" id="n-$G0oK4mQE_.F}(T+=m">
                                                                                                                                                 <field name="COMMENT">Radio AUS Stube</field>
                                                                                                                                                 <next>
                                                                                                                                                   <block type="control" id="-Ln06*{qa?bbqPY%;M)8">
                                                                                                                                                     <mutation delay_input="true"></mutation>
                                                                                                                                                     <field name="OID">alexa2.0.Echo-Devices.G090L91072450LMC.Player.controlPause</field>
                                                                                                                                                     <field name="WITH_DELAY">TRUE</field>
                                                                                                                                                     <field name="DELAY_MS">4</field>
                                                                                                                                                     <field name="UNIT">sec</field>
                                                                                                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                                                     <value name="VALUE">
                                                                                                                                                       <block type="logic_boolean" id="6i:%pjXUE)gzRiR%%1tN">
                                                                                                                                                         <field name="BOOL">TRUE</field>
                                                                                                                                                       </block>
                                                                                                                                                     </value>
                                                                                                                                                     <next>
                                                                                                                                                       <block type="comment" id="XT#J3D}%[8c9S3s@0U}">
                                                                                                                                                         <field name="COMMENT">Radio AUS Bastelkeller</field>
                                                                                                                                                         <next>
                                                                                                                                                           <block type="control" id="+}IfP$KSWIYgh1$_K?5">
                                                                                                                                                             <mutation delay_input="true"></mutation>
                                                                                                                                                             <field name="OID">alexa2.0.Echo-Devices.G090LF1072120VMP.Player.controlPause</field>
                                                                                                                                                             <field name="WITH_DELAY">TRUE</field>
                                                                                                                                                             <field name="DELAY_MS">4,5</field>
                                                                                                                                                             <field name="UNIT">sec</field>
                                                                                                                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                                                             <value name="VALUE">
                                                                                                                                                               <block type="logic_boolean" id="({(qLE)L2e$+vi(i2e;">
                                                                                                                                                                 <field name="BOOL">TRUE</field>
                                                                                                                                                               </block>
                                                                                                                                                             </value>
                                                                                                                                                             <next>
                                                                                                                                                               <block type="comment" id="!Fe!hnfT-V~#?$Kz#J8.">
                                                                                                                                                                 <field name="COMMENT">Radio AUS Schlafzimmer</field>
                                                                                                                                                                 <next>
                                                                                                                                                                   <block type="control" id="KPSMY.L.6(Qc*22yBFXB">
                                                                                                                                                                     <mutation delay_input="true"></mutation>
                                                                                                                                                                     <field name="OID">alexa2.0.Echo-Devices.G090XG0793042M4L.Player.controlPause</field>
                                                                                                                                                                     <field name="WITH_DELAY">TRUE</field>
                                                                                                                                                                     <field name="DELAY_MS">5</field>
                                                                                                                                                                     <field name="UNIT">sec</field>
                                                                                                                                                                     <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                                                                     <value name="VALUE">
                                                                                                                                                                       <block type="logic_boolean" id="ViTHU|PSm2zG@Dj.s2D7">
                                                                                                                                                                         <field name="BOOL">TRUE</field>
                                                                                                                                                                       </block>
                                                                                                                                                                     </value>
                                                                                                                                                                     <next>
                                                                                                                                                                       <block type="comment" id="kZBo@-2-oAr8nLg1m*o4">
                                                                                                                                                                         <field name="COMMENT">Radio AUS Badezimmer</field>
                                                                                                                                                                         <next>
                                                                                                                                                                           <block type="control" id="sQw8.v:w#YXp#p-%4/0a">
                                                                                                                                                                             <mutation delay_input="true"></mutation>
                                                                                                                                                                             <field name="OID">alexa2.0.Echo-Devices.G090XG0793042LJN.Player.controlPause</field>
                                                                                                                                                                             <field name="WITH_DELAY">TRUE</field>
                                                                                                                                                                             <field name="DELAY_MS">6</field>
                                                                                                                                                                             <field name="UNIT">sec</field>
                                                                                                                                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                                                                                                                                             <value name="VALUE">
                                                                                                                                                                               <block type="logic_boolean" id="wV*N4vE(D+B+uNR[t2/">
                                                                                                                                                                                 <field name="BOOL">TRUE</field>
                                                                                                                                                                               </block>
                                                                                                                                                                             </value>
                                                                                                                                                                           </block>
                                                                                                                                                                         </next>
                                                                                                                                                                       </block>
                                                                                                                                                                     </next>
                                                                                                                                                                   </block>
                                                                                                                                                                 </next>
                                                                                                                                                               </block>
                                                                                                                                                             </next>
                                                                                                                                                           </block>
                                                                                                                                                         </next>
                                                                                                                                                       </block>
                                                                                                                                                     </next>
                                                                                                                                                   </block>
                                                                                                                                                 </next>
                                                                                                                                               </block>
                                                                                                                                             </next>
                                                                                                                                           </block>
                                                                                                                                         </next>
                                                                                                                                       </block>
                                                                                                                                     </next>
                                                                                                                                   </block>
                                                                                                                                 </next>
                                                                                                                               </block>
                                                                                                                             </next>
                                                                                                                           </block>
                                                                                                                         </next>
                                                                                                                       </block>
                                                                                                                     </next>
                                                                                                                   </block>
                                                                                                                 </next>
                                                                                                               </block>
                                                                                                             </next>
                                                                                                           </block>
                                                                                                         </next>
                                                                                                       </block>
                                                                                                     </next>
                                                                                                   </block>
                                                                                                 </next>
                                                                                               </block>
                                                                                             </next>
                                                                                           </block>
                                                                                         </next>
                                                                                       </block>
                                                                                     </next>
                                                                                   </block>
                                                                                 </next>
                                                                               </block>
                                                                             </next>
                                                                           </block>
                                                                         </next>
                                                                       </block>
                                                                     </next>
                                                                   </block>
                                                                 </next>
                                                               </block>
                                                             </next>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </statement>
               </block>
             </statement>
           </block>
         </next>
       </block>
      </xml>
      

      1 Antwort Letzte Antwort
      0
      Antworten
      • In einem neuen Thema antworten
      Anmelden zum Antworten
      • Älteste zuerst
      • Neuste zuerst
      • Meiste Stimmen


      Support us

      ioBroker
      Community Adapters
      Donate

      526

      Online

      32.7k

      Benutzer

      82.4k

      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