Did you stop WeeWX before running the utility? -tk
On Thu, Sep 27, 2018 at 11:50 AM Paolo Benvenuto <[email protected]> wrote: > 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 > > > Il giorno gio 27 set 2018 alle ore 20:24 Thomas Keffer <[email protected]> > ha scritto: > >> 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 >> <http://weewx.com/docs/hardware.htm#vantage_archive_interval46> option >> to do this. >> >> -tk >> >> On Thu, Sep 27, 2018 at 10:54 AM Paolo Benvenuto <[email protected]> >> wrote: >> >>> 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? >>> >>> -- >>> 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]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> 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 >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
