Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danobot/rfgateway
- Owner: danobot
- Created: 2018-03-05T08:49:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T09:58:11.000Z (over 4 years ago)
- Last Synced: 2024-11-06T02:38:47.207Z (2 months ago)
- Topics: 433mhz, gateway, hass, home-assistant, home-automation, mqtt, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.