|
|
4 年 前 | |
|---|---|---|
| intertechno_cc1101_mqtt | 4 年 前 | |
| tests | 4 年 前 | |
| .dockerignore | 4 年 前 | |
| .gitignore | 4 年 前 | |
| .pylintrc | 4 年 前 | |
| Dockerfile | 4 年 前 | |
| Pipfile | 4 年 前 | |
| Pipfile.lock | 4 年 前 | |
| README.md | 4 年 前 | |
| docker-compose.yml | 4 年 前 | |
| mypy.ini | 4 年 前 | |
| setup.py | 4 年 前 |
MQTT client controlling Intertechno Outlets via a CC1101 Transceiver
Compatible with Home Assistant's MQTT Switch platform.
$ 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
$ 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).