Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Formatierung Pushover

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    794

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

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

Formatierung Pushover

Geplant Angeheftet Gesperrt Verschoben Blockly
11 Beiträge 3 Kommentatoren 931 Aufrufe 2 Beobachtet
  • Ä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.
  • S Nicht stören
    S Nicht stören
    stenmic
    schrieb am zuletzt editiert von
    #1

    Moin,
    kann man mit dem blockly für pushover irgendwie den Text formatieren?
    Ich meine diese html tags...

        <b>word</b> - display word in bold
        <i>word</i> - display word in italics
        <u>word</u> - display word underlined
        <font color="#0000ff">word</font> - display word in blue text
        <a href="http://example.com/">word</a> - display word as a tappable link to http://example.com/ 
    

    So geht es leider nicht

    2024-06-03 19 04 18.jpg

    wenn es keine Lösung für Blockly gibt wäre ich auch mit einem JS code zufrieden 😳

    liv-in-skyL 4 Antworten Letzte Antwort
    0
    • S stenmic

      Moin,
      kann man mit dem blockly für pushover irgendwie den Text formatieren?
      Ich meine diese html tags...

          <b>word</b> - display word in bold
          <i>word</i> - display word in italics
          <u>word</u> - display word underlined
          <font color="#0000ff">word</font> - display word in blue text
          <a href="http://example.com/">word</a> - display word as a tappable link to http://example.com/ 
      

      So geht es leider nicht

      2024-06-03 19 04 18.jpg

      wenn es keine Lösung für Blockly gibt wäre ich auch mit einem JS code zufrieden 😳

      liv-in-skyL Offline
      liv-in-skyL Offline
      liv-in-sky
      schrieb am zuletzt editiert von
      #2

      @stenmic

      sendTo('pushover', {
          message: 'This message includes <b>bold</b>, <i>italic</i> and <u>underlined</u> text <font color=green>in</font> <font color=#ffa500>different</font> <font color=red>colors</font>.',
          html: 1
      });
      ``
      
      so funktioniert es - mit blockly habe ich es auch nicht geschafft

      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

      QuarkmaxQ 1 Antwort Letzte Antwort
      0
      • S stenmic

        Moin,
        kann man mit dem blockly für pushover irgendwie den Text formatieren?
        Ich meine diese html tags...

            <b>word</b> - display word in bold
            <i>word</i> - display word in italics
            <u>word</u> - display word underlined
            <font color="#0000ff">word</font> - display word in blue text
            <a href="http://example.com/">word</a> - display word as a tappable link to http://example.com/ 
        

        So geht es leider nicht

        2024-06-03 19 04 18.jpg

        wenn es keine Lösung für Blockly gibt wäre ich auch mit einem JS code zufrieden 😳

        liv-in-skyL Offline
        liv-in-skyL Offline
        liv-in-sky
        schrieb am zuletzt editiert von
        #3

        @stenmic

        evtl hier ein issue aufmachen https://github.com/ioBroker/ioBroker.pushover

        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 Antwort Letzte Antwort
        1
        • S stenmic

          Moin,
          kann man mit dem blockly für pushover irgendwie den Text formatieren?
          Ich meine diese html tags...

              <b>word</b> - display word in bold
              <i>word</i> - display word in italics
              <u>word</u> - display word underlined
              <font color="#0000ff">word</font> - display word in blue text
              <a href="http://example.com/">word</a> - display word as a tappable link to http://example.com/ 
          

          So geht es leider nicht

          2024-06-03 19 04 18.jpg

          wenn es keine Lösung für Blockly gibt wäre ich auch mit einem JS code zufrieden 😳

          liv-in-skyL Offline
          liv-in-skyL Offline
          liv-in-sky
          schrieb am zuletzt editiert von
          #4

          @stenmic

          hier ist auch eine lösung für blockly https://forum.iobroker.net/post/1166622

          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 Antwort Letzte Antwort
          1
          • S stenmic

            Moin,
            kann man mit dem blockly für pushover irgendwie den Text formatieren?
            Ich meine diese html tags...

                <b>word</b> - display word in bold
                <i>word</i> - display word in italics
                <u>word</u> - display word underlined
                <font color="#0000ff">word</font> - display word in blue text
                <a href="http://example.com/">word</a> - display word as a tappable link to http://example.com/ 
            

            So geht es leider nicht

            2024-06-03 19 04 18.jpg

            wenn es keine Lösung für Blockly gibt wäre ich auch mit einem JS code zufrieden 😳

            liv-in-skyL Offline
            liv-in-skyL Offline
            liv-in-sky
            schrieb am zuletzt editiert von
            #5

            @stenmic

            warum ein doppel-post ?????

            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 Antwort Letzte Antwort
            0
            • liv-in-skyL liv-in-sky

              @stenmic

              sendTo('pushover', {
                  message: 'This message includes <b>bold</b>, <i>italic</i> and <u>underlined</u> text <font color=green>in</font> <font color=#ffa500>different</font> <font color=red>colors</font>.',
                  html: 1
              });
              ``
              
              so funktioniert es - mit blockly habe ich es auch nicht geschafft
              QuarkmaxQ Offline
              QuarkmaxQ Offline
              Quarkmax
              schrieb am zuletzt editiert von
              #6

              @liv-in-sky sagte in Formatierung Pushover:

              mit blockly habe ich es auch nicht geschafft

              javascript_pushover.png
              pushover_block.png

              sendTo("pushover.0", "send", {
                  message: messageIn,
                  title: titleIn,
                  sound: soundIn,
                  priority: priorityIn,
                  device: deviceIn,
                  html: 1    
              });
              
              
              
              /*
              sendTo("pushover", {
                 message:  'Test text', // mandatory - your text message
                 title:    'SweetHome', // optional  - your message's title, otherwise your app's name is used
                 sound:    'magic',     // optional  - the name of one of the sounds supported by device clients to override the user's default sound choice
                                        //    pushover, bike, bugle, cashregister, classical, cosmic, falling,
                                        //    gamelan, incoming, intermission, magic, mechanical, pianobar, siren,
                                        //    spacealarm, tugboat, alien, climb, persistent, echo, updown, none
                 priority: -1,          // optional
                                        //    -1 to always send as a quiet notification,
                                        //    1 to display as high-priority and bypass the user's quiet hours, or
                                        //    2 to also require confirmation from the user
                 token: 'API/KEY token' // optional
                                        // add other than configurated token to the call  
                 url,                   // optional  - a supplementary URL to show with your message
                 url_title,             // optional  - a title for your supplementary URL, otherwise just the URL is shown
                 device,                // optional  - your user's device name to send the message directly to that device, rather than all of the user's devices
                 timestamp              // optional  - a Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API
                 html                   // optional  - 1 to enable parsing of HTML formating for bold, italic, underlined and font color
                 monospace              // optional  - 1 to display the message in monospace font
                                        //    either html or monospace is allowed
              });
              */
              
              liv-in-skyL 1 Antwort Letzte Antwort
              1
              • QuarkmaxQ Quarkmax

                @liv-in-sky sagte in Formatierung Pushover:

                mit blockly habe ich es auch nicht geschafft

                javascript_pushover.png
                pushover_block.png

                sendTo("pushover.0", "send", {
                    message: messageIn,
                    title: titleIn,
                    sound: soundIn,
                    priority: priorityIn,
                    device: deviceIn,
                    html: 1    
                });
                
                
                
                /*
                sendTo("pushover", {
                   message:  'Test text', // mandatory - your text message
                   title:    'SweetHome', // optional  - your message's title, otherwise your app's name is used
                   sound:    'magic',     // optional  - the name of one of the sounds supported by device clients to override the user's default sound choice
                                          //    pushover, bike, bugle, cashregister, classical, cosmic, falling,
                                          //    gamelan, incoming, intermission, magic, mechanical, pianobar, siren,
                                          //    spacealarm, tugboat, alien, climb, persistent, echo, updown, none
                   priority: -1,          // optional
                                          //    -1 to always send as a quiet notification,
                                          //    1 to display as high-priority and bypass the user's quiet hours, or
                                          //    2 to also require confirmation from the user
                   token: 'API/KEY token' // optional
                                          // add other than configurated token to the call  
                   url,                   // optional  - a supplementary URL to show with your message
                   url_title,             // optional  - a title for your supplementary URL, otherwise just the URL is shown
                   device,                // optional  - your user's device name to send the message directly to that device, rather than all of the user's devices
                   timestamp              // optional  - a Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API
                   html                   // optional  - 1 to enable parsing of HTML formating for bold, italic, underlined and font color
                   monospace              // optional  - 1 to display the message in monospace font
                                          //    either html or monospace is allowed
                });
                */
                
                liv-in-skyL Offline
                liv-in-skyL Offline
                liv-in-sky
                schrieb am zuletzt editiert von
                #7

                @quarkmax

                es geht wie im link beschrieben - man darf nicht den pushover block nehmn, sondern den sendTo block (erster block ganz oben

                dann pushover auswählen und im zahnrad die parameter message und html einrichten - html fehlt im orginal pushover block - daher geht es nicht damit

                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 Antwort Letzte Antwort
                1
                • liv-in-skyL liv-in-sky

                  @stenmic

                  warum ein doppel-post ?????

                  S Nicht stören
                  S Nicht stören
                  stenmic
                  schrieb am zuletzt editiert von
                  #8

                  @liv-in-sky
                  hab den anderen Post erst gefunden nachdem ich diesen hier gepostet habe

                  S liv-in-skyL 2 Antworten Letzte Antwort
                  0
                  • S stenmic

                    @liv-in-sky
                    hab den anderen Post erst gefunden nachdem ich diesen hier gepostet habe

                    S Nicht stören
                    S Nicht stören
                    stenmic
                    schrieb am zuletzt editiert von
                    #9

                    danke für die Vorschläge

                    1 Antwort Letzte Antwort
                    0
                    • S stenmic

                      @liv-in-sky
                      hab den anderen Post erst gefunden nachdem ich diesen hier gepostet habe

                      liv-in-skyL Offline
                      liv-in-skyL Offline
                      liv-in-sky
                      schrieb am zuletzt editiert von
                      #10

                      @stenmic

                      probier mal das beschrieben in meinen letzten post mit dem sendTo block

                      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 Antwort Letzte Antwort
                      0
                      • liv-in-skyL liv-in-sky

                        @stenmic

                        probier mal das beschrieben in meinen letzten post mit dem sendTo block

                        S Nicht stören
                        S Nicht stören
                        stenmic
                        schrieb am zuletzt editiert von
                        #11

                        @liv-in-sky
                        schon getestet… funktioniert

                        1 Antwort Letzte Antwort
                        0

                        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                        Registrieren Anmelden
                        Antworten
                        • In einem neuen Thema antworten
                        Anmelden zum Antworten
                        • Älteste zuerst
                        • Neuste zuerst
                        • Meiste Stimmen


                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        550

                        Online

                        32.8k

                        Benutzer

                        82.7k

                        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