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.
- Host: GitHub
- URL: https://github.com/jobe3774/doorbell
- Owner: jobe3774
- License: mit
- Created: 2019-10-10T12:36:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T11:51:24.000Z (about 6 years ago)
- Last Synced: 2025-01-30T12:24:06.777Z (about 1 year ago)
- Topics: gpio, home-automation, http, http-interface, python-3, python3, raspberry-pi, raspberrypi, raspend, web-interface
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.