8bitmcu / ESPHome_RTL433

ESPHome custom component for the excellent rtl_433_ESP library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPHome_RTL433

I wanted to have the flexibility of the rtl_433_ESP library, with all the benefits of ESPHome, so I set out to import that library as a custom component. This isn't the cleanest or best implementation, but it's simple enough to be understood and built up from.

Configuration

The device I have it configured for is a Heltec WiFi LoRa 32 v2, but this should work on any supported modules by rtl_433_ESP.

Performance

I only have basic push button style devices, and some door sensors (as shown in the yaml). Overall, I find the response time on the push buttons to be faster than RC_Switch.

Home Assistant

Sensors.png

About

ESPHome custom component for the excellent rtl_433_ESP library

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%