Davis Instruments 'WeatherLink Live'

I should make it 2 data windows
but basicly everthing is working
although I suspect the UDP will time out (and the seconds it says for duration
i.e
{“data”:{“broadcast_port”:22222,“duration”:1200},“error”:null}
i.e 1200 seconds
so that will need to be called again, to get the udp data (i.e every 20 minutes)

Correct, everything is working and I will now let it run for the next 20 minutes (1200 secs) uninterrupted to verify the timeout.
I have sent a you a PM as picture paints a 1000 words.

It timed out as expected and displays the error message “143: Busy performing current action.”


Screen Shot 2019-05-14 at 19.44.48.png

try running it again until that happens again and then try clicking on test ?

Test reconnection - clicking test did not restore connection. PM Sent

new update to test :slight_smile:
http://www.weather-display.com/downloadfiles/crondaviswll.zip

vers 1.1

Test results:

Working and I am leaving it running as I need to go out again.
Both windows are refreshing and I noted a quick splash of a comment access violation. This is the flashing up when the T/H is parsed and presented in the top windows. This is captured. PM on way

with Brientim’s (and others) help WD now supports the Davis WLL :slight_smile:

Brian, I guess that there will be a new setup page within Weather Display where one will enter the information required to communicate with the WLL - then Weather Display will process the data acquire from the WLL. :?

Goto Control Panel > Station Type and Settings on the bottom left is the Davis Weather Link Live. Note http://ip_address and Enable.


Thanks for the screenshot. Since my last post, I have downloaded the latest update of Weather Display and noticed the new entry on the Davis weather stations page. :wink:

I have done an update to fix where rain was not being picked up :slight_smile:
support as also been added to the Mac and Linux versions now too
and I fixed an error in the crondaviswll

Thanks, Brian.

I will re-start my WD with WLL support, I will update that WD and will report - might take a few hours. Unfortunately, no rain is expected until Wednesday and/or Thursday night.

Is there an issue with Average Wind Speed and Current Wind Speed on Weather Display when using Weather Link Live? Now that I have changed to Weather Link Live from Weather Link IP, the wind speed no longer updates. Is this maybe due to having a separate Davis wireless Anemometer / Sensor Transmitter? Do I need to configure Weather Display differently for this type of set up with Weather Link Live?

ah, WD might not be picking up that data correctly, with your configuration
I will need a copy of the Daviswll.txt file

Here is a copy of my Daviswll.txt file :slight_smile: thx!


Daviswll.txt (2.21 KB)

OK,I see the problem
the windspeed data is in the second lot of data (second sendsor)
the first lot of data the windspeed data is NULL data
so I just need to detect that and then use the second lot of data
I will work on that and let you know

I also need the file
Daviswlludpdata.txt

for the real time windspeed data

Attached is a copy of Daviswlludpdata. Thank you so much!!


Daviswlludpdata.txt (751 Bytes)

OK, yup, the first lot sensor data is NULL for windspeed
so I need to detect that then use the second lot of data