Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. [erledigt]Ansage Geschirrspüler

    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

    [erledigt]Ansage Geschirrspüler

    This topic has been deleted. Only users with topic management privileges can see it.
    • sigi234
      sigi234 Forum Testing Most Active last edited by sigi234

      ANSAGE GESCHIRRSPÜLER

      Anzeige TV hinzugefügt und ein neues Programm (Favoriten)

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

        @dslraser

        Hallo, kannst du dir bitte mal das Blockly ansehen, bekomme keine Ansage?

        Blockly Geschirrspüler- selbst erstellt, sicher nicht Optimal gemacht.


        Blockly_GS.txt

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

          @sigi234 sagte in Alexa Ansagen I Telegram I EMail I Alias I VISU I HTML:

          Blockly_GS.txt

          Ich habe mehrere Fragen...(ich habe diesen Adapter nicht)
          Du nimmst speak für die Ansage, aber Du setzt Player.volume ? (Player.volume ist eigentlich für Musik bzw. Multiroom Musik Gruppen ? Ich nutze für Ansagen bzw. die Lautstärke speak-volume bzw Volume to use for speak commands)

          Bildschirmfoto 2021-04-10 um 09.26.42.png

          Und ich setzt die Lautstärke vor dem Ansagebaustein, bei Dir kommt der Baustein erst danach ? Das heißt, bei Dir soll die Ansage gemacht werden, dann kommt erst die Einstellung der Lautstärke ?

          Dann hast Du weiter unten den Status und select da rein verschachtelt, das würde ich in extra Trigger machen.

          Und noch eine Frage zum Schluß: Warum stellst Du die Frage in diesem Thread ?

          Probier mal so ungefähr

          <xml xmlns="https://developers.google.com/blockly/xml">
           <block type="on_ext" id="(J;8Dfwd!V/~bcfZ%o%=" x="763" y="-112">
             <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
             <field name="CONDITION">ne</field>
             <field name="ACK_CONDITION"></field>
             <value name="OID0">
               <shadow type="field_oid" id="yzqzNNd5D_fWg]-(6+-x">
                 <field name="oid">homeconnect.0.401010522278007458.status.BSH_Common_Status_OperationState</field>
               </shadow>
             </value>
             <statement name="STATEMENT">
               <block type="controls_if" id="9[DLC)k^q%mnB.s32KA`">
                 <value name="IF0">
                   <block type="logic_compare" id="VLos2Uu+L^Q6H({,b(7(">
                     <field name="OP">EQ</field>
                     <value name="A">
                       <block type="on_source" id="N/Djl.aHo9K]Eu~u6PZU">
                         <field name="ATTR">state.val</field>
                       </block>
                     </value>
                     <value name="B">
                       <block type="text" id="YqcUaChN~3O8{/?;+NHJ">
                         <field name="TEXT">BSH.Common.EnumType.OperationState.Finished</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO0">
                   <block type="comment" id="_V/pA[9H-~s^kX!,L?sb">
                     <field name="COMMENT">speak-volume auswählen</field>
                     <next>
                       <block type="control" id="9j1j8w]2F~3rNtik{gWH">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="math_number" id="!{t]7A%y_j}*5qHa6@%3">
                             <field name="NUM">70</field>
                           </block>
                         </value>
                         <next>
                           <block type="control" id="j|yuu@g*lm}]JXwl,*Nk">
                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                             <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="text" id="k]/QI!pOIos0mMK^s{G.">
                                 <field name="TEXT">Der Geschirrspüler ist fertig</field>
                               </block>
                             </value>
                             <next>
                               <block type="email" id="4ThA`gv2%W?k6hh1dF1p">
                                 <field name="INSTANCE"></field>
                                 <field name="IS_HTML">TRUE</field>
                                 <field name="LOG"></field>
                                 <value name="TO">
                                   <shadow type="text" id="%t{j]3d1PF9mocJIK8C.">
                                     <field name="TEXT">sigiking1@gmail.com</field>
                                   </shadow>
                                 </value>
                                 <value name="TEXT">
                                   <shadow type="text" id="lJ|KA=hW.m?9((/%%%JZ">
                                     <field name="TEXT">Der Geschirrspüler ist fertig</field>
                                   </shadow>
                                 </value>
                                 <value name="SUBJECT">
                                   <shadow type="text" id="cSf[-e#xvUc0NT2qPehc">
                                     <field name="TEXT">Status Geschirrspüler</field>
                                   </shadow>
                                 </value>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <next>
                   <block type="controls_if" id="=n#|:dmLh05`)IP~5Va[">
                     <value name="IF0">
                       <block type="logic_compare" id="C{8h_d{l*|jC|s:(8yxm">
                         <field name="OP">EQ</field>
                         <value name="A">
                           <block type="on_source" id="5u4+1%I=Jy8W!QD_mrDS">
                             <field name="ATTR">state.val</field>
                           </block>
                         </value>
                         <value name="B">
                           <block type="text" id="%,@4+$$|6EBbku:0m~g$">
                             <field name="TEXT">BSH.Common.EnumType.OperationState.Inactive</field>
                           </block>
                         </value>
                       </block>
                     </value>
                     <statement name="DO0">
                       <block type="comment" id="+,zvFRwD}Wp=DU[tJSoG">
                         <field name="COMMENT">speak-volume auswählen</field>
                         <next>
                           <block type="control" id="p}F,yJFe,yOQjI#XB|G6">
                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                             <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="math_number" id="%Td%[;z.1sv7P3#/g{q}">
                                 <field name="NUM">70</field>
                               </block>
                             </value>
                             <next>
                               <block type="control" id=":VaD;IH45,67~}bq3CG|">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="text" id="1D%vC=o-=aM,)8u/f7BE">
                                     <field name="TEXT">Der Geschirrspüler ist ausgeschaltet</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="email" id="mW/V``UKG[!Nb+~x+`XW">
                                     <field name="INSTANCE"></field>
                                     <field name="IS_HTML">TRUE</field>
                                     <field name="LOG"></field>
                                     <value name="TO">
                                       <shadow type="text" id="ou]mj_FW:/l[6b?SmVa1">
                                         <field name="TEXT">sigiking1@gmail.com</field>
                                       </shadow>
                                     </value>
                                     <value name="TEXT">
                                       <shadow type="text" id="!5TA,]Pv^pV#{~H/QGl_">
                                         <field name="TEXT">Der Geschirrspüler ist ausgeschaltet</field>
                                       </shadow>
                                     </value>
                                     <value name="SUBJECT">
                                       <shadow type="text" id="$DMLF|P1(!o?9Pb?isZY">
                                         <field name="TEXT">Status Geschirrspüler</field>
                                       </shadow>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </statement>
                     <next>
                       <block type="controls_if" id="K+t*LoUS$-jYlb{~P/=,">
                         <value name="IF0">
                           <block type="logic_compare" id="VV4mAw|}lL{47K4=kPbU">
                             <field name="OP">EQ</field>
                             <value name="A">
                               <block type="on_source" id="DJ6?/5oDf$?Y^J2c5Hqf">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="text" id="25hNC[pX}0ZfNGpAb#Am">
                                 <field name="TEXT">BSH.Common.EnumType.OperationState.Run</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="control" id="D3GC9t|EIJdv^#njzr#[">
                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                             <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="math_number" id="xpr_}JRzrW;UD0~,+rso">
                                 <field name="NUM">70</field>
                               </block>
                             </value>
                             <next>
                               <block type="control" id="Q-)SNR3lj=BW{*zgG`7K">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="text" id="$kRHg;6bbNfuU]A,8vYB">
                                     <field name="TEXT">Der Geschirrspüler läuft</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="email" id="Fj9XGv-[c)Xo37)f9I.V">
                                     <field name="INSTANCE"></field>
                                     <field name="IS_HTML">TRUE</field>
                                     <field name="LOG"></field>
                                     <value name="TO">
                                       <shadow type="text" id="N3n5[,We0(DXzIa;.]-H">
                                         <field name="TEXT">sigiking1@gmail.com</field>
                                       </shadow>
                                     </value>
                                     <value name="TEXT">
                                       <shadow type="text" id="[tylN}npj-sYrX?[x+BV">
                                         <field name="TEXT">Der Geschirrspüler läuft</field>
                                       </shadow>
                                     </value>
                                     <value name="SUBJECT">
                                       <shadow type="text" id="0A$x{NvraPr7^2|4{U|d">
                                         <field name="TEXT">Status Geschirrspüler</field>
                                       </shadow>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </statement>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </statement>
             <next>
               <block type="comment" id="^s@H7-T:(Ve|p8WZ9%$2">
                 <field name="COMMENT">Trigger auf .select</field>
                 <next>
                   <block type="on_ext" id="k$x9PAw3eYc$44(}:o];">
                     <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                     <field name="CONDITION">ne</field>
                     <field name="ACK_CONDITION"></field>
                     <value name="OID0">
                       <shadow type="field_oid" id="N;9R6lrvgWlb[gJIloVE">
                         <field name="oid">default</field>
                       </shadow>
                     </value>
                     <statement name="STATEMENT">
                       <block type="controls_if" id="@PcTG#p75u,Eaubn;%xD">
                         <mutation elseif="4"></mutation>
                         <value name="IF0">
                           <block type="logic_compare" id="U#Pr;TSxZuO256[*^HsD">
                             <field name="OP">EQ</field>
                             <value name="A">
                               <block type="on_source" id="5`EATV]6ITte[b;QqulE">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="text" id="s}~dPysykTDd29$`~R(`">
                                 <field name="TEXT">Dishcare.Dishwasher.Program.NightWash</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="comment" id=",c3o+-z4_Q3*uJ$9wy23">
                             <field name="COMMENT">speak-volume auswählen</field>
                             <next>
                               <block type="control" id="y;2w`A8o7R5wp{c`)nt(">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="math_number" id="R`OOUl;XmIi4Qm`_vt9]">
                                     <field name="NUM">70</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="control" id="X]r_#m6]Qh-5)}%IrSEl">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="text" id="(mqE-=NX{$|hU|+{,)4W">
                                         <field name="TEXT">mit dem Programm Eco 50</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </statement>
                         <value name="IF1">
                           <block type="logic_compare" id="]hu9{_#Qzvcy;*yzy=fX">
                             <field name="OP">EQ</field>
                             <value name="A">
                               <block type="on_source" id="o5OP9h$%hZAy,krr#+YN">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="text" id="?Up(cm$=Wa}l-G)H!`N^">
                                 <field name="TEXT">Dishcare.Dishwasher.Program.Auto2</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO1">
                           <block type="comment" id="a==|xK1U1Cj`FdqX=$yK">
                             <field name="COMMENT">speak-volume auswählen</field>
                             <next>
                               <block type="control" id="eB.Q#QB-RBEf.|-=X:xJ">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="math_number" id="xARG#DTis-5?d=O1]Jk]">
                                     <field name="NUM">70</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="control" id="ICvENZ=m4B=yE0s9p2J(">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="text" id="}+_F]T4.mIj0O+kej(Z;">
                                         <field name="TEXT">mit dem Programm Automatik 2</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </statement>
                         <value name="IF2">
                           <block type="logic_compare" id="jA^%^K$d0cb2!b*jDBeI">
                             <field name="OP">EQ</field>
                             <value name="A">
                               <block type="on_source" id="-0F-ds.i(Rax_!ONmz9J">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="text" id="$jjA=`G1i!hAJNh$(vmf">
                                 <field name="TEXT">Dishcare.Dishwasher.Program.Quick65</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO2">
                           <block type="comment" id="pQYO]+d#M:73~=(C(64/">
                             <field name="COMMENT">speak-volume auswählen</field>
                             <next>
                               <block type="control" id="9R|okiX3_*BM:]P6fR-L">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="math_number" id="?u#K^Dg]hH7hIJmNzu9h">
                                     <field name="NUM">70</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="control" id="o)c6D~;C8raE75nb`?n@">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="text" id="6]4=K1!qy4k7nkHb}Ve.">
                                         <field name="TEXT">mit dem Programm Express 65</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </statement>
                         <value name="IF3">
                           <block type="logic_compare" id="YQ(]V(q%zlx^)JvU:M)i">
                             <field name="OP">EQ</field>
                             <value name="A">
                               <block type="on_source" id="j1/)2}lqsHAgSLn0jIX~">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="text" id="i5F)Y3O)_L;{ms0UGLiN">
                                 <field name="TEXT">Dishcare.Dishwasher.Program.Intensiv70</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO3">
                           <block type="comment" id="s^ye8+Qhx}D-VZc_=ZtE">
                             <field name="COMMENT">speak-volume auswählen</field>
                             <next>
                               <block type="control" id="Wv?!|N*DgiI4e(=8(r)E">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="math_number" id="|R!ZgO]snw6zQVL(3gjk">
                                     <field name="NUM">70</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="control" id="nMhF#IUo^|/rrxI2#2qu">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="text" id="6iw:iQVd1we4E3xd17n*">
                                         <field name="TEXT">mit dem Programm Intensiv 70</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </statement>
                         <value name="IF4">
                           <block type="logic_compare" id="Sa7kQTR8MwoKYm*p~[-v">
                             <field name="OP">EQ</field>
                             <value name="A">
                               <block type="on_source" id="ZMG4DovTMoO[tOpmWlV-">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="text" id="(%*CoCP=v:T6|.xrB]/`">
                                 <field name="TEXT">Dishcare.Dishwasher.Program.MachineCare</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO4">
                           <block type="comment" id="Z.^-c^M1wpYZ?{P6HIb~">
                             <field name="COMMENT">speak-volume auswählen</field>
                             <next>
                               <block type="control" id="(8tjqPrBm95yVqqRC[Qq">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="math_number" id="n7ln`QI@uu=PMPsn}uHz">
                                     <field name="NUM">70</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="control" id="=H$=%#cSa@@WW75XH.v8">
                                     <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                     <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                     <field name="WITH_DELAY">FALSE</field>
                                     <value name="VALUE">
                                       <block type="text" id="0X(nhm)zfh9f-9s#,4W}">
                                         <field name="TEXT">mit dem Programm Maschinenpflege</field>
                                       </block>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </statement>
                       </block>
                     </statement>
                     <next>
                       <block type="comment" id="8$.SKnZ?f[uRv,c/CHop">
                         <field name="COMMENT">Trigger auf .active</field>
                         <next>
                           <block type="on_ext" id="jf[DWMa%rUiK_BBZbn+;">
                             <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                             <field name="CONDITION">ne</field>
                             <field name="ACK_CONDITION"></field>
                             <value name="OID0">
                               <shadow type="field_oid" id="!P-!thi=Z~d=;j$SUaB+">
                                 <field name="oid">default</field>
                               </shadow>
                             </value>
                             <statement name="STATEMENT">
                               <block type="controls_if" id="amX67:MNH{9P#/Xnt$Jk">
                                 <value name="IF0">
                                   <block type="logic_compare" id="?06sz01k08K48zw%TR@s">
                                     <field name="OP">GT</field>
                                     <value name="A">
                                       <block type="on_source" id="ysMSm/:)pke_YAHB?Tm2">
                                         <field name="ATTR">state.val</field>
                                       </block>
                                     </value>
                                     <value name="B">
                                       <block type="math_number" id="_=Y;/)qT~LBvXDr+c8$r">
                                         <field name="NUM">0</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                                 <statement name="DO0">
                                   <block type="comment" id="d4bg{CLwoQU+*a2LG|u2">
                                     <field name="COMMENT">speak-volume auswählen</field>
                                     <next>
                                       <block type="control" id="2^|;kGu;l.k!hTV]AuV_">
                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                         <field name="OID">alexa2.0.Echo-Devices.G0911B0592770T3W.Commands.speak-volume</field>
                                         <field name="WITH_DELAY">FALSE</field>
                                         <value name="VALUE">
                                           <block type="math_number" id="d+{/5/6$kj}.OoK}rW@0">
                                             <field name="NUM">70</field>
                                           </block>
                                         </value>
                                         <next>
                                           <block type="control" id="9JEri(F)Hw%td:fsHy1b">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                             <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                             <field name="WITH_DELAY">TRUE</field>
                                             <field name="DELAY_MS">8</field>
                                             <field name="UNIT">sec</field>
                                             <field name="CLEAR_RUNNING">TRUE</field>
                                             <value name="VALUE">
                                               <block type="text_join" id="zW`eu6}SDj;nZWOgp{Os">
                                                 <mutation items="2"></mutation>
                                                 <value name="ADD0">
                                                   <block type="logic_operation" id="PRlLSn(2(v*c]^pU=,xh">
                                                     <field name="OP">AND</field>
                                                     <value name="A">
                                                       <block type="get_value" id="vLYJ]8gMR?B7#WJdB3s;">
                                                         <field name="ATTR">val</field>
                                                         <field name="OID">homeconnect.0.401010522278007458.programs.active.options.BSH_Common_Option_RemainingProgramTime</field>
                                                       </block>
                                                     </value>
                                                     <value name="B">
                                                       <block type="convert_from_date" id="ry6}x,Ds?Z}ERww{Vu/i">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                         <field name="OPTION">m</field>
                                                         <value name="VALUE">
                                                           <block type="get_value" id="J,U*t:h{;R$:yd8qH7|X">
                                                             <field name="ATTR">val</field>
                                                             <field name="OID">homeconnect.0.401010522278007458.programs.active.options.BSH_Common_Option_RemainingProgramTime</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                                 <value name="ADD1">
                                                   <block type="text" id="F%4!2m{i7nN(tUvHTp,Z">
                                                     <field name="TEXT">Sekunden läuft der Geschirrspüler noch. Dann ist er fertig. </field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                           </block>
                                         </next>
                                       </block>
                                     </next>
                                   </block>
                                 </statement>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
          </xml>
          

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

            @dslraser sagte in Alexa Ansagen I Telegram I EMail I Alias I VISU I HTML:

            Und noch eine Frage zum Schluß: Warum stellst Du die Frage in diesem Thread ?

            Jupp, hätte einen neuen Beitrag machen sollen.

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

              @sigi234
              Du kannst den Lautstärke Baustein auch ganz weg lassen, wenn Du speak-volume benutzt. Du kannst dann jeweils in dem Ansagetext die Lautstärke ganz vorn setzten, also z.B. 70;Ansagetext (mit Semikolon trennen) Wenn Du z.B. Deinen ECHO normalerweise auf 50 hast, dann wird die Lautstärke nur für diese Ansage auf 70 angehoben und anschließend wieder auf 50 zurück gestellt.

              Bildschirmfoto 2021-04-10 um 10.17.39.png

              70;Der Geschirrspüler ist fertig
              

              Edit:
              Probier mal so (bei dem letzten Trigger ganz unten bin ich mir nicht sicher, kann ich ja nicht probieren)

              <xml xmlns="https://developers.google.com/blockly/xml">
               <block type="on_ext" id="(J;8Dfwd!V/~bcfZ%o%=" x="763" y="-112">
                 <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                 <field name="CONDITION">ne</field>
                 <field name="ACK_CONDITION"></field>
                 <value name="OID0">
                   <shadow type="field_oid" id="yzqzNNd5D_fWg]-(6+-x">
                     <field name="oid">homeconnect.0.401010522278007458.status.BSH_Common_Status_OperationState</field>
                   </shadow>
                 </value>
                 <statement name="STATEMENT">
                   <block type="controls_if" id="9[DLC)k^q%mnB.s32KA`">
                     <value name="IF0">
                       <block type="logic_compare" id="VLos2Uu+L^Q6H({,b(7(">
                         <field name="OP">EQ</field>
                         <value name="A">
                           <block type="on_source" id="N/Djl.aHo9K]Eu~u6PZU">
                             <field name="ATTR">state.val</field>
                           </block>
                         </value>
                         <value name="B">
                           <block type="text" id="YqcUaChN~3O8{/?;+NHJ">
                             <field name="TEXT">BSH.Common.EnumType.OperationState.Finished</field>
                           </block>
                         </value>
                       </block>
                     </value>
                     <statement name="DO0">
                       <block type="control" id="j|yuu@g*lm}]JXwl,*Nk">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                         <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                         <field name="WITH_DELAY">FALSE</field>
                         <value name="VALUE">
                           <block type="text" id="k]/QI!pOIos0mMK^s{G.">
                             <field name="TEXT">70;Der Geschirrspüler ist fertig</field>
                           </block>
                         </value>
                         <next>
                           <block type="email" id="4ThA`gv2%W?k6hh1dF1p">
                             <field name="INSTANCE"></field>
                             <field name="IS_HTML">TRUE</field>
                             <field name="LOG"></field>
                             <value name="TO">
                               <shadow type="text" id="%t{j]3d1PF9mocJIK8C.">
                                 <field name="TEXT">sigiking1@gmail.com</field>
                               </shadow>
                             </value>
                             <value name="TEXT">
                               <shadow type="text" id="lJ|KA=hW.m?9((/%%%JZ">
                                 <field name="TEXT">Der Geschirrspüler ist fertig</field>
                               </shadow>
                             </value>
                             <value name="SUBJECT">
                               <shadow type="text" id="cSf[-e#xvUc0NT2qPehc">
                                 <field name="TEXT">Status Geschirrspüler</field>
                               </shadow>
                             </value>
                           </block>
                         </next>
                       </block>
                     </statement>
                     <next>
                       <block type="controls_if" id="=n#|:dmLh05`)IP~5Va[">
                         <value name="IF0">
                           <block type="logic_compare" id="C{8h_d{l*|jC|s:(8yxm">
                             <field name="OP">EQ</field>
                             <value name="A">
                               <block type="on_source" id="5u4+1%I=Jy8W!QD_mrDS">
                                 <field name="ATTR">state.val</field>
                               </block>
                             </value>
                             <value name="B">
                               <block type="text" id="%,@4+$$|6EBbku:0m~g$">
                                 <field name="TEXT">BSH.Common.EnumType.OperationState.Inactive</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="control" id=":VaD;IH45,67~}bq3CG|">
                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                             <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                             <field name="WITH_DELAY">FALSE</field>
                             <value name="VALUE">
                               <block type="text" id="1D%vC=o-=aM,)8u/f7BE">
                                 <field name="TEXT">70;Der Geschirrspüler ist ausgeschaltet</field>
                               </block>
                             </value>
                             <next>
                               <block type="email" id="mW/V``UKG[!Nb+~x+`XW">
                                 <field name="INSTANCE"></field>
                                 <field name="IS_HTML">TRUE</field>
                                 <field name="LOG"></field>
                                 <value name="TO">
                                   <shadow type="text" id="ou]mj_FW:/l[6b?SmVa1">
                                     <field name="TEXT">sigiking1@gmail.com</field>
                                   </shadow>
                                 </value>
                                 <value name="TEXT">
                                   <shadow type="text" id="!5TA,]Pv^pV#{~H/QGl_">
                                     <field name="TEXT">Der Geschirrspüler ist ausgeschaltet</field>
                                   </shadow>
                                 </value>
                                 <value name="SUBJECT">
                                   <shadow type="text" id="$DMLF|P1(!o?9Pb?isZY">
                                     <field name="TEXT">Status Geschirrspüler</field>
                                   </shadow>
                                 </value>
                               </block>
                             </next>
                           </block>
                         </statement>
                         <next>
                           <block type="controls_if" id="K+t*LoUS$-jYlb{~P/=,">
                             <value name="IF0">
                               <block type="logic_compare" id="VV4mAw|}lL{47K4=kPbU">
                                 <field name="OP">EQ</field>
                                 <value name="A">
                                   <block type="on_source" id="DJ6?/5oDf$?Y^J2c5Hqf">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <value name="B">
                                   <block type="text" id="25hNC[pX}0ZfNGpAb#Am">
                                     <field name="TEXT">BSH.Common.EnumType.OperationState.Run</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO0">
                               <block type="control" id="Q-)SNR3lj=BW{*zgG`7K">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="text" id="$kRHg;6bbNfuU]A,8vYB">
                                     <field name="TEXT">70;Der Geschirrspüler läuft</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="email" id="Fj9XGv-[c)Xo37)f9I.V">
                                     <field name="INSTANCE"></field>
                                     <field name="IS_HTML">TRUE</field>
                                     <field name="LOG"></field>
                                     <value name="TO">
                                       <shadow type="text" id="N3n5[,We0(DXzIa;.]-H">
                                         <field name="TEXT">sigiking1@gmail.com</field>
                                       </shadow>
                                     </value>
                                     <value name="TEXT">
                                       <shadow type="text" id="[tylN}npj-sYrX?[x+BV">
                                         <field name="TEXT">Der Geschirrspüler läuft</field>
                                       </shadow>
                                     </value>
                                     <value name="SUBJECT">
                                       <shadow type="text" id="0A$x{NvraPr7^2|4{U|d">
                                         <field name="TEXT">Status Geschirrspüler</field>
                                       </shadow>
                                     </value>
                                   </block>
                                 </next>
                               </block>
                             </statement>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </statement>
                 <next>
                   <block type="comment" id="^s@H7-T:(Ve|p8WZ9%$2">
                     <field name="COMMENT">Trigger auf .select</field>
                     <next>
                       <block type="on_ext" id="k$x9PAw3eYc$44(}:o];">
                         <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                         <field name="CONDITION">ne</field>
                         <field name="ACK_CONDITION"></field>
                         <value name="OID0">
                           <shadow type="field_oid" id="N;9R6lrvgWlb[gJIloVE">
                             <field name="oid">default</field>
                           </shadow>
                         </value>
                         <statement name="STATEMENT">
                           <block type="controls_if" id="@PcTG#p75u,Eaubn;%xD">
                             <mutation elseif="4"></mutation>
                             <value name="IF0">
                               <block type="logic_compare" id="U#Pr;TSxZuO256[*^HsD">
                                 <field name="OP">EQ</field>
                                 <value name="A">
                                   <block type="on_source" id="5`EATV]6ITte[b;QqulE">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <value name="B">
                                   <block type="text" id="s}~dPysykTDd29$`~R(`">
                                     <field name="TEXT">Dishcare.Dishwasher.Program.NightWash</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO0">
                               <block type="control" id="X]r_#m6]Qh-5)}%IrSEl">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="text" id="(mqE-=NX{$|hU|+{,)4W">
                                     <field name="TEXT">70;Der Geschirrspüler läuft mit dem Programm Eco 50</field>
                                   </block>
                                 </value>
                               </block>
                             </statement>
                             <value name="IF1">
                               <block type="logic_compare" id="]hu9{_#Qzvcy;*yzy=fX">
                                 <field name="OP">EQ</field>
                                 <value name="A">
                                   <block type="on_source" id="o5OP9h$%hZAy,krr#+YN">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <value name="B">
                                   <block type="text" id="?Up(cm$=Wa}l-G)H!`N^">
                                     <field name="TEXT">Dishcare.Dishwasher.Program.Auto2</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO1">
                               <block type="control" id="ICvENZ=m4B=yE0s9p2J(">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="text" id="}+_F]T4.mIj0O+kej(Z;">
                                     <field name="TEXT">70;Der Geschirrspüler läuft mit dem Programm Automatik 2</field>
                                   </block>
                                 </value>
                               </block>
                             </statement>
                             <value name="IF2">
                               <block type="logic_compare" id="jA^%^K$d0cb2!b*jDBeI">
                                 <field name="OP">EQ</field>
                                 <value name="A">
                                   <block type="on_source" id="-0F-ds.i(Rax_!ONmz9J">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <value name="B">
                                   <block type="text" id="$jjA=`G1i!hAJNh$(vmf">
                                     <field name="TEXT">Dishcare.Dishwasher.Program.Quick65</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO2">
                               <block type="control" id="o)c6D~;C8raE75nb`?n@">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="text" id="6]4=K1!qy4k7nkHb}Ve.">
                                     <field name="TEXT">70;Der Geschirrspüler läuft mit dem Programm Express 65</field>
                                   </block>
                                 </value>
                               </block>
                             </statement>
                             <value name="IF3">
                               <block type="logic_compare" id="YQ(]V(q%zlx^)JvU:M)i">
                                 <field name="OP">EQ</field>
                                 <value name="A">
                                   <block type="on_source" id="j1/)2}lqsHAgSLn0jIX~">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <value name="B">
                                   <block type="text" id="i5F)Y3O)_L;{ms0UGLiN">
                                     <field name="TEXT">Dishcare.Dishwasher.Program.Intensiv70</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO3">
                               <block type="control" id="nMhF#IUo^|/rrxI2#2qu">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="text" id="6iw:iQVd1we4E3xd17n*">
                                     <field name="TEXT">70;Der Geschirrspüler läuft mit dem Programm Intensiv 70</field>
                                   </block>
                                 </value>
                               </block>
                             </statement>
                             <value name="IF4">
                               <block type="logic_compare" id="Sa7kQTR8MwoKYm*p~[-v">
                                 <field name="OP">EQ</field>
                                 <value name="A">
                                   <block type="on_source" id="ZMG4DovTMoO[tOpmWlV-">
                                     <field name="ATTR">state.val</field>
                                   </block>
                                 </value>
                                 <value name="B">
                                   <block type="text" id="(%*CoCP=v:T6|.xrB]/`">
                                     <field name="TEXT">Dishcare.Dishwasher.Program.MachineCare</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <statement name="DO4">
                               <block type="control" id="=H$=%#cSa@@WW75XH.v8">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                 <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                 <field name="WITH_DELAY">FALSE</field>
                                 <value name="VALUE">
                                   <block type="text" id="0X(nhm)zfh9f-9s#,4W}">
                                     <field name="TEXT">70;Der Geschirrspüler läuft mit dem Programm Maschinenpflege</field>
                                   </block>
                                 </value>
                               </block>
                             </statement>
                           </block>
                         </statement>
                         <next>
                           <block type="comment" id="8$.SKnZ?f[uRv,c/CHop">
                             <field name="COMMENT">Trigger auf .active</field>
                             <next>
                               <block type="on_ext" id="jf[DWMa%rUiK_BBZbn+;">
                                 <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                                 <field name="CONDITION">ne</field>
                                 <field name="ACK_CONDITION"></field>
                                 <value name="OID0">
                                   <shadow type="field_oid" id="!P-!thi=Z~d=;j$SUaB+">
                                     <field name="oid">default</field>
                                   </shadow>
                                 </value>
                                 <statement name="STATEMENT">
                                   <block type="controls_if" id="amX67:MNH{9P#/Xnt$Jk">
                                     <value name="IF0">
                                       <block type="logic_compare" id="?06sz01k08K48zw%TR@s">
                                         <field name="OP">GT</field>
                                         <value name="A">
                                           <block type="on_source" id="ysMSm/:)pke_YAHB?Tm2">
                                             <field name="ATTR">state.val</field>
                                           </block>
                                         </value>
                                         <value name="B">
                                           <block type="math_number" id="_=Y;/)qT~LBvXDr+c8$r">
                                             <field name="NUM">0</field>
                                           </block>
                                         </value>
                                       </block>
                                     </value>
                                     <statement name="DO0">
                                       <block type="comment" id="d4bg{CLwoQU+*a2LG|u2">
                                         <field name="COMMENT">speak-volume auswählen</field>
                                         <next>
                                           <block type="control" id="9JEri(F)Hw%td:fsHy1b">
                                             <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                             <field name="OID">alexa2.0.Echo-Devices.G090LF1182231CD6.Commands.speak</field>
                                             <field name="WITH_DELAY">TRUE</field>
                                             <field name="DELAY_MS">8</field>
                                             <field name="UNIT">sec</field>
                                             <field name="CLEAR_RUNNING">TRUE</field>
                                             <value name="VALUE">
                                               <block type="text_join" id="zW`eu6}SDj;nZWOgp{Os">
                                                 <mutation items="3"></mutation>
                                                 <value name="ADD0">
                                                   <block type="text" id="ucP_8Frsq2E/Q-WrV@9m">
                                                     <field name="TEXT">70;</field>
                                                   </block>
                                                 </value>
                                                 <value name="ADD1">
                                                   <block type="logic_operation" id="PRlLSn(2(v*c]^pU=,xh">
                                                     <field name="OP">AND</field>
                                                     <value name="A">
                                                       <block type="get_value" id="vLYJ]8gMR?B7#WJdB3s;">
                                                         <field name="ATTR">val</field>
                                                         <field name="OID">homeconnect.0.401010522278007458.programs.active.options.BSH_Common_Option_RemainingProgramTime</field>
                                                       </block>
                                                     </value>
                                                     <value name="B">
                                                       <block type="convert_from_date" id="ry6}x,Ds?Z}ERww{Vu/i">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" format="false" language="false"></mutation>
                                                         <field name="OPTION">m</field>
                                                         <value name="VALUE">
                                                           <block type="get_value" id="J,U*t:h{;R$:yd8qH7|X">
                                                             <field name="ATTR">val</field>
                                                             <field name="OID">homeconnect.0.401010522278007458.programs.active.options.BSH_Common_Option_RemainingProgramTime</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                                 <value name="ADD2">
                                                   <block type="text" id="F%4!2m{i7nN(tUvHTp,Z">
                                                     <field name="TEXT"> Sekunden läuft der Geschirrspüler noch. Dann ist er fertig. </field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                           </block>
                                         </next>
                                       </block>
                                     </statement>
                                   </block>
                                 </statement>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
              </xml>
              

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

                @dslraser

                Hallo, Danke dir.
                Warum bekomme ich hier immer 0 Minuten angesagt?
                Der DP ist in Sekunden und wollte auf Minuten ändern. Mit Sekunden geht es.

                Screenshot (3610).png

                {
                  "from": "system.adapter.homeconnect.0",
                  "user": "system.user.admin",
                  "ts": 1613467609176,
                  "common": {
                    "name": "Verbleibende Programmlaufzeit",
                    "type": "number",
                    "role": "indicator",
                    "unit": "seconds",
                    "write": true,
                    "read": true
                  },
                  "native": {},
                  "acl": {
                    "object": 1636,
                    "owner": "system.user.admin",
                    "ownerGroup": "system.group.administrator",
                    "state": 1636
                  },
                  "_id": "homeconnect.0.401010522278007458.programs.active.options.BSH_Common_Option_RemainingProgramTime",
                  "type": "state"
                }
                
                dslraser 1 Reply Last reply Reply Quote 0
                • dslraser
                  dslraser Forum Testing Most Active @sigi234 last edited by dslraser

                  @sigi234
                  Stelle mal den RAW des DP hier rein

                  EDIT: funktioniert denn der Rest ?

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

                    @dslraser sagte in Alexa Ansagen I Telegram I EMail I Alias I VISU I HTML:

                    EDIT: funktioniert denn der Rest ?

                    👍

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

                      @sigi234

                      Probiere mal

                      EDIT: Ich habe das ganze mal mit einem Ansagebutton versehen, es ginge aber auch wenn Du das alles in den bisherigen Bereich für die Ansage kopierst, dann wird aber aber jeder Änderung Deines Datenpunktes eine Ansage gemacht. Wie oft ändern sich eigentlich die Sekunden ?
                      Es werden einige Datenpunkte angelegt...

                      Bildschirmfoto 2021-04-11 um 14.07.29.png

                      Mit dem Button kannst Du die Ansage jederzeit auslösen. Es wird die Restlaufzeit in Stunden (wenn größer 0) /Minuten und Sekunden angesagt.


                      sigi234.zip

                      1 Reply Last reply Reply Quote 1
                      • sigi234
                        sigi234 Forum Testing Most Active last edited by sigi234

                        Hallo, habe noch die Anzeige auf meinen TV eingefügt, funktioniert bei mir.

                        Wo soll ich das in deinen Blockly einfügen?

                        <block xmlns="https://developers.google.com/blockly/xml" type="controls_if" id="_38)B~YJ/O6Ya2ts$~pB" x="1713" y="705">
                          <value name="IF0">
                            <block type="logic_compare" id="qvCT/5E^.%h%w@{Reh~r">
                              <field name="OP">EQ</field>
                              <value name="A">
                                <block type="get_value" id="[WiQJv]%@0POHs2=Z+3D">
                                  <field name="ATTR">val</field>
                                  <field name="OID">lgtv.0.states.power</field>
                                </block>
                              </value>
                              <value name="B">
                                <block type="logic_boolean" id="n|zAozJTSoV$jS~81|Dx">
                                  <field name="BOOL">TRUE</field>
                                </block>
                              </value>
                            </block>
                          </value>
                          <statement name="DO0">
                            <block type="controls_if" id=")MT|$If(fV^n]FHp{(4P">
                              <value name="IF0">
                                <block type="logic_compare" id="5Z~[XqQ5%(pPY.c{zMhH">
                                  <field name="OP">EQ</field>
                                  <value name="A">
                                    <block type="get_value" id="fjwD/=%L8P!wVP|wj-/U">
                                      <field name="ATTR">val</field>
                                      <field name="OID">homeconnect.0.401010522278007458.status.BSH_Common_Status_OperationState</field>
                                    </block>
                                  </value>
                                  <value name="B">
                                    <block type="text" id=",C_pTzk{-6w,$3]62h{=">
                                      <field name="TEXT">BSH.Common.EnumType.OperationState.Finished</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <statement name="DO0">
                                <block type="control_ex" id="EQ/tXk4#g#*0G[XVdYJV">
                                  <field name="TYPE">false</field>
                                  <field name="CLEAR_RUNNING">FALSE</field>
                                  <value name="OID">
                                    <shadow type="field_oid" id="KUs7w}t}OtQY2ul!$97N">
                                      <field name="oid">lgtv.0.states.popup</field>
                                    </shadow>
                                  </value>
                                  <value name="VALUE">
                                    <shadow type="logic_boolean" id="|[}(^]POMgrc7$IXXg*;">
                                      <field name="BOOL">TRUE</field>
                                    </shadow>
                                    <block type="text" id="[PPa=uvH7n;IgTP;LTn}">
                                      <field name="TEXT">Der Geschirrspüler ist fertig</field>
                                    </block>
                                  </value>
                                  <value name="DELAY_MS">
                                    <shadow type="math_number" id="],$hN2a2*e(F4zI1^h0=">
                                      <field name="NUM">0</field>
                                    </shadow>
                                  </value>
                                </block>
                              </statement>
                              <next>
                                <block type="controls_if" id="%Ku.GhZl!Fz6Yr16Vl)n">
                                  <value name="IF0">
                                    <block type="logic_compare" id="3Nk2}Ce|bi|`52nlD%Y,">
                                      <field name="OP">EQ</field>
                                      <value name="A">
                                        <block type="get_value" id=",M1-3PWz3cy#(;WwG_C2">
                                          <field name="ATTR">val</field>
                                          <field name="OID">homeconnect.0.401010522278007458.status.BSH_Common_Status_OperationState</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="text" id="d}uqs@GQ2uyh`t#(~JCc">
                                          <field name="TEXT">BSH.Common.EnumType.OperationState.Run</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO0">
                                    <block type="control_ex" id="2fwZF4raB285n@hAJ*rc">
                                      <field name="TYPE">false</field>
                                      <field name="CLEAR_RUNNING">FALSE</field>
                                      <value name="OID">
                                        <shadow type="field_oid" id="NTrp/lEiFJd|bYSCd{fE">
                                          <field name="oid">lgtv.0.states.popup</field>
                                        </shadow>
                                      </value>
                                      <value name="VALUE">
                                        <shadow type="logic_boolean" id="K;ia;1[Z;08BnKL=Oq?2">
                                          <field name="BOOL">TRUE</field>
                                        </shadow>
                                        <block type="text_join" id=".HUxgG!F2S|sc/l!/g.L">
                                          <mutation items="5"></mutation>
                                          <value name="ADD0">
                                            <block type="text" id="js,}nm54JVC`8zFIg46)">
                                              <field name="TEXT">Der Geschirrspüler läuft</field>
                                            </block>
                                          </value>
                                          <value name="ADD1">
                                            <block type="text_newline" id="mwfF;U1n5!?u_3Im.hA4">
                                              <field name="Type">\n</field>
                                            </block>
                                          </value>
                                          <value name="ADD2">
                                            <block type="get_value" id="WG,:z`43UuyQ`/?Iz75}">
                                              <field name="ATTR">val</field>
                                              <field name="OID">homeconnect.0.401010522278007458.programs.active.options.BSH_Common_Option_RemainingProgramTime</field>
                                            </block>
                                          </value>
                                          <value name="ADD3">
                                            <block type="text_newline" id="iPtyNZ~~nBHTaP4~pz^c">
                                              <field name="Type">\n</field>
                                            </block>
                                          </value>
                                          <value name="ADD4">
                                            <block type="text" id="Q./BfY}n]iWBo.YVl-Nz">
                                              <field name="TEXT">Sekunden läuft der Geschirrspüler noch. Dann ist er fertig. </field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <value name="DELAY_MS">
                                        <shadow type="math_number" id="G{*,V_^pRL6b{V).T`]-">
                                          <field name="NUM">0</field>
                                        </shadow>
                                      </value>
                                    </block>
                                  </statement>
                                </block>
                              </next>
                            </block>
                          </statement>
                        </block>
                        

                        Screenshot (3612).png

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

                          @sigi234
                          Kannst Du mir erstmal sagen ob bis hier hin alles funktioniert hat ?
                          Wenn ja, dann stelle mal Deinen kompletten Blockly Export hier rein.

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

                            @dslraser sagte in Ansage Geschirrspüler:

                            @sigi234
                            Kannst Du mir erstmal sagen ob bis hier hin alles funktioniert hat ?
                            Wenn ja, dann stelle mal Deinen kompletten Blockly Export hier rein.

                            Bin noch nicht zu Hause

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

                              @sigi234 sagte in Ansage Geschirrspüler:

                              Bin noch nicht zu Hause

                              Das habe ich gar nicht gefragt ? 🙄 😂

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

                                @dslraser sagte in Ansage Geschirrspüler:

                                @sigi234 sagte in Ansage Geschirrspüler:

                                Bin noch nicht zu Hause

                                Das habe ich gar nicht gefragt ? 🙄 😂

                                Erst dann kann ich testen 😁

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

                                  @sigi234
                                  Es macht keinen Sinn neue Sachen einzubauen wenn Du noch nicht die "alten" Sachen probiert hast.

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

                                    @dslraser

                                    Bin in 15 Minuten daheim, dann werfe ich den GS an....

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

                                      @sigi234 sagte in Ansage Geschirrspüler:

                                      @dslraser

                                      Bin in 15 Minuten daheim, dann werfe ich den GS an....

                                      Hier noch das aktuelle Blockly.

                                      Edit: Blockly nochmal aktualisiert 18:52 Uhr

                                      sigi234.zip

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

                                        @dslraser sagte in Ansage Geschirrspüler:

                                        @sigi234 sagte in Ansage Geschirrspüler:

                                        @dslraser

                                        Bin in 15 Minuten daheim, dann werfe ich den GS an....

                                        Hier noch das aktuelle Blockly.

                                        Edit: Blockly nochmal aktualisiert 18:52 Uhr

                                        Timeout aktivieren?

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

                                          @sigi234 sagte in Ansage Geschirrspüler:

                                          Timeout aktivieren?

                                          alles was da in dem timeout ist würde nach jeder Änderung der Sekunden von Deinem Datenpunkt angesagt. Du hast mir leider noch nicht gesagt wie oft sich dieser Datenpunkt mit den Sekunden vom Geschirrspüler ändert ? Wenn da in Deinem DP die Sekunden runterlaufen, dann macht das keinen Sinn...?

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

                                            @dslraser sagte in Ansage Geschirrspüler:

                                            wie oft sich dieser Datenpunkt mit den Sekunden vom Geschirrspüler ändert ?

                                            Alle 60 Sekunden
                                            Ansage kommt jetzt richtig alle 60 Sekunden.
                                            Ansage Button manuell funktioniert
                                            Mails funktionieren
                                            Status GS funktioniert

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            846
                                            Online

                                            31.9k
                                            Users

                                            80.3k
                                            Topics

                                            1.3m
                                            Posts

                                            blockly
                                            3
                                            60
                                            3320
                                            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