Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Hue Lampe Blinken lassen

    This topic has been deleted. Only users with topic management privileges can see it.
    • BBTown
      BBTown @Daniel Schwarz last edited by

      @Daniel-Schwarz kannst Du nicht einfach eine Lampe an die Steckdose hängen?

      Daniel Schwarz 1 Reply Last reply Reply Quote 0
      • dslraser
        dslraser Forum Testing Most Active @Daniel Schwarz last edited by

        @Daniel-Schwarz

        übrigens, hier ist ein Waschmaschinen Blockly was ich meinte

        https://forum.iobroker.net/post/9569

        Daniel Schwarz 2 Replies Last reply Reply Quote 0
        • Daniel Schwarz
          Daniel Schwarz @BBTown last edited by

          @BBTown

          Und dann mache ich was damit ?

          Wie genau stellst du dir das vor ?

          BBTown 1 Reply Last reply Reply Quote 0
          • BBTown
            BBTown @Daniel Schwarz last edited by BBTown

            @Daniel-Schwarz zur Simulation von Last/(Strom)Verbrauch?!

            Daniel Schwarz 1 Reply Last reply Reply Quote 1
            • Daniel Schwarz
              Daniel Schwarz @BBTown last edited by

              @BBTown

              Achsoooo, hahaha okay, das macht sinn.

              1 Reply Last reply Reply Quote 0
              • Daniel Schwarz
                Daniel Schwarz @dslraser last edited by

                @dslraser

                Ja das hatte ich glaube auch gesehen gehabt, aber frag mich jetzt mal noch was damit war...

                1 Reply Last reply Reply Quote 0
                • Daniel Schwarz
                  Daniel Schwarz @dslraser last edited by

                  @dslraser

                  hmm jetzt mit lampe dran, ändert der mir nicht mehr den wert auf true... trotz 5 watt verbrauch
                  und somit passiert gar nichts

                  dslraser 1 Reply Last reply Reply Quote 0
                  • dslraser
                    dslraser Forum Testing Most Active @Daniel Schwarz last edited by

                    @Daniel-Schwarz
                    Ich habe jetzt nochmal eine Weile "rumprobiert". Bei mir habe ich als Trigger mal eine normale Schaltsteckdose genommen. Ich habe noch mal einiges verändert. Bei mir hat es so funktioniert, auch wenn die Lampe vorher weiß war. Alarmfarbe ist rot eingestellt. Ich habe dann mal versucht alles auf Dein Blockly zu übertragen. Probier mal bitte dieses Blockly. Ist aber erstmal nur eine Maschine. Wenn es bei Dir funktioniert, kannst Du das ja leicht kopieren.

                    <xml xmlns="http://www.w3.org/1999/xhtml">
                     <variables>
                       <variable type="" id="#-mXz|12s@TMb{7:o;u`">Alarmfarbe</variable>
                       <variable type="" id="xL{FzofqhyJnPQq`w`6A">Wohnzimmer_vorherige_Farbe</variable>
                       <variable type="undefined" id="Alarm_Lampe_war_aus">Alarm_Lampe_war_aus</variable>
                       <variable type="undefined" id="Alarm_Lampe_war_an">Alarm_Lampe_war_an</variable>
                     </variables>
                     <block type="comment" id="I6dC10r:h!zx%yxI6$-C" x="12" y="-38">
                       <field name="COMMENT">Waschmaschine Sibylle</field>
                       <next>
                         <block type="on" id="Ma,cer@O39_MHUXE9b6{">
                           <field name="OID">hs100.0.192_168_1_63.power</field>
                           <field name="CONDITION">any</field>
                           <field name="ACK_CONDITION"></field>
                           <statement name="STATEMENT">
                             <block type="variables_set" id="ULJqVA?$K6.qMKQmbpRF">
                               <field name="VAR" id="#-mXz|12s@TMb{7:o;u`" variabletype="">Alarmfarbe</field>
                               <value name="VALUE">
                                 <block type="text" id="{4CLW]o@hF(XGimYxu!C">
                                   <field name="TEXT">{"level":100, "r":100,"alert":"lselect", "transitiontime":0}</field>
                                 </block>
                               </value>
                               <next>
                                 <block type="controls_if" id="U1uqg)1c{UYg%K;c5A6v">
                                   <mutation elseif="1"></mutation>
                                   <value name="IF0">
                                     <block type="logic_operation" id="}A|D9zK[RvsatF3t207-" inline="false">
                                       <field name="OP">AND</field>
                                       <value name="A">
                                         <block type="logic_compare" id="ZKHiHIV;rYPRn(a,^chX">
                                           <field name="OP">GTE</field>
                                           <value name="A">
                                             <block type="get_value" id=":kY_+I6B]29G!!Mz2-]#">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hs100.0.192_168_1_63.power</field>
                                             </block>
                                           </value>
                                           <value name="B">
                                             <block type="math_number" id="|k;F$jK|W.bs[D,wUC}5">
                                               <field name="NUM">1.6</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                       <value name="B">
                                         <block type="logic_compare" id="NBEs$P3%HC]-%|OoLAN_">
                                           <field name="OP">EQ</field>
                                           <value name="A">
                                             <block type="get_value" id="IPZ@V}3xfJADI7YqktH">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hs100.0.Waschmaschine_Sibylle_läuft</field>
                                             </block>
                                           </value>
                                           <value name="B">
                                             <block type="logic_boolean" id="EidA92E?flHTK8Q+I4">
                                               <field name="BOOL">FALSE</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                   <statement name="DO0">
                                     <block type="update" id="0?=A65jlQdW|w,[];@">
                                       <mutation delay_input="false"></mutation>
                                       <field name="OID">hs100.0.Waschmaschine_Sibylle_läuft</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="logic_boolean" id="/a!HgmdF.^EB2xq7y;S1">
                                           <field name="BOOL">TRUE</field>
                                         </block>
                                       </value>
                                       <next>
                                         <block type="control" id="EfmaiW1eoFma/%;tx/uN" inline="false" collapsed="true">
                                           <mutation delay_input="true"></mutation>
                                           <field name="OID">alexa2.1.Echo-Devices.G090U509910604SS.Commands.speak</field>
                                           <field name="WITH_DELAY">TRUE</field>
                                           <field name="DELAY_MS">200</field>
                                           <field name="UNIT">sec</field>
                                           <field name="CLEAR_RUNNING">TRUE</field>
                                           <value name="VALUE">
                                             <block type="text" id="7~NfsWx!4$Axj+5yW;5">
                                               <field name="TEXT">Guten Tag meine lieben, die Waschmaschine wurde gestartet</field>
                                             </block>
                                           </value>
                                         </block>
                                       </next>
                                     </block>
                                   </statement>
                                   <value name="IF1">
                                     <block type="logic_operation" id="hr-gsMEPM%q-NFnrii^a" inline="false">
                                       <field name="OP">AND</field>
                                       <value name="A">
                                         <block type="logic_compare" id="yjfRIE_PDs%FEPtMWf#l">
                                           <field name="OP">LT</field>
                                           <value name="A">
                                             <block type="get_value" id="kN%Iy1mht+ua8v#+IKy*">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hs100.0.192_168_1_63.power</field>
                                             </block>
                                           </value>
                                           <value name="B">
                                             <block type="math_number" id="jMA/e%Pyb9J8Y{wRFl*N">
                                               <field name="NUM">1.3</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                       <value name="B">
                                         <block type="logic_compare" id="{j@yrT3dQzuUj|7N(1.O">
                                           <field name="OP">EQ</field>
                                           <value name="A">
                                             <block type="get_value" id="UCSz[z*556|oVd-!eh%V">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hs100.0.Waschmaschine_Sibylle_läuft</field>
                                             </block>
                                           </value>
                                           <value name="B">
                                             <block type="logic_boolean" id="?m,?02hXT0%B%PIy~?h:">
                                               <field name="BOOL">TRUE</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                   <statement name="DO1">
                                     <block type="update" id="d@I:Qh,1V#fRsSbcl6gg">
                                       <mutation delay_input="false"></mutation>
                                       <field name="OID">hs100.0.Waschmaschine_Sibylle_läuft</field>
                                       <field name="WITH_DELAY">FALSE</field>
                                       <value name="VALUE">
                                         <block type="logic_boolean" id="=VFU/ydj[Fm~(%88LVMX">
                                           <field name="BOOL">FALSE</field>
                                         </block>
                                       </value>
                                       <next>
                                         <block type="control" id="GwM0IrbMj(VE?$_04hV9" inline="false" collapsed="true">
                                           <mutation delay_input="true"></mutation>
                                           <field name="OID">alexa2.1.Echo-Devices.G090U509910604SS.Commands.speak</field>
                                           <field name="WITH_DELAY">TRUE</field>
                                           <field name="DELAY_MS">20</field>
                                           <field name="UNIT">sec</field>
                                           <field name="CLEAR_RUNNING">TRUE</field>
                                           <value name="VALUE">
                                             <block type="text_join" id="3?*H|JGs27V@6~~~8F)-">
                                               <mutation items="4"></mutation>
                                               <value name="ADD0">
                                                 <block type="text" id="EK,Z#@PTAApgQq:}.ub$">
                                                   <field name="TEXT">Halli, Hallo, ich bin es, die Waschmaschine, ich bin sowas von fertig! ;-)</field>
                                                 </block>
                                               </value>
                                               <value name="ADD1">
                                                 <block type="text" id="o|olcNOtO7Bki7,Dkm6H">
                                                   <field name="TEXT">Zu deiner Information, du hast heute</field>
                                                 </block>
                                               </value>
                                               <value name="ADD2">
                                                 <block type="get_value" id="[lI(`pb]l:,mcIceod$v">
                                                   <field name="ATTR">val</field>
                                                   <field name="OID">hs100.0.192_168_1_64.totalNow</field>
                                                 </block>
                                               </value>
                                               <value name="ADD3">
                                                 <block type="text" id="Ot+b^8x;4V@0IgYOeK/d">
                                                   <field name="TEXT">KWh, beim Waschen verbraucht.</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                           <next>
                                             <block type="controls_if" id="x7EaBGDENGkS0TK$B(w%" collapsed="true">
                                               <mutation elseif="1"></mutation>
                                               <value name="IF0">
                                                 <block type="logic_operation" id="PAjio?x9XqtLn+sM$^~q" inline="false">
                                                   <field name="OP">AND</field>
                                                   <value name="A">
                                                     <block type="logic_compare" id="IW.`[*:u==j[DNQ[OK`v">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id=")6u:-]J@!i|}|j(E]B5E">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hs100.0.Waschmaschine_Sibylle_läuft</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_boolean" id="~hEVoG5CyoN+sv{{BB;K">
                                                           <field name="BOOL">FALSE</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="logic_compare" id="3Eh6Ruq3H3S?}EpnQAlM">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id="wwa*TbF/?8e-9#irr@*7">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hue.0.Wohnzimmer.on</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_boolean" id="VVv5Ot[TY?N(F]t(Z%|e">
                                                           <field name="BOOL">TRUE</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="variables_set" id="b9urUe=Yr_=iU%5)h|ck" collapsed="true">
                                                   <field name="VAR" id="xL{FzofqhyJnPQq`w`6A" variabletype="">Wohnzimmer_vorherige_Farbe</field>
                                                   <value name="VALUE">
                                                     <block type="text_join" id="`L[zcsiZx)1,O|jJ7lj.">
                                                       <mutation items="13"></mutation>
                                                       <value name="ADD0">
                                                         <block type="text" id="Hj|8{9!c.`mrJpCpt(m*">
                                                           <field name="TEXT">{"on":</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD1">
                                                         <block type="get_value" id="M$p9OXLjw:*)^]gC:-i6">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hue.0.Wohnzimmer.on</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD2">
                                                         <block type="text" id="%,HS[U!kGOs6N|2dhTm+">
                                                           <field name="TEXT">,"level":</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD3">
                                                         <block type="get_value" id="k]p#2VxJ=OGEQ3^=U*)=">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hue.0.Wohnzimmer.level</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD4">
                                                         <block type="text" id="RyhIk(X^q;q`N|qWECJ7">
                                                           <field name="TEXT">,"hue":</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD5">
                                                         <block type="get_value" id="rO,4OhiK)-Q-{ghDa(sS">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hue.0.Wohnzimmer.hue</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD6">
                                                         <block type="text" id=".F;_~LVo_OM$O|(wv@!+">
                                                           <field name="TEXT">,"b":</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD7">
                                                         <block type="get_value" id=":U7N4aga!ZwD6l3_]c[9">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hue.0.Wohnzimmer.b</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD8">
                                                         <block type="text" id="3@5q{w56qn#/(O}ad.{s">
                                                           <field name="TEXT">,"g":</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD9">
                                                         <block type="get_value" id="q.[-(gAE~r-E!-cmf_9B">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hue.0.Wohnzimmer.g</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD10">
                                                         <block type="text" id="04W{15E)S8LMHA;zT,E0">
                                                           <field name="TEXT">,"r":</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD11">
                                                         <block type="get_value" id="d@^/0!PhczCl{FM2gvvH">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hue.0.Wohnzimmer.r</field>
                                                         </block>
                                                       </value>
                                                       <value name="ADD12">
                                                         <block type="text" id="Jon021N2wE7[ak6cXIi{">
                                                           <field name="TEXT">,"alert":"none","transitiontime":100}</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="control" id="=H;{e=)jtRyl?L;+esN5">
                                                       <mutation delay_input="false"></mutation>
                                                       <field name="OID">hue.0.Wohnzimmer.command</field>
                                                       <field name="WITH_DELAY">FALSE</field>
                                                       <value name="VALUE">
                                                         <block type="variables_get" id="$B*S6d:hz(=OE7:WBL94">
                                                           <field name="VAR" id="#-mXz|12s@TMb{7:o;u`" variabletype="">Alarmfarbe</field>
                                                         </block>
                                                       </value>
                                                       <next>
                                                         <block type="timeouts_settimeout" id="S28bVy@ODVoyUu`ye5|6">
                                                           <field name="NAME">Alarm_Lampe_war_an</field>
                                                           <field name="DELAY">15</field>
                                                           <field name="UNIT">sec</field>
                                                           <statement name="STATEMENT">
                                                             <block type="control" id="{XMp]}%uGE8`a_m@BCO:">
                                                               <mutation delay_input="false"></mutation>
                                                               <field name="OID">hue.0.Wohnzimmer.command</field>
                                                               <field name="WITH_DELAY">FALSE</field>
                                                               <value name="VALUE">
                                                                 <block type="variables_get" id="+:@vtVc}$kWuz95#miMy">
                                                                   <field name="VAR" id="xL{FzofqhyJnPQq`w`6A" variabletype="">Wohnzimmer_vorherige_Farbe</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </statement>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                               <value name="IF1">
                                                 <block type="logic_operation" id="`bIKUuu5gGPq.kc/0[B{" inline="false">
                                                   <field name="OP">AND</field>
                                                   <value name="A">
                                                     <block type="logic_compare" id="g,dV!V]g!02H*i3LW8`x">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id="^$-@@~n5ehaQsz*5:U-g">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hs100.0.Waschmaschine_Sibylle_läuft</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_boolean" id="WKM`Bx)0{M;V5EpO8JG.">
                                                           <field name="BOOL">FALSE</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="logic_compare" id="Bd]E6m(;Lf,YE=@HLhQ[">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id="6qX?KVvAZE;Aj/REs.qf">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hue.0.Wohnzimmer.on</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_boolean" id="ba9_5y;6I0@ydx-ef0eW">
                                                           <field name="BOOL">FALSE</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO1">
                                                 <block type="control" id="((?FlJ;;5hSWq3BOmXJo">
                                                   <mutation delay_input="false"></mutation>
                                                   <field name="OID">hue.0.Wohnzimmer.command</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="variables_get" id="WC?J1+1dz;49!JWv_3n.">
                                                       <field name="VAR" id="#-mXz|12s@TMb{7:o;u`" variabletype="">Alarmfarbe</field>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="timeouts_settimeout" id="791GG7L%DRqAIc*g|Nnc">
                                                       <field name="NAME">Alarm_Lampe_war_aus</field>
                                                       <field name="DELAY">15</field>
                                                       <field name="UNIT">sec</field>
                                                       <statement name="STATEMENT">
                                                         <block type="control" id="Lfyri[#!.2{$vTM(rSZj">
                                                           <mutation delay_input="false"></mutation>
                                                           <field name="OID">hue.0.Wohnzimmer.command</field>
                                                           <field name="WITH_DELAY">FALSE</field>
                                                           <value name="VALUE">
                                                             <block type="variables_get" id="{NgNb?Ub]toZlPfO}zn+">
                                                               <field name="VAR" id="xL{FzofqhyJnPQq`w`6A" variabletype="">Wohnzimmer_vorherige_Farbe</field>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="control" id="j2}?Ujr8Svat_5G5N[-b">
                                                               <mutation delay_input="false"></mutation>
                                                               <field name="OID">hue.0.Wohnzimmer.command</field>
                                                               <field name="WITH_DELAY">FALSE</field>
                                                               <value name="VALUE">
                                                                 <block type="text" id="x_IAyAfmce@2;$RjkMNZ">
                                                                   <field name="TEXT">{"on":false,"transitiontime":100}</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </statement>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </statement>
                                 </block>
                               </next>
                             </block>
                           </statement>
                           <next>
                             <block type="on_ext" id="Dh1}]g.*Y*2#PG/$}Psa" collapsed="true">
                               <mutation items="1"></mutation>
                               <field name="CONDITION">ne</field>
                               <field name="ACK_CONDITION"></field>
                               <value name="OID0">
                                 <shadow type="field_oid" id="a8BEpy1,Ciq)TQS#2oN0">
                                   <field name="oid">hue.0.Wohnzimmer.on</field>
                                 </shadow>
                               </value>
                               <statement name="STATEMENT">
                                 <block type="controls_if" id="xz9Ub9K6w.t})FIQLm9P" collapsed="true">
                                   <value name="IF0">
                                     <block type="logic_compare" id="OA[*$L0[YIdLwK5`3Tq*">
                                       <field name="OP">EQ</field>
                                       <value name="A">
                                         <block type="get_value" id="Stp10`qq66fCh@rMKw=_">
                                           <field name="ATTR">val</field>
                                           <field name="OID">hue.0.Wohnzimmer.on</field>
                                         </block>
                                       </value>
                                       <value name="B">
                                         <block type="logic_boolean" id=".#=1[HB/E{XyH4Mr~j#T">
                                           <field name="BOOL">FALSE</field>
                                         </block>
                                       </value>
                                     </block>
                                   </value>
                                   <statement name="DO0">
                                     <block type="variables_set" id="YP)!R%ZP*B{%*%0No3^{" collapsed="true">
                                       <field name="VAR" id="xL{FzofqhyJnPQq`w`6A" variabletype="">Wohnzimmer_vorherige_Farbe</field>
                                       <value name="VALUE">
                                         <block type="text_join" id="u]q(L56`9=n/~*Oo}I|J">
                                           <mutation items="13"></mutation>
                                           <value name="ADD0">
                                             <block type="text" id=";!f5?_5d4d7[nJiVl4=j">
                                               <field name="TEXT">{"on":</field>
                                             </block>
                                           </value>
                                           <value name="ADD1">
                                             <block type="get_value" id="|uSHbIn%=YCYQQ,{201:">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hue.0.Wohnzimmer.on</field>
                                             </block>
                                           </value>
                                           <value name="ADD2">
                                             <block type="text" id="/cC_ginyj^d4A*BU):?}">
                                               <field name="TEXT">,"level":</field>
                                             </block>
                                           </value>
                                           <value name="ADD3">
                                             <block type="get_value" id="aC,7],iC=DfbOxlSxnf5">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hue.0.Wohnzimmer.level</field>
                                             </block>
                                           </value>
                                           <value name="ADD4">
                                             <block type="text" id="kD$;bezgb}R}*jt4Z8#)">
                                               <field name="TEXT">,"hue":</field>
                                             </block>
                                           </value>
                                           <value name="ADD5">
                                             <block type="get_value" id="(yc21Iu4{DLTk(S8+Rii">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hue.0.Wohnzimmer.hue</field>
                                             </block>
                                           </value>
                                           <value name="ADD6">
                                             <block type="text" id="{s4PtLN{l{FF(piL!Du=">
                                               <field name="TEXT">,"b":</field>
                                             </block>
                                           </value>
                                           <value name="ADD7">
                                             <block type="get_value" id="D`YT|*rvxxaC)*Q:{0^-">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hue.0.Wohnzimmer.b</field>
                                             </block>
                                           </value>
                                           <value name="ADD8">
                                             <block type="text" id="uR?yhpbjUfq^h;?!~USm">
                                               <field name="TEXT">,"g":</field>
                                             </block>
                                           </value>
                                           <value name="ADD9">
                                             <block type="get_value" id="u`VR1]tsjAWUISn@|qs{">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hue.0.Wohnzimmer.g</field>
                                             </block>
                                           </value>
                                           <value name="ADD10">
                                             <block type="text" id="ObA%_^^v|%W$ha8e?qx7">
                                               <field name="TEXT">,"r":</field>
                                             </block>
                                           </value>
                                           <value name="ADD11">
                                             <block type="get_value" id="%ZI29W$U+R/m,?ULDU!H">
                                               <field name="ATTR">val</field>
                                               <field name="OID">hue.0.Wohnzimmer.r</field>
                                             </block>
                                           </value>
                                           <value name="ADD12">
                                             <block type="text" id="-?SSZuhw/PW(:(`/JASx">
                                               <field name="TEXT">,"alert":"none","transitiontime":100}</field>
                                             </block>
                                           </value>
                                         </block>
                                       </value>
                                     </block>
                                   </statement>
                                 </block>
                               </statement>
                             </block>
                           </next>
                         </block>
                       </next>
                     </block>
                    </xml>
                    

                    1 Reply Last reply Reply Quote 0
                    • werner2000x
                      werner2000x @dslraser last edited by

                      @dslraser Bei klappt der Alert nicht. Welchen Adapter hast du verwendet?

                      dslraser 1 Reply Last reply Reply Quote 0
                      • dslraser
                        dslraser Forum Testing Most Active @werner2000x last edited by

                        @werner2000x
                        mein Beitrag war aus 2019 (aber ich denke das ich nur den hue Adapter verwendet habe …)

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        875
                        Online

                        31.9k
                        Users

                        80.2k
                        Topics

                        1.3m
                        Posts

                        blockly
                        13
                        105
                        14457
                        Loading More Posts
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes
                        Reply
                        • Reply as topic
                        Log in to reply
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                        The ioBroker Community 2014-2023
                        logo