Download from weewx.com: http://weewx.com/downloads/development_versions/ into a convenient spot.
Unpack the tar file. For example, if the file is weewx-4.0.0b11.tar.gz:
tar xvf weewx-4.0.0b11.tar.gz
Change directory (cd) into the resultant subdirectory:
cd weewx-4.0.0b11.tar.gz
Run wunderfixer from the directory, using your old weewx.conf file. For example,
./bin/wunderfixer /etc/weewx/weewx.conf--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/166e6f6f-125b-43d9-ba5d-4877d598b5a6%40googlegroups.com.
Wunderfixer is normally the way you do this, except the V3.9 version stopped working when WU changed their API. That has been fixed, but will not appear until Version 4. If you're comfortable with the thought, you can try the beta of V4.
Download from weewx.com: http://weewx.com/downloads/development_versions/ into a convenient spot.
Unpack the tar file. For example, if the file is
weewx-4.0.0b11.tar.gz:tar xvf weewx-4.0.0b11.tar.gzChange directory (
cd) into the resultant subdirectory:cd weewx-4.0.0b11.tar.gzRun
wunderfixerfrom the directory, using your oldweewx.conffile. For example,./bin/wunderfixer /etc/weewx/weewx.conf
On Sat, Feb 1, 2020 at 8:36 AM Ernest Jillson <etji...@gmail.com> wrote:
Even today, I can't get weewx to upload data to WU reliably using https. I'm using http and it's working fine. I've read that many people have been able to switch back. Not me.--With all these recent changes to WU, does anyone know if there is a way to upload my previous several days of data that were missed on WU? I tried the wunderfixer utility, but that just hits a forbidden (403) wall. While not entirely necessary, it would be nice to fill in the multi-day gap.Thanks in advance,Ernie
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 weewx...@googlegroups.com.
I tried this method of updating today as well. Jan 29 and 30 simply fails. Jan 31 appears to upload missing data successfully, but the data never shows up at on WU.
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c5dae3e2-9f58-49c4-9f97-14e0ca6fee2c%40googlegroups.com.
Simply adding a key to weewx.conf should not cause any problems. Would you please give us some details (console output, log extract etc) so we can see if indeed there is a problem with WeeWX and if so fix it.
Gary
Feb 6 15:56:56 LakeFantasia weewx[21278]: restx: WU essentials: {}Feb 6 15:56:56 LakeFantasia weewx[21278]: engine: Caught unrecoverable exception in engine:Feb 6 15:56:56 LakeFantasia weewx[21278]: **** __init__() got an unexpected keyword argument 'api_key'Feb 6 15:56:56 LakeFantasia weewx[21278]: **** Traceback (most recent call last):Feb 6 15:56:56 LakeFantasia weewx[21278]: **** File "/usr/share/weewx/weewx/engine.py", line 888, in mainFeb 6 15:56:56 LakeFantasia weewx[21278]: **** engine = engine_class(config_dict)Feb 6 15:56:56 LakeFantasia weewx[21278]: **** File "/usr/share/weewx/weewx/engine.py", line 78, in __init__Feb 6 15:56:56 LakeFantasia weewx[21278]: **** self.loadServices(config_dict)Feb 6 15:56:56 LakeFantasia weewx[21278]: **** File "/usr/share/weewx/weewx/engine.py", line 142, in loadServicesFeb 6 15:56:56 LakeFantasia weewx[21278]: **** self.service_obj.append(weeutil.weeutil._get_object(svc)(self, config_dict))Feb 6 15:56:56 LakeFantasia weewx[21278]: **** File "/usr/share/weewx/weewx/restx.py", line 632, in __init__Feb 6 15:56:56 LakeFantasia weewx[21278]: **** **_ambient_dict)Feb 6 15:56:56 LakeFantasia weewx[21278]: **** TypeError: __init__() got an unexpected keyword argument 'api_key'Feb 6 15:56:56 LakeFantasia weewx[21278]: **** Exiting.
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/ab22ae83-46b6-4a4b-a8ea-6d58a4263c38%40googlegroups.com.
-- le...@isylum.org - Dearborn, Michigan
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/ab22ae83-46b6-4a4b-a8ea-6d58a4263c38%40googlegroups.com.
OK, that explains the api_key issue. 3.9.2 (the latest release version) does not use api_key, hence the error you receive. Subsequent to the 3.9.2 release there have been numerous wunderfixer commits in an attempt to have wunderfixer work properly given the changes/chaos at WU. Somewhere in these commits api_key was introduced. WeeWX 4.0 will include the wunderfixer with all of these commits, I have not kept across wunderfixer/WU changes so i will let others advise on what wunderfixer version to use with 3.9.2.
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8ded3075-68ee-4099-be2b-11e2519fddef%40googlegroups.com.