OK, unfortunately I never got around to releasing that code as a proper WeeWX extension. At the moment what I expect is occurring is that the clientraw extension is generating clientraw.txt on every loop packet (ie every 3 odd seconds in your case) and the file is being saved on your WeeWX machine. The file is being picked up by either the WeeWX FTP or Rsync 'report' and being transferred to your web host. These uploads are occurring every archive interval seconds. The only way to have them upload more often is to reduce your archive interval though the lowest that can practically be is 1 minute and that may well introduce other issues. The latest code that I committed to that repo supported transferring clientraw.txt to a PHP enabled web server via http post. This would allow clientraw.txt to be transferred to your web server immediately it is generated; however, that code has not been tested, does not have any instructions nor have I put together the supporting php file needed by the web server. The extra work required is not difficult, in fact it is the same as some code I have already implemented in another extension, I just need the time to do it. At the moment it's likely to be 3-4 weeks before I can get to it.
Gary On Wednesday, 30 January 2019 22:21:51 UTC+10, Andy Hudson-Smith wrote: > > Apologies, yep the extension: > > https://github.com/gjr80/weewx-realtime_clientraw > > Creates clientraw on loop, i just need to be able to then transfer the > file on each update... > > Andy > > -- 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.
