Ok, sorry. Yes, that makes sense. It looks like it is working fine!
Your question then is "how to I get the payload data from rtl_433", right?
What program do you want to read the payload data with?
A simple example could be
rtl_433 -f 433.812M -s 1024k -R 67 -F json | your_program_that_reads_json
or perhaps
rtl_433 -f 433.812M -s 1024k -R 67 -F csv | your_script_that_reads_csv
If your program is in Python I recommend
and then change e.g. examples/rtl_433_statsd_relay.py (remove everything statsd and replace "statsd.gauge" with "print".