Hello if you can export the data from weather link into a text with commas or csv format file I can simply apply a local script that will convert your old data to a weather34 csv chart format .please note the template only supports data from 2018 onwards unfortunately not all the way back to 2008 .
I see your using TPLINK so Im guessing there is no capability to have all that data stored in Meteobridge itself if you were using a Meteobridge pro or nanosd or rpi then
there is a one click Meteobridge script Boris came up with last year to export data stored in year format that aligns perfectly with the weather34 charts .
This method is preferred when for whatever reasons the charts become corrupted on website servers or there is an issue of loss of data .
format expect each value separated with a comma
position number and data type the position is critical
0 time,
1 max day temp,
2 min day temp,
3 max day dew,
4 min day dew,
5 rain day total,
6 wind speed day max,
7 wind speed day average,
8 not used,
9 max day pressure,
10 min day pressure,
11 max day uv,
12 max day solar,
13 24 hour avg air quality,
14 day average davis airlink,
15 wind direction avg,
16 max day humidity,
17 min day humidity
17 values and it should resemble something like below (don't worry about if you don't use airlink or purple air quality
Code: Select all
1 Mar,7.2,3.8,4.4,-2.0,0.8,8.5,1.8,**,1035.9,1028.0,1.7,171.0,8.3,22.5,40.0,92.0,79.0
2 Mar,5.5,1.8,2.5,-0.8,0.0,5.4,0.7,**,1029.9,1027.1,1.5,171.0,31.7,53.8,76.0,93.0,72.0
3 Mar,5.8,2.1,1.7,-0.6,0.0,5.8,0.9,**,1032.7,1029.8,1.1,149.0,28.3,37.9,58.0,85.0,72.0
4 Mar,4.3,1.7,0.7,-1.6,0.0,3.6,0.4,**,1032.6,1026.7,0.8,130.0,39.2,77.4,16.0,83.0,73.0
5 Mar,5.4,1.0,2.4,-1.3,0.2,5.4,0.4,**,1026.7,1010.5,1.5,169.0,42.5,60.2,298.0,93.0,71.0
6 Mar,7.5,2.4,5.9,-2.4,2.2,10.7,1.7,**,1017.1,1012.9,3.4,336.0,45.8,3.8,311.0,100.0,89.0
image below examples what the structure is when viewed in CSV editor .

- csvtt.png (189.59 KiB) Viewed 1423 times
ps I have a common interest with your particular region , my wife ancestors are from Thessaloniki whilst you maybe some miles/km away but we live in a similar climate and liking of food also I enjoy the Thessaloniki traditional dancing .. hope the above info doesn't seem to complex but the simplest way is to create an export going back to 2018 and send it to me and wait a few days till its done.
Brian