Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-10 Thread Thomas Keffer
I've made the changes in commit 0658f05

.

With a response code of 204, wunderfixer now assumes a good station with no
data, instead of assuming a bad station ID.

Wish there was some way of telling them apart, but there isn't.

-tk

On Sun, Feb 9, 2020 at 11:46 AM iain MacDonnell  wrote:

>
>
> On Thursday, February 6, 2020 at 2:31:12 PM UTC-8, gjr80 wrote:
>>
>> 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.
>>
>
> FWIW, I was able to use wunderfixer from the master branch, with the
> workaround from
> https://groups.google.com/forum/m/#!topic/weewx-user/P_omYBcdrFY . I just
> cloned the github repo, applied the workaround, and ran ./wunderfixer
> (after adding my api_key to my v3.9.2 weewx.conf)
>
> ~iain
>
>
>
> --
> 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+unsubscr...@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
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEDyLFRvhGWuh2BkMmVDpcoV80%3DS3oVJEisTNqGKLhN1bw%40mail.gmail.com.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-09 Thread iain MacDonnell


On Thursday, February 6, 2020 at 2:31:12 PM UTC-8, gjr80 wrote:
>
> 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.
>

FWIW, I was able to use wunderfixer from the master branch, with the 
workaround from 
https://groups.google.com/forum/m/#!topic/weewx-user/P_omYBcdrFY . I just 
cloned the github repo, applied the workaround, and ran ./wunderfixer 
(after adding my api_key to my v3.9.2 weewx.conf)

~iain

 

-- 
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+unsubscr...@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.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-06 Thread gjr80
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.

Gary

On Friday, 7 February 2020 08:07:34 UTC+10, Ernest Jillson wrote:
>
> Hi Leon,
>  
> I'm using 3.9.2, which I believe is the latest of the 3.x series.
>
>
> On Thursday, February 6, 2020 at 4:27:11 PM UTC-5, Leon Shaner wrote:
>>
>> Ernest, you would need to pull a newer version of 3.x to avoid this error 
>> and for api_key to have any meaning.
>>
>> Ernest Jillson wrote on 2/6/20 4:21 PM:
>>
>> Definitely does cause weewx to fail. Keep in mind that we are adding the 
>> key to version 3.x, not 4, then running the wunderfixer pointing at our old 
>> weewx.conf file. 
>>
>>
>> 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 main
>> Feb  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 loadServices
>> Feb  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.
>>
>>
>>
>>
>> On Thursday, February 6, 2020 at 3:12:29 PM UTC-5, gjr80 wrote: 
>>>
>>> Hi, 
>>>
>>> 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
>>>
>> -- 
>> 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.
>> 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
>>
>>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/6f5d5cac-a967-4d95-aec9-13936afeb29c%40googlegroups.com.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-06 Thread Ernest Jillson
Hi Leon,
 
I'm using 3.9.2, which I believe is the latest of the 3.x series.


On Thursday, February 6, 2020 at 4:27:11 PM UTC-5, Leon Shaner wrote:
>
> Ernest, you would need to pull a newer version of 3.x to avoid this error 
> and for api_key to have any meaning.
>
> Ernest Jillson wrote on 2/6/20 4:21 PM:
>
> Definitely does cause weewx to fail. Keep in mind that we are adding the 
> key to version 3.x, not 4, then running the wunderfixer pointing at our old 
> weewx.conf file. 
>
>
> 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 main
> Feb  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 loadServices
> Feb  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.
>
>
>
>
> On Thursday, February 6, 2020 at 3:12:29 PM UTC-5, gjr80 wrote: 
>>
>> Hi, 
>>
>> 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
>>
> -- 
> 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 .
> 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
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5bff308c-d8d3-4da4-9d08-25d8c8dd2e5e%40googlegroups.com.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-06 Thread Leon Shaner
Ernest, you would need to pull a newer version of 3.x to avoid this 
error and for api_key to have any meaning.


Ernest Jillson wrote on 2/6/20 4:21 PM:
Definitely does cause weewx to fail. Keep in mind that we are adding 
the key to version 3.x, not 4, then running the wunderfixer pointing 
at our old weewx.conf file.



|
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 main
Feb  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 loadServices
Feb  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.

|



On Thursday, February 6, 2020 at 3:12:29 PM UTC-5, gjr80 wrote:

Hi,

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

--
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+unsubscr...@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 
.



--
l...@isylum.org - Dearborn, Michigan

--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/411635df-49d5-ceba-89cd-1690efcdaca3%40isylum.org.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-06 Thread Ernest Jillson
Definitely does cause weewx to fail. Keep in mind that we are adding the 
key to version 3.x, not 4, then running the wunderfixer pointing at our old 
weewx.conf file.


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 main
Feb  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 loadServices
Feb  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.




On Thursday, February 6, 2020 at 3:12:29 PM UTC-5, gjr80 wrote:
>
> Hi,
>
> 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
>
>

-- 
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+unsubscr...@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.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-06 Thread gjr80
Hi,

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

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2741576f-bd9f-4e9a-82a1-ca1f6adc55f9%40googlegroups.com.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-06 Thread John


I added the API key to my weewx.conf and wunderfixer would work but then 
weewx broke because of the extra key added to weewx.conf.  

I suggest just adding the api-key to the command line for wunderfixer 
rather than weewx.conf



