Not making any progress Tom:  

root@raspberrypi:/var/lib/weewx# ls -l
total 9084
-rw-r--r-- 1 root root 4648960 Jul  4 02:30 weewx.sdb
-rw-r--r-- 1 root root 4648960 Jul  6 15:00 weewx.sdb.backup
root@raspberrypi:/var/lib/weewx# sqlite3 weewx.sdb
SQLite version 3.16.2 2017-01-06 16:32:41
Enter ".help" for usage hints.
sqlite> delete from archive where dateTime > x;
Error: no such column: x
sqlite> 
root@raspberrypi:/var/lib/weewx# 


root@raspberrypi:/var/lib/weewx# wee_device --clear-memory
Using configuration file /etc/weewx/weewx.conf
Using Vantage driver version 3.1.1 (weewx.drivers.vantage)
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 1972, in do_options
    station = Vantage(**config_dict[DRIVER_NAME])
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 488, in __init__
    self._setup()
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1289, in _setup
    unit_bits              = self._getEEPROM_value(0x29)[0]
  File "/usr/share/weewx/weewx/drivers/vantage.py", line 1375, 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
root@raspberrypi:/var/lib/weewx# 





On Friday, July 5, 2019 at 3:58:01 PM UTC-4, Eric Gammeter wrote:
>
> Hi-  My INDEX.HTML file is being produced each half hour as it should 
> be...but the timestamp (in the file) is incorrect!  The report (attached) 
> shows it is 8/6/2036 @ 08:22:00PM.  
>
> I can see that the reports fire off every 30 mins- and that a new (correct 
> time stamp) INDEX.HTML file is created in the /var/www/html/weewx 
> filesystem-- but that file's info is incorrect.  
>
> I tested (with minicom) and that TEST's fine.
>
> I have shutdown and rebooted the VantageVue station to no avail.  
>
> Thanks for reading!  
>
> /Eric 
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/60ddaa7f-3668-4787-aa34-32291f09c474%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to