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.
    • Daniel Schwarz
      Daniel Schwarz @dslraser last edited by

      @dslraser
      Die Datenpunkte "Waschmaschin XX läuft" sind selbst erstellt.

      Ich habe eben mal schnell verzweifelt nach dem tutorial gesucht, nach dem ich das grund ding gemacht habe... leider ohne erfolg iwie.

      Okay, die anordnung des Dp ist vllt nicht die beste, da hast du wohl recht.

      wenn dieser DP größer gleich 1.9 (oder was auch immer ist) und genau der gleiche DP false ist soll genau dieser DP auf true aktualisiert werden ?
      Wenn CURRENT größer gleich 1.9 Watt ist dann soll wenn LÄUFT auf FALSE steht, dieser auf TRUE gesetzt werden, somit wird signalisiert und durch alexa gesagt das die maschine läuft.

      Wie gesagt ich habe es so übernommen, was ja auch super klappt ansich.

      Wenn der wert CURRENT unter die 1.8 Watt geht, ist die maschine in der regel fertig und der Dp soll auf false gesetzt werden und somit der Ende Ende Part aktiv werden.

      Wenn die maschine im Leerlauf ist , pendelt der Wert so in dem bereich, deshalb ist das so eingestellt.
      Wenn Maschine ganz aus ist, dann logischer weise auf 0 Watt.

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

        @Daniel-Schwarz sagte in Hue Lampe Blinken lassen:

        Wenn der wert CURRENT unter die 1.8 Watt geht, ist die maschine in der regel fertig und der Dp soll auf false gesetzt werden und somit der Ende Ende Part aktiv werden.

        Wie das funktionieren soll ist mir klar.
        Einmal probiere ich noch zu Fragen.
        Wo in Deinem Blockly ist der Datenpunkt zu Deinem CURRENT Wert ?
        Ich kann nur diesen selbsterstellten Waschmaschienen Datenpunkt entdecken.

        Sollte da nicht Waschmaschine Tamara stehen ?(CURRENT Wert)
        20191103_180941.png

        Dieser hier
        20191103_181225.png

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

          @dslraser
          JETZT !!!!

          Verstehe ich was du meinst, du hast absolut recht ... FACEPALM
          Wobei CURRENT auch falsch ist , ich meinte POWER.

          4.PNG

          Das ist ein Screenshot vom alten script.

          EDIT:
          So habe jetzt die werte bzw DP angepasst...

          5.PNG
          6.PNG

          Aber jetzt Blinkt es nach wie vor im LOOP..

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

            @Daniel-Schwarz sagte in Hue Lampe Blinken lassen:

            Das ist ein Screenshot vom alten script.

            Nö, ist es nicht.
            Ich habe Deinen Blockly Export bei mir importiert und da ist es genau so drinn.

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

              @dslraser
              hmmm.

              7.PNG

              Das sind aktuellen werte.
              Eine Maschine läuft, die andere ist fertig und im Leerlauf quasi.

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

                @Daniel-Schwarz
                dann exportiere doch mal ein aktuelles "richtiges" Blockly...

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

                  @dslraser

                  <xml xmlns="http://www.w3.org/1999/xhtml">
                    <block type="comment" id="MT|OG_uE2Vv|b(gV]g!-" x="-2487" y="-1262">
                      <field name="COMMENT">Waschmaschine Tamara</field>
                      <next>
                        <block type="on" id="E]v/{:S!EN}:`-n!KG8t">
                          <field name="OID">hs100.0.192_168_1_64.power</field>
                          <field name="CONDITION">any</field>
                          <field name="ACK_CONDITION"></field>
                          <statement name="STATEMENT">
                            <block type="controls_if" id="6^wpDO[uw!J:X}YAGLc2">
                              <mutation elseif="1"></mutation>
                              <value name="IF0">
                                <block type="logic_operation" id="tUg/fnG6gl=C,e5r@2;=">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="~acQv-uHMamsd]CyqSAt">
                                      <field name="OP">GTE</field>
                                      <value name="A">
                                        <block type="get_value" id="*QG)__VUq{)wR/%,lD_u">
                                          <field name="ATTR">val</field>
                                          <field name="OID">hs100.0.192_168_1_64.power</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="nHDh5{|=ujj,/s4R,wi%">
                                          <field name="NUM">1.9</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id="M6)24zQSu9Q-rcyqE74-">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="4ourwMoM?M,Q8p`2vS:5">
                                          <field name="ATTR">val</field>
                                          <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="a_o2/Yq3q(:@7_rniS3A">
                                          <field name="BOOL">FALSE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO0">
                                <block type="update" id="Tw6Rx`ft}FX%p^c]3jr!">
                                  <mutation delay_input="false"></mutation>
                                  <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="ch7k(!?noDm6pdeEwQxQ">
                                      <field name="BOOL">TRUE</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="control" id="e)PS_6qK6]4JA1L[zXF(">
                                      <mutation delay_input="true"></mutation>
                                      <field name="OID">alexa2.0.Echo-Devices.G090LV03639302FK.Commands.speak</field>
                                      <field name="WITH_DELAY">TRUE</field>
                                      <field name="DELAY_MS">120</field>
                                      <field name="UNIT">sec</field>
                                      <field name="CLEAR_RUNNING">TRUE</field>
                                      <value name="VALUE">
                                        <block type="text" id="[U_XerX2c3PkA)L87$[P">
                                          <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="={^U$UE)w[X.op!T$8*N">
                                  <field name="OP">AND</field>
                                  <value name="A">
                                    <block type="logic_compare" id="h0l|45d(w-#07qv*AI9c">
                                      <field name="OP">LT</field>
                                      <value name="A">
                                        <block type="get_value" id="#9rMD6VG56|qPND]J]C9">
                                          <field name="ATTR">val</field>
                                          <field name="OID">hs100.0.192_168_1_64.power</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="UII=:BzN$82(llmLr?:d">
                                          <field name="NUM">1.8</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="logic_compare" id="Cp#uT-JNnXlRY#p#)K?7">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id="U*IPrN:P7LrA;I:np=k:">
                                          <field name="ATTR">val</field>
                                          <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="logic_boolean" id="w]-x^hHtJd54^I7]KQl|">
                                          <field name="BOOL">TRUE</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO1">
                                <block type="update" id="Hn79Id=H[-32#@PbW+Qh">
                                  <mutation delay_input="false"></mutation>
                                  <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                  <field name="WITH_DELAY">FALSE</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="AsLvsc6Ky*qe5m`^2cQ]">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="control" id="2CEP7kKDa@k1do^oB(%X">
                                      <mutation delay_input="true"></mutation>
                                      <field name="OID">alexa2.0.Echo-Devices.G090LV03639302FK.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="=C{XRK$K(5v~dtj#7f0C">
                                          <mutation items="4"></mutation>
                                          <value name="ADD0">
                                            <block type="text" id="#j41KA3g[~o7Fteb^:zr">
                                              <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="nounxTUR@-UvTVNF_^o#">
                                              <field name="TEXT">Zu deiner Information, du hast heute</field>
                                            </block>
                                          </value>
                                          <value name="ADD2">
                                            <block type="get_value" id=")DTM^xKQ~wKY!*cSUK_F">
                                              <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="W$G2it*A)Sp/};v+K]ow">
                                              <field name="TEXT">KWh, beim Waschen verbraucht.</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                    <block type="comment" id="eI,c=[yFos]R~mWJ`H/z" x="-1213" y="-1237">
                      <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="controls_if" id="U1uqg)1c{UYg%K;c5A6v">
                              <mutation elseif="1"></mutation>
                              <value name="IF0">
                                <block type="logic_operation" id="}A|D9zK[RvsatF3t207-">
                                  <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">
                                      <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">
                                  <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">
                                      <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>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                            </block>
                          </statement>
                        </block>
                      </next>
                    </block>
                  </xml>
                  

                  Das ist ein Funktionierendes. nur halt eben ohne blinken ?

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

                    @dslraser

                    Ich frage mich wie DU es realisieren würdest, also nicht nur die lampen blinken, sondern den kompletten datensatz... etc.

                    iich würde echt behaupten, das es einen Konflikt in dem ganzen gibt.

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

                      @Daniel-Schwarz
                      schaue ich mir später mal an

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

                        @dslraser okay alles klar, und vielen dank nochmals für deine hilfe etc.

                        tut mir auch echt leid, dass es alles so kompliziert wird bzw ist.

                        EDIT:

                        Das ist der Part wo ich mit angefangen habe..

                        FORUM LINK

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

                          @Daniel-Schwarz
                          probiere mal so, testen kann ich es ja nicht, da ich Deine Geräte nicht habe.

                          fünf Beiträge runter.....
                          

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

                            @dslraser

                            gibt es einen grund weshalb bei einem block timeout dabei ist und beim anderen nicht ?

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

                              @Daniel-Schwarz sagte in Hue Lampe Blinken lassen:

                              Ich frage mich wie DU es realisieren würdest,

                              Es gibt übrigens schon so einige Waschmaschinenscripte hier im Forum. Manche Waschmaschinen machen auch längere Pausen während des Waschganges und melden dann fertig, weil der Verbrauch zu niedrig war....usw.usw.usw. Die Scripte, die ich hier schon gesehen habe, berücksichtigen auch so etwas. Einfach mal die Suche bemühen.

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

                                @Daniel-Schwarz sagte in Hue Lampe Blinken lassen:

                                gibt es einen grund weshalb bei einem block timeout dabei ist und beim anderen nicht ?

                                moment---

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

                                  @dslraser

                                  Ja danke, das hatte ich vorher schon gemacht, aber die waren iwie alle nicht so wirklicch wie ich es wollte...

                                  EDIT:

                                  Der Alarm button ist aber jetzt ohne funktion oder ?

                                  da gerade keine maschine mehr läuft.

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

                                    @Daniel-Schwarz

                                    <xml xmlns="http://www.w3.org/1999/xhtml">
                                     <variables>
                                       <variable type="" id="xL{FzofqhyJnPQq`w`6A">Wohnzimmer_vorherige_Farbe</variable>
                                       <variable type="" id="S|;`41z#2)fy^=rNAo~q">Licht_war_aus</variable>
                                       <variable type="" id="Kc{,!;GakGUAz,3b2Fmi">Wunschfarbe</variable>
                                       <variable type="undefined" id="Alarm">Alarm</variable>
                                       <variable type="" id="#-mXz|12s@TMb{7:o;u`">Alarmfarbe</variable>
                                       <variable type="undefined" id="vorher">vorher</variable>
                                     </variables>
                                     <block type="comment" id="I6dC10r:h!zx%yxI6$-C" x="13" y="1438">
                                       <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="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">
                                                       <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="controls_if" id=",VT_(}-]A9;)0R(vSU]b">
                                                       <mutation elseif="1"></mutation>
                                                       <value name="IF0">
                                                         <block type="logic_operation" id="z=E|D(bH-sMAk36(LLoS" inline="false">
                                                           <field name="OP">AND</field>
                                                           <value name="A">
                                                             <block type="logic_compare" id="c5G,b,Shw]HQ?lw,Bg7a">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="k%N/@JIfr`Zw(_XHXfbL">
                                                                   <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="P@eVRqlr24$(}/OSJfO?">
                                                                   <field name="BOOL">FALSE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_compare" id="f3n4C7WFRM+kZLKub[Vr">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="wkj(TG+71zYi^KoXMn7u">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.on</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_boolean" id="VGngcb_qiQ40#^(:6BAE">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO0">
                                                         <block type="variables_set" id="!gVq(9GOHu}!7:/$%dH(">
                                                           <field name="VAR" id="xL{FzofqhyJnPQq`w`6A" variabletype="">Wohnzimmer_vorherige_Farbe</field>
                                                           <value name="VALUE">
                                                             <block type="text_join" id="ubTVdLS$;!d.M`e:xVl~">
                                                               <mutation items="13"></mutation>
                                                               <value name="ADD0">
                                                                 <block type="text" id="j=i8G+L{#L}24{xa{hG5">
                                                                   <field name="TEXT">{"on":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD1">
                                                                 <block type="get_value" id="vzLd^92gIs,1^3d=G]=a">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.on</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD2">
                                                                 <block type="text" id="!~F-*j%?1RNBag?`n:R=">
                                                                   <field name="TEXT">,"level":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD3">
                                                                 <block type="get_value" id="Bg_P[|O+,Mu00BYv,g{;">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.level</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD4">
                                                                 <block type="text" id="?,aj$+AM9OqDcY=ee?;,">
                                                                   <field name="TEXT">,"hue":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD5">
                                                                 <block type="get_value" id="/r9qP/YM[I/S564$R@=;">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.hue</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD6">
                                                                 <block type="text" id="_;F=(a5[)uRsLHy@Hn/H">
                                                                   <field name="TEXT">,"b":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD7">
                                                                 <block type="get_value" id="lZ,#.V9eKtZ7kq,nQ!(V">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.b</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD8">
                                                                 <block type="text" id="0dk;OC2*=2DNQ+Z/P|ah">
                                                                   <field name="TEXT">,"g":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD9">
                                                                 <block type="get_value" id="25VAjGL3EfK%UG*{QvC4">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.g</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD10">
                                                                 <block type="text" id="uK@M{CN[e|ZCbI^n1huo">
                                                                   <field name="TEXT">,"r":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD11">
                                                                 <block type="get_value" id="CahP{k1``=L!pBlxFVa_">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.r</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD12">
                                                                 <block type="text" id="3t#WOjP5^1^gG,}ev0.5">
                                                                   <field name="TEXT">,"alert":"none","transitiontime":100}</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </statement>
                                                       <value name="IF1">
                                                         <block type="logic_operation" id="j8`X7P7ftm/gF~EfsiDG" inline="false">
                                                           <field name="OP">AND</field>
                                                           <value name="A">
                                                             <block type="logic_compare" id="L0JhREFF`j9!rE5Nv$)i">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="i*TEOWmP#Y@O=MKH(oM,">
                                                                   <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="G]tQU(3kQeXYC(lcG3JG">
                                                                   <field name="BOOL">FALSE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_compare" id="iZ8O3#v6aum^VV2*lbCE">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="R4Uwu2xy,%qj=K%7?P!%">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.on</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_boolean" id="50lP69)k7B[]Rk/9QQXx">
                                                                   <field name="BOOL">FALSE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO1">
                                                         <block type="variables_set" id="tJoznpM~~gpGKq34/4p4">
                                                           <field name="VAR" id="S|;`41z#2)fy^=rNAo~q" variabletype="">Licht_war_aus</field>
                                                           <value name="VALUE">
                                                             <block type="logic_boolean" id="9(egRKvQ6Og:9}X9vqe[">
                                                               <field name="BOOL">TRUE</field>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="variables_set" id="$]v];32jRO^r|FSZ@.A5">
                                                               <field name="VAR" id="Kc{,!;GakGUAz,3b2Fmi" variabletype="">Wunschfarbe</field>
                                                               <value name="VALUE">
                                                                 <block type="text" id="4`@%7@YzY2tQ_3rWu3Mq">
                                                                   <field name="TEXT">{"on":true,"level":100,"hue":26,"b":8,"g":138,"r":254,"alert":"none","transitiontime":100}</field>
                                                                 </block>
                                                               </value>
                                                               <next>
                                                                 <block type="timeouts_settimeout" id="[w0aUWyvjzp=-t9`)PNW">
                                                                   <field name="NAME">Alarm</field>
                                                                   <field name="DELAY">100</field>
                                                                   <field name="UNIT">ms</field>
                                                                   <statement name="STATEMENT">
                                                                     <block type="variables_set" id="RLN*#zZ3qy9yYHO`0/g^">
                                                                       <field name="VAR" id="#-mXz|12s@TMb{7:o;u`" variabletype="">Alarmfarbe</field>
                                                                       <value name="VALUE">
                                                                         <block type="text" id="4x#.$y:DTRa:HHhdn_c]">
                                                                           <field name="TEXT">{"level":100, "hue":0,"alert":"lselect", "transitiontime":0}</field>
                                                                         </block>
                                                                       </value>
                                                                       <next>
                                                                         <block type="control" id="itzibgpZWAu(DBWms?jg">
                                                                           <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="wuNXQStvBk*;W{8k2L4Y">
                                                                               <field name="VAR" id="#-mXz|12s@TMb{7:o;u`" variabletype="">Alarmfarbe</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </statement>
                                                                   <next>
                                                                     <block type="timeouts_settimeout" id="-8pz2t/Vcu1_p25SIXB]">
                                                                       <field name="NAME">vorher</field>
                                                                       <field name="DELAY">15</field>
                                                                       <field name="UNIT">sec</field>
                                                                       <statement name="STATEMENT">
                                                                         <block type="controls_if" id="GIak!-2;;-0,.0eEN@1E">
                                                                           <mutation else="1"></mutation>
                                                                           <value name="IF0">
                                                                             <block type="logic_compare" id="{1GrBE@GyW!b_?2vJZlO">
                                                                               <field name="OP">EQ</field>
                                                                               <value name="A">
                                                                                 <block type="variables_get" id="ZCIWnTB*gH%^zYA[xZE,">
                                                                                   <field name="VAR" id="S|;`41z#2)fy^=rNAo~q" variabletype="">Licht_war_aus</field>
                                                                                 </block>
                                                                               </value>
                                                                               <value name="B">
                                                                                 <block type="logic_boolean" id="(E]3,vuEW|]mqQ5i,K-Z">
                                                                                   <field name="BOOL">FALSE</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                           <statement name="DO0">
                                                                             <block type="control" id="DP@=NkP}mRlad9fvV_uS">
                                                                               <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="l82L(3J,zRC$!GFJj*g*">
                                                                                   <field name="VAR" id="xL{FzofqhyJnPQq`w`6A" variabletype="">Wohnzimmer_vorherige_Farbe</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </statement>
                                                                           <statement name="ELSE">
                                                                             <block type="control" id="YEni4AhjTr^SC7ilRz}n">
                                                                               <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=",J;X#!07T[Ryi]-=S$u]">
                                                                                   <field name="VAR" id="Kc{,!;GakGUAz,3b2Fmi" variabletype="">Wunschfarbe</field>
                                                                                 </block>
                                                                               </value>
                                                                               <next>
                                                                                 <block type="control" id="{q*`mUco|1E;Vj2}Nm$8">
                                                                                   <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/sr6W2Qh2HhcpY]yF{">
                                                                                       <field name="TEXT">{"on":false,"transitiontime":100}</field>
                                                                                     </block>
                                                                                   </value>
                                                                                 </block>
                                                                               </next>
                                                                             </block>
                                                                           </statement>
                                                                           <next>
                                                                             <block type="variables_set" id="}]4UV1{QQ:@0dNDw?r_-">
                                                                               <field name="VAR" id="S|;`41z#2)fy^=rNAo~q" variabletype="">Licht_war_aus</field>
                                                                               <value name="VALUE">
                                                                                 <block type="logic_boolean" id="zX^|qC#13:NlHPnFok{D">
                                                                                   <field name="BOOL">FALSE</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </next>
                                                                         </block>
                                                                       </statement>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </statement>
                                                       <next>
                                                         <block type="control" id="GwM0IrbMj(VE?$_04hV9">
                                                           <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>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                             </block>
                                           </statement>
                                         </block>
                                       </next>
                                     </block>
                                    </xml>
                                    

                                    <xml xmlns="http://www.w3.org/1999/xhtml">
                                     <variables>
                                       <variable type="" id="xL{FzofqhyJnPQq`w`6A">Wohnzimmer_vorherige_Farbe</variable>
                                       <variable type="" id="S|;`41z#2)fy^=rNAo~q">Licht_war_aus</variable>
                                       <variable type="undefined" id="Alarm">Alarm</variable>
                                       <variable type="" id="Kc{,!;GakGUAz,3b2Fmi">Wunschfarbe</variable>
                                       <variable type="" id="#-mXz|12s@TMb{7:o;u`">Alarmfarbe</variable>
                                       <variable type="undefined" id="vorher">vorher</variable>
                                     </variables>
                                     <block type="comment" id="MT|OG_uE2Vv|b(gV]g!-" x="13" y="13">
                                       <field name="COMMENT">Waschmaschine Tamara</field>
                                       <next>
                                         <block type="on" id="E]v/{:S!EN}:`-n!KG8t">
                                           <field name="OID">hs100.0.192_168_1_64.power</field>
                                           <field name="CONDITION">any</field>
                                           <field name="ACK_CONDITION"></field>
                                           <statement name="STATEMENT">
                                             <block type="controls_if" id="6^wpDO[uw!J:X}YAGLc2">
                                               <mutation elseif="1"></mutation>
                                               <value name="IF0">
                                                 <block type="logic_operation" id="tUg/fnG6gl=C,e5r@2;=" inline="false">
                                                   <field name="OP">AND</field>
                                                   <value name="A">
                                                     <block type="logic_compare" id="~acQv-uHMamsd]CyqSAt">
                                                       <field name="OP">GTE</field>
                                                       <value name="A">
                                                         <block type="get_value" id="*QG)__VUq{)wR/%,lD_u">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hs100.0.192_168_1_64.power</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="math_number" id="nHDh5{|=ujj,/s4R,wi%">
                                                           <field name="NUM">1.9</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="logic_compare" id="M6)24zQSu9Q-rcyqE74-">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id="4ourwMoM?M,Q8p`2vS:5">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_boolean" id="a_o2/Yq3q(:@7_rniS3A">
                                                           <field name="BOOL">FALSE</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="update" id="Tw6Rx`ft}FX%p^c]3jr!">
                                                   <mutation delay_input="false"></mutation>
                                                   <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="logic_boolean" id="ch7k(!?noDm6pdeEwQxQ">
                                                       <field name="BOOL">TRUE</field>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="control" id="e)PS_6qK6]4JA1L[zXF(">
                                                       <mutation delay_input="true"></mutation>
                                                       <field name="OID">alexa2.0.Echo-Devices.G090LV03639302FK.Commands.speak</field>
                                                       <field name="WITH_DELAY">TRUE</field>
                                                       <field name="DELAY_MS">120</field>
                                                       <field name="UNIT">sec</field>
                                                       <field name="CLEAR_RUNNING">TRUE</field>
                                                       <value name="VALUE">
                                                         <block type="text" id="[U_XerX2c3PkA)L87$[P">
                                                           <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="={^U$UE)w[X.op!T$8*N" inline="false">
                                                   <field name="OP">AND</field>
                                                   <value name="A">
                                                     <block type="logic_compare" id="h0l|45d(w-#07qv*AI9c">
                                                       <field name="OP">LT</field>
                                                       <value name="A">
                                                         <block type="get_value" id="#9rMD6VG56|qPND]J]C9">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hs100.0.192_168_1_64.power</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="math_number" id="UII=:BzN$82(llmLr?:d">
                                                           <field name="NUM">1.8</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="logic_compare" id="Cp#uT-JNnXlRY#p#)K?7">
                                                       <field name="OP">EQ</field>
                                                       <value name="A">
                                                         <block type="get_value" id="U*IPrN:P7LrA;I:np=k:">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="logic_boolean" id="w]-x^hHtJd54^I7]KQl|">
                                                           <field name="BOOL">TRUE</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO1">
                                                 <block type="update" id="Hn79Id=H[-32#@PbW+Qh">
                                                   <mutation delay_input="false"></mutation>
                                                   <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="logic_boolean" id="AsLvsc6Ky*qe5m`^2cQ]">
                                                       <field name="BOOL">FALSE</field>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="controls_if" id="x7EaBGDENGkS0TK$B(w%">
                                                       <mutation elseif="1"></mutation>
                                                       <value name="IF0">
                                                         <block type="logic_operation" id="LW?[?l=}r.1ML6e^o*,3" inline="false">
                                                           <field name="OP">AND</field>
                                                           <value name="A">
                                                             <block type="logic_compare" id="9Ea.9@n4DIBz7tWsc6o*">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="5}T=ct9l_@9tTUYZ::_w">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_boolean" id="f]/Qoa#8bQ(q*Pje|!nl">
                                                                   <field name="BOOL">FALSE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_compare" id="30g!.(l0Yz5tvvKT9zzb">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="wb-!ZwL$5tlE[u#]q7U:">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.on</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_boolean" id="%%$B?OA0N]qeoVVRKc(V">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO0">
                                                         <block type="variables_set" id="vFGzS*?e-L}yh=0?jQ$u">
                                                           <field name="VAR" id="xL{FzofqhyJnPQq`w`6A" variabletype="">Wohnzimmer_vorherige_Farbe</field>
                                                           <value name="VALUE">
                                                             <block type="text_join" id="6T#,e*QX)JI}=$[}@@F4">
                                                               <mutation items="13"></mutation>
                                                               <value name="ADD0">
                                                                 <block type="text" id="BLAPc(kX=qJDT5@b^B,i">
                                                                   <field name="TEXT">{"on":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD1">
                                                                 <block type="get_value" id="zf_4g.5VYBb*TM:80NpY">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.on</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD2">
                                                                 <block type="text" id="*(kgm^2[yijPGj1JLSh%">
                                                                   <field name="TEXT">,"level":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD3">
                                                                 <block type="get_value" id="-=SLN~~ws!mz+u6O^rwP">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.level</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD4">
                                                                 <block type="text" id="p^_FJZ$u2Q+kd3m^J?v5">
                                                                   <field name="TEXT">,"hue":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD5">
                                                                 <block type="get_value" id="p/lV)o`b5s#-k;6*j9;^">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.hue</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD6">
                                                                 <block type="text" id=":wM^jaL+TpCBosd39zm_">
                                                                   <field name="TEXT">,"b":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD7">
                                                                 <block type="get_value" id="#CgM4;GS)VGck+!?{(XD">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.b</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD8">
                                                                 <block type="text" id="[jD.nSA{1|7w;x[wkOa!">
                                                                   <field name="TEXT">,"g":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD9">
                                                                 <block type="get_value" id="W?7eP{m%W~[vUBaRH2Y!">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.g</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD10">
                                                                 <block type="text" id="I#~*w5O1nYlindL01c2l">
                                                                   <field name="TEXT">,"r":</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD11">
                                                                 <block type="get_value" id="SE{4.Z9{i2u4W/XMASk-">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.r</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD12">
                                                                 <block type="text" id="!@2BF{`%TzO(.p=cM}5p">
                                                                   <field name="TEXT">,"alert":"none","transitiontime":100}</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </statement>
                                                       <value name="IF1">
                                                         <block type="logic_operation" id="-V?QlS$ER+Fe(ZHZC~%o" inline="false">
                                                           <field name="OP">AND</field>
                                                           <value name="A">
                                                             <block type="logic_compare" id="QN;Whhb!wyUdG|0*MyW~">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="D{js@!jhP_L7Z_p`F}i7">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hs100.0.Waschmashine_Tamara_läuft</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_boolean" id="d%,fy8}x#]dAgOStYmcl">
                                                                   <field name="BOOL">FALSE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="B">
                                                             <block type="logic_compare" id="9p}B2%XhPb.K%zA7Nn++">
                                                               <field name="OP">EQ</field>
                                                               <value name="A">
                                                                 <block type="get_value" id="@$qJs*-*ll^P~u*@ZxOO">
                                                                   <field name="ATTR">val</field>
                                                                   <field name="OID">hue.0.Wohnzimmer.on</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <block type="logic_boolean" id="?tOk4~D(sfU*H,x/b/Ur">
                                                                   <field name="BOOL">FALSE</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <statement name="DO1">
                                                         <block type="variables_set" id="1{#BvcF-KWA0gzdT]tV4">
                                                           <field name="VAR" id="S|;`41z#2)fy^=rNAo~q" variabletype="">Licht_war_aus</field>
                                                           <value name="VALUE">
                                                             <block type="logic_boolean" id=")9NmF]!UU%20UG$X|4#9">
                                                               <field name="BOOL">TRUE</field>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="variables_set" id="k*Vmi0*!8U,dBa=_YE!O">
                                                               <field name="VAR" id="Kc{,!;GakGUAz,3b2Fmi" variabletype="">Wunschfarbe</field>
                                                               <value name="VALUE">
                                                                 <block type="text" id="[#3;`R6-8_xy7A6Mj-=}">
                                                                   <field name="TEXT">{"on":true,"level":100,"hue":26,"b":8,"g":138,"r":254,"alert":"none","transitiontime":100}</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </statement>
                                                       <next>
                                                         <block type="timeouts_settimeout" id="t5z9IGhAM2U||A=l?oE+">
                                                           <field name="NAME">Alarm</field>
                                                           <field name="DELAY">100</field>
                                                           <field name="UNIT">ms</field>
                                                           <statement name="STATEMENT">
                                                             <block type="variables_set" id="eV2nz=S+o0Qh#knfX(VX">
                                                               <field name="VAR" id="#-mXz|12s@TMb{7:o;u`" variabletype="">Alarmfarbe</field>
                                                               <value name="VALUE">
                                                                 <block type="text" id="6=Nsu~FIZ]GOWy9RW!a~">
                                                                   <field name="TEXT">{"level":100, "hue":0,"alert":"lselect", "transitiontime":0}</field>
                                                                 </block>
                                                               </value>
                                                               <next>
                                                                 <block type="control" id="Lr:]7?$$Digass0*HoR[">
                                                                   <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="=]YL~Rr~V00O,oe*2!)R">
                                                                       <field name="VAR" id="#-mXz|12s@TMb{7:o;u`" variabletype="">Alarmfarbe</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </statement>
                                                           <next>
                                                             <block type="timeouts_settimeout" id="Ft#CxWl=aL97Eq/1At(.">
                                                               <field name="NAME">vorher</field>
                                                               <field name="DELAY">15</field>
                                                               <field name="UNIT">sec</field>
                                                               <statement name="STATEMENT">
                                                                 <block type="controls_if" id="S]ZcTCCaff{|N8s3lG,b">
                                                                   <mutation else="1"></mutation>
                                                                   <value name="IF0">
                                                                     <block type="logic_compare" id="uw*LFp.7s+wAcB}w_9;u">
                                                                       <field name="OP">EQ</field>
                                                                       <value name="A">
                                                                         <block type="variables_get" id="bJ7WHnuwLBnUP7xEp}K8">
                                                                           <field name="VAR" id="S|;`41z#2)fy^=rNAo~q" variabletype="">Licht_war_aus</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="B">
                                                                         <block type="logic_boolean" id="m`;umRIZO%.tdGH$8;.)">
                                                                           <field name="BOOL">FALSE</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <statement name="DO0">
                                                                     <block type="control" id="H-EBF0vG#rLz{@[/;^V0">
                                                                       <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="~8~Jn?G+5I5`YE`8w#Qr">
                                                                           <field name="VAR" id="xL{FzofqhyJnPQq`w`6A" variabletype="">Wohnzimmer_vorherige_Farbe</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </statement>
                                                                   <statement name="ELSE">
                                                                     <block type="control" id="lit.[J:;U2L[@{-{bf`(">
                                                                       <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="AhY{UEx!(:@VRu]a`x2j">
                                                                           <field name="VAR" id="Kc{,!;GakGUAz,3b2Fmi" variabletype="">Wunschfarbe</field>
                                                                         </block>
                                                                       </value>
                                                                       <next>
                                                                         <block type="control" id="@v0.X3AAGc*U8Udhqu[M">
                                                                           <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="K~17t7:-PAkJ4{{TZMY}">
                                                                               <field name="TEXT">{"on":false,"transitiontime":100}</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </next>
                                                                     </block>
                                                                   </statement>
                                                                   <next>
                                                                     <block type="variables_set" id="3c;Mfm,.pYC$g%7{P}ez">
                                                                       <field name="VAR" id="S|;`41z#2)fy^=rNAo~q" variabletype="">Licht_war_aus</field>
                                                                       <value name="VALUE">
                                                                         <block type="logic_boolean" id="hQ1J)7f.t$79)ORQc9#g">
                                                                           <field name="BOOL">FALSE</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </next>
                                                                 </block>
                                                               </statement>
                                                               <next>
                                                                 <block type="control" id="2CEP7kKDa@k1do^oB(%X">
                                                                   <mutation delay_input="true"></mutation>
                                                                   <field name="OID">alexa2.0.Echo-Devices.G090LV03639302FK.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="=C{XRK$K(5v~dtj#7f0C" inline="false">
                                                                       <mutation items="4"></mutation>
                                                                       <value name="ADD0">
                                                                         <block type="text" id="#j41KA3g[~o7Fteb^:zr">
                                                                           <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="nounxTUR@-UvTVNF_^o#">
                                                                           <field name="TEXT">Zu deiner Information, du hast heute</field>
                                                                         </block>
                                                                       </value>
                                                                       <value name="ADD2">
                                                                         <block type="get_value" id=")DTM^xKQ~wKY!*cSUK_F">
                                                                           <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="W$G2it*A)Sp/};v+K]ow">
                                                                           <field name="TEXT">KWh, beim Waschen verbraucht.</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </next>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                             </block>
                                           </statement>
                                         </block>
                                       </next>
                                     </block>
                                    </xml>
                                    

                                    Ich habe mal zwei getrennte Blocklys draus gemacht. (auch wegen den Variablen und Timeouts)

                                    Der Alarm button ist aber jetzt ohne funktion oder ?

                                    Der war ja nur zum testen ob das blinken überhaupt funktioniert. Den brauchst Du in dem Waschmaschienenscript ja nicht.

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

                                      @dslraser

                                      Okay, habe sie jetzt auch getrennt gesetzt.

                                      Okay, habe verstanden, das heisst aber auch das ich es so jetzt nicht testen kann, da keine WM läuft. auch nicht wenn ich den DP auf true setze.

                                      Aber dann schauen wir einfach mal.

                                      BBTown dslraser 2 Replies Last reply Reply Quote 0
                                      • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            786
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            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