On Monday, September 17, 2018 at 11:56:22 AM UTC-4, John Cheesbrough wrote: > > I have been running the wlink driver on a MacBook Pro successfully for a > number of months but stopped doing so about a month ago when I deleted the > database > > I recently decided to run it on my Raspberry Pi However I thought I would > just check it still ran on the Mac first and also upgraded the weewx from > 3.7.1 to 3.8.2. > > Having done this I found that I could not get Archive records but could > get Loop records but they were different under each version of weewx. >
hi john, which version of the wlink driver are you using? i seem to recall making some changes in the past year to deal with the change to weatherlink 2. your failed download attempts appear to be due to timeouts, which could be due to local (or remote) network failures. but if that is a bogus/misleading error message, lets figure it out. weatherlink.com/webdl.php is only one of the URLs - data are obtained from www.weatherlink.com/user/xxx/index.php (i think that is the url that changed?) one of the changes from 3.7.x to 3.8.x was to eliminate useless data in the loop packets - we got a bit more precise about the difference between None and nothing. notice that all of the 'missing' fields in the packets you posted have observations with value of 'None'. search for 'None' in the changelog: http://weewx.com/downloads/README.txt also see the issue that brought the changes: https://github.com/weewx/weewx/issues/291 -- 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.
