https://github.com/rrooggiieerr/homeduino.py
Homeduino library
https://github.com/rrooggiieerr/homeduino.py
Last synced: 10 months ago
JSON representation
Homeduino library
- Host: GitHub
- URL: https://github.com/rrooggiieerr/homeduino.py
- Owner: rrooggiieerr
- License: gpl-3.0
- Created: 2023-01-15T00:19:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:39:42.000Z (over 1 year ago)
- Last Synced: 2024-07-11T20:17:41.385Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Python library for interfacing with the RFControl Arduino library
![Python][python-shield]
[![GitHub Release][releases-shield]][releases]
[![Licence][license-shield]][license]
[![Maintainer][maintainer-shield]][maintainer]
[![Github Sponsors][github-shield]][github]
[![PayPal][paypal-shield]][paypal]
[![BuyMeCoffee][buymecoffee-shield]][buymecoffee]
[![Patreon][patreon-shield]][patreon]
## Introduction
Python library for using various 433 Mhz devices and sensors with a connected Arduino with homeduino
sketch.
## Features
## Hardware
## Installation
You can install the Python Homeduino library using the Python package manager PIP:
`pip3 install homeduino`
## `homeduino` CLI
You can use the Python Homeduino library directly from the command line to listen to or send
messages.
`python3 -m homeduino listen`
`python3 -m homeduino send `
### Troubleshooting
You can add the `--debug` flag to the CLI command to get a more details on what's going on. Like so:
`python3 -m homeduino --debug`
## Support my work
Do you enjoy using this Python library? Then consider supporting my work using one of the following
platforms, your donation is greatly appreciated and keeps me motivated:
[![Github Sponsors][github-shield]][github]
[![PayPal][paypal-shield]][paypal]
[![BuyMeCoffee][buymecoffee-shield]][buymecoffee]
[![Patreon][patreon-shield]][patreon]
## Hire me
If you're in need for a freelance Python developer for your project please contact me, you can find
my email address on [my GitHub profile](https://github.com/rrooggiieerr).
[python-shield]: https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54
[releases]: https://github.com/rrooggiieerr/homeduino.py/releases
[releases-shield]: https://img.shields.io/github/v/release/rrooggiieerr/homeduino.py?style=for-the-badge
[license]: ./LICENSE
[license-shield]: https://img.shields.io/github/license/rrooggiieerr/homeduino.py?style=for-the-badge
[maintainer]: https://github.com/rrooggiieerr
[maintainer-shield]: https://img.shields.io/badge/MAINTAINER-%40rrooggiieerr-41BDF5?style=for-the-badge
[paypal]: https://paypal.me/seekingtheedge
[paypal-shield]: https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white
[buymecoffee]: https://www.buymeacoffee.com/rrooggiieerr
[buymecoffee-shield]: https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black
[github]: https://github.com/sponsors/rrooggiieerr
[github-shield]: https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=ea4aaa
[patreon]: https://www.patreon.com/seekingtheedge/creators
[patreon-shield]: https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white