Page 1 of 15

Pushover Plugin - push notifications

PostPosted: Mon Dec 09, 2013 5:08 pm
by discgolfer1138
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 Push Notification (subject and message are configurable)

Collaboration
The source code is available for collaboration on GitHub

Bug Reporting
Bugs can be reported here

Re: Pushover Plugin - push notifications

PostPosted: Tue Jan 21, 2014 2:03 am
by freshwuzhere
This works great - Thanks!!!

FWH

Re: Pushover Plugin - push notifications

PostPosted: Tue Jan 21, 2014 1:15 pm
by durosity
Brilliant.. this is much easier than having to push notifications via Growl / Prowl! Good work!

Re: Pushover Plugin - push notifications

PostPosted: Fri Jan 31, 2014 10:22 pm
by polycron
Very nice! Worked perfectly. It's also extremely quick.

Polycron

Re: Pushover Plugin - push notifications

PostPosted: Sun Feb 16, 2014 12:38 pm
by Korey
Thanks for this handy Plugin!

Now for some wishes:

1: Sending to unique device (I currently have 3 devices setup with no way to distinguish which device gets what notification)

2: Sending Variables in the message body:

ie:
set emailBody to "Outdoor Temp: " & value of variable "outsidetemp" & newline
set emailBody to emailBody & "Spa Water Temp F: " & value of variable "spatemp" & newline

:wink:

Re: Pushover Plugin - push notifications

PostPosted: Sun Feb 16, 2014 2:57 pm
by jenwill1
Thanks for the plugin, I was fighting Growl/Prowl when I stumbled across this thread. Much easier and works great.

Anyone know how to use Pushover to send a notification in applescript ?

Thanks

Re: Pushover Plugin - push notifications

PostPosted: Mon Mar 31, 2014 9:51 am
by Ankleshanker
A perfect solution to the insane number of text messages I've been receiving from Indigo. I'd also echo the desire to select from multiple devices.

Thanks for pulling this together,

Re: Pushover Plugin - push notifications

PostPosted: Wed Apr 02, 2014 1:53 pm
by marceltrapman
I created my own version of this plugin with support to send the message to (only) one device or all devices when the field is emptily.

I notified the developer through github and will discuss with him what/how he wants to integrate what I created.

My new version does (also see screen shot):

- custom application api (or default when empty)
- title
- message
- sound (selected default sound)
- device (can be empty)
- url (can be empty)
- url title (can be empty)
- use indigo variable within title and message (also nested variable within a variable is replaced)

Cheers,

Marcel

Re: Pushover Plugin - push notifications

PostPosted: Wed Apr 02, 2014 2:10 pm
by Korey
marceltrapman wrote:
I created my own version of this plugin with support to send the message to (only) one device or all devices when the field is emptily.

I notified the developer through github and will discuss with him what/how he wants to integrate what I created.

My new version does (also see screen shot):

- custom application api (or default when empty)
- title
- message
- sound (selected default sound)
- device (can be empty)
- url (can be empty)
- url title (can be empty)
- use indigo variable within title and message (also nested variable within a variable is replaced)

Cheers,

Marcel


Looking forward to this!

Thanks!

:D

Re: Pushover Plugin - push notifications

PostPosted: Wed Apr 02, 2014 2:47 pm
by marceltrapman
Looking forward to this too :)

No thanks, it was no more than 1 hour of work (including learning about the api)...

Re: Pushover Plugin - push notifications

PostPosted: Sun Apr 06, 2014 11:04 am
by hequinn
Can you share the updates you made? It looks way more useful with more than just a subject and a message. Would love to get my hands on it.

Re: Pushover Plugin - push notifications

PostPosted: Sun Apr 06, 2014 4:07 pm
by marceltrapman
I want to share it for sure but I would like to discuss with the original developer first.

Re: Pushover Plugin - push notifications

PostPosted: Mon Apr 14, 2014 9:59 am
by vtmikel
I've noticed that if you have multiple triggers that occur at once, and two or more of the triggers contain pushover plugin actions, that you will often only get one of the pushover messages to your device. I'm sure this has to do with completing the first pushover transaction before going onto the second, third, etc.. I resolved this by delaying one of my pushover actions via indigo's settings, but I think this could be dealt with at the plugin level - where each pushover request is put into a queue to be sent.

Anyone else experience this or have any better solutions?

Re: Pushover Plugin - push notifications

PostPosted: Tue Apr 15, 2014 4:31 pm
by marceltrapman
@vtmikel I was testing some triggers today that should trigger a pushover message and I found the same issue.

Two triggers were triggered short after each other and only the first pushover message was sent :(

Re: Pushover Plugin - push notifications

PostPosted: Tue Apr 15, 2014 5:01 pm
by vtmikel
Ya. was the plugin author receptive to your additional features? I can take a look at the latest plugin code and make a recommendation on how to update.