Page 1 of 1

PushBullet plugin (sfalkman)

Posted: Thu Oct 03, 2013 7:12 am
by sfalkman
EDIT: Well, I had a look at the updated API's and Pako's plugin last night and I have to say that my plugin is completely obsolete :)
I won't be making any updates on my plugin, so use Pako's plugin instead!

____________________________________________________________________________________________________________
I needed a plugin for the push notification service PushBullet, so I decided to finally make my first EventGhost plugin.
The plugin uses the public PushBullet API (https://www.pushbullet.com/api).

You need the PushBullet app on your Android device to receive the push notifications (https://play.google.com/store/apps/deta ... et.android). You'll find your API key, which is needed for the plugin to work, at https://www.pushbullet.com under Account settings.
Right now, the plugin only supports pushing Notes and Files, and only pushing to your own devices (not shared ones). The plugin will be updated with this in case of interest!
egPushBullet.png
All feedback is welcome!

Re: PushBullet plugin

Posted: Sun Dec 08, 2013 11:52 am
by goodcoproflcop
Looks promising but i can't get it to work...
After activating the plugin and filling in the api key the following error appears:
We failed to reach the server Reason: [Errno 8] _ssk.c:480: EOF occured in violation of protocol

Re: PushBullet plugin

Posted: Thu Dec 12, 2013 6:09 pm
by goodcoproflcop
I've contacted the creators of Pushbullet, the problem is related to Python not working well with their SSL certificate. Hopefully this will be fixed with a new certificate in the future!

Edit: Got it working, the plugin seems to use an old api adress, this can be fixed by editing the "pushbullet.py". Change "https://www.pushbullet.com/api" to "https://api.pushbullet.com/api"

Re: PushBullet plugin

Posted: Fri Feb 07, 2014 12:34 pm
by regystro
It works great. Thanks to this plugin I can have feedback on my cell phone when I trigger some EventGhost actions remotely. I was using mail before, but this is faster and neater :)

Re: PushBullet plugin

Posted: Tue Feb 25, 2014 4:35 pm
by sfalkman
I totally forgot about my plugin post, sorry!
I noticed a couple of weeks ago that I stopped receiving notifications from Eventghost, but IÔÇÖve been busy with a new house.

The past months Pushbullet has evolved very much, and IÔÇÖm sure there are some new things to implement. I will look into it as soon as I get some spare time!