Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    12
    1
    134

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

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

[HowTo] Script Sticky Notes (PostIt) für VIS und Telegram

Scheduled Pinned Locked Moved Skripten / Logik
160 Posts 12 Posters 25.4k Views 22 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • liv-in-skyL liv-in-sky

    @d3ltoroxp in dem neuen Script auf GitHub sind die Schriftfarben einstellbar

    S Offline
    S Offline
    skokarl
    wrote on last edited by skokarl
    #86

    @liv-in-sky

    Moin, kannst Du mir mal eine Hilfestellung geben, wie ich jeden Monat am 27. ein automatisches Post IT
    kriege auf dem nur steht " Strom/Gas ablesen" ......

    ähnlich dem PostIT für den Müll

    schedule("12 15 * * *",  function () {
    
     
    
    var myData=JSON.parse(getState('trashschedule.0.type.json').val);
    
    for (var index in myData ) { 
    
     
    
       if (myData[index].daysLeft==1) setState('0_userdata.0.Alarm-MaterialDesign.PostItErstellen',myData[index].name)
    
    }
    
     
    
    });
    

    IOBroker mit Proxmox auf Celeron Nuc mit 16 GB und Debian11, Sonos API, Echo Show 15 als Wandtablet, Homematic IP, HUE, Sonos, Echos, DS718+ als Backup

    liv-in-skyL 1 Reply Last reply
    0
    • S skokarl

      @liv-in-sky

      Moin, kannst Du mir mal eine Hilfestellung geben, wie ich jeden Monat am 27. ein automatisches Post IT
      kriege auf dem nur steht " Strom/Gas ablesen" ......

      ähnlich dem PostIT für den Müll

      schedule("12 15 * * *",  function () {
      
       
      
      var myData=JSON.parse(getState('trashschedule.0.type.json').val);
      
      for (var index in myData ) { 
      
       
      
         if (myData[index].daysLeft==1) setState('0_userdata.0.Alarm-MaterialDesign.PostItErstellen',myData[index].name)
      
      }
      
       
      
      });
      
      liv-in-skyL Offline
      liv-in-skyL Offline
      liv-in-sky
      wrote on last edited by
      #87

      @skokarl

      einfach nur ein blockly - trigger jeden 27.... um so und soviel uhr und dann steuere datenpunkt: '0_userdata.0.Alarm-MaterialDesign.PostItErstellen' - cron im trigger auswählen und bestimmte zeit und bestimmten tag auswählen

      Image 009.png

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

      S 1 Reply Last reply
      1
      • liv-in-skyL liv-in-sky

        @skokarl

        einfach nur ein blockly - trigger jeden 27.... um so und soviel uhr und dann steuere datenpunkt: '0_userdata.0.Alarm-MaterialDesign.PostItErstellen' - cron im trigger auswählen und bestimmte zeit und bestimmten tag auswählen

        Image 009.png

        S Offline
        S Offline
        skokarl
        wrote on last edited by
        #88

        @liv-in-sky

        irgendwie kann ich da händisch nix eingeben ???

        Screenshot 2022-08-04 030522.jpg

        IOBroker mit Proxmox auf Celeron Nuc mit 16 GB und Debian11, Sonos API, Echo Show 15 als Wandtablet, Homematic IP, HUE, Sonos, Echos, DS718+ als Backup

        liv-in-skyL 1 Reply Last reply
        0
        • S skokarl

          @liv-in-sky

          irgendwie kann ich da händisch nix eingeben ???

          Screenshot 2022-08-04 030522.jpg

          liv-in-skyL Offline
          liv-in-skyL Offline
          liv-in-sky
          wrote on last edited by
          #89

          @skokarl

          ganz einfach:

          postit-dp (40).gif

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

          S 1 Reply Last reply
          1
          • liv-in-skyL liv-in-sky

            @skokarl

            ganz einfach:

            postit-dp (40).gif

            S Offline
            S Offline
            skokarl
            wrote on last edited by
            #90

            @liv-in-sky

            Du bist der geilste !!!

            IOBroker mit Proxmox auf Celeron Nuc mit 16 GB und Debian11, Sonos API, Echo Show 15 als Wandtablet, Homematic IP, HUE, Sonos, Echos, DS718+ als Backup

            1 Reply Last reply
            0
            • D3ltoroxpD Offline
              D3ltoroxpD Offline
              D3ltoroxp
              wrote on last edited by D3ltoroxp
              #91

              EDIT:

              Ich hatte noch mal oben geschaut, man muss das mit kleinem p schreiben. Jetzt gings auch.

              liv-in-skyL 2 Replies Last reply
              0
              • D3ltoroxpD D3ltoroxp

                EDIT:

                Ich hatte noch mal oben geschaut, man muss das mit kleinem p schreiben. Jetzt gings auch.

                liv-in-skyL Offline
                liv-in-skyL Offline
                liv-in-sky
                wrote on last edited by liv-in-sky
                #92

                @d3ltoroxp

                EDIT

                das funktionert so nicht - dann kann man nicht mehr löschen

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

                1 Reply Last reply
                0
                • D3ltoroxpD D3ltoroxp

                  EDIT:

                  Ich hatte noch mal oben geschaut, man muss das mit kleinem p schreiben. Jetzt gings auch.

                  liv-in-skyL Offline
                  liv-in-skyL Offline
                  liv-in-sky
                  wrote on last edited by
                  #93

                  @d3ltoroxp

                  so muss es funktionieren - damit man auch Postit schreiben kann - so wie das handy es vorschlägt

                  Image 237.png

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

                  D3ltoroxpD 1 Reply Last reply
                  0
                  • liv-in-skyL liv-in-sky

                    @d3ltoroxp

                    so muss es funktionieren - damit man auch Postit schreiben kann - so wie das handy es vorschlägt

                    Image 237.png

                    D3ltoroxpD Offline
                    D3ltoroxpD Offline
                    D3ltoroxp
                    wrote on last edited by
                    #94

                    @liv-in-sky

                    Muss ich mir mal noch bei Gelegenheit anpassen. So klappt es erst mal mit kleinem P.

                    Was ich gerade noch versuche, wenn ein Anruf verpasst wird, möchte ich ein PostIt haben.

                    bc4772b2-e4d7-4947-8811-92d334822993-grafik.png

                    So schaut's aus, aber wenn im CallerName was steht, bekomme ich trotzdem die alte Nummer vom vorletzten Anruf, auch nicht mal die aktualisierte. Ich hoffe das passt hier bissel mit rein.

                    liv-in-skyL 1 Reply Last reply
                    0
                    • D3ltoroxpD D3ltoroxp

                      @liv-in-sky

                      Muss ich mir mal noch bei Gelegenheit anpassen. So klappt es erst mal mit kleinem P.

                      Was ich gerade noch versuche, wenn ein Anruf verpasst wird, möchte ich ein PostIt haben.

                      bc4772b2-e4d7-4947-8811-92d334822993-grafik.png

                      So schaut's aus, aber wenn im CallerName was steht, bekomme ich trotzdem die alte Nummer vom vorletzten Anruf, auch nicht mal die aktualisierte. Ich hoffe das passt hier bissel mit rein.

                      liv-in-skyL Offline
                      liv-in-skyL Offline
                      liv-in-sky
                      wrote on last edited by
                      #95

                      @d3ltoroxp

                      weiß gerade nicht, wie der adapter reagiert - aber evtl hilft ein timeout , bevor du das script ausfühst und den anrufer setzen läßt - also alles im trigger in einen timeout von viell. 5 sek

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

                      D3ltoroxpD 1 Reply Last reply
                      0
                      • liv-in-skyL liv-in-sky

                        @d3ltoroxp

                        weiß gerade nicht, wie der adapter reagiert - aber evtl hilft ein timeout , bevor du das script ausfühst und den anrufer setzen läßt - also alles im trigger in einen timeout von viell. 5 sek

                        D3ltoroxpD Offline
                        D3ltoroxpD Offline
                        D3ltoroxp
                        wrote on last edited by
                        #96

                        @liv-in-sky Stimmt das denn so mit Wert vom CallerName =

                        Also wenn dort nichts steht, dann soll er ja die Tele Nr nehmen. Steht dort aber ein Name drin, soll er diesen nehmen ?

                        liv-in-skyL 1 Reply Last reply
                        0
                        • D3ltoroxpD D3ltoroxp

                          @liv-in-sky Stimmt das denn so mit Wert vom CallerName =

                          Also wenn dort nichts steht, dann soll er ja die Tele Nr nehmen. Steht dort aber ein Name drin, soll er diesen nehmen ?

                          liv-in-skyL Offline
                          liv-in-skyL Offline
                          liv-in-sky
                          wrote on last edited by
                          #97

                          @d3ltoroxp

                          müßte ich auch ausprobieren - bin aber nicht am admin rechner - kannst du testen mit einem anruf ohne namen aus dem telefonbuch ?

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

                          D3ltoroxpD 1 Reply Last reply
                          0
                          • liv-in-skyL liv-in-sky

                            @d3ltoroxp

                            müßte ich auch ausprobieren - bin aber nicht am admin rechner - kannst du testen mit einem anruf ohne namen aus dem telefonbuch ?

                            D3ltoroxpD Offline
                            D3ltoroxpD Offline
                            D3ltoroxp
                            wrote on last edited by
                            #98

                            @liv-in-sky ich hatte einen Anruf unbekannt, da hat er die Nummer genommen, wenn ich jetzt anrufe, kommt aber immer noch die alte Nummer, nicht meine und auch nicht mein Name. Im DP vom Adapter stehts aber drin. Werd mal noch probieren.

                            1 Reply Last reply
                            0
                            • MigChipM Offline
                              MigChipM Offline
                              MigChip
                              wrote on last edited by
                              #99

                              Hi, danke erstmal für das super Script. Kann mir jemand sagen wo ich im script die telegram Instanz eingeben kann? Ganz oben finde ich nichts....

                              liv-in-skyL 1 Reply Last reply
                              0
                              • MigChipM MigChip

                                Hi, danke erstmal für das super Script. Kann mir jemand sagen wo ich im script die telegram Instanz eingeben kann? Ganz oben finde ich nichts....

                                liv-in-skyL Offline
                                liv-in-skyL Offline
                                liv-in-sky
                                wrote on last edited by liv-in-sky
                                #100

                                @migchip

                                hier - nur die instanz-nummer - roter pfeil

                                Image 141.png

                                soweit ich mich erinnere, musst du je nach anzahl der instanzen, die du nutzen willst auch die anzahl der anderen listen ändern (blaue pfeile) (alle, die momentan 3 listneinträge im bild haben sollten dann 2 haben, wenn du 2 instanzen nutzen willst

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

                                MigChipM 1 Reply Last reply
                                0
                                • liv-in-skyL liv-in-sky

                                  @migchip

                                  hier - nur die instanz-nummer - roter pfeil

                                  Image 141.png

                                  soweit ich mich erinnere, musst du je nach anzahl der instanzen, die du nutzen willst auch die anzahl der anderen listen ändern (blaue pfeile) (alle, die momentan 3 listneinträge im bild haben sollten dann 2 haben, wenn du 2 instanzen nutzen willst

                                  MigChipM Offline
                                  MigChipM Offline
                                  MigChip
                                  wrote on last edited by
                                  #101

                                  @liv-in-sky

                                  super vielen dank es funkuniert :flushed:

                                  1 Reply Last reply
                                  0
                                  • S skokarl

                                    @liv-in-sky

                                    Nochmals vielen Dank für Deine Unterstützung, Script läuft super.

                                    post-3.gif

                                    M Online
                                    M Online
                                    michihorn
                                    wrote on last edited by michihorn
                                    #102

                                    @liv-in-sky
                                    Hallo ich habe PostIt jetzt auch mal umgesetzt, allerdings bekomme ich doppelte Einträge
                                    Screenshot 2023-05-12 103530.png

                                    Offenbar macht Telegram auch kommische Sachen, der doppekt auch die Meldungen
                                    Screenshot_20230512_110053_Telegram.jpg
                                    Was kann ich tun?
                                    Michael

                                    EDIT: Hat sicher erledigt, hatte beide Scripte am laufen

                                    1 Reply Last reply
                                    0
                                    • liv-in-skyL liv-in-sky

                                      @skokarl

                                      wollte die postit's auch über alexa eingeben

                                      habe das so über umweg gelöst - habe mir eine alexa liste mit namen post angelegt - wird nur dafür genutzt !

                                      wenn ich jetzt sage: alexa füge bier kaufen der liste post hinzu

                                      wird ein postit angelegt - in der alexa liste darf nichts anderes stehen, den es wird ein listeneintrag angelegt und auch sofort wieder gelöscht

                                      das blockly

                                      Image 3.png

                                      <block xmlns="https://developers.google.com/blockly/xml" type="on" id="wS*w6+(st$F.CZvCpL{R" x="-437.3773193359375" y="412.8678741455072">
                                       <field name="OID">alexa2.0.Lists.post.json</field>
                                       <field name="CONDITION">ne</field>
                                       <field name="ACK_CONDITION"></field>
                                       <statement name="STATEMENT">
                                         <block type="debug" id="/x0k;=v+#-Wat1meZXm=">
                                           <field name="Severity">log</field>
                                           <value name="TEXT">
                                             <shadow type="text" id="`KOMl]RdpWxdMnx|G|,B">
                                               <field name="TEXT">test</field>
                                             </shadow>
                                             <block type="text_length" id="$%kk{r.1|A@y6aVNH72f">
                                               <value name="VALUE">
                                                 <shadow type="text" id="liS*d-(n6uQmb={zVfnM">
                                                   <field name="TEXT">abc</field>
                                                 </shadow>
                                                 <block type="get_value" id="F7YGRzsG$bwDR2@b6WU~">
                                                   <field name="ATTR">val</field>
                                                   <field name="OID">alexa2.0.Lists.post.json</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                           <next>
                                             <block type="controls_if" id="O~b1L9HL;TV;us-:vW=1">
                                               <value name="IF0">
                                                 <block type="logic_compare" id="NI+s=6;~+,tJx@FKI6mR">
                                                   <field name="OP">GT</field>
                                                   <value name="A">
                                                     <block type="text_length" id="K),$x#0{Ahfpe@I!]eX;">
                                                       <value name="VALUE">
                                                         <shadow type="text" id="^Tna+WNK.-J2X{xoH+CI">
                                                           <field name="TEXT">abc</field>
                                                         </shadow>
                                                         <block type="get_value" id="#Tolg+=gIcT/;vtJ;j0r">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">alexa2.0.Lists.post.json</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="+Hrcx-Ps!(~.DVD8afeG">
                                                       <field name="NUM">5</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="debug" id="m6/%PW[OTV?pqCDK$0YO">
                                                   <field name="Severity">log</field>
                                                   <value name="TEXT">
                                                     <shadow type="text" id="yp4gBopa@sLh?C$9N}NB">
                                                       <field name="TEXT">test</field>
                                                     </shadow>
                                                     <block type="get_attr" id="XzC)0s+W@ez#5g,1KILX">
                                                       <value name="PATH">
                                                         <shadow type="text" id="GS}|pR3}G7[Qj~2kC$*7">
                                                           <field name="TEXT">value</field>
                                                         </shadow>
                                                       </value>
                                                       <value name="OBJECT">
                                                         <block type="lists_getIndex" id="%mwB3GFpbdz[*N#W%9GG">
                                                           <mutation statement="false" at="true"></mutation>
                                                           <field name="MODE">GET</field>
                                                           <field name="WHERE">FROM_START</field>
                                                           <value name="VALUE">
                                                             <block type="convert_json2object" id="c;sYbH?QlOYRRp/E_@(t">
                                                               <value name="VALUE">
                                                                 <block type="on_source" id="gU,s7!5U9Nok7tzx8Oe3">
                                                                   <field name="ATTR">state.val</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="AT">
                                                             <block type="math_number" id="c-EAxYKUKdyaQmmbO_B*">
                                                               <field name="NUM">1</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="control" id="7G9Bk$A_4jtK,L%m~Di4">
                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                       <field name="OID">0_userdata.0.Alarm-MaterialDesign.PostItErstellen</field>
                                                       <field name="WITH_DELAY">TRUE</field>
                                                       <field name="DELAY_MS">3</field>
                                                       <field name="UNIT">sec</field>
                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                       <value name="VALUE">
                                                         <block type="get_attr" id="06dq8i+.W|!ZKmhE0e3G">
                                                           <value name="PATH">
                                                             <shadow type="text" id="j`QRTM2FP*I:Q=H*=H8C">
                                                               <field name="TEXT">value</field>
                                                             </shadow>
                                                           </value>
                                                           <value name="OBJECT">
                                                             <block type="lists_getIndex" id="7a,({6bar@J63grF`2vv">
                                                               <mutation statement="false" at="true"></mutation>
                                                               <field name="MODE">GET</field>
                                                               <field name="WHERE">FROM_START</field>
                                                               <value name="VALUE">
                                                                 <block type="convert_json2object" id="X^2U#VUG.,vr-V`zviU=">
                                                                   <value name="VALUE">
                                                                     <block type="on_source" id="*=mUiqXriiiEiLE:wAD6">
                                                                       <field name="ATTR">state.val</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="AT">
                                                                 <block type="math_number" id="jZ,0jV%GW65K(S]~|B^{">
                                                                   <field name="NUM">1</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <next>
                                                         <block type="control_ex" id="O/PFIX.fwKSbZP`TneUy">
                                                           <field name="TYPE">false</field>
                                                           <field name="CLEAR_RUNNING">FALSE</field>
                                                           <value name="OID">
                                                             <shadow type="field_oid" id="gaO5Ly%lCQjX5nph:,y;">
                                                               <field name="oid">Object ID</field>
                                                             </shadow>
                                                             <block type="text_join" id="OCZgt]^=xopI2WqJWg`2">
                                                               <mutation items="3"></mutation>
                                                               <value name="ADD0">
                                                                 <block type="text" id="X)1{q4||jJk}ORS{:M,%">
                                                                   <field name="TEXT">alexa2.0.Lists.post.items.</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD1">
                                                                 <block type="get_attr" id="pog3J3lnNuXMe2fG`$U7">
                                                                   <value name="PATH">
                                                                     <shadow type="text" id=".LqioO6q7.FyZ+Yp0gL`">
                                                                       <field name="TEXT">id</field>
                                                                     </shadow>
                                                                   </value>
                                                                   <value name="OBJECT">
                                                                     <block type="lists_getIndex" id="?FxC=AfV=2!JFC,AcU*5">
                                                                       <mutation statement="false" at="true"></mutation>
                                                                       <field name="MODE">GET</field>
                                                                       <field name="WHERE">FROM_START</field>
                                                                       <value name="VALUE">
                                                                         <block type="convert_json2object" id="o=En}5ZFm31cNg}RqH67">
                                                                           <value name="VALUE">
                                                                             <block type="on_source" id="%:q/xoMcMv*9of[pPw7z">
                                                                               <field name="ATTR">state.val</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="AT">
                                                                         <block type="math_number" id="f{Jn3[^Q}m@,f5Vwb5J!">
                                                                           <field name="NUM">1</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD2">
                                                                 <block type="text" id="Y]d.$er(I4%saSg{~KA?">
                                                                   <field name="TEXT">.#delete</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="VALUE">
                                                             <shadow type="logic_boolean" id="Pq#N=zc6Jc1_CcO#@jh]">
                                                               <field name="BOOL">TRUE</field>
                                                             </shadow>
                                                           </value>
                                                           <value name="DELAY_MS">
                                                             <shadow type="math_number" id="^vaRR$}dfLsPZS#xpGyL">
                                                               <field name="NUM">7000</field>
                                                             </shadow>
                                                           </value>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                             </block>
                                           </next>
                                         </block>
                                       </statement>
                                      </block>
                                      

                                      M Online
                                      M Online
                                      michihorn
                                      wrote on last edited by
                                      #103

                                      @liv-in-sky sagte in [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram:

                                      @skokarl

                                      wollte die postit's auch über alexa eingeben

                                      habe das so über umweg gelöst - habe mir eine alexa liste mit namen post angelegt - wird nur dafür genutzt !

                                      wenn ich jetzt sage: alexa füge bier kaufen der liste post hinzu

                                      wird ein postit angelegt - in der alexa liste darf nichts anderes stehen, den es wird ein listeneintrag angelegt und auch sofort wieder gelöscht

                                      das blockly

                                      Image 3.png

                                      <block xmlns="https://developers.google.com/blockly/xml" type="on" id="wS*w6+(st$F.CZvCpL{R" x="-437.3773193359375" y="412.8678741455072">
                                       <field name="OID">alexa2.0.Lists.post.json</field>
                                       <field name="CONDITION">ne</field>
                                       <field name="ACK_CONDITION"></field>
                                       <statement name="STATEMENT">
                                         <block type="debug" id="/x0k;=v+#-Wat1meZXm=">
                                           <field name="Severity">log</field>
                                           <value name="TEXT">
                                             <shadow type="text" id="`KOMl]RdpWxdMnx|G|,B">
                                               <field name="TEXT">test</field>
                                             </shadow>
                                             <block type="text_length" id="$%kk{r.1|A@y6aVNH72f">
                                               <value name="VALUE">
                                                 <shadow type="text" id="liS*d-(n6uQmb={zVfnM">
                                                   <field name="TEXT">abc</field>
                                                 </shadow>
                                                 <block type="get_value" id="F7YGRzsG$bwDR2@b6WU~">
                                                   <field name="ATTR">val</field>
                                                   <field name="OID">alexa2.0.Lists.post.json</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                           <next>
                                             <block type="controls_if" id="O~b1L9HL;TV;us-:vW=1">
                                               <value name="IF0">
                                                 <block type="logic_compare" id="NI+s=6;~+,tJx@FKI6mR">
                                                   <field name="OP">GT</field>
                                                   <value name="A">
                                                     <block type="text_length" id="K),$x#0{Ahfpe@I!]eX;">
                                                       <value name="VALUE">
                                                         <shadow type="text" id="^Tna+WNK.-J2X{xoH+CI">
                                                           <field name="TEXT">abc</field>
                                                         </shadow>
                                                         <block type="get_value" id="#Tolg+=gIcT/;vtJ;j0r">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">alexa2.0.Lists.post.json</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <value name="B">
                                                     <block type="math_number" id="+Hrcx-Ps!(~.DVD8afeG">
                                                       <field name="NUM">5</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <statement name="DO0">
                                                 <block type="debug" id="m6/%PW[OTV?pqCDK$0YO">
                                                   <field name="Severity">log</field>
                                                   <value name="TEXT">
                                                     <shadow type="text" id="yp4gBopa@sLh?C$9N}NB">
                                                       <field name="TEXT">test</field>
                                                     </shadow>
                                                     <block type="get_attr" id="XzC)0s+W@ez#5g,1KILX">
                                                       <value name="PATH">
                                                         <shadow type="text" id="GS}|pR3}G7[Qj~2kC$*7">
                                                           <field name="TEXT">value</field>
                                                         </shadow>
                                                       </value>
                                                       <value name="OBJECT">
                                                         <block type="lists_getIndex" id="%mwB3GFpbdz[*N#W%9GG">
                                                           <mutation statement="false" at="true"></mutation>
                                                           <field name="MODE">GET</field>
                                                           <field name="WHERE">FROM_START</field>
                                                           <value name="VALUE">
                                                             <block type="convert_json2object" id="c;sYbH?QlOYRRp/E_@(t">
                                                               <value name="VALUE">
                                                                 <block type="on_source" id="gU,s7!5U9Nok7tzx8Oe3">
                                                                   <field name="ATTR">state.val</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="AT">
                                                             <block type="math_number" id="c-EAxYKUKdyaQmmbO_B*">
                                                               <field name="NUM">1</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="control" id="7G9Bk$A_4jtK,L%m~Di4">
                                                       <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                       <field name="OID">0_userdata.0.Alarm-MaterialDesign.PostItErstellen</field>
                                                       <field name="WITH_DELAY">TRUE</field>
                                                       <field name="DELAY_MS">3</field>
                                                       <field name="UNIT">sec</field>
                                                       <field name="CLEAR_RUNNING">FALSE</field>
                                                       <value name="VALUE">
                                                         <block type="get_attr" id="06dq8i+.W|!ZKmhE0e3G">
                                                           <value name="PATH">
                                                             <shadow type="text" id="j`QRTM2FP*I:Q=H*=H8C">
                                                               <field name="TEXT">value</field>
                                                             </shadow>
                                                           </value>
                                                           <value name="OBJECT">
                                                             <block type="lists_getIndex" id="7a,({6bar@J63grF`2vv">
                                                               <mutation statement="false" at="true"></mutation>
                                                               <field name="MODE">GET</field>
                                                               <field name="WHERE">FROM_START</field>
                                                               <value name="VALUE">
                                                                 <block type="convert_json2object" id="X^2U#VUG.,vr-V`zviU=">
                                                                   <value name="VALUE">
                                                                     <block type="on_source" id="*=mUiqXriiiEiLE:wAD6">
                                                                       <field name="ATTR">state.val</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="AT">
                                                                 <block type="math_number" id="jZ,0jV%GW65K(S]~|B^{">
                                                                   <field name="NUM">1</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <next>
                                                         <block type="control_ex" id="O/PFIX.fwKSbZP`TneUy">
                                                           <field name="TYPE">false</field>
                                                           <field name="CLEAR_RUNNING">FALSE</field>
                                                           <value name="OID">
                                                             <shadow type="field_oid" id="gaO5Ly%lCQjX5nph:,y;">
                                                               <field name="oid">Object ID</field>
                                                             </shadow>
                                                             <block type="text_join" id="OCZgt]^=xopI2WqJWg`2">
                                                               <mutation items="3"></mutation>
                                                               <value name="ADD0">
                                                                 <block type="text" id="X)1{q4||jJk}ORS{:M,%">
                                                                   <field name="TEXT">alexa2.0.Lists.post.items.</field>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD1">
                                                                 <block type="get_attr" id="pog3J3lnNuXMe2fG`$U7">
                                                                   <value name="PATH">
                                                                     <shadow type="text" id=".LqioO6q7.FyZ+Yp0gL`">
                                                                       <field name="TEXT">id</field>
                                                                     </shadow>
                                                                   </value>
                                                                   <value name="OBJECT">
                                                                     <block type="lists_getIndex" id="?FxC=AfV=2!JFC,AcU*5">
                                                                       <mutation statement="false" at="true"></mutation>
                                                                       <field name="MODE">GET</field>
                                                                       <field name="WHERE">FROM_START</field>
                                                                       <value name="VALUE">
                                                                         <block type="convert_json2object" id="o=En}5ZFm31cNg}RqH67">
                                                                           <value name="VALUE">
                                                                             <block type="on_source" id="%:q/xoMcMv*9of[pPw7z">
                                                                               <field name="ATTR">state.val</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                       <value name="AT">
                                                                         <block type="math_number" id="f{Jn3[^Q}m@,f5Vwb5J!">
                                                                           <field name="NUM">1</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="ADD2">
                                                                 <block type="text" id="Y]d.$er(I4%saSg{~KA?">
                                                                   <field name="TEXT">.#delete</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <value name="VALUE">
                                                             <shadow type="logic_boolean" id="Pq#N=zc6Jc1_CcO#@jh]">
                                                               <field name="BOOL">TRUE</field>
                                                             </shadow>
                                                           </value>
                                                           <value name="DELAY_MS">
                                                             <shadow type="math_number" id="^vaRR$}dfLsPZS#xpGyL">
                                                               <field name="NUM">7000</field>
                                                             </shadow>
                                                           </value>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </statement>
                                             </block>
                                           </next>
                                         </block>
                                       </statement>
                                      </block>
                                      

                                      Hallöchen, Alexa sagt hat "Bier kaufen" der Liste Post hinzugefügt, es wurde aber kein PostIt erstellt.
                                      Gruß Michael

                                      liv-in-skyL 2 Replies Last reply
                                      0
                                      • M michihorn

                                        @liv-in-sky sagte in [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram:

                                        @skokarl

                                        wollte die postit's auch über alexa eingeben

                                        habe das so über umweg gelöst - habe mir eine alexa liste mit namen post angelegt - wird nur dafür genutzt !

                                        wenn ich jetzt sage: alexa füge bier kaufen der liste post hinzu

                                        wird ein postit angelegt - in der alexa liste darf nichts anderes stehen, den es wird ein listeneintrag angelegt und auch sofort wieder gelöscht

                                        das blockly

                                        Image 3.png

                                        <block xmlns="https://developers.google.com/blockly/xml" type="on" id="wS*w6+(st$F.CZvCpL{R" x="-437.3773193359375" y="412.8678741455072">
                                         <field name="OID">alexa2.0.Lists.post.json</field>
                                         <field name="CONDITION">ne</field>
                                         <field name="ACK_CONDITION"></field>
                                         <statement name="STATEMENT">
                                           <block type="debug" id="/x0k;=v+#-Wat1meZXm=">
                                             <field name="Severity">log</field>
                                             <value name="TEXT">
                                               <shadow type="text" id="`KOMl]RdpWxdMnx|G|,B">
                                                 <field name="TEXT">test</field>
                                               </shadow>
                                               <block type="text_length" id="$%kk{r.1|A@y6aVNH72f">
                                                 <value name="VALUE">
                                                   <shadow type="text" id="liS*d-(n6uQmb={zVfnM">
                                                     <field name="TEXT">abc</field>
                                                   </shadow>
                                                   <block type="get_value" id="F7YGRzsG$bwDR2@b6WU~">
                                                     <field name="ATTR">val</field>
                                                     <field name="OID">alexa2.0.Lists.post.json</field>
                                                   </block>
                                                 </value>
                                               </block>
                                             </value>
                                             <next>
                                               <block type="controls_if" id="O~b1L9HL;TV;us-:vW=1">
                                                 <value name="IF0">
                                                   <block type="logic_compare" id="NI+s=6;~+,tJx@FKI6mR">
                                                     <field name="OP">GT</field>
                                                     <value name="A">
                                                       <block type="text_length" id="K),$x#0{Ahfpe@I!]eX;">
                                                         <value name="VALUE">
                                                           <shadow type="text" id="^Tna+WNK.-J2X{xoH+CI">
                                                             <field name="TEXT">abc</field>
                                                           </shadow>
                                                           <block type="get_value" id="#Tolg+=gIcT/;vtJ;j0r">
                                                             <field name="ATTR">val</field>
                                                             <field name="OID">alexa2.0.Lists.post.json</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <value name="B">
                                                       <block type="math_number" id="+Hrcx-Ps!(~.DVD8afeG">
                                                         <field name="NUM">5</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                                 <statement name="DO0">
                                                   <block type="debug" id="m6/%PW[OTV?pqCDK$0YO">
                                                     <field name="Severity">log</field>
                                                     <value name="TEXT">
                                                       <shadow type="text" id="yp4gBopa@sLh?C$9N}NB">
                                                         <field name="TEXT">test</field>
                                                       </shadow>
                                                       <block type="get_attr" id="XzC)0s+W@ez#5g,1KILX">
                                                         <value name="PATH">
                                                           <shadow type="text" id="GS}|pR3}G7[Qj~2kC$*7">
                                                             <field name="TEXT">value</field>
                                                           </shadow>
                                                         </value>
                                                         <value name="OBJECT">
                                                           <block type="lists_getIndex" id="%mwB3GFpbdz[*N#W%9GG">
                                                             <mutation statement="false" at="true"></mutation>
                                                             <field name="MODE">GET</field>
                                                             <field name="WHERE">FROM_START</field>
                                                             <value name="VALUE">
                                                               <block type="convert_json2object" id="c;sYbH?QlOYRRp/E_@(t">
                                                                 <value name="VALUE">
                                                                   <block type="on_source" id="gU,s7!5U9Nok7tzx8Oe3">
                                                                     <field name="ATTR">state.val</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <value name="AT">
                                                               <block type="math_number" id="c-EAxYKUKdyaQmmbO_B*">
                                                                 <field name="NUM">1</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <next>
                                                       <block type="control" id="7G9Bk$A_4jtK,L%m~Di4">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                         <field name="OID">0_userdata.0.Alarm-MaterialDesign.PostItErstellen</field>
                                                         <field name="WITH_DELAY">TRUE</field>
                                                         <field name="DELAY_MS">3</field>
                                                         <field name="UNIT">sec</field>
                                                         <field name="CLEAR_RUNNING">FALSE</field>
                                                         <value name="VALUE">
                                                           <block type="get_attr" id="06dq8i+.W|!ZKmhE0e3G">
                                                             <value name="PATH">
                                                               <shadow type="text" id="j`QRTM2FP*I:Q=H*=H8C">
                                                                 <field name="TEXT">value</field>
                                                               </shadow>
                                                             </value>
                                                             <value name="OBJECT">
                                                               <block type="lists_getIndex" id="7a,({6bar@J63grF`2vv">
                                                                 <mutation statement="false" at="true"></mutation>
                                                                 <field name="MODE">GET</field>
                                                                 <field name="WHERE">FROM_START</field>
                                                                 <value name="VALUE">
                                                                   <block type="convert_json2object" id="X^2U#VUG.,vr-V`zviU=">
                                                                     <value name="VALUE">
                                                                       <block type="on_source" id="*=mUiqXriiiEiLE:wAD6">
                                                                         <field name="ATTR">state.val</field>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="AT">
                                                                   <block type="math_number" id="jZ,0jV%GW65K(S]~|B^{">
                                                                     <field name="NUM">1</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                         <next>
                                                           <block type="control_ex" id="O/PFIX.fwKSbZP`TneUy">
                                                             <field name="TYPE">false</field>
                                                             <field name="CLEAR_RUNNING">FALSE</field>
                                                             <value name="OID">
                                                               <shadow type="field_oid" id="gaO5Ly%lCQjX5nph:,y;">
                                                                 <field name="oid">Object ID</field>
                                                               </shadow>
                                                               <block type="text_join" id="OCZgt]^=xopI2WqJWg`2">
                                                                 <mutation items="3"></mutation>
                                                                 <value name="ADD0">
                                                                   <block type="text" id="X)1{q4||jJk}ORS{:M,%">
                                                                     <field name="TEXT">alexa2.0.Lists.post.items.</field>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD1">
                                                                   <block type="get_attr" id="pog3J3lnNuXMe2fG`$U7">
                                                                     <value name="PATH">
                                                                       <shadow type="text" id=".LqioO6q7.FyZ+Yp0gL`">
                                                                         <field name="TEXT">id</field>
                                                                       </shadow>
                                                                     </value>
                                                                     <value name="OBJECT">
                                                                       <block type="lists_getIndex" id="?FxC=AfV=2!JFC,AcU*5">
                                                                         <mutation statement="false" at="true"></mutation>
                                                                         <field name="MODE">GET</field>
                                                                         <field name="WHERE">FROM_START</field>
                                                                         <value name="VALUE">
                                                                           <block type="convert_json2object" id="o=En}5ZFm31cNg}RqH67">
                                                                             <value name="VALUE">
                                                                               <block type="on_source" id="%:q/xoMcMv*9of[pPw7z">
                                                                                 <field name="ATTR">state.val</field>
                                                                               </block>
                                                                             </value>
                                                                           </block>
                                                                         </value>
                                                                         <value name="AT">
                                                                           <block type="math_number" id="f{Jn3[^Q}m@,f5Vwb5J!">
                                                                             <field name="NUM">1</field>
                                                                           </block>
                                                                         </value>
                                                                       </block>
                                                                     </value>
                                                                   </block>
                                                                 </value>
                                                                 <value name="ADD2">
                                                                   <block type="text" id="Y]d.$er(I4%saSg{~KA?">
                                                                     <field name="TEXT">.#delete</field>
                                                                   </block>
                                                                 </value>
                                                               </block>
                                                             </value>
                                                             <value name="VALUE">
                                                               <shadow type="logic_boolean" id="Pq#N=zc6Jc1_CcO#@jh]">
                                                                 <field name="BOOL">TRUE</field>
                                                               </shadow>
                                                             </value>
                                                             <value name="DELAY_MS">
                                                               <shadow type="math_number" id="^vaRR$}dfLsPZS#xpGyL">
                                                                 <field name="NUM">7000</field>
                                                               </shadow>
                                                             </value>
                                                           </block>
                                                         </next>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </statement>
                                               </block>
                                             </next>
                                           </block>
                                         </statement>
                                        </block>
                                        

                                        Hallöchen, Alexa sagt hat "Bier kaufen" der Liste Post hinzugefügt, es wurde aber kein PostIt erstellt.
                                        Gruß Michael

                                        liv-in-skyL Offline
                                        liv-in-skyL Offline
                                        liv-in-sky
                                        wrote on last edited by liv-in-sky
                                        #104

                                        @michihorn

                                        du kannst mal nachsehen, ob im alexa adapter das json (trigger dp)mit dem wert geschrieben wird - evtl hängt es daran
                                        habe es aber kurz bei mir getestet - da funktioniert es noch

                                        oder anders - wird das script getriggert ? steht was im log

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

                                        1 Reply Last reply
                                        0
                                        • M michihorn

                                          @liv-in-sky sagte in [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram:

                                          @skokarl

                                          wollte die postit's auch über alexa eingeben

                                          habe das so über umweg gelöst - habe mir eine alexa liste mit namen post angelegt - wird nur dafür genutzt !

                                          wenn ich jetzt sage: alexa füge bier kaufen der liste post hinzu

                                          wird ein postit angelegt - in der alexa liste darf nichts anderes stehen, den es wird ein listeneintrag angelegt und auch sofort wieder gelöscht

                                          das blockly

                                          Image 3.png

                                          <block xmlns="https://developers.google.com/blockly/xml" type="on" id="wS*w6+(st$F.CZvCpL{R" x="-437.3773193359375" y="412.8678741455072">
                                           <field name="OID">alexa2.0.Lists.post.json</field>
                                           <field name="CONDITION">ne</field>
                                           <field name="ACK_CONDITION"></field>
                                           <statement name="STATEMENT">
                                             <block type="debug" id="/x0k;=v+#-Wat1meZXm=">
                                               <field name="Severity">log</field>
                                               <value name="TEXT">
                                                 <shadow type="text" id="`KOMl]RdpWxdMnx|G|,B">
                                                   <field name="TEXT">test</field>
                                                 </shadow>
                                                 <block type="text_length" id="$%kk{r.1|A@y6aVNH72f">
                                                   <value name="VALUE">
                                                     <shadow type="text" id="liS*d-(n6uQmb={zVfnM">
                                                       <field name="TEXT">abc</field>
                                                     </shadow>
                                                     <block type="get_value" id="F7YGRzsG$bwDR2@b6WU~">
                                                       <field name="ATTR">val</field>
                                                       <field name="OID">alexa2.0.Lists.post.json</field>
                                                     </block>
                                                   </value>
                                                 </block>
                                               </value>
                                               <next>
                                                 <block type="controls_if" id="O~b1L9HL;TV;us-:vW=1">
                                                   <value name="IF0">
                                                     <block type="logic_compare" id="NI+s=6;~+,tJx@FKI6mR">
                                                       <field name="OP">GT</field>
                                                       <value name="A">
                                                         <block type="text_length" id="K),$x#0{Ahfpe@I!]eX;">
                                                           <value name="VALUE">
                                                             <shadow type="text" id="^Tna+WNK.-J2X{xoH+CI">
                                                               <field name="TEXT">abc</field>
                                                             </shadow>
                                                             <block type="get_value" id="#Tolg+=gIcT/;vtJ;j0r">
                                                               <field name="ATTR">val</field>
                                                               <field name="OID">alexa2.0.Lists.post.json</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <block type="math_number" id="+Hrcx-Ps!(~.DVD8afeG">
                                                           <field name="NUM">5</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <statement name="DO0">
                                                     <block type="debug" id="m6/%PW[OTV?pqCDK$0YO">
                                                       <field name="Severity">log</field>
                                                       <value name="TEXT">
                                                         <shadow type="text" id="yp4gBopa@sLh?C$9N}NB">
                                                           <field name="TEXT">test</field>
                                                         </shadow>
                                                         <block type="get_attr" id="XzC)0s+W@ez#5g,1KILX">
                                                           <value name="PATH">
                                                             <shadow type="text" id="GS}|pR3}G7[Qj~2kC$*7">
                                                               <field name="TEXT">value</field>
                                                             </shadow>
                                                           </value>
                                                           <value name="OBJECT">
                                                             <block type="lists_getIndex" id="%mwB3GFpbdz[*N#W%9GG">
                                                               <mutation statement="false" at="true"></mutation>
                                                               <field name="MODE">GET</field>
                                                               <field name="WHERE">FROM_START</field>
                                                               <value name="VALUE">
                                                                 <block type="convert_json2object" id="c;sYbH?QlOYRRp/E_@(t">
                                                                   <value name="VALUE">
                                                                     <block type="on_source" id="gU,s7!5U9Nok7tzx8Oe3">
                                                                       <field name="ATTR">state.val</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="AT">
                                                                 <block type="math_number" id="c-EAxYKUKdyaQmmbO_B*">
                                                                   <field name="NUM">1</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </value>
                                                       <next>
                                                         <block type="control" id="7G9Bk$A_4jtK,L%m~Di4">
                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="true"></mutation>
                                                           <field name="OID">0_userdata.0.Alarm-MaterialDesign.PostItErstellen</field>
                                                           <field name="WITH_DELAY">TRUE</field>
                                                           <field name="DELAY_MS">3</field>
                                                           <field name="UNIT">sec</field>
                                                           <field name="CLEAR_RUNNING">FALSE</field>
                                                           <value name="VALUE">
                                                             <block type="get_attr" id="06dq8i+.W|!ZKmhE0e3G">
                                                               <value name="PATH">
                                                                 <shadow type="text" id="j`QRTM2FP*I:Q=H*=H8C">
                                                                   <field name="TEXT">value</field>
                                                                 </shadow>
                                                               </value>
                                                               <value name="OBJECT">
                                                                 <block type="lists_getIndex" id="7a,({6bar@J63grF`2vv">
                                                                   <mutation statement="false" at="true"></mutation>
                                                                   <field name="MODE">GET</field>
                                                                   <field name="WHERE">FROM_START</field>
                                                                   <value name="VALUE">
                                                                     <block type="convert_json2object" id="X^2U#VUG.,vr-V`zviU=">
                                                                       <value name="VALUE">
                                                                         <block type="on_source" id="*=mUiqXriiiEiLE:wAD6">
                                                                           <field name="ATTR">state.val</field>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <value name="AT">
                                                                     <block type="math_number" id="jZ,0jV%GW65K(S]~|B^{">
                                                                       <field name="NUM">1</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                           <next>
                                                             <block type="control_ex" id="O/PFIX.fwKSbZP`TneUy">
                                                               <field name="TYPE">false</field>
                                                               <field name="CLEAR_RUNNING">FALSE</field>
                                                               <value name="OID">
                                                                 <shadow type="field_oid" id="gaO5Ly%lCQjX5nph:,y;">
                                                                   <field name="oid">Object ID</field>
                                                                 </shadow>
                                                                 <block type="text_join" id="OCZgt]^=xopI2WqJWg`2">
                                                                   <mutation items="3"></mutation>
                                                                   <value name="ADD0">
                                                                     <block type="text" id="X)1{q4||jJk}ORS{:M,%">
                                                                       <field name="TEXT">alexa2.0.Lists.post.items.</field>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD1">
                                                                     <block type="get_attr" id="pog3J3lnNuXMe2fG`$U7">
                                                                       <value name="PATH">
                                                                         <shadow type="text" id=".LqioO6q7.FyZ+Yp0gL`">
                                                                           <field name="TEXT">id</field>
                                                                         </shadow>
                                                                       </value>
                                                                       <value name="OBJECT">
                                                                         <block type="lists_getIndex" id="?FxC=AfV=2!JFC,AcU*5">
                                                                           <mutation statement="false" at="true"></mutation>
                                                                           <field name="MODE">GET</field>
                                                                           <field name="WHERE">FROM_START</field>
                                                                           <value name="VALUE">
                                                                             <block type="convert_json2object" id="o=En}5ZFm31cNg}RqH67">
                                                                               <value name="VALUE">
                                                                                 <block type="on_source" id="%:q/xoMcMv*9of[pPw7z">
                                                                                   <field name="ATTR">state.val</field>
                                                                                 </block>
                                                                               </value>
                                                                             </block>
                                                                           </value>
                                                                           <value name="AT">
                                                                             <block type="math_number" id="f{Jn3[^Q}m@,f5Vwb5J!">
                                                                               <field name="NUM">1</field>
                                                                             </block>
                                                                           </value>
                                                                         </block>
                                                                       </value>
                                                                     </block>
                                                                   </value>
                                                                   <value name="ADD2">
                                                                     <block type="text" id="Y]d.$er(I4%saSg{~KA?">
                                                                       <field name="TEXT">.#delete</field>
                                                                     </block>
                                                                   </value>
                                                                 </block>
                                                               </value>
                                                               <value name="VALUE">
                                                                 <shadow type="logic_boolean" id="Pq#N=zc6Jc1_CcO#@jh]">
                                                                   <field name="BOOL">TRUE</field>
                                                                 </shadow>
                                                               </value>
                                                               <value name="DELAY_MS">
                                                                 <shadow type="math_number" id="^vaRR$}dfLsPZS#xpGyL">
                                                                   <field name="NUM">7000</field>
                                                                 </shadow>
                                                               </value>
                                                             </block>
                                                           </next>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </statement>
                                                 </block>
                                               </next>
                                             </block>
                                           </statement>
                                          </block>
                                          

                                          Hallöchen, Alexa sagt hat "Bier kaufen" der Liste Post hinzugefügt, es wurde aber kein PostIt erstellt.
                                          Gruß Michael

                                          liv-in-skyL Offline
                                          liv-in-skyL Offline
                                          liv-in-sky
                                          wrote on last edited by liv-in-sky
                                          #105

                                          @michihorn
                                          evtl.
                                          bei mir ist die liste post klein gechrieben- bei dir groß (Post) ? das müßtest du im script angleichen

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

                                          M 1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          549

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe