On Monday, December 13, 2021 at 9:25:35 AM UTC-8 [email protected] wrote: > wee_import --config=/this/directory/weewx.conf > --import-config=/directory/import.conf > OSError: /this/directory/weewx.conf is not a file >
--config is optional according to https://www.weewx.com/docs/utilities.htm#wee_import_utility The paths "/this/directory" and "/directory" are just examples. You need to use your actual pathnames... If your import.conf is in /tmp, the command would be "wee_import --import-config=/tmp/import.conf" If your import.conf is in /home/pi, the command would be "wee_import --import-config=/home/pi/import.conf" and so on.... -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1b357019-2b28-4f10-b11b-1a3a84722e2fn%40googlegroups.com.
