Report interval not respected
Author: sdaluCreated Aug 23, 2026Updated Sep 7, 2026
With the following config I'm expecting a report per minute, i've got one every few seconds:
report_meta stats:3:60Problem seems to be related to running on a RPI without RTC clock, so rtl433 start at 1970-01-01.
AI suggested fix: stats_time = rawtime + interval instead of += so that current time is used instead of tracking past time
Source: merbanan/rtl_433