Skip to content
  • 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
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Skripten / Logik
  4. Blockly
  5. Formatierung Pushover

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Formatierung Pushover

Formatierung Pushover

Scheduled Pinned Locked Moved Blockly
11 Posts 3 Posters 724 Views 2 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.
  • S Do not disturb
    S Do not disturb
    stenmic
    wrote on last edited by
    #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 Replies Last reply
    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
      wrote on last edited by
      #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 Reply Last reply
      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
        wrote on last edited by
        #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 Reply Last reply
        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
          wrote on last edited by
          #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 Reply Last reply
          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
            wrote on last edited by
            #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 Reply Last reply
            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
              wrote on last edited by
              #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 Reply Last reply
              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
                wrote on last edited by
                #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 Reply Last reply
                1
                • liv-in-skyL liv-in-sky

                  @stenmic

                  warum ein doppel-post ?????

                  S Do not disturb
                  S Do not disturb
                  stenmic
                  wrote on last edited by
                  #8

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

                  S liv-in-skyL 2 Replies Last reply
                  0
                  • S stenmic

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

                    S Do not disturb
                    S Do not disturb
                    stenmic
                    wrote on last edited by
                    #9

                    danke für die Vorschläge

                    1 Reply Last reply
                    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
                      wrote on last edited by
                      #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 Reply Last reply
                      0
                      • liv-in-skyL liv-in-sky

                        @stenmic

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

                        S Do not disturb
                        S Do not disturb
                        stenmic
                        wrote on last edited by
                        #11

                        @liv-in-sky
                        schon getestet… funktioniert

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


                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        600

                        Online

                        32.4k

                        Users

                        81.3k

                        Topics

                        1.3m

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

                        • Don't have an account? Register

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