Page 1 of 1

Pushover

PostPosted: Wed Aug 28, 2013 9:35 pm
by Bigbn
Is there any way that we could get Pushover as a notification method?

All it is, is a simple POST request... And I figured I can't be the only one who would want this feature...

Re: Pushover

PostPosted: Thu Aug 29, 2013 8:19 am
by support
Hi Bigbn,

We currently support Prowl, which is somewhat similar to Pushover. If you want, you can implement that code yourself
since notifications are purely backend and that part of the project is 100% open source.

Look at the notifyViaPush() method in the MyDoorOpener.INO file. You should be able to modify its code in order for it
to support Pushover instead of Prowl.

If you do implement it, you'd be very kind to share your code with others in the "Arduino Backend Enhancements" forum.

Best regards,

Re: Pushover

PostPosted: Sun Sep 08, 2013 3:13 pm
by Bigbn
Sounds good, I'm working on modifying it right now.

I'll make sure to post the finished code to the "Arduino Backend Enhancements" forums when I'm done.

Re: Pushover

PostPosted: Mon Sep 09, 2013 9:34 am
by support
Great.

Thanks in advance for doing so!