Skip to main content
  1. Posts/

PushBullet notifications for Kerberos.io

·226 words·2 mins· loading · loading · ·
Marco Mornati
Author
Marco Mornati
I build, self-host and sometimes break software in production — writing about AI tooling, coding agents and infrastructure.

Overview
#

Kerberos.io is an affordable video surveillance system (probably the cheapest on the market) that you can install on a RaspberryPI and using it with a USB camera, an IP camera, or with the RPi camera.

Image for post

Configuration
#

You can configure different kinds of notification when motion is detected.

One of the available methods is the WebHook and, using this configuration, I created a Hook project (extensible by plugins) that sends notifications to PushBullet. The information about the installation and configuration is available on the project README file.

Image for post

Testing
#

If you want to make a simple test before linking the hook to Kerberos.io, or to debug if something isn’t working correctly, you can make a post-call to the hook project using, for example, Postman.

Image for post

You should receive a Pushbullet message on all your linked devices (or on a specific device you selected), with the image taken by the Kerberos.io camera.

Future Plans
#

The plugin system is already developed, and I plan to add other notifications like mail and TextMessage. I said it’s WIP because I’d like to improve it by enforcing interfaces and predefined functions for plugin development.

Everything is open source. If you test or use it and you have any comments or improvements, don’t hesitate to leave comments (here or better on GitHub).

Originally published at https://blog.mornati.net on September 27, 2016.