Hi all,
I apologize if this was already asked. I did a quick search and didn't find anything. I'm trying to import data using wee_import from a downloaded file from Weathercloud. I lost my internal temperature data and I'm trying to rebuild it.
I'm getting an error when trying to import using a conf file called weathercloud.conf that I created using the example for CSV in the /etc/weewx/import directory.
I'm using the command
sudo wee_import --import-config/home/wwray/weathercloud.conf --dry-run --verbose
I'm getting the following error.
I have tried with ascii and the source_encoding = ascii I've tried editing the file in notepad++ to convert to utf-8 and I've even opened it up in a hex editor online. I can't see any reason why it won't import.
Any help would be appreciated.
Thanks,
Will