While my memory may be bad, that is not the problem I need to fix. This setup is not uploading any data, current or archived to the weather underground. I don't really care whether or not the logger maintains its own data if it is also stored on the internet at wunderground. The Usb connection with the datalogger is way overpriced for what it is as is the console, so if the archiving doesn't work I likely won't bother to get it fixed as long as the data is being uploaded. The Rpi is clearly getting the data from the console (I am seeing it in the terminal). The console is clearly getting the data from the instrument. The weather underground only got data for 10minutes before data stopped being transferred. If I can get the data transferred to my wunderground site, I am done. A bandaid will be fine. I will try to change the record_generation and do the log again. Thanks for your help, john
Ok. so this morning I booted the computer. I recleared the memory. Started the log. started the weewx. waited 5 minutes. stopped the weewx. stopped the log. Uploaded the text file as an attachment. Next I will try changing the record_generation to software. Anyway, this log is attached. On Sunday, November 13, 2016 at 11:37:11 PM UTC-6, Tom Keffer wrote: > > You did not post a new log, so I can't tell if you're still getting the > same error. Are you? If you've cleared the logger and you're still getting > a bad archive type, then the logger is bad. > > You may not have noticed it before because your prior system may not have > taken advantage of the onboard memory of the logger. You can do the same > thing with weewx by changing the option record_generation > <http://www.google.com/url?q=http%3A%2F%2Fweewx.com%2Fdocs%2Fusersguide.htm%23StdArchive&sa=D&sntz=1&usg=AFQjCNGmMe-mtiQ61M_DHjpTv7o6ZmVLzw> > > from 'hardware' to 'software,' but that's putting a bandaid on the problem. > > -tk > > On Sun, Nov 13, 2016 at 9:26 PM, <[email protected] <javascript:>> > wrote: > >> >> I tried clearing the memory and it makes no difference. I don't think it >> is hardware as it has been working for years on a windows system, and was >> just taken off 2 days ago to try this. I used wee_device and changed the >> interval to 10 and that seemed successful. It is still not uploading to >> the weather underground. >> >> Jon >> >> >> On Sunday, November 13, 2016 at 10:43:34 PM UTC-6, gjr80 wrote: >>> >>> Hi, >>> >>> This post >>> <https://groups.google.com/d/msg/weewx-user/9BeGjBZj5zE/0ZiqSZJsMIMJ>might >>> give you a way ahead. Note though that wee_config_device is now >>> wee_device <http://weewx.com/docs/utilities.htm#wee_device_utility> >>> (since weewx v3.2.0), the equivalent command is: >>> >>> wee_device --clear-memory >>> >>> Also, not a big deal but your weewx.conf is telling your device to use >>> an archive interval of 5 minutes but your device is set to use 10 minutes. >>> In such cases the device archive period is used, if you really do want 5 >>> minutes then you will need to set your device to use 5 minutes (again use >>> wee_device but this time with the --set-interval option). Note that you >>> need to stop weewx to use wee_device. >>> >>> Gary >>> >>> On Monday, 14 November 2016 14:30:39 UTC+10, [email protected] >>> wrote: >>>> >>>> >>>> I started the log; ran start; allowed it to send the log to a text >>>> file; stopped it after 10 minutes. The log file is attached. >>>> Thanks for any help. >>>> John >>>> >>>> On Sunday, November 13, 2016 at 10:20:05 PM UTC-6, >>>> [email protected] wrote: >>>>> >>>>> I am working on it now. Will post in a few minutes. I think the >>>>> archive was reset as I disconnected the power and battery and usb to the >>>>> weather station after reading a post about resetting it. I think that >>>>> got >>>>> the archive, though I could be wrong. I am giving it about 10 minutes to >>>>> finish the archiving and will post the text file then. >>>>> Thanks, >>>>> John >>>>> >>>>> On Sunday, November 13, 2016 at 8:04:34 PM UTC-6, Tom Keffer wrote: >>>>>> >>>>>> Please restart weewx and post the log from startup. Also, I don't >>>>>> know how long your archive interval is, but let it run at least that >>>>>> long. >>>>>> >>>>>> -tk >>>>>> >>>>>> On Sun, Nov 13, 2016 at 6:00 PM, <[email protected]> wrote: >>>>>> >>>>>>> Hi all, >>>>>>> I am new to this so I could use some help. I am connecting a >>>>>>> vantage vue weather station through a Raspberry pi 2 to the weather >>>>>>> underground. I installed the debian install of weewx on the pi a day >>>>>>> ago. >>>>>>> (current version). The pi can see the weatherstation, and came up and >>>>>>> sent >>>>>>> data to the weather underground for about 10 minutes last night. >>>>>>> >>>>>>> Debug=1 is on. >>>>>>> here is the syslog >>>>>>> >>>>>>> pi@raspberrypi ~/Scripts $ ./wx-syslog.sh >>>>>>> Nov 13 19:42:24 raspberrypi weewx[2424]: vantage: gentle wake up of >>>>>>> console successful >>>>>>> Nov 13 19:42:24 raspberrypi weewx[2424]: vantage: Requesting 200 >>>>>>> LOOP packets. >>>>>>> Nov 13 19:42:24 raspberrypi weewx[2424]: vantage: gentle wake up of >>>>>>> console successful >>>>>>> Nov 13 19:43:07 raspberrypi kernel: [18416.464275] w1_master_driver >>>>>>> w1_bus_master1: Family 0 for 00.de8000000000.67 is not registered. >>>>>>> Nov 13 19:43:31 raspberrypi kernel: [18440.725167] w1_master_driver >>>>>>> w1_bus_master1: Family 0 for 00.3e8000000000.8e is not registered. >>>>>>> Nov 13 19:44:17 raspberrypi kernel: [18487.177578] w1_master_driver >>>>>>> w1_bus_master1: Family 0 for 00.be8000000000.02 is not registered. >>>>>>> Nov 13 19:44:17 raspberrypi rsyslogd-2007: action 'action 17' >>>>>>> suspended, next retry is Sun Nov 13 19:45:47 2016 [try >>>>>>> http://www.rsyslog.com/e/2007 ] >>>>>>> Nov 13 19:44:54 raspberrypi kernel: [18523.645736] w1_master_driver >>>>>>> w1_bus_master1: Family 0 for 00.7e8000000000.c8 is not registered. >>>>>>> Nov 13 19:45:42 raspberrypi kernel: [18571.925336] w1_master_driver >>>>>>> w1_bus_master1: Family 0 for 00.fe8000000000.44 is not registered. >>>>>>> Nov 13 19:45:49 raspberrypi rsyslogd-2007: action 'action 17' >>>>>>> suspended, next retry is Sun Nov 13 19:47:19 2016 [try >>>>>>> http://www.rsyslog.com/e/2007 ] >>>>>>> >>>>>>> It will not connect and upload to the weather underground. Not sure >>>>>>> about what the w1_master is or how to register it. >>>>>>> >>>>>>> all help appreciated, >>>>>>> Thanks, >>>>>>> John >>>>>>> >>>>>>> -- >>>>>>> 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] <javascript:>. >> 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.
Nov 14 08:50:34 raspberrypi kernel: [ 736.069710] w1_master_driver w1_bus_master1: Family 0 for 00.f00000000000.74 is not registered. Nov 14 08:51:32 raspberrypi kernel: [ 794.563282] w1_master_driver w1_bus_master1: Family 0 for 00.080000000000.c2 is not registered. Nov 14 08:51:32 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Nov 14 08:52:32 2016 [try http://www.rsyslog.com/e/2007 ] Nov 14 08:52:21 raspberrypi kernel: [ 843.810540] w1_master_driver w1_bus_master1: Family 0 for 00.880000000000.4e is not registered. Nov 14 08:52:57 raspberrypi kernel: [ 879.170729] w1_master_driver w1_bus_master1: Family 0 for 00.480000000000.84 is not registered. Nov 14 08:52:57 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Nov 14 08:53:57 2016 [try http://www.rsyslog.com/e/2007 ] Nov 14 08:53:33 raspberrypi systemd[1]: Starting Cleanup of Temporary Directories... Nov 14 08:53:34 raspberrypi systemd[1]: Started Cleanup of Temporary Directories. Nov 14 08:53:44 raspberrypi kernel: [ 926.510956] w1_master_driver w1_bus_master1: Family 0 for 00.c80000000000.08 is not registered. Nov 14 08:54:21 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Nov 14 08:55:21 2016 [try http://www.rsyslog.com/e/2007 ] Nov 14 08:54:55 raspberrypi kernel: [ 997.951329] w1_master_driver w1_bus_master1: Family 0 for 00.280000000000.e1 is not registered. Nov 14 08:55:34 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Nov 14 08:56:34 2016 [try http://www.rsyslog.com/e/2007 ] Nov 14 08:55:39 raspberrypi wee_device[1188]: vantage: Archive memory cleared. Nov 14 08:55:55 raspberrypi kernel: [ 1057.202137] w1_master_driver w1_bus_master1: Family 0 for 00.a80000000000.6d is not registered. Nov 14 08:56:05 raspberrypi systemd[1]: Started LSB: weewx weather system. Nov 14 08:56:54 raspberrypi kernel: [ 1116.454659] w1_master_driver w1_bus_master1: Family 0 for 00.680000000000.a7 is not registered. Nov 14 08:56:54 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Nov 14 08:57:54 2016 [try http://www.rsyslog.com/e/2007 ] Nov 14 08:57:31 raspberrypi kernel: [ 1153.742399] w1_master_driver w1_bus_master1: Family 0 for 00.e80000000000.2b is not registered. Nov 14 08:58:30 raspberrypi kernel: [ 1212.722873] w1_master_driver w1_bus_master1: Family 0 for 00.180000000000.5f is not registered. Nov 14 08:58:30 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Nov 14 08:59:30 2016 [try http://www.rsyslog.com/e/2007 ] Nov 14 08:59:07 raspberrypi kernel: [ 1249.132826] w1_master_driver w1_bus_master1: Family 0 for 00.980000000000.d3 is not registered. Nov 14 08:59:53 raspberrypi kernel: [ 1295.473283] w1_master_driver w1_bus_master1: Family 0 for 00.580000000000.19 is not registered. Nov 14 08:59:53 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Nov 14 09:00:53 2016 [try http://www.rsyslog.com/e/2007 ] Nov 14 09:00:41 raspberrypi kernel: [ 1343.813432] w1_master_driver w1_bus_master1: Family 0 for 00.d80000000000.95 is not registered. Nov 14 09:01:06 raspberrypi kernel: [ 1368.375009] w1_master_driver w1_bus_master1: Family 0 for 00.380000000000.7c is not registered. Nov 14 09:01:06 raspberrypi rsyslogd-2007: action 'action 17' suspended, next retry is Mon Nov 14 09:02:36 2016 [try http://www.rsyslog.com/e/2007 ] Nov 14 09:01:14 raspberrypi systemd[1]: Stopping LSB: weewx weather system... Nov 14 09:01:14 raspberrypi weewx[1263]: Stopping weewx weather system: weewx not running.... Nov 14 09:01:14 raspberrypi systemd[1]: Stopped LSB: weewx weather system.