On Wednesday, February 5, 2020 at 8:39:28 PM UTC-6, Ernest Jillson wrote:
>
> Hey Thomas,
>  
> Just got around to this. Looks like it's working great! I had to add my 
> api key to the older version weewx.conf.
>  
> Thanks!
>  
> Ernie
>
> On Saturday, February 1, 2020 at 2:04:08 PM UTC-5, Thomas Keffer wrote:
>>
>> 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. 
>>
>>
>>1. 
>>
>>Download from weewx.com: 
>>http://weewx.com/downloads/development_versions/ into a convenient 
>>spot.
>>2. 
>>
>>Unpack the tar file. For example, if the file is weewx-4.0.0b11.tar.gz
>>:
>>
>> tar xvf weewx-4.0.0b11.tar.gz
>>
>>3. 
>>
>>Change directory (cd) into the resultant subdirectory:
>>
>> cd weewx-4.0.0b11.tar.gz
>>
>>4. 
>>
>>Run wunderfixer from the directory, using your old weewx.conf file. 
>>For example,
>>
>> ./bin/wunderfixer /etc/weewx/weewx.conf
>>
>>
>>
>> On Sat, Feb 1, 2020 at 8:36 AM Ernest Jillson  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.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/166e6f6f-125b-43d9-ba5d-4877d598b5a6%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/62b4cff4-01da-40e2-a24b-3b83ca4fa005%40googlegroups.com.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-06 Thread Ernest Jillson
Noticed the same thing. Even though it showed it upload successfully, it
never updates on weather underground.

On Wed, Feb 5, 2020, 23:36 Louis De Lange  wrote:

> 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+unsubscr...@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
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAC5oUmORQbQmp3gtogejZf3UAco19%3DfRNYLZ4A%3DS8nP%2BiSP7Hg%40mail.gmail.com.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-05 Thread Louis De Lange
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+unsubscr...@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.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-05 Thread Ernest Jillson
Except...I may have waited too long.  Looks like data is only available 
back to 2020-01-31.  Will be good for future issues, though.


On Wednesday, February 5, 2020 at 9:39:28 PM UTC-5, Ernest Jillson wrote:
>
> Hey Thomas,
>  
> Just got around to this. Looks like it's working great! I had to add my 
> api key to the older version weewx.conf.
>  
> Thanks!
>  
> Ernie
>
> On Saturday, February 1, 2020 at 2:04:08 PM UTC-5, Thomas Keffer wrote:
>>
>> 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. 
>>
>>
>>1. 
>>
>>Download from weewx.com: 
>>http://weewx.com/downloads/development_versions/ into a convenient 
>>spot.
>>2. 
>>
>>Unpack the tar file. For example, if the file is weewx-4.0.0b11.tar.gz
>>:
>>
>> tar xvf weewx-4.0.0b11.tar.gz
>>
>>3. 
>>
>>Change directory (cd) into the resultant subdirectory:
>>
>> cd weewx-4.0.0b11.tar.gz
>>
>>4. 
>>
>>Run wunderfixer from the directory, using your old weewx.conf file. 
>>For example,
>>
>> ./bin/wunderfixer /etc/weewx/weewx.conf
>>
>>
>>
>> On Sat, Feb 1, 2020 at 8:36 AM Ernest Jillson  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.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/166e6f6f-125b-43d9-ba5d-4877d598b5a6%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/9ea27db7-29df-4416-b1a6-d63272936fde%40googlegroups.com.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-05 Thread Ernest Jillson
Hey Thomas,
 
Just got around to this. Looks like it's working great! I had to add my api 
key to the older version weewx.conf.
 
Thanks!
 
Ernie

On Saturday, February 1, 2020 at 2:04:08 PM UTC-5, Thomas Keffer wrote:
>
> 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. 
>
>
>1. 
>
>Download from weewx.com: 
>http://weewx.com/downloads/development_versions/ into a convenient 
>spot.
>2. 
>
>Unpack the tar file. For example, if the file is weewx-4.0.0b11.tar.gz:
>
> tar xvf weewx-4.0.0b11.tar.gz
>
>3. 
>
>Change directory (cd) into the resultant subdirectory:
>
> cd weewx-4.0.0b11.tar.gz
>
>4. 
>
>Run wunderfixer from the directory, using your old weewx.conf file. 
>For example,
>
> ./bin/wunderfixer /etc/weewx/weewx.conf
>
>
>
> On Sat, Feb 1, 2020 at 8:36 AM Ernest Jillson  > 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 .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/166e6f6f-125b-43d9-ba5d-4877d598b5a6%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/155f9548-193b-41d0-82b3-e57362e42365%40googlegroups.com.


Re: [weewx-user] Uploading missing data to Weather Underground

2020-02-01 Thread Thomas Keffer
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.


   1.

   Download from weewx.com:
http://weewx.com/downloads/development_versions/ into
   a convenient spot.
   2.

   Unpack the tar file. For example, if the file is weewx-4.0.0b11.tar.gz:

tar xvf weewx-4.0.0b11.tar.gz

   3.

   Change directory (cd) into the resultant subdirectory:

cd weewx-4.0.0b11.tar.gz

   4.

   Run wunderfixer from the directory, using your old weewx.conf file. For
   example,

./bin/wunderfixer /etc/weewx/weewx.conf



On Sat, Feb 1, 2020 at 8:36 AM Ernest Jillson  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-user+unsubscr...@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
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zECQxigN5rFKETA%2BC2m%3Du6DNcM9RO9z4feiWy7Abis6cCw%40mail.gmail.com.


[weewx-user] Uploading missing data to Weather Underground

2020-02-01 Thread Ernest Jillson
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-user+unsubscr...@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.