[weewx-user] Re: fileparse polling interval

2020-04-24 Thread jf42
Hi Bill, in fact I have such solution. The computer doing the quality check dumps the checked data in highest resolution to the disk and additionally publishes it to a MQTT server, where other clients can access it. I have a Vantage Pro2 station running with weewx at home and the idea was, to

Re: [weewx-user] Re: fileparse polling interval

2020-04-22 Thread Bill Burton
Hello, On Tue, Apr 21, 2020 at 8:53 AM jf42 wrote: > My station is a german "MWS 55V", which is read out by a Python program, > writing the data to a tcp port. Another computer > collects the data, does a quality check, many other stuff, and writes a > file. Weewx uses the file parser to get

Re: [weewx-user] Re: fileparse polling interval

2020-04-21 Thread Thomas Keffer
Sounds like an interesting project. On Tue, Apr 21, 2020 at 5:53 AM jf42 wrote: > My station is a german "MWS 55V", which is read out by a Python program, > writing the data to a tcp port. Another computer > collects the data, does a quality check, many other stuff, and writes a > file. Weewx

[weewx-user] Re: fileparse polling interval

2020-04-21 Thread jf42
My station is a german "MWS 55V", which is read out by a Python program, writing the data to a tcp port. Another computer collects the data, does a quality check, many other stuff, and writes a file. Weewx uses the file parser to get the data. The station provides the data every 2 secs, the file

Re: [weewx-user] Re: fileparse polling interval

2020-04-21 Thread Thomas Keffer
In theory, yes, you will be able to use an archive interval of less than a minute. But, some weather stations emit data only every 30-60 seconds or so and, even then, not all data. On Tue, Apr 21, 2020 at 5:01 AM jf42 wrote: > Thanks for the info. > > Seems that with Version 4 archive intervals

[weewx-user] Re: fileparse polling interval

2020-04-21 Thread jf42
Thanks for the info. Seems that with Version 4 archive intervals less than 60 secs would be possible. I guess, my computer is fast enough to handle the neccessary tasks ... -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

Re: [weewx-user] Re: fileparse polling interval

2020-04-20 Thread Thomas Keffer
In V3.x, the option archive_interval must divide evenly into an hour. Version 4.X will remove that restriction. See Issue #469 . -tk On Mon, Apr 20, 2020 at 6:58 AM jf42 wrote: > Addition: > > I found my mistake: archive_interval was 60 in weewx.conf

[weewx-user] Re: fileparse polling interval

2020-04-20 Thread Andrew Milner
If you have set archive interval too small there is probably too little time to a) store archive record b) generate HTML pages c) generate NOAA reports d) do any uploads etc etc Normally the loop data (obtained at small time intervals) is NOT written to the dstabase, or used to trigger

[weewx-user] Re: fileparse polling interval

2020-04-20 Thread jf42
Addition: I found my mistake: archive_interval was 60 in weewx.conf ... But: Values below 60 sec cause a crash of the software. Any ideas for that? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop