A little late to reply - thx for the kind words :). I've had a slightly modified version of that script running continuously for many month now & it's been rock-solid for me. I'd be interested in hearing about anyone's experience with the script - stability, changes made, etc.
One challenge I've ran into is the output format variations across the different devices, support for JSON in my case. I've got several 433 mhz devices around my house & would like to leverage rtl_433 to capture the output of several home automation sensors I'm working on as well. Having consistent support for the "common" formats (CSV, TSV, JSON, etc) could make the task of capturing data for an arbitrary number of devices pretty straightforward and would enable a scenario where someone can have a single instance of rtl_433 act as a hub for data collection.
Anyone else faced with a similar situation? If so, how have you dealt with it? Anyone interested in collaborating on some code refactoring to make output formatting more modular & easier to add for new devices?