Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. [HowTo] Script Sticky Notes (PostIt) für VIS und Telegram

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      skokarl @liv-in-sky last edited by 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-sky 1 Reply Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky @skokarl last edited by

        @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 1 Reply Last reply Reply Quote 1
        • S
          skokarl @liv-in-sky last edited by

          @liv-in-sky

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

          Screenshot 2022-08-04 030522.jpg

          liv-in-sky 1 Reply Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @skokarl last edited by

            @skokarl

            ganz einfach:

            postit-dp (40).gif

            S 1 Reply Last reply Reply Quote 1
            • S
              skokarl @liv-in-sky last edited by

              @liv-in-sky

              Du bist der geilste !!!

              1 Reply Last reply Reply Quote 0
              • D3ltoroxp
                D3ltoroxp last edited by D3ltoroxp

                EDIT:

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

                liv-in-sky 2 Replies Last reply Reply Quote 0
                • liv-in-sky
                  liv-in-sky @D3ltoroxp last edited by liv-in-sky

                  @d3ltoroxp

                  EDIT

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

                  1 Reply Last reply Reply Quote 0
                  • liv-in-sky
                    liv-in-sky @D3ltoroxp last edited by

                    @d3ltoroxp

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

                    Image 237.png

                    D3ltoroxp 1 Reply Last reply Reply Quote 0
                    • D3ltoroxp
                      D3ltoroxp @liv-in-sky last edited by

                      @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-sky 1 Reply Last reply Reply Quote 0
                      • liv-in-sky
                        liv-in-sky @D3ltoroxp last edited by

                        @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

                        D3ltoroxp 1 Reply Last reply Reply Quote 0
                        • D3ltoroxp
                          D3ltoroxp @liv-in-sky last edited by

                          @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-sky 1 Reply Last reply Reply Quote 0
                          • liv-in-sky
                            liv-in-sky @D3ltoroxp last edited by

                            @d3ltoroxp

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

                            D3ltoroxp 1 Reply Last reply Reply Quote 0
                            • D3ltoroxp
                              D3ltoroxp @liv-in-sky last edited by

                              @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 Reply Quote 0
                              • MigChip
                                MigChip last edited by

                                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-sky 1 Reply Last reply Reply Quote 0
                                • liv-in-sky
                                  liv-in-sky @MigChip last edited by 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

                                  MigChip 1 Reply Last reply Reply Quote 0
                                  • MigChip
                                    MigChip @liv-in-sky last edited by

                                    @liv-in-sky

                                    super vielen dank es funkuniert 😳

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      michihorn @skokarl last edited by michihorn

                                      @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 Reply Quote 0
                                      • M
                                        michihorn @liv-in-sky last edited by

                                        @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-sky 2 Replies Last reply Reply Quote 0
                                        • liv-in-sky
                                          liv-in-sky @michihorn last edited by liv-in-sky

                                          @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

                                          1 Reply Last reply Reply Quote 0
                                          • liv-in-sky
                                            liv-in-sky @michihorn last edited by liv-in-sky

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

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            923
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            145
                                            11565
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo