On Sunday, January 29, 2017 at 4:20:42 PM UTC-5, Robert Lister wrote: > > The part I am not sure about is the file:///var/www/html/index.html page > only updates every 30 mins. When I ran Weather Display the updates were > every 10 seconds or so ftp'd up to the website plus a local display that > was to all intents and purpose live in updating. Can I achieve similar > with WeeWx, at least more frequent updates than 30 mins! >
hi robert, if your page is updating every 30 minutes, then that probably means your archive interval is 30 minutes. there is no point to updating any more often than the hardware is emitting data. http://weewx.com/docs/customizing.htm#Data_architecture if you want faster updates, then change the archive interval to a smaller interval. 5 minutes is typical. use the wee_device command to modify your hardware settings. http://weewx.com/docs/hardware.htm#vantage_notes you can use the report_timing option to make weewx upload *less* frequently than the archive interval. this is useful if you have a 5 minute archive interval, but only want to do an rsync or ftp every hour. http://weewx.com/docs/customizing.htm#customizing_gen_time the starting point for all of this information is the weewx docs: http://weewx.com/docs/hardware.htm if someone has asked about it, then it will probably be in the docs. if not, let us know! 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]. For more options, visit https://groups.google.com/d/optout.
