wee_import --import-config=/var/tmp/wu.conf --date="2016/01/20 22:30-2016/01/23 06:00" --dry-run
Starting wee_import...
**** Command line option error.
**** Invalid --date option specified.
**** Nothing done, exiting.wee_import --help--date=YYYY-mm-ddwee_import --import-config=/var/tmp/wu.conf --from=2016/01/20T22:30 --to=2016/01/23T06:00 --dry-run
GaryGary,
I was following the on-line Utilities guide. It looks like both of us needed to read the help file!!
Dates are separated with a '-' not a '/'. Times are not needed so I will leave them out.
This worked:
{ wee_import --import-config=/var/tmp/wu.conf
--from=2016-01-20 --to=2016-01-23 --dry-run }
Guess the online user's documentation needs a bit of updating.
Thanks for your quick reply... think I am ready to do some
importing.
Den
--
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/JGhqG1frdQw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Den,
Yes, dates are separated by - not /, I should not have rushed my reply as I was going out the door.
er
From the utilities / weewx_import / importing from Weather
Underground / Step-by-step:
To perform a dry run enter the following command:
wee_import --import-config=/var/tmp/wu.conf --date="2016/01/20 22:30-2016/01/23 06:00" --dry-run
Note
I know how hard it can be too keep everything current, all but
impossible. Without user's input we'd all be very far behind. I
manage a couple of local ham radio web sites and am very happy
when bugs, typos and other anomalies are pointed out to me.
WeeWX is a terrific piece of work... very impressive. It drives
an 'in house' wx display upgraded from Weatherlink to WeeWx now
running on a Pi that boots to a HDD and supports a 24" display.
Without WeeWX I'd be searching for a replacement laptop for my
very sick Dell D600 that is now ready for scrap.
Thanks for the quick reply, my test download went well and will
be filling up the last few years in a day or two.
Den