FreshWDL

Discussion, issues, recommendations around Meteohub's dashboard and WD Live integration

Moderator: Mattk

G3ZSS
Junior Boarder
Junior Boarder
Posts: 30
Joined: Thu Jul 03, 2008 9:16 pm
Contact:

FreshWDL

Post by G3ZSS »

I have found an excellent alternative to WDL that uses Java and HTML5, so I can now see my weather station on my iPhone. Checkout FreshWDL at https://github.com/Yerren/FreshWDL The software can also be downloaded directly from http://www.weather-display.com/download ... eshwdl.zip.
However there is a problem with the Clientraw.txt files produced by Meteohub which is preventing the display of the last 24 hours of data, but the graphs for the past month work correctly. This can be seen on my website http://www.g3zss.com/WeatherDisplay/FreshWDLmaster.html. Hopefully this can be checked out by the developers of Meteohub software?
Thanks Peter
User avatar
oliverb
Expert Boarder
Expert Boarder
Posts: 119
Joined: Mon Nov 19, 2007 7:59 pm

Re: FreshWDL

Post by oliverb »

Hi G3ZSS
With more and more devices no longer supporting Flash this is a great alternative. I agree it would be nice if it was fully supported by Meteohub.

My page here has the same problem http://home.btconnect.com/brettoliver1/ ... aster.html
G4MHJ
Expert Boarder
Expert Boarder
Posts: 111
Joined: Fri Aug 24, 2018 9:40 pm

Re: FreshWDL

Post by G4MHJ »

I also use the Fresh WDL where Flash is not available i.e. on Apple iPads.
My graphs have always looked odd in that the Temp and Baro always tail off to zero.
I attach the authors Graphs and my own. In the Troubleshoot it states there is a problem with client raw.txt from WD which of course we are no longer using. I don't understand the comment about 12 hour format though.
My version from Erith Weather is the one with the yellow background.
http://www.bobhewitt.co.uk/pictures/Wea ... shWDL.html
Attachments
Screenshot 2018-12-04 at 16.32.38.png
Screenshot 2018-12-04 at 16.32.38.png (59.89 KiB) Viewed 86573 times
Screenshot 2018-12-04 at 16.30.32.png
Screenshot 2018-12-04 at 16.30.32.png (119.15 KiB) Viewed 86573 times
Screenshot 2018-12-04 at 16.30.06.png
Screenshot 2018-12-04 at 16.30.06.png (125.06 KiB) Viewed 86573 times
Image
User avatar
oliverb
Expert Boarder
Expert Boarder
Posts: 119
Joined: Mon Nov 19, 2007 7:59 pm

Re: FreshWDL

Post by oliverb »

I get the rainfall graph but no others on the main display. Any idea why?
http://home.btconnect.com/brettoliver1/ ... aster.html
G3ZSS
Junior Boarder
Junior Boarder
Posts: 30
Joined: Thu Jul 03, 2008 9:16 pm
Contact:

Re: FreshWDL

Post by G3ZSS »

I suspect there may be a difference in the way that the clientraw.txt files are created by different systems. Erith weather (above) is using a Meteobridge Pro. Likewise I do not get any graphs except the rainfall. I'm using the Meteohub software on a raspberry Pi.
User avatar
oliverb
Expert Boarder
Expert Boarder
Posts: 119
Joined: Mon Nov 19, 2007 7:59 pm

Re: FreshWDL

Post by oliverb »

OK thanks for the info.
lacouste
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: Wed May 30, 2018 3:18 pm

Re: FreshWDL

Post by lacouste »

i have the same problem i work with meteohub iand i dont have the last 24 h rainfall barometer wind etc... the other graph are ok
ralf2201
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: Wed Feb 22, 2012 10:11 am

Re: FreshWDL

Post by ralf2201 »

Hi, is there now a solution for this problem or do we have to live with that?
CrowdedHouse
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: Tue Oct 12, 2010 7:45 pm
Location: Ireland
Contact:

