Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

zuckschwerdt/rtl_433_relay

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

rtl_433_relay

⚠️ NOTE: These scripts are now maintained in the rtl_433 examples!

Some example readers/relays for rtl_433 JSON UDP data. Should work with Python 2 and also Python 3.

Consider using PEP 3143 - Standard daemon process library or run with Supervisord.

The pipe examples read JSON output from rtl_433 using a pipe, i.e.

rtl_433 -F json ... | rtl_433_statsd_pipe.py

The relay examples consumes the (UDP) Syslog output from rtl_433 (or a legacy plain JSON datagram). Basically run rtl_433 with -F syslog:127.0.0.1:1433 and the relay script as an unreleated process, i.e.

rtl_433_mqtt_relay.py &
rtl_433 -F syslog:127.0.0.1:1433

About

Some example readers/relays for rtl_433 JSON UDP data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages