[weewx-development] Weather Link Live - Driver

2019-06-23 Thread Tom
Hello All, I'm trying to write my own driver to locally pull data from a weather link live box (because I couldn't find one elsewhere), and I'm struggling - this is my first deeper exploration into python. I'm wondering there's any way to get additional debugs/output to log from a driver being

[weewx-development] Re: WU Forecast

2019-06-23 Thread Jerome Helbert
Awesome! Yeah, I was just merging your changes into my local code when I ran into the geocode issue in the location. To keep compatibility with the previous version, I think the geocode= part should be in the line that assembles the url, not in the location variable itself. ie change: u =

[weewx-development] Re: WU Forecast

2019-06-23 Thread St. B.
I forgot to mention that : - I reused the key and location preference keys. The location key should be like : location = "geocode=45.7,5.9" Or something alike to indicate the location of requested forecasts. The new WU API support other formats, but I did not bother looking into these.

[weewx-development] Re: WU Forecast

2019-06-23 Thread mwall
On Sunday, June 23, 2019 at 10:19:23 AM UTC-4, St. B. wrote: > > I can email the update forecast.py file if you want, until Matthew shows > up with the appropriate code. > do you mind posting it in this thread? then i can merge it into the forecast codebase and get a new release out. many of

[weewx-development] Re: WU Forecast

2019-06-23 Thread St. B.
Hi, I can email the update forecast.py file if you want, until Matthew shows up with the appropriate code. On Friday, June 21, 2019 at 6:11:43 AM UTC+2, gjr80 wrote: > > Correct the forecasting extension is not part of WeeWX per se. Matthew > maintains it and it is not available in a publicly