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
- Host: GitHub
- URL: https://github.com/ricco386/rpi-doorman-gammu
- Owner: ricco386
- License: mit
- Created: 2016-02-01T22:07:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T17:06:29.000Z (over 10 years ago)
- Last Synced: 2025-01-28T07:02:52.233Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.