That did it, Gary! Many thanks. I had removed those # because I didn't quite understand why they should be commented out.
On a somewhat related issue, I think there is a mistake in the documentation for wee-import. Specifically the use of the / as a date delimiter. This works on my system: wee_import --import-config=/var/tmp/wu.conf --from=2017-11-30T09:01 --to=2017-12-13T15:29 --dry-run And this generates an error: wee_import --import-config=/var/tmp/wu.conf --from=2016/01/20T22:30 --to=2016/01/23T06:00 --dry-run Starting wee_import... **** Command line option error. **** Invalid --from option. **** Nothing done, exiting. I believe the wee_import documentation is incorrect. At least - worked for me and / gave an error. - Paul VE1DX On Thursday, December 14, 2017 at 2:33:06 PM UTC-4, gjr80 wrote: > > The problem is that the list of fields from line 28 to line 52 should be > commented out, for some reason the leading # has been removed. Add the all > the # back and try running wee_import again. > > Gary > -- 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.
