-X "n=doorbell,m=OOK_PWM,s=400,l=800,r=7000,g=1000,match={24}0xa9878c,repeats>=3" = Output format option = [-F log|kv|json|csv|mqtt|influx|syslog|trigger|null] Produce decoded output in given format. Without this option the default is LOG and KV output. Use "-F null" to ...
run_ook_demods() should not cause an exception when scanning the list of protocols Steps To Reproduce Activating a THGN132N temparature sensor will cause the exception almost immediatley Logs See above Configuration Compiling OpenMQTTGateway with`default_envs = lilygo-rtl_433`set in platform.ini...
rtl_433-20.11$ rtl_433 -X 'n=name,m=OOK_PWM,s=284,l=1500,r=48,g=0,t=486,y=0' g007_433.92M_250k.cu8 rtl_433 version unknown inputs file rtl_tcp RTL-SDR Use -h for usage help and see https://triq.org/ for documentation. Trying conf file at "rtl_433.conf"... Trying...
Improved Convert read OOK pulse_data to current sample rate (#1160) Fixed Acurite 899 rain_mm format (#1154) Added gt_tmbbq05 parity check Changed GT-WT-03 added checksum (#1149) Changed Updated QUIGG GT-TMBBQ-05 with MIC Changed GT-TMBBQ-05 added ID, finetuned pulse lengths (#1152)...
rtl_433 -R 0 -X 'n=name,m=OOK_PWM,s=750,l=2128,y=1438,g=3000,r=8000' *.cu8 we get: g001_433.89M_1024k.cu8: {9}7f8, {9}0c0, {9}0c0, {9}460, {9}0c0, {9}0c0, {9}0c0, {9}0c0, {9}0c0, {9}290, {9}0c0, {9}0f8, {9}440 g002_433.89M_1024k.c...
run(["rtl_433", "-F", "null", "-w", "OOK:-", filename], capture_output=True) 16 + return ret.stdout 17 + 18 + 19 + class PulseServer(BaseHTTPRequestHandler): 20 + def do_GET(self): 21 + global pulsedata
A quick proof-of-concept script to parse a sample file with rtl_433 and open the pulse data analysis in the browser. (just download the script and run ./open_rtl433.py sample.cu8) Quite useful shortcut for a common workflow: show the pulse data (OOK or F
Join the Google group, rtl_433, for more information about rtl_433:https://groups.google.com/forum/#!forum/rtl_433 If you see this error: then Releases Version numbering scheme used is year.month. We try to keep the API compatible between releases but focus is on maintainablity. ...
"" from http.server import BaseHTTPRequestHandler, HTTPServer import sys import subprocess import webbrowser hostName = "localhost" serverPort = 8080 def parseToPulseData(filename): ret = subprocess.run(["rtl_433", "-F", "null", "-w", "OOK:-", filename], capture_output=True) ...
Added microseconds to OOK pulse data outputs Added OpenMetrics/Prometheus API (#2863) Added strict checks to flex argument parsing Fixed EcoWitt-WS68 wind unit and decoding (#2871) Fixed event callback on shutdown (closes#2869) Fixed Badger-ORION return on decode success (#2854) ...