-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Built with rtl_433!
Christian W. Zuckschwerdt edited this page Apr 17, 2023
·
11 revisions
This page offers a list of tools built with rtl_433 as their foundations. These tools help support users of rtl_433 by providing additional capabilities that layer upon the already-extensive capabilities of rtl_433.
-
rtl_watch: Real-time monitor of devices seen by
rtl_433
. Catalogs devices seen, counts the number of packets observed from each and their signal-to-noise characteristics, updating display in real time. -
rtl_433_stats: Catalog and characterize the ISM devices that broadcast in your neighborhood.
rtl_snr
analyzes thertl_433
JSON log file to list the devices in your neighborhood thatrtl_433
has recognized. The summary list includes a count of events broadcast, average signal-to-noise ratio, time between transmissions, radio frequencies, and packets-per-transmission, which might help identify those devices closest in proximity. -
DNT: Display the temperature readings from the remote sensors in your neighborhood.
DNT
displays the temperatures as broadcast by remote sensors (e.g., Acurite, LaCrosse, etc) in your neighborhood, as received byrtl_433
and broadcast on your LAN as MQTT JSON packets byrtl_433
. -
rtl2mqtt: A sophisticated "RTL-to-MQTT" bridge daemon written in bash.
rtl2mqtt
filters rtl_433 JSON output, reduces the amount of messages for chatty sensors (e.g. motion, temperature), supports Home Assistant autodiscovery (HASS) for new sensors and has additional helpful features. - node-rtl433-ui: A simple dockerized Web-UI and Server-App to map values from devices to a mqtt topic, add model or device to ignore list, forget unmapped devices after a given time.
- rtl_433_ESP port enables OOK device decoders running on a ESP32.