WD taglist.txt

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

Moderator: Mattk

jamar
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: Sat Jan 02, 2010 11:44 pm

Re:WD taglist.txt

Post 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";
User avatar
nduku
Senior Boarder
Senior Boarder
Posts: 45
Joined: Sun Jan 03, 2010 8:07 pm
Location: Eberfing, Bavaria/Germany
Contact:

Re:WD taglist.txt

Post 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
tomo
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: Mon Apr 12, 2010 9:03 pm

Re:WD taglist.txt

Post by tomo »

do you have a new version of this testtags.html file?
thank you in advance
User avatar
nduku
Senior Boarder
Senior Boarder
Posts: 45
Joined: Sun Jan 03, 2010 8:07 pm
Location: Eberfing, Bavaria/Germany
Contact:

Re:WD taglist.txt

Post by nduku »

No, or at least not me, I still use the version posted by mhgens on page 2 of this thread.

Cheers,
Axel
tomo
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: Mon Apr 12, 2010 9:03 pm

Re:WD taglist.txt

Post by tomo »

i would like to see a new and 'full' version of this file ;)
gianni
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: Wed Apr 29, 2009 10:11 am

Re:WD taglist.txt

Post 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
gianni
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: Wed Apr 29, 2009 10:11 am

Re:WD taglist.txt

Post 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]
Automan
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: Wed Jul 07, 2010 7:57 pm

Re: WD taglist.txt

Post 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.
Automan
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: Wed Jul 07, 2010 7:57 pm

Re: WD taglist.txt

Post 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
Edzo1
Senior Boarder
Senior Boarder
Posts: 40
Joined: Sat Feb 14, 2009 5:16 pm
Location: Scituate, MA USA
Contact:

Re: WD taglist.txt

Post by Edzo1 »

Hello - is the updated testtags file still available for download since the forum site was moved to its new url?

Thanks,

Ed
Automan
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: Wed Jul 07, 2010 7:57 pm

Re: WD taglist.txt

Post by Automan »

The old download links still seem to work.

Automan.
Edzo1
Senior Boarder
Senior Boarder
Posts: 40
Joined: Sat Feb 14, 2009 5:16 pm
Location: Scituate, MA USA
Contact:

Re: WD taglist.txt

Post by Edzo1 »

my mistake..., I was looking for a hotlink...., copied and pasted the url and got the file.

Thanks Automan!
Post Reply