Pushover  

Developer: Open Source Plugins
Category: Notification & Messaging
Github: Github Repo
Assistance: Get help!    Check the online documentation
Plugin ID: io.thechad.indigoplugin.pushover
Latest release: v2022.0.2 released on Oct. 13, 2023
Release downloaded: 0 times
Requires: Indigo v2022.1.0 or higher
(Check the Releases tab below for older releases that may have different requirements)
  Download latest release

indigo-pushover

Indigo plugin - send push notifications to mobile devices via Pushover.

Requirements

  1. Indigo 6 or later (pro version only)
  2. Valid Pushover API key
  3. Valid Pushover user key

Installation Instructions

  1. Download latest release here
  2. Follow standard plugin installation process

Actions Supported

  • Send Pushover Notification

    • customize title, message (supports variables)
    • limit to just one specific device (optional)
    • override notification sound
    • set message priority
    • configure supplemental link and title
    • attach images (jpeg only, must be less than 2.5mb, supports variables)
  • Cancel Pushover Emergency-Priority Notification

    • tag (included in previous emergency notifications - will cancel all retries with that tag)
Release details
Released on: Oct. 13, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

Bug fix

Release details
Released on: Oct. 12, 2023
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

Fix first time run bug

Release details
Released on: May 11, 2022
Requires: Indigo v2022.1.0+
Downloaded: 0 times 
Changes in this release

Updated to Python 3

Release details
Released on: June 15, 2021
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 0 times 
Changes in this release

Use default sounds list if API fetch fails

Release details
Released on: April 8, 2021
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 0 times 
Changes in this release

Fetches sound list (including user custom sounds) from PushOver on startup. If you add new custom sounds, restart the plugin.

Release details
Released on: Feb. 12, 2021
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 1 times 
Changes in this release

Added support for multiple app tokens

Release details
Released on: April 27, 2019
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 21 times 
Changes in this release

Fixed issue #26

Removed fix #3, which is now broken because it was encoding unicode characters into a string type. This is not needed since all strings are handled as unicode now.

Release details
Released on: April 19, 2019
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 2 times 
Changes in this release

Fix indent error in 1.5.2.

Release details
Released on: April 19, 2019
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 0 times 
Changes in this release

Fixed error in log when not using option Title field.

Release details
Released on: April 15, 2019
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 0 times 
Changes in this release

Logging changes. file extension case checking fix.

Release details
Released on: April 15, 2019
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 0 times 
Changes in this release

Added support for animated GIFs.

Release details
Released on: March 24, 2018
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 291 times 
Changes in this release

Includes pull requests to support file attachments. Also dialog label cleanups and code cleanup.

Release details
Released on: Feb. 18, 2018
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 46 times 
Changes in this release

There's a new action to cancel any emergency notification that includes the specified tag. The tag can be set in the action that creates the notification.

Release details
Released on: Feb. 14, 2018
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 17 times 
Changes in this release

some values were coming back as empty strings rather than as None. Also send pushover api response to the debug log.

Release details
Released on: Dec. 17, 2017
Requires: Indigo v5.0.0 thru v2022.2
Downloaded: 121 times 
Changes in this release

Actions can now optionally point to a different user/group key.

Release details
Released on: Sept. 4, 2017
Requires: Indigo v5.0.0 thru v2022.2
Downloaded: 115 times 
Changes in this release

This release was primarily to move the action to the standard Notification Actions type menu. We also reorganized the repo so that it matches the standard repo layout. This will help when we implement update detection and management from within Indigo.

Release details
Released on: March 13, 2016
Requires: Indigo v5.0.0 thru v2022.2
Downloaded: 264 times 
Changes in this release

Plugin was not including 2 required API parameters when the highest priority setting was used, causing that priority to fail. Added defaults of repeating notification every 10 minutes for 24 hours.

Release details
Released on: Feb. 20, 2016
Requires: Indigo v5.0.0 thru v2022.2
Downloaded: 22 times 
Changes in this release
  • added support for device status in alert text variable substitution
  • prevents possible infinite loop

thanks to @jdhorne for the Pull Request!

Release details
Released on: July 27, 2015
Requires: Indigo v5.0.0 thru v2022.2
Downloaded: 209 times 
Changes in this release

thanks to @markf for a quick fix for an issue affecting sequential requests

Release details
Released on: Aug. 28, 2014
Requires: Indigo v5.0.0 thru v2022.2
Downloaded: 199 times 
Changes in this release

tons of new features thanks to the hard work and generosity of @IT2BE

New in this release: - now supports: customized sounds, setting priority, supplemental url and title, device specificity - now supports use of variables in all custom text fields - fixed error being thrown when custom text contained special characters ( issue #3 )