On Monday, September 9, 2019 at 6:30:45 PM UTC-7, Lodewyk Jansen wrote: > > The noise logger is powered by a solar panel and battery box - so the > power supply isn't an issue. > > I am a noob when it comes to python and any type of programming - so if > there is a code I can incorporate in the configuration to supply the > 1-minute data interval to a day summary text file it would be much > appreciated. >
Again, just set your station 'and' weewx to the same 60 second interval and you're good to go. Ideally, it would create a days text file (and create a new one for the > following day) and populate each of the day's text file with data. > > I'm not sure what you are looking for there, but if you want to see 24*60 records per day you just query the archive table in weewx.sdb after the fact to get a listing of what it stored for wind vs. date+time. > > > > On Friday, 6 September 2019 15:04:06 UTC+12, vince wrote: >> >> On Thursday, September 5, 2019 at 6:43:35 PM UTC-7, Lodewyk Jansen wrote: >>> >>> The problem is that the USB logger is limited to 516 bins, thus it can >>> only hold 516-minutes of data (~8hours) which isn't near enough. I have a >>> Raspberry Pi and I am hoping that in some way the Logger can dump the raw >>> files on it while out in the field - then afterwards can "open" the files >>> in Weatherlink or some software to get the 1-minute interval data for the >>> whole period it was out in the field. >>> >>> >> Isn't what you're asking about the same as simply setting your archive >> period to 1 minute and letting weewx save the data to its archive table in >> weewx.sdb normally ? >> >> How are you going to power the pi in the field for 2 weeks ? Powering >> the thing connected 'to' the Vue is the bigger issue I'd think. Weewx >> will catch up to the logger every time it starts if you were thinking about >> only running the pi for a short time per day. >> >> Maybe you should explain what you're trying to do first, there's likely a >> simpler solution to what you're asking about. >> >> >> >> -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/749b7790-f990-4b19-a401-a7c490936d5e%40googlegroups.com.
