> > Here comes my next one: Using the import function, this required user > interaction and confirming with "y", that I wish to continue. How can I > pass the "y" parameter in batch-mode? > > If by "import function" you mean the utility wee_import, it does not have a way to pass a "y" parameter. It was written with the intention of running it just once to import legacy data, not to be used in an unattended mode.
Your choices: 1. Fork the weeWX repository, add the feature, then submit a "Pull Request". 2. Fake it by doing something like: echo "y" | ./bin/wee_import --import-config=import.conf ... -tk -- 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.
