Clint Satterwhite <[email protected]> writes:
> Greetings all.. brand new weewx user. I found it after doing a Google > search and I just got it all set up last night after using WD for several > years. I have to say, I like the simplicity and stability of running on > linux rather than a very old/bloated Win codebase. Good stuff! > > I have all of my interfaces working now after enabling debug to see what > was going on. :D One question I have though is WD would report APRS/CWOP > data every 5 minutes and I notice that weewx is only showing every 30. Is > there some place I can configure this? I assume there is some > scheduler/cron type job I need to modify? Perhaps, but 5 minutes is the typical/recommended archive interval I believe CWOP really only wants reports every 30 minutes, and hence weewx is behaving well. in weewx/restx.py, search for class CWOPThread. See post_interval. This seems to be set to 10 minutes by default. -- 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]. For more options, visit https://groups.google.com/d/optout.
