rrooggiieerr / homeduino.py

Homeduino library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python library for interfacing with the RFControl Arduino library

Python GitHub Release Licence Maintainer
Github Sponsors PayPal BuyMeCoffee 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 <port> <receive_pin> <send_pin> listen

python3 -m homeduino <port> <receive_pin> <send_pin> send <protocol> <values>

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 <port> <key> --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 PayPal BuyMeCoffee 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.

About

Homeduino library

License:GNU General Public License v3.0


Languages

Language:Python 100.0%