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

https://github.com/jobe3774/doorbell

A raspend based application to switch on/off my doorbell.
https://github.com/jobe3774/doorbell

gpio home-automation http http-interface python-3 python3 raspberry-pi raspberrypi raspend web-interface

Last synced: 11 months ago
JSON representation

A raspend based application to switch on/off my doorbell.

Awesome Lists containing this project

README

          

# doorbell
A [raspend](https://github.com/jobe3774/raspend) based application to switch on/off my doorbell.
Therefore it exposes two methods of the **GPIOSwitch** class, which is included in this project, to switch on/off a GPIO pin.
This GPIO pin controls a relay, which in turn controls the power supply of my bell transformer.
Using the command interface of [raspend](https://github.com/jobe3774/raspend) I can call these methods via HTTP POST or GET requests.

# License
MIT. See LICENSE file.