Quantcast
Channel: WXforum.net - WeatherLink/weatherlink.com by Davis Instruments
Viewing all 3603 articles
Browse latest View live

Re: Weatherlink.com 2.0 Summary replacement script

$
0
0
Excellent script, thank you for coding this. Only issue I am having is with one of my extra sensors not display the temp correctly, any ideas?
Any way to change the name of the sensors?
I can only look at it if i have the URL of the page.
I have to check if it is in the data or in the script

Wim

Re: Weatherlink.com 2.0 Summary replacement script

Re: Weatherlink.com 2.0 Summary replacement script

$
0
0
opps sorry;

http://www.nitram-media.com/weather/wl2/load_wl2.php
The loaded data http://www.nitram-media.com/weather/wl2/cache/001D0AE057D9.xml 
has soil-moist 1,2,3,4  and temp-soil 2,3

Your settings in http://www.nitram-media.com/weather/wl2/load_wl2.php  have
Code: [Select]
$wl_is_t_soil1  = true;        // soil temp sensors 1 set to true or false
$wl_is_t_soil2  = true;        // add more lines if you have more then 2, max = 4
#
$wl_is_m_soil1  = true;        // soil moisture sensors 1 set to true or false
$wl_is_m_soil2  = true;        // add more lines if you have more then 2, max = 4

If you only have soil sensors 2 and 3  you should change that to
Code: [Select]
$wl_is_t_soil1  = false;        // soil temp sensors 1 set to true or false
$wl_is_t_soil2  = true;        // add more lines if you have more then 2, max = 4
$wl_is_t_soil3  = true;        // add more lines if you have more then 2, max = 4
#
$wl_is_m_soil1  = false;        // soil moisture sensors 1 set to true or false
$wl_is_m_soil2  = true;        // add more lines if you have more then 2, max = 4
$wl_is_m_soil3  = true;       

Wim

New (?) Full Screen embeddable option

$
0
0
I just noticed a new embedding option on Weatherlink.com: "Full Screen"

Under this item it says: TV/Large Monitors

Here is mine: https://www.weatherlink.com/embeddablePage/show/36dd565fa0c34d82a26e2ce9c1b38abb/fullscreen

I like it and would like to view it on my TV, but I don't see any options to directly view a URL on the TVs. (a Panasonic Smart Viera and a Roku/TCL set)
Has anyone tried the "Intel Compute Stick" for something like this? I assume that I can point the browser to the "Full Screen" link.

https://www.intel.com/content/www/us/en/products/boards-kits/compute-stick.html

Greg H.

Re: New (?) Full Screen embeddable option

$
0
0
You could cast the page via a Chromecast, too.

Re: Weatherlink.com 2.0 Summary replacement script

$
0
0
Added the first "official" version of the two scripts.
One for the summary page, one for the "blue" page.
Check the first post for the download.

Summary demo: www.weerstation-herent.be/wl2/load_wl2.php
Blue clouds demo: www.weerstation-herent.be/wl2/load_wl2-blue.php
For this demo I "upped" the cache time from 5 minutes to 15 minutes.  Less loads for the Davis server.

Wim

Great, thanks. If you need it... background attached. Looks like that: http://casacota.dynalias.com/weatherlink/wlblau.htm

Davis webdev emails

$
0
0
Anybody else in the past few days getting an additional email for each station that has email turned on?

Normal email is ok, coming through at the correct time from noreply@weatherlink.com but now for each of the valid emails there is an email coming from noreply@daviswebdev.com which is being sent at same time as the correct ones but shows Last Updated back in early December

Re: Davis webdev emails

$
0
0
I suspect that there's a glitch with emails from that domain currently. I can see three in our inbox this evening from that domain that are boilerplate emails but with no added custom content and unrelated to individual stations. Guess it will be fixed before long.

Re: Davis webdev emails

$
0
0
Yes, also got the daily email yesterday and one going back to Decmber data.


Enjoy,
Paul

Re: Weatherlink.com 2.0 Summary replacement script

$
0
0
Summary page, which you can share, is under Share & Uploads within WeatherLink 2.0

I am sure someone else has posted about it, but just found it myself

Re: Weatherlink users, willing to upload to GLOBE?

$
0
0
@ hazardc I am weatherlink 2.0 with Davis equipment and would like to send you data.

Re: WeatherLink 6.0.3 software glitch?

$
0
0
OK, well, you need to check through all the other suggestions in our knowledgebase links I posted. The issue will be one of the causes/fixes listed there.

Re: WeatherLink 6.0.3 software glitch?

$
0
0
Okay - I opened a different station in WeatherLink that I had briefly used in August 2015 as a test for whatever reason. I downloaded the 513 pages onto it, and it's all the current data since January 31st. All of the data is accurate with no anomalies. I went back to my current weather station and it still wants to download 513 pages to it, even though a lot of the data it is trying to download is already in the database plot (for 01/31 and 02/01).

Should I try and download it anyway? Will it overwrite previous data?

Re: WeatherLink 6.0.3 software glitch?

$
0
0
Alright, I took a gamble and downloaded the data. It generally went fine and now all of the data is current. Although in the plot, two different sets of data now show for February 1st for some reason, although it doesn't seem to affect any of my records or summaries. The "Browse station data" window also shows the previous error data [Could not get record xxxxxxx] for February 1st alongside the actual data for that period that I just downloaded.



I'm still curious to know what the "GetACK: hComm" error I found in the log means. Otherwise, all seems to be normal again. Thank you johnd for your prompt help :)

Re: WeatherLink 6.0.3 software glitch?

$
0
0
Weatherlink will hum along just fine then out of the blue weird stuff happens. Then it goes back to working as it should. Have never figured out why. Been a user since 03.
Now I download everything once a week and shut it back down. So far no issues.

Re: WeatherLink 6.0.3 software glitch?

$
0
0
Ah-h-h-h-h, the FUN & GAMES of "new & improved" bugs... ](*,)

Re: WeatherLink 6.0.3 software glitch?

$
0
0
Jruys' WLKReaderWriter will let you look and edit the WLK files.

Re: WeatherLink 6.0.3 software glitch?

$
0
0
Jruys' WLKReaderWriter will let you look and edit the WLK files.

It will indeed. But if as I suspect this is just caused by one or two records with spurious datetime stamps then these can be deleted from within WL.

Re: Meteobridge and Weatherlink for Mac

$
0
0
Sorry I don’t have an answer to you question, but am curious about your setup. How do you get data from your Davis weather station to the Meteobrige?  I am looking to post to wunderground but don’t want to buy WeatherLink.  Thx

Meteobridge and Weatherlink for Mac

$
0
0
What WeatherLink do you have, IP, or USB? If WeatherLink IP, this can be configured to push data directly to WeatherLink completely independently of any software.

Viewing all 3603 articles
Browse latest View live


Latest Images