Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. (Gelöst)Telegram Meldung wenn Adapter in störung

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

(Gelöst)Telegram Meldung wenn Adapter in störung

Geplant Angeheftet Gesperrt Verschoben Blockly
9 Beiträge 2 Kommentatoren 576 Aufrufe 1 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • chucky666C Online
    chucky666C Online
    chucky666
    schrieb am zuletzt editiert von chucky666
    #1

    Hallo zusammen
    Ich habe ein Blocky erstellt ,das mir eine störung vom Adapter meldet .
    Leider bekomme ich bei jedem neustart des Adapter eine Meldung .
    Wie bekomme ich es hin , wenn der Adapter zb. Länger wie 5 Minuten off ist , schicke eine Meldung
    64D448BF-83F1-4777-832A-56FC13E68352.jpeg

    paul53P 1 Antwort Letzte Antwort
    0
    • chucky666C chucky666

      Hallo zusammen
      Ich habe ein Blocky erstellt ,das mir eine störung vom Adapter meldet .
      Leider bekomme ich bei jedem neustart des Adapter eine Meldung .
      Wie bekomme ich es hin , wenn der Adapter zb. Länger wie 5 Minuten off ist , schicke eine Meldung
      64D448BF-83F1-4777-832A-56FC13E68352.jpeg

      paul53P Offline
      paul53P Offline
      paul53
      schrieb am zuletzt editiert von
      #2

      @chucky666 sagte:

      Leider bekomme ich bei jedem neustart des Adapter eine Meldung .

      Versuche es mal so:

      Blockly_temp.JPG

      <xml xmlns="https://developers.google.com/blockly/xml">
       <variables>
         <variable type="timeout" id="timeout">timeout</variable>
       </variables>
       <block type="on" id="|oop/yS.D[S_H*w}l6;V" x="112" y="37">
         <field name="OID">Object ID</field>
         <field name="CONDITION">ne</field>
         <field name="ACK_CONDITION"></field>
         <statement name="STATEMENT">
           <block type="controls_if" id="e/A!Tz|8n7UWCm5SO)jG">
             <mutation else="1"></mutation>
             <value name="IF0">
               <block type="on_source" id="c0WO7s!s*4$Gmyx[xssS">
                 <field name="ATTR">state.val</field>
               </block>
             </value>
             <statement name="DO0">
               <block type="controls_if" id="Y|V8*2_{ic|%8)]u[2ts">
                 <value name="IF0">
                   <block type="logic_negate" id="3fWb[pkbwMoEVU8$Lr7b">
                     <value name="BOOL">
                       <block type="variables_get" id="USQ9;9*#vfqFR,L`Juu[">
                         <field name="VAR" id="timeout" variabletype="timeout">timeout</field>
                       </block>
                     </value>
                   </block>
                 </value>
                 <statement name="DO0">
                   <block type="telegram" id="/6bh]nUVoKpB_7ot~+h]">
                     <field name="INSTANCE"></field>
                     <field name="LOG"></field>
                     <field name="SILENT">FALSE</field>
                     <field name="PARSEMODE">default</field>
                     <value name="MESSAGE">
                       <shadow type="text" id="{/wxo2z-FQ$c4~]Ec8m)">
                         <field name="TEXT">text</field>
                       </shadow>
                       <block type="text" id="Y*`#d^P/A5$qamow5RLD">
                         <field name="TEXT">Smartgarden Adapter ok</field>
                       </block>
                     </value>
                   </block>
                 </statement>
                 <next>
                   <block type="timeouts_cleartimeout" id="GFora}/C60=HhgNOL?,^">
                     <field name="NAME">timeout</field>
                   </block>
                 </next>
               </block>
             </statement>
             <statement name="ELSE">
               <block type="timeouts_settimeout" id="KgDG$r~4{k]6JcCO[Mzk">
                 <field name="NAME">timeout</field>
                 <field name="DELAY">1</field>
                 <field name="UNIT">min</field>
                 <statement name="STATEMENT">
                   <block type="telegram" id="~vm]dQCXFngAQa/2$4|k">
                     <field name="INSTANCE"></field>
                     <field name="LOG"></field>
                     <field name="SILENT">FALSE</field>
                     <field name="PARSEMODE">default</field>
                     <value name="MESSAGE">
                       <shadow type="text" id="=P0W9{KgAZs}9]Ostb!S">
                         <field name="TEXT">text</field>
                       </shadow>
                       <block type="text" id=".[ToY].Zy`f:.a`69;qY">
                         <field name="TEXT">Smartgarden Adapter Störung</field>
                       </block>
                     </value>
                     <next>
                       <block type="variables_set" id="JE2^;d+uxFURDmS1`+w^">
                         <field name="VAR" id="timeout" variabletype="timeout">timeout</field>
                         <value name="VALUE">
                           <block type="logic_null" id="o18@I|^(~@jot*C:-w6v"></block>
                         </value>
                       </block>
                     </next>
                   </block>
                 </statement>
               </block>
             </statement>
           </block>
         </statement>
       </block>
      </xml>
      

      Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
      Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

      chucky666C 1 Antwort Letzte Antwort
      0
      • paul53P paul53

        @chucky666 sagte:

        Leider bekomme ich bei jedem neustart des Adapter eine Meldung .

        Versuche es mal so:

        Blockly_temp.JPG

        <xml xmlns="https://developers.google.com/blockly/xml">
         <variables>
           <variable type="timeout" id="timeout">timeout</variable>
         </variables>
         <block type="on" id="|oop/yS.D[S_H*w}l6;V" x="112" y="37">
           <field name="OID">Object ID</field>
           <field name="CONDITION">ne</field>
           <field name="ACK_CONDITION"></field>
           <statement name="STATEMENT">
             <block type="controls_if" id="e/A!Tz|8n7UWCm5SO)jG">
               <mutation else="1"></mutation>
               <value name="IF0">
                 <block type="on_source" id="c0WO7s!s*4$Gmyx[xssS">
                   <field name="ATTR">state.val</field>
                 </block>
               </value>
               <statement name="DO0">
                 <block type="controls_if" id="Y|V8*2_{ic|%8)]u[2ts">
                   <value name="IF0">
                     <block type="logic_negate" id="3fWb[pkbwMoEVU8$Lr7b">
                       <value name="BOOL">
                         <block type="variables_get" id="USQ9;9*#vfqFR,L`Juu[">
                           <field name="VAR" id="timeout" variabletype="timeout">timeout</field>
                         </block>
                       </value>
                     </block>
                   </value>
                   <statement name="DO0">
                     <block type="telegram" id="/6bh]nUVoKpB_7ot~+h]">
                       <field name="INSTANCE"></field>
                       <field name="LOG"></field>
                       <field name="SILENT">FALSE</field>
                       <field name="PARSEMODE">default</field>
                       <value name="MESSAGE">
                         <shadow type="text" id="{/wxo2z-FQ$c4~]Ec8m)">
                           <field name="TEXT">text</field>
                         </shadow>
                         <block type="text" id="Y*`#d^P/A5$qamow5RLD">
                           <field name="TEXT">Smartgarden Adapter ok</field>
                         </block>
                       </value>
                     </block>
                   </statement>
                   <next>
                     <block type="timeouts_cleartimeout" id="GFora}/C60=HhgNOL?,^">
                       <field name="NAME">timeout</field>
                     </block>
                   </next>
                 </block>
               </statement>
               <statement name="ELSE">
                 <block type="timeouts_settimeout" id="KgDG$r~4{k]6JcCO[Mzk">
                   <field name="NAME">timeout</field>
                   <field name="DELAY">1</field>
                   <field name="UNIT">min</field>
                   <statement name="STATEMENT">
                     <block type="telegram" id="~vm]dQCXFngAQa/2$4|k">
                       <field name="INSTANCE"></field>
                       <field name="LOG"></field>
                       <field name="SILENT">FALSE</field>
                       <field name="PARSEMODE">default</field>
                       <value name="MESSAGE">
                         <shadow type="text" id="=P0W9{KgAZs}9]Ostb!S">
                           <field name="TEXT">text</field>
                         </shadow>
                         <block type="text" id=".[ToY].Zy`f:.a`69;qY">
                           <field name="TEXT">Smartgarden Adapter Störung</field>
                         </block>
                       </value>
                       <next>
                         <block type="variables_set" id="JE2^;d+uxFURDmS1`+w^">
                           <field name="VAR" id="timeout" variabletype="timeout">timeout</field>
                           <value name="VALUE">
                             <block type="logic_null" id="o18@I|^(~@jot*C:-w6v"></block>
                           </value>
                         </block>
                       </next>
                     </block>
                   </statement>
                 </block>
               </statement>
             </block>
           </statement>
         </block>
        </xml>
        

        chucky666C Online
        chucky666C Online
        chucky666
        schrieb am zuletzt editiert von
        #3

        @paul53 sagte in Telegram Meldung wenn Adapter in störung:

        <xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable type="timeout" id="timeout">timeout</variable> </variables> <block type="on" id="|oop/yS.D[S_Hw}l6;V" x="112" y="37"> <field name="OID">Object ID</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="controls_if" id="e/A!Tz|8n7UWCm5SO)jG"> <mutation else="1"></mutation> <value name="IF0"> <block type="on_source" id="c0WO7s!s4$Gmyx[xssS"> <field name="ATTR">state.val</field> </block> </value> <statement name="DO0"> <block type="controls_if" id="Y|V82_{ic|%8)]u[2ts"> <value name="IF0"> <block type="logic_negate" id="3fWb[pkbwMoEVU8$Lr7b"> <value name="BOOL"> <block type="variables_get" id="USQ9;9#vfqFR,L`Juu["> <field name="VAR" id="timeout" variabletype="timeout">timeout</field> </block> </value> </block> </value> <statement name="DO0"> <block type="telegram" id="/6bh]nUVoKpB_7ot~+h]"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow type="text" id="{/wxo2z-FQ$c4~]Ec8m)"> <field name="TEXT">text</field> </shadow> <block type="text" id="Y*`#d^P/A5$qamow5RLD"> <field name="TEXT">Smartgarden Adapter ok</field> </block> </value> </block> </statement> <next> <block type="timeouts_cleartimeout" id="GFora}/C60=HhgNOL?,^"> <field name="NAME">timeout</field> </block> </next> </block> </statement> <statement name="ELSE"> <block type="timeouts_settimeout" id="KgDG$r~4{k]6JcCO[Mzk"> <field name="NAME">timeout</field> <field name="DELAY">1</field> <field name="UNIT">min</field> <statement name="STATEMENT"> <block type="telegram" id="~vm]dQCXFngAQa/2$4|k"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow type="text" id="=P0W9{KgAZs}9]Ostb!S"> <field name="TEXT">text</field> </shadow> <block type="text" id=".[ToY].Zy`f:.a`69;qY"> <field name="TEXT">Smartgarden Adapter Störung</field> </block> </value> <next> <block type="variables_set" id="JE2^;d+uxFURDmS1`+w^"> <field name="VAR" id="timeout" variabletype="timeout">timeout</field> <value name="VALUE"> <block type="logic_null" id="o18@I|^(~@jot*C:-w6v"></block> </value> </block> </next> </block> </statement> </block> </statement> </block> </statement> </block> </xml>

        danke für deine Hilfe
        leider klappt es nicht, wenn ich den adapter Neustarte, bekomme ich 2 nachrichten mit Störung

        paul53P 1 Antwort Letzte Antwort
        0
        • chucky666C chucky666

          @paul53 sagte in Telegram Meldung wenn Adapter in störung:

          <xml xmlns="https://developers.google.com/blockly/xml"> <variables> <variable type="timeout" id="timeout">timeout</variable> </variables> <block type="on" id="|oop/yS.D[S_Hw}l6;V" x="112" y="37"> <field name="OID">Object ID</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="controls_if" id="e/A!Tz|8n7UWCm5SO)jG"> <mutation else="1"></mutation> <value name="IF0"> <block type="on_source" id="c0WO7s!s4$Gmyx[xssS"> <field name="ATTR">state.val</field> </block> </value> <statement name="DO0"> <block type="controls_if" id="Y|V82_{ic|%8)]u[2ts"> <value name="IF0"> <block type="logic_negate" id="3fWb[pkbwMoEVU8$Lr7b"> <value name="BOOL"> <block type="variables_get" id="USQ9;9#vfqFR,L`Juu["> <field name="VAR" id="timeout" variabletype="timeout">timeout</field> </block> </value> </block> </value> <statement name="DO0"> <block type="telegram" id="/6bh]nUVoKpB_7ot~+h]"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow type="text" id="{/wxo2z-FQ$c4~]Ec8m)"> <field name="TEXT">text</field> </shadow> <block type="text" id="Y*`#d^P/A5$qamow5RLD"> <field name="TEXT">Smartgarden Adapter ok</field> </block> </value> </block> </statement> <next> <block type="timeouts_cleartimeout" id="GFora}/C60=HhgNOL?,^"> <field name="NAME">timeout</field> </block> </next> </block> </statement> <statement name="ELSE"> <block type="timeouts_settimeout" id="KgDG$r~4{k]6JcCO[Mzk"> <field name="NAME">timeout</field> <field name="DELAY">1</field> <field name="UNIT">min</field> <statement name="STATEMENT"> <block type="telegram" id="~vm]dQCXFngAQa/2$4|k"> <field name="INSTANCE"></field> <field name="LOG"></field> <field name="SILENT">FALSE</field> <field name="PARSEMODE">default</field> <value name="MESSAGE"> <shadow type="text" id="=P0W9{KgAZs}9]Ostb!S"> <field name="TEXT">text</field> </shadow> <block type="text" id=".[ToY].Zy`f:.a`69;qY"> <field name="TEXT">Smartgarden Adapter Störung</field> </block> </value> <next> <block type="variables_set" id="JE2^;d+uxFURDmS1`+w^"> <field name="VAR" id="timeout" variabletype="timeout">timeout</field> <value name="VALUE"> <block type="logic_null" id="o18@I|^(~@jot*C:-w6v"></block> </value> </block> </next> </block> </statement> </block> </statement> </block> </statement> </block> </xml>

          danke für deine Hilfe
          leider klappt es nicht, wenn ich den adapter Neustarte, bekomme ich 2 nachrichten mit Störung

          paul53P Offline
          paul53P Offline
          paul53
          schrieb am zuletzt editiert von paul53
          #4

          @chucky666 sagte:

          wenn ich den adapter Neustarte, bekomme ich 2 nachrichten mit Störung

          Dann ist wohl eine Minute zu kurz ?
          Wird auf "wurde geändert" getriggert ?

          Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
          Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

          chucky666C 1 Antwort Letzte Antwort
          0
          • paul53P paul53

            @chucky666 sagte:

            wenn ich den adapter Neustarte, bekomme ich 2 nachrichten mit Störung

            Dann ist wohl eine Minute zu kurz ?
            Wird auf "wurde geändert" getriggert ?

            chucky666C Online
            chucky666C Online
            chucky666
            schrieb am zuletzt editiert von
            #5

            @paul53 sagte in Telegram Meldung wenn Adapter in störung:

            @chucky666 sagte:

            wenn ich den adapter Neustarte, bekomme ich 2 nachrichten mit Störung

            Dann ist wohl eine Minute zu kurz ?
            Wird auf "wurde geändert" getriggert ?

            ich versuche mal 5 min

            ja ist auf wurde geändert

            1 Antwort Letzte Antwort
            0
            • chucky666C Online
              chucky666C Online
              chucky666
              schrieb am zuletzt editiert von
              #6

              gleiches spiel . wenn ich den Adapter ausschalte und wieder anschalte , kommt nach ca.5 min die Meldung Störung

              paul53P 1 Antwort Letzte Antwort
              0
              • chucky666C chucky666

                gleiches spiel . wenn ich den Adapter ausschalte und wieder anschalte , kommt nach ca.5 min die Meldung Störung

                paul53P Offline
                paul53P Offline
                paul53
                schrieb am zuletzt editiert von
                #7

                @chucky666 sagte:

                und wieder anschalte , kommt nach ca.5 min die Meldung Störung

                Obwohl der Datenpunkt "Device or service connected" auf true wechselt ? Dann poste bitte den erzeugten Javascript-Code ohne die letzte Zeile in Code tags.

                Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                chucky666C 1 Antwort Letzte Antwort
                0
                • paul53P paul53

                  @chucky666 sagte:

                  und wieder anschalte , kommt nach ca.5 min die Meldung Störung

                  Obwohl der Datenpunkt "Device or service connected" auf true wechselt ? Dann poste bitte den erzeugten Javascript-Code ohne die letzte Zeile in Code tags.

                  chucky666C Online
                  chucky666C Online
                  chucky666
                  schrieb am zuletzt editiert von
                  #8

                  @paul53 sagte in Telegram Meldung wenn Adapter in störung:

                  @chucky666 sagte:

                  und wieder anschalte , kommt nach ca.5 min die Meldung Störung

                  Obwohl der Datenpunkt "Device or service connected" auf true wechselt ? Dann poste bitte den erzeugten Javascript-Code ohne die letzte Zeile in Code tags.

                  ich muss jetzt erstmal zur Arbeit
                  ich glaube ich habe den falschen Datenpunkt

                  1 Antwort Letzte Antwort
                  0
                  • chucky666C Online
                    chucky666C Online
                    chucky666
                    schrieb am zuletzt editiert von
                    #9

                    Jetzt klappt es , danke

                    1 Antwort Letzte Antwort
                    0
                    Antworten
                    • In einem neuen Thema antworten
                    Anmelden zum Antworten
                    • Älteste zuerst
                    • Neuste zuerst
                    • Meiste Stimmen


                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    526

                    Online

                    32.7k

                    Benutzer

                    82.4k

                    Themen

                    1.3m

                    Beiträge
                    Community
                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                    ioBroker Community 2014-2025
                    logo
                    • Anmelden

                    • Du hast noch kein Konto? Registrieren

                    • Anmelden oder registrieren, um zu suchen
                    • Erster Beitrag
                      Letzter Beitrag
                    0
                    • Home
                    • Aktuell
                    • Tags
                    • Ungelesen 0
                    • Kategorien
                    • Unreplied
                    • Beliebt
                    • GitHub
                    • Docu
                    • Hilfe