How to change upload interval to Weather Underground

39 views
Skip to first unread message

John Schultz

unread,
Dec 15, 2019, 8:06:52 AM12/15/19
to weewx-user
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.

Thomas Keffer

unread,
Dec 15, 2019, 8:23:54 AM12/15/19
to weewx-user
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 run

wee_device --set-interval=5

Then 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-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.

John Schultz

unread,
Dec 15, 2019, 8:37:26 AM12/15/19
to weewx-user
Thanks Tom. I knew this would be a simple fix. I appreciate the fast response. Below is the results of the change:

pi@raspberrypi:/home/weewx/bin $ sudo ./wee_device --set-interval=5
Using configuration file /home/weewx/weewx.conf
Using Vantage driver version 3.1.1 (weewx.drivers.vantage)
Old archive interval is 10 minutes, new one will be 5 minutes.
Proceeding will change the archive interval as well as erase all old archive records.
Are you sure you want to proceed (y/n)? y
Archive interval now set to 300 seconds.
Archive records erased.
pi@raspberrypi:/home/weewx/bin $ 


On Sunday, December 15, 2019 at 7:23:54 AM UTC-6, Thomas Keffer wrote:
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 run

wee_device --set-interval=5

Then 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.
Reply all
Reply to author
Forward
0 new messages