On Wednesday, May 16, 2018 at 11:03:24 AM UTC-4, Bruce Huddleston wrote: > > > My question is, is there a way to create an archive record every 5-10 > seconds without resorting to using one of the realtime file creation > schemes like clientraw or crt? >
bruce, the weewx reporting system operates on archive records, not loop data. that reporting system assumes a relatively long period between records - typically 5 minutes, but as you have seen not less than one minute. if you want near-real-time display, then you'll want a technology that is more responsive (for example, the report generator uses png images for plots, but responsive displays use d3 or other javascript-based plotting tools). take a look at the 'strategies for publishing data from weeWX': https://github.com/weewx/weewx/wiki/dashboards that might give you some ideas for a real-time display 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.
