No Description

Fabian Peter Hammerle 560616091d readme: document setup & usage 4 years ago
intertechno_cc1101_mqtt 9459de8a2b validate inputs received via mqtt 4 years ago
tests 3aab3c5b61 configure docker-compose 4 years ago
.dockerignore d0a34c14ff added dockerfile 4 years ago
.gitignore 538e5192ed mqtt client draft 4 years ago
.pylintrc 538e5192ed mqtt client draft 4 years ago
Dockerfile d0a34c14ff added dockerfile 4 years ago
Pipfile a8dfdfefe8 added setup.py 4 years ago
Pipfile.lock a8dfdfefe8 added setup.py 4 years ago
README.md 560616091d readme: document setup & usage 4 years ago
docker-compose.yml 3aab3c5b61 configure docker-compose 4 years ago
mypy.ini 538e5192ed mqtt client draft 4 years ago
setup.py 538e5192ed mqtt client draft 4 years ago

README.md

intertechno-cc1101-mqtt

MQTT client controlling Intertechno Outlets via a CC1101 Transceiver

Compatible with Home Assistant's MQTT Switch platform.

Requirements

Setup

$ pip3 install --user --upgrade git+https://git.hammerle.me/fphammerle/intertechno-cc1101-mqtt

On Raspbian / Raspberry Pi OS, dependencies can optionally be installed via:

$ sudo apt-get install --no-install-recommends python3-spidev python3-paho-mqtt

Usage

$ intertechno-cc1101-mqtt --mqtt-host HOSTNAME_OR_IP_ADDRESS

Send ON or OFF to topic intertechno-cc1101/[ADDRESS]/[BUTTON_INDEX]/set.

$ mosquitto_pub -h MQTT_BROKER -t intertechno-cc1101/12345678/0/set -m ON

⚠️ Support for TLS is not implemented yet. Do not connect to brokers via unprotected networks (e.g., internet, wifi network).