Closed Ideas

  • 1
    Declined

    Using Pushover with Arduino/ESP8266

    Marco · 1 · Last reply by Andre

    I have been using Pushover successfully for my Arduino/ESP8266 devices for a while now and I'm very happy with the result so far (I'm including my code below for others who might find it useful). However, I never managed to add Priority and URL to my messages. Am I doing anything wrong or is it just not possible (and so i will stop trying! :)

    My Arduino function is the following:

    I have tried adding the following:

    and also:

    but none of the above worked. I have tried slight variations of the above with no joy,

    If anyone has any

  • 2
    Declined

    Push audio message

    Guenter Ms · 0 · Posted

    Hello,

    is it possible to push an audio message?

    This is helpful for handicaped persons or wakeup calls with individual messages. The best implementation would be to simply add an parameter flag like "audio=yes", which will lead your server to call a TTS (text2speech) function (google,amazon,...) to generate a mp3 file from the text message and transmit as attachment (small sizes only).

    How do you think about that?

    Best regards,

    Guenni

  • 1
    Completed

    New 3rd party library for NodeJS

    Daniel Cañada · 0 · Posted

    Hello, I have developed a new library for NodeJS that allows you to send notifications through Pushover customizing each parameter in a simple and semantic way.

    It is written in typescript and you have it available at https://github.com/danitetus/pushover-js

    or installing it directly with npm: npm install --save pushover-js

  • 1
    Declined

    JSON API Base64 Attachment Image

    Cody Becker · 0 · Posted

    How can I use base64 image as an attachment?

    But when the alert goes through, the image is corrupted.  The source of the alert is.....

  • 1
    Completed

    App (Android) also in other languages

    Jens · 0 · Posted

    I use the Pushover Android App. Do not find the language switch in the settings. How to switch to German?? If there is no way, I offer to help translating.

  • 1
    Declined

    Not compatible with Honor Note 10 device (RVL-AL09), Android 9

    Spamit Not · 0 · Posted

    Hi.

    It seems that Pushover is not compatible with Honor Note 10 device (model code: RVL-AL09), w/ Android 9 and full Google Play Services installed.

    Google Play shows that it isn't possible to install it on this device... and it is the only app that ever refised to install on my device. 

    Any advice on what is the requirement that isn't met by this configuration?

  • 1
    Completed

    I am integrating Pushover as a notification mechanism to my site. What URL should I point users to if they want to get Pushover?

    Christian · 1 · Last reply by Pushover Support

    Is there a standard "What is Pushover" URL I can link my users to? I am thinking that it would be opened in a new browser tab and they can get started on the process of getting a license.

  • 1
    Completed

    An option to disable pop-up banners for notifications would be great.

    Rattywatch · 0 · Posted

    Pop-up banners are not always desirable.

    It would be great if there was an option within app settings to disable it.

  • 1
    Declined

    Pushover on Grandstream GXV3380 Desk Phone (With Google Play Services)

    Mark Tudor · 1 · Last reply by Mark Tudor

    Hi Team,

    I recently treated myself to a Grandstream GXV3380 Desk Phone.  This phone runs Android 7.1.1 and Google Play Services.  It would be amazing if I could install Pushover on it to allow notifications to be sent to it, but it does not show up in the Play Store.

    Is this something that could be fixed by adding this device as supported or something similar?

    Thanks,

    Mark.

  • 1
    Completed

    When I click on the iOS notification it takes me to the Pushover app but not to the specific alert

    Info · 0 · Posted

    When I click on the iOS notification it takes me to the Pushover app but not to the specific alert

  • 1
    Completed

    Can I send multiple URLs in the same message?

    kvar · 1 · Last reply by Pushover Support

    I'm trying to send a single notification with multiple links. I'm setting up a script that's linking to multiple items, and I would like the items to populate in the same message, rather than sending individual notifications per item (would be 4-20 messages per set).

  • 1
    Declined

    Can you add the option to receive a copy of a notification at an email address?

    Matt · 0 · Posted

    When I am at work, I cannot have my personal cell phone but I do have access to email.  I can't use desktop mode because my browser is locked in private mode by security policy. 

    I issue notifications from a microcontroller using the API. My current work around is to use another method to send an email notification after the Pushover notification. It would be ideal if I could send a push notification and an email notification using the API.

  • 1
    Declined

    Can you add an option to specify an alert sound by parsing the url_title parameter? You already detect "Reply to @someuser". Perhaps "Alert @bike Rest of actual title", and you remove the alert @sound part.

    JayGuerette · 0 · Posted

    I think the subject covers it. For things that have only minimal support for sending notifications, it would give you extra options.

  • 4
    Completed

    Auto re-download of images

    Oscar · 1 · Last reply by Pushover Support

    After my Android device has been off overnight notifications arrive but the attached images don't automatically download, each notification needs to be entered and the image clicked on to re-download it. This should happen automatically.

  • 1
    Completed

    New iOS 14 and/or WatchOS 6 reintroduces fullscreen icon notification problem

    Credford · 1 · Last reply by Pushover Support

    I have followed the instructions here: https://support.pushover.net/i23-apple-watch-notifications-showing-with-a-full-screen-icon

    And I am still getting a brief readable notification followed by a fullscreen view of the custom icon I've made for the service that displaces the readable notification.

  • 1
    Declined

    Duración del sonido de notificación

    Anxo Lacarra · 0 · Posted

    Me gustría que se pudiese configurar la duración del sonido de la notificación para que fuera más largo, en mi opinión es demasiado breve.

  • 1
    Completed

    Custom Logo

    Richard Lyon · 1 · Last reply by Pushover Support

    Custom change the logo that appears in the notification. I would like for my clients to see this and be easily identified as an alert from our company

  • 1
    Completed

    API could support multiple IDs per http send request.

    simalina · 1 · Last reply by Pushover Support

    In the current API, If I have to send out 100 notifications, it would take more than 50 seconds if I were to be nice to your API.

    I propose I could rather submit a list of users (i.e. a comma seperated string of users), for up to, say 10 users. Sending the notifications would take 5 seconds instead and produce less stress on your web servers.

    Ps. I am unable to use the Group functionality for my use case, as the recipient groups are dynamic on each "run".

  • 1
    Declined

    ntfy doesn't ping on boot

    kvar · 1 · Last reply by Pushover Support

    I'm running ntfy to tell me when a raspberry pi has rebooted successfully. I have it carrying out some other tasks (pinging network resources to make sure they are also up and running, since they will take longer).

    This same script runs ntfy "twice": first, immediately upon running the script. Second, once the script successfully pings another network resource.

    The first ntfy message never sends, but the second one does. Is this a boot priority issue? What would cause ntfy to fail the first message, but not the following one, about a minute later?

  • 1
    Declined

    Problem with URL to start iOS app

    David · 1 · Last reply by Pushover Support

    Hello.

    When attempting to create application with link to open the app in iOS, i get following error:

    Scheme for link structure is available on app's creator site: https://www.loxone.com/enen/kb/visualisation/