An open API service indexing awesome lists of open source software.

https://github.com/ricco386/rpi-doorman-gammu

Door state monitor, with ability to make a phone call
https://github.com/ricco386/rpi-doorman-gammu

Last synced: 7 months ago
JSON representation

Door state monitor, with ability to make a phone call

Awesome Lists containing this project

README

          

RPi.Doorman Gammu
#################

Door state monitor, with ability to make a phone call completely written in Python.

.. image:: https://badge.fury.io/py/rpi-doorman-gammu.png
:target: http://badge.fury.io/py/rpi-doorman-gammu

This is just and extension for RPi.Doorman project to support python-gammu. With aditional dependencies this project allows to make a phone calls when sensor state changes.

For more information check `rpi-doorman `_ project.

Installation
------------

- Install the latest released version using pip::

pip install https://github.com/ricco386/rpi-doorman-gammu/zipball/master

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

Systemd scripts should be run under **default Raspberry Pi user** (pi) so scripts can access GPIO.

**Dependencies:**

- `RPi.GPIO `_ (0.6.1+)
- `rpi-doorman `_ (1.1+)
- `gammu `_ and `python-gammu `_ (``sudo apt-get install gammu python-gammu``)

License
-------

For more information see the `LICENSE `_ file.