WeeWx is installed on a RaspberryPi 3 pulling data from a Davis Vantage Pro 2. I do not want to use rapid fire to send data to Weather Underground. It currently uploads every 600 seconds (10 minutes). I want to change this to 300 seconds (5 minutes) but cannot find any reference in documentation on how to change this.
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/260cc76a-3df6-4219-aac6-e21e4fe189e5%40googlegroups.com.
Uploads to the WU (and other websites) are done after every archive record is generated. By default, the VP2 uses hardware record generation, so this happens every time your logger creates a new archive record. In your case, this looks like every 10 minutes. If you want to change this, you must tell your logger to generate every 5 minutes.You can do this using the utility wee_device. Stop WeeWX, then runwee_device --set-interval=5Then restart WeeWX
On Sun, Dec 15, 2019 at 6:06 AM John Schultz <schul...@gmail.com> wrote:
WeeWx is installed on a RaspberryPi 3 pulling data from a Davis Vantage Pro 2. I do not want to use rapid fire to send data to Weather Underground. It currently uploads every 600 seconds (10 minutes). I want to change this to 300 seconds (5 minutes) but cannot find any reference in documentation on how to change this.--
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...@googlegroups.com.