Page 2 of 2

Re:WD taglist.txt

Posted: Tue Feb 09, 2010 2:11 am
by jamar
Normally, script takes as "root" folder the folder from which it is executed. Also specifying path relatively like "../weather/clientraw.txt" should work, I'm using this definition in one of my scripts:
$data_file_path = '../data/clientraw/clientraw.txt';

Anyway, you can also try to specify the path absolute using $_SERVER array, like:
$SITE['clientrawfile'] = $_SERVER['DOCUMENT_ROOT']."/weather/clientraw.txt";

Re:WD taglist.txt

Posted: Tue Feb 09, 2010 9:30 pm
by nduku
Hi,

carefully reading the manual helps a lot :blush:

Apart from setting the path in the settings.php (to clientraw.txt AND testtags.php) I was not aware that I have to set the path in the ajaxWDwx.js as well. I do not completely understand, which file is for what, but setting it in both files did the trick for me. It is in deed possible to go one dir up by using '../clientraw.txt'.

Also, the testtags.php from mghens works perfectly for me. Thanks for posting that file!

What still shows some weird data is the almanac pages (sun & moon, monthly data), but reading the manual a bit further will probably solve that as well :P

Does anyone know where the almanac > "station monthly reports" gets it's data from?

I assume that's data provided by weather-display, the same stuff thats generated by meteohub. But meteohub just puts that in the export directory, but it'S not uploaded, right? Can I use this for the AJAX/PHP templates as well?

Cheers,
Axel

Re:WD taglist.txt

Posted: Sat Apr 24, 2010 12:12 am
by tomo
do you have a new version of this testtags.html file?
thank you in advance

Re:WD taglist.txt

Posted: Sat Apr 24, 2010 1:46 pm
by nduku
No, or at least not me, I still use the version posted by mhgens on page 2 of this thread.

Cheers,
Axel

Re:WD taglist.txt

Posted: Sat Apr 24, 2010 4:56 pm
by tomo
i would like to see a new and 'full' version of this file ;)

Re:WD taglist.txt

Posted: Wed Jun 02, 2010 1:43 pm
by gianni
After a long and exhausting working here is the updated file testtags.htm
to Version 1.06 - 12-Jul-2009, to be included in the folder of graphs
Meteohub.
Some values are not generated as Meteohub.
Modify it to your liking.
The values are "metric".
Thanks to "mghens" from which I took the base file.
I hope I have done something to please,
Cignals

Re:WD taglist.txt

Posted: Wed Jun 02, 2010 1:46 pm
by gianni
After a long and exhausting working here is the updated file testtags.htm
to Version 1.06 - 12-Jul-2009, to be included in the folder of graphs
Meteohub.
Some values are not generated as Meteohub.
Modify it to your liking.
The values are "metric".
Thanks to "mghens" from which I took the base file.
I hope I have done something to please,
Cignals;) [file name=testtags-8e7763e5faa8e5e550f2555a19f86567.zip size=9955]http://www.meteohub.de/joomla/images/fb ... f86567.zip[/file]

Re: WD taglist.txt

Posted: Fri Jul 09, 2010 12:08 am
by Automan
Help!
I have been trying to use either sample of testtags.html with my meteohub uploading all sensors as testtags.php but all that happens is the webpage screen is filled with raw data.

Can the exact steps be explained, should the testtags.html be on the meteohub or your weather web server and what exactly should you upload and how often.

Many thanks

http://www.morlocks.co.uk/weather/wxindex.php

Automan.

Re: WD taglist.txt

Posted: Tue Jul 13, 2010 10:03 am
by Automan
I see where I was going wrong...

I did not realise the meteohub device could process a webpage from its local folder and then upload it to your website as testtags.php.

Thus I have made some progress but more work is required.

http://www.morlocks.co.uk/weather/wxindex.php

Re: WD taglist.txt

Posted: Tue Jul 20, 2010 9:05 pm
by Edzo1
Hello - is the updated testtags file still available for download since the forum site was moved to its new url?

Thanks,

Ed

Re: WD taglist.txt

Posted: Wed Jul 21, 2010 9:38 am
by Automan
The old download links still seem to work.

Automan.

Re: WD taglist.txt

Posted: Thu Jul 22, 2010 4:04 am
by Edzo1
my mistake..., I was looking for a hotlink...., copied and pasted the url and got the file.

Thanks Automan!