mag1024 / esphome-rtl433

A demo of using rtl_433_ESP library with esphome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A demo of how the rtl_433_ESP library can be used with ESPHome.

I'm using the 433 Mhz version of the LoRa32 V2.1_1.6.

Usage:

substitutions:
  name: "rfgw"
  NAME: "RF Gateway"

packages:
  rfgw: !include 433/rfgw.yaml

mqtt:
  ...

Or, if you want to use ESP-IDF framework instead of Arduino (strongly recommended for Bluetooth) you can use rfgw-espidf.yaml instead.

About

A demo of using rtl_433_ESP library with esphome


Languages

Language:C++ 100.0%