On Monday, July 15, 2019 at 10:50:26 AM UTC-4, Kike .Asekas wrote: > > Well. The problem was here. The SDR driver was not in utc.I put the > parameter and all go well now. Thanks > Closed >
in the weewx-sdr driver, the default rtl_433 command is: rtl_433 -M utc -F json -G you must have removed the '-M utc' at some point, which results in localtime in the SDR timestamps instead of UTC you can replace the '-G' with whatever '-R xxx' options you need, but you really do not want to remove the '-M utc' option m -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/09b2e209-c289-4db6-ad68-b06f9ce00255%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
