Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danobot/rfgateway

Simple RF receive and send Docker images that translate MQTT to RF and vice versa for use in Home Assistant
https://github.com/danobot/rfgateway

433mhz gateway hass home-assistant home-automation mqtt python

Last synced: about 2 months ago
JSON representation

Simple RF receive and send Docker images that translate MQTT to RF and vice versa for use in Home Assistant

Awesome Lists containing this project

README

        

Dockerfile that runs Python scripts that interact with Raspberry Pi's GPIO pins.

Use docker compose to load in your script via volume mapping.

The container listens to RF traffic and converts any signals received on RF protocol 1 to MQTT messages on the following topics:
* `/rf/all` with a message containing the RF code
* `/rf/` with a message containing `"ON"` and another message 2 seconds later containing `"OFF"`.
* `/rftest` will return the payload on `/rftest/result` for status testing purposes.