Vantage Vue: is it possible to poll the data from the station every minute?

47 views
Skip to first unread message

Paolo Benvenuto

unread,
Sep 27, 2018, 1:54:43 PM9/27/18
to weewx-user
I have a Vantage Vue station, and I were polling it every 300 seconds, 5 minutes

Trying to poll the data from the station every minute, I changed archive_interval = 60 in weewx,conf, but the data are still fetched every 5 minutes.

What am I missing?

Thomas Keffer

unread,
Sep 27, 2018, 2:24:37 PM9/27/18
to weewx-user
For the Vantage Vue, the archive interval is downloaded from the station. You must set it there. You can use the utility wee_device with the --set-interval option to do this.

-tk

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

Paolo Benvenuto

unread,
Sep 27, 2018, 2:50:57 PM9/27/18
to weewx...@googlegroups.com
ok, it work! thank you!

However, the first time I got an error:

paolo@raspberrypi:~ $ sudo wee_device --set-interval=1

Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0.11 (weewx.drivers.vantage)
Traceback (most recent call last):
  File "/usr/bin/wee_device", line 54, in <module>
    main()
  File "/usr/bin/wee_device", line 51, in main
    device.configure(config_dict)
  File "/usr/share/weewx/weewx/drivers/__init__.py", line 69, in configure
    self.do_options(options, parser, config_dict, prompt)
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1970, in do_options
    station = Vantage(**config_dict[DRIVER_NAME])
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 487, in __init__
    self._setup()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1287, in _setup
    unit_bits              = self._getEEPROM_value(0x29)[0]
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1373, in _getEEPROM_value
    raise weewx.RetriesExceeded("While getting EEPROM data value at address 0x%X" % offset)
weewx.RetriesExceeded: While getting EEPROM data value at address 0x29

While the second try didn't:

paolo@raspberrypi:~ $ sudo wee_device --set-interval=1
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.0.11 (weewx.drivers.vantage)
Old archive interval is 5 minutes, new one will be 1 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 60 seconds.
Archive records cleared.

is it something to worry about?

don Paolo Benvenuto


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/KtZd4ZtGcHM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.

Thomas Keffer

unread,
Sep 27, 2018, 3:31:43 PM9/27/18
to weewx-user
Did you stop WeeWX before running the utility?

-tk

Paolo Benvenuto

unread,
Sep 27, 2018, 5:04:17 PM9/27/18
to weewx...@googlegroups.com
ok, perhaps that was the reason

thank you!

don Paolo Benvenuto

Reply all
Reply to author
Forward
0 new messages