Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanboro/esphome-rtl_433-decoder
RTL_433 Decoder Component for ESPHome
https://github.com/juanboro/esphome-rtl_433-decoder
esphome esphome-component rtl433
Last synced: 1 day ago
JSON representation
RTL_433 Decoder Component for ESPHome
- Host: GitHub
- URL: https://github.com/juanboro/esphome-rtl_433-decoder
- Owner: juanboro
- Created: 2024-11-25T23:19:12.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:38:45.000Z (9 days ago)
- Last Synced: 2024-12-14T14:27:25.595Z (9 days ago)
- Topics: esphome, esphome-component, rtl433
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTL_433 Decoder Component for ESPHome
This ESPHome external component provides [rtl_433](https://github.com/merbanan/rtl_433) decoders for ESPHome [remote_receivers](https://esphome.io/components/remote_receiver.html).## Examples
Two examples are provided:
1. [esp32-rtl_433-decoder-mqtt.yaml](https://github.com/juanboro/esphome-rtl_433-decoder/blob/main/esp32-rtl_433-decoder-mqtt.yaml) - MQTT relay - generates rtl_433 style MQTT messages from decoded receiver data.
1. [esp32-rtl_433-decoder.yaml](https://github.com/juanboro/esphome-rtl_433-decoder/blob/main/esp32-rtl_433-decoder.yaml) - Example of decoding JSON messages directly with ESPHome into sensors.The example configurations points to a configuration with a ESP32 dev board connected to a TI-CC1101 board (both from AliExpress ~ $5 total). However, any working way of receiving OOK on/off pulses or FSK mark/space data should be able to work.