Re: FreshWDL

Post by CrowdedHouse »

I'd also appreciate if you could look into this - thanks
CrowdedHouse
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: Tue Oct 12, 2010 7:45 pm
Location: Ireland
Contact:

Re: FreshWDL

Post by CrowdedHouse »

BUMP
MichelR
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: Sun Feb 02, 2014 12:21 pm

Re: FreshWDL

Post by MichelR »

Regarding the fact that FreshWDL does not display the "last 24 hours" graphs for Temperature, Wind speed and Borometer, at least for some metro devices (I have a WNR200), I suspect this has to do with FreshWDL itself because it is working with WDLive (flash version) using the exact same clientraw.txt and clientrawextra.txt

The problem is that FreshWDL does not seem to be updated for a long time, I do not know if someone may have a look at the code.
MichelR
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: Sun Feb 02, 2014 12:21 pm

Re: FreshWDL

Post by MichelR »

OK, I locked at the code, and I found the issue. Normally, value 700 in clientrawextra.txt should contain the current day of month. Sadly, it is always 0 as generated by MeteoHub (at least with WMR200 as device). The day of month is also at value 35 of clientraw.txt.

The fix is twofold:

- change the 3 occurrences of "arrayClientrawExtra[700]" to "arrayClientraw[35]" in file "WidgetsHandlers.js" downloaded from the GitHub repository (https://github.com/Yerren/FreshWDL)
- upload this new version of "WidgetsHandlers.js" inside the "wld" directory (where "FreshWDLmaster.html" resides)
- change your "FreshWDLmaster.html" to replace into the last "script" line:
https://gitcdn.xyz/cdn/Yerren/FreshWDL/ ... ers.min.js
by
WidgetsHandlers.js

(So that the changed line now reads:
"<script type="text/javascript" src="WidgetsHandlers.js"></script> <!--Includes most of the Scripting-->"
instead of
"<script type="text/javascript" src="https://gitcdn.xyz/cdn/Yerren/FreshWDL/ ... "></script> <!--Includes most of the Scripting-->")

I have attached a zip with the new versions of the 2 files.

Hope this helps !
Attachments
fix-for-last-24-hours.zip
(45.7 KiB) Downloaded 735 times
CrowdedHouse
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: Tue Oct 12, 2010 7:45 pm
Location: Ireland
Contact:

Re: FreshWDL

Post by CrowdedHouse »

My friend that's excellent!

Great work - Chapeau - Thanks very much
olivier27
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: Tue Nov 24, 2020 4:07 pm

Re: FreshWDL

Post by olivier27 »

Hi,
I have the same problem because I cannot view the 3 graphs of the last 24 hours
I applied the proposed corrections (changes in FreshWDLmaster.html and WidgetsHandlers.js) and it doesn't work : my web page constantly displays "data loading... »
I realize that indeed the value 700 in my clientrawextra.txt is empty. The day of the month is well at clientraw.txt value 35.
I also realize that my clientrawextra file.txt does not match the file description "Description of the clientrawextra.txt". The last value (765) gives the software version (!! E10.37O!!) I have not checked the other clientraw files
Here is my configuration:
Station Vantage Pro2
Server MeteoLink / Meteohub
Thank you in advance for your help and your solution
Olivier
MichelR
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: Sun Feb 02, 2014 12:21 pm

Re: FreshWDL

Post by MichelR »

Hello Olivier,

this is a bit different from the issue of the previous posts (we did not get "data loading..." forever, only empty graphs).

Your issue seems more related to the fact that the data files (clientraw.txt and clientrawextra.txt) are not accessible to the javascript.

One thing you may try is to use your browser to check if the files are available.

For instance, in my case,

https://meteo.rabozee.net/weather2/wdl/clientraw.txt
https://meteo.rabozee.net/weather2/wdl/ ... wextra.txt

both return the content of the corresponding data file.

Replace "https://meteo.rabozee.net/weather2/wdl/" with your server location to check.
Post Reply