Re: [weewx-development] Weatherlink Live driver developpment

2020-06-25 Thread flor...@pre-vost.fr
This is : https://github.com/Drealine/WLLDriver Le jeudi 25 juin 2020 à 16:41:45 UTC+2, Tom Keffer a écrit : > Is there an online repository that holds the code? GitHub? Elsewhere? > > On Thu, Jun 25, 2020 at 6:59 AM Tom Keffer wrote: > >> Let me give it a try. It's a simple uploader. >> >> -

Re: [weewx-development] Weatherlink Live driver developpment

2020-06-25 Thread Tom Keffer
Is there an online repository that holds the code? GitHub? Elsewhere? On Thu, Jun 25, 2020 at 6:59 AM Tom Keffer wrote: > Let me give it a try. It's a simple uploader. > > -tk > > On Thu, Jun 25, 2020 at 6:21 AM flor...@pre-vost.fr > wrote: > >> Hi Tom, >> >> Sorry, at the moment, I fix this is

Re: [weewx-development] Weatherlink Live driver developpment

2020-06-25 Thread Tom Keffer
Let me give it a try. It's a simple uploader. -tk On Thu, Jun 25, 2020 at 6:21 AM flor...@pre-vost.fr wrote: > Hi Tom, > > Sorry, at the moment, I fix this issue. > When you want to make a request by using : requests.get("url") in > genLoopPacket(), Weewx is mistaken with this proper get functi

Re: [weewx-development] Weatherlink Live driver developpment

2020-06-25 Thread flor...@pre-vost.fr
Hi Tom, Sorry, at the moment, I fix this issue. When you want to make a request by using : requests.get("url") in genLoopPacket(), Weewx is mistaken with this proper get function, I don't know why but I fix this by declare Request = requests.session() Also, I want to know if it possible to have