Let's that I have a server where I want to see the meteobridge data, named http://www.myserver.com, and there is a file meteo.php at the document root, which would contain something like echo $_GET["temp"].
Let's say that on the meteobridge, in "Push Services" / "Individual HTTP Upload" I have entered the URL http://www.myserver.com/meteo.php?temp=[th0temp-act], with a 1 minute interval.
If I understand the process, meteobridge will then request the page meteo.php from myserver.com every minute ? But how would that push any data to myserver.com ?
Something totally escapes me...
