Python Interface daemon for CUL RF-Transceiver to MQTT

FloKra 5850dd5869 removed old device config file 3 years ago
src 5850dd5869 removed old device config file 3 years ago
CHANGELOG.txt eb03e5b8bb 2020-12-09: 3 years ago
CONFIG-EXAMPLE.txt eb03e5b8bb 2020-12-09: 3 years ago
README.md eb03e5b8bb 2020-12-09: 3 years ago

README.md

CUL2MQTT

Connector for CUL RF-Transceiver to MQTT written in Python.

Designed as a bridge between more modern MQTT, HomeAssistant and ESP8266/Tasmota based home automation solutions and old fashioned 433 MHz RF remotes (and also some RF relay plugs). I developed this as I moved to Home Assistant, MQTT and Node-RED for all of my home automation tasks, and still wanted to use these tiny, handy and cheap RF remotes, although none of their counterparts (RF plugs) were still used. Apart from that, there is a number of cheap RF controlled ceiling fan controllers available that can be integrated with this solution.

Features:

  • integrate 433MHz RF remote controls in MQTT based home automation systems like Home Assistant and Node-RED
  • control RF remote plugs and other devices such as ceiling fan controllers with MQTT messages while getting state updates whenever the original remote is used
  • full integration of InterTechno fixed code protocol (receiving, sending and automatic TX code generation supported)
  • supports InterTechno compatible learning code protocols, i.E. EV1527 based remotes (receiving, sending and automatic TX code generation supported)
  • basic support for other 433 MHz RF remotes - including many self learning models (for receiving only)
  • developed for use with CUL transceivers with firmware a-culfw
  • supports 2 CUL transceivers concurrently - one connected directly via UART, and another one via MQTT-UART-Bridge (link to my project to be posted), in order to improve site coverage and reliability, where preferred TX interface can be defined per device
  • intended for running on a Raspberry Pi or similar
  • devices configuration using YAML file, base configuration using INI file