Dana Roode <dana...@gmail.com> writes:
> Is there a way to extract archive records from one weewx.sdb file and
> import then into another? I see there is a utility that allows importing
> of CSV data files.
>
>
I see that weewx has been able to go back a ways and get most of the missing data, but I don't know what triggers that and whether or not there is any more data in the weather station that has not already been restored.
/var/lib/weewx# wee_device --dump
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.1.1 (weewx.drivers.vantage)
Proceeding will dump all data in the logger.
Are you sure you want to proceed (y/n)? y
Starting dump ...
Traceback (most recent call last):
File "/usr/bin/wee_device", line 66, in <module>
main()
File "/usr/bin/wee_device", line 62, 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 2018, in do_options
self.dump_logger(station, config_dict, options.noprompt)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 2618, in dump_logger
for record in converted_generator:
File "/usr/share/weewx/weewx/units.py", line 1247, in next
_record = self.input_generator.next()
File "/usr/share/weewx/weewx/drivers/vantage.py", line 660, in genArchiveDump
_page = self.port.get_data_with_crc16(267, prompt=_ack, max_tries=self.max_tries)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 207, in get_data_with_crc16
raise weewx.CRCError("Unable to pass CRC16 check while getting data")
weewx.CRCError: Unable to pass CRC16 check while getting data
--
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/t52g84-JiOo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/98c822c4-1b93-435f-89c6-cec68182a433%40googlegroups.com.