rpi-doorman 0.1.1

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

rpidoorman 0.1.1

Door state monitor, completely written in Python.

Doorman is using adafruit magnetic contact switch (door sensor), with Raspberry Pi GPIO. Software might work with other sensors as well but have not been tested.
To connect to Raspberry Pi plug into GPIO PIN 16 and POWER PIN. Install and execute doorman and it should work. Alternatively you can user different PIN and execute doorman with parameter: rpi-doorman --pin pin_number.
Doorman has support to POST door status change to ludolph-doorman plugin. This way jabber notifications can be set easily.

Installation

Install the latest released version using pip:
pip install https://github.com/ricco386/rpi-doorman/zipball/master

Make sure all dependencies (listed below) are installed (done automatically when installing via pip)
The rpi-doorman command should be installed somewhere in your PATH.
Systemd scripts are available: https://github.com/ricco386/rpi-doorman/tree/master/init.d

Systemd scripts should be run under default Raspberry Pi user (pi) so scripts can access GPIO.
For jabber notification support, configure Systemd to execute with notify parameter: rpi-doorman --notify jabber@account.com make sure Ludolph is installed and has configured ludolph-doorman plugin.
Dependencies:

RPi.GPIO (0.6.1+)

Optionaly dependencies for jabber support:

requests (2.9.1+)
ludolph-doorman (1.1+)



License
For more information see the LICENSE file.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.