[root@server02 ~]$ rtl_433 -U -F json -R40
Registering protocol [1] "Acurite 592TXR Temp/Humidity, 5n1 Weather Station, 6045 Lightning"
Registered 1 out of 102 device decoding protocols
Found 1 device(s)
trying device 0: Realtek, RTL2838UHIDIR, SN: 00000001
Found Rafael Micro R820T tuner
Using device 0: Generic RTL2832U OEM
Exact sample rate is: 250000.000414 Hz
[R82XX] PLL not locked!
Sample rate set to 250000.
Bit detection level set to 0 (Auto).
Tuner gain set to Auto.
Reading samples in async mode...
Tuned to 433920000 Hz.
{"time" : "2018-06-01 01:18:58", "model" : "Acurite 5n1 sensor", "sensor_id" : 3420, "channel" : "A", "sequence_num" : 0, "battery" : "OK", "message_type" : 56, "wind_speed_mph" : 0.000, "temperature_F" : 76.500, "humidity" : 85}
{"time" : "2018-06-01 01:18:58", "model" : "Acurite 5n1 sensor", "sensor_id" : 3420, "channel" : "A", "sequence_num" : 1, "battery" : "OK", "message_type" : 56, "wind_speed_mph" : 0.000, "temperature_F" : 76.500, "humidity" : 85}
{"time" : "2018-06-01 01:18:58", "model" : "Acurite 5n1 sensor", "sensor_id" : 3420, "channel" : "A", "sequence_num" : 2, "battery" : "OK", "message_type" : 56, "wind_speed_mph" : 0.000, "temperature_F" : 76.500, "humidity" : 85}
{"time" : "2018-06-01 01:19:03", "model" : "Acurite tower sensor", "id" : 4909, "sensor_id" : 4909, "channel" : "B", "temperature_C" : 19.100, "humidity" : 51, "battery_low" : 0}
{"time" : "2018-06-01 01:19:03", "model" : "Acurite tower sensor", "id" : 4909, "sensor_id" : 4909, "channel" : "B", "temperature_C" : 19.100, "humidity" : 51, "battery_low" : 0}
{"time" : "2018-06-01 01:19:03", "model" : "Acurite tower sensor", "id" : 4909, "sensor_id" : 4909, "channel" : "B", "temperature_C" : 19.100, "humidity" : 51, "battery_low" : 0}[root@server02: ~]$ rtl_433 -q -U -C customary -R40 -F json Detached kernel driverFound Rafael Micro R820T tunerExact sample rate is: 250000.000414 Hz[R82XX] PLL not locked!Sample rate set to 250000.Bit detection level set to 0 (Auto).Tuner gain set to Auto.Tuned to 433920000 Hz.{"time" : "2018-06-02 16:28:07", "model" : "Acurite tower sensor", "id" : 2867, "sensor_id" : 2867, "channel" : "A", "temperature_F" : 71.240, "humidity" : 52, "battery_low" : 0}{"time" : "2018-06-02 16:28:07", "model" : "Acurite tower sensor", "id" : 2867, "sensor_id" : 2867, "channel" : "A", "temperature_F" : 71.240, "humidity" : 52, "battery_low" : 0}{"time" : "2018-06-02 16:28:07", "model" : "Acurite tower sensor", "id" : 2867, "sensor_id" : 2867, "channel" : "A", "temperature_F" : 71.240, "humidity" : 52, "battery_low" : 0}{"time" : "2018-06-02 16:28:21", "model" : "Acurite 5n1 sensor", "sensor_id" : 3420, "channel" : "A", "sequence_num" : 0, "battery" : "OK", "message_type" : 56, "wind_speed_mph" : 0.000, "temperature_F" : 78.300, "humidity" : 95}{"time" : "2018-06-02 16:28:21", "model" : "Acurite 5n1 sensor", "sensor_id" : 3420, "channel" : "A", "sequence_num" : 1, "battery" : "OK", "message_type" : 56, "wind_speed_mph" : 0.000, "temperature_F" : 78.300, "humidity" : 95}{"time" : "2018-06-02 16:28:21", "model" : "Acurite 5n1 sensor", "sensor_id" : 3420, "channel" : "A", "sequence_num" : 2, "battery" : "OK", "message_type" : 56, "wind_speed_mph" : 0.000, "temperature_F" : 78.300, "humidity" : 95}pkt['temperature'] = Packet.get_float(obj, 'temperature_C')pkt['temperature'] = Packet.get_float(obj, 'temperature_F')