1. Archive data seems to be generated at minutes 08 and 38. Reports are generated at 02 and 32. That means that when a report is generated, the data it's using is already 24 minutes old. Why this delay, and more importantly, is there a way to control this?
2. Is it possible to set archive interval to 300, to have new updates every five minutes, or should I stick with the hardware interval of 1800?
Two more questions:1. Will software record generation use the stations current value at the time of creation? Does this differ from hardware generation? We have a helicopter which flies quite close to our weather station sometimes, a single value at the time of flyover would cause create quite an interesting readout!
2. At the moment, we have a wind gust of 23 knots, which occured about 7 hours ago. When checking the archive database, the value of the gust at that time is 2.23 knots. It's not even the highest value in the database today! Any ideas?
--
You received this message because you are subscribed to the Google Groups "Weewx user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Weewx user's group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
At 02:04 value is NULL, and in the report the reported 47 knots is from 02:05.
I use 300 s intervals on my Ambient Weather WS2090 (Fine Offset). I had recently changed over to v2.4 and noticed that the timestamp at the top of the web pages was on the 04/09/14 ... minutes after the hour, instead of the 05/10/15 . . . like it had been under v2.2 . I prefer the "round" numbers, so I tried software generation, and i got back to the 05/10/15. I do note that my station console clock is about 20 seconds ahead of the time on my Raspberry Pi. The Pi's time is pretty much spot on with ntp, but every 2 or 3 months i have to reset the console's clock because it runs fast.
Im trying to change the archive interval from 5 minutes to 1 minute on my Rpi with weewx 3.1.0 running. My station is a WH1080 Fineoffset and it is mentioned both in the wiki and here in this thread that it should be possible to change the archive interval from 5 minutes to for example 1 minut, so the webiste is updated more frequent.
I have tried to use sudo wee_config_fousb --set-interval=1 but this command is not recognized by weewx, so i was thinking the protocol could have changed in the more recent versions of weewx?
If you need something specific from me, just write a wishlist and i'll try and grant the wishes :-P
Have a great day guys, love this software :-)
--
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 weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm running Weewx 3.1.0
Is it the same thing there?
Thanks for the quick answer :-)
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/4aAtrfam0Gk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
Thanks...
It seems like my WH1080 dosen't allow the database interval to be changed
Here's the log:
pi@raspberrypi wee_config_device /home/weewx/weewx.conf --set-interval=1
Using configuration file /home/weewx/weewx.conf
Using FineOffsetUSB driver version 1.7 (weewx.drivers.fousb)
Traceback (most recent call last):
File "/usr/bin/wee_config_device", line 43, in <module>
main()
File "/usr/bin/wee_config_device", line 40, in main
device.configure(config_dict)
File "/usr/share/weewx/weewx/drivers/__init__.py", line 65, in configure
self.do_options(options, parser, config_dict, prompt)
File "/usr/share/weewx/weewx/drivers/fousb.py", line 379, in do_options
self.station = FineOffsetUSB(**config_dict[DRIVER_NAME])
File "/usr/share/weewx/weewx/drivers/fousb.py", line 991, in __init__
self.openPort()
File "/usr/share/weewx/weewx/drivers/fousb.py", line 1060, in openPort
raise weewx.WeeWxIOError(e)
weewx.WeeWxIOError: could not claim interface 0: Operation not permitted
I didn't. Thanks mate.. I'll try that :-)