hetweeractueel weathernetwork upload errors
Posted: Mon Apr 15, 2013 6:45 pm
Weathernetwork upload hetweeractueel.txt is different for Meteohub versus Meteobridge and Meteoplug.
The Meteohub version for the upload uses UTC for stationdates in the first few fields.
Meteohub:
BOF
$date = "15-04-13";
$time = "16:37";
$stationDate = "15-04-13";
$stationTime = "16:37";
$utcdate = "15-04-13";
$utctime = "16:37";
Meteobridge / Meteoplug show correct station times:
BOF
$date = "15-04-13";
$time = "18:34";
$stationDate = "15-04-13";
$stationTime = "18:34";
$utcdate = "15-04-13";
$utctime = "16:34";
I tested by using Meteohub to upload to Meteroplug, again Meteohub shows UTC and Meteoplug correct station times.
We want to use the uploaded hetweeractueel.txt file to populate a simple weatherpage and therefor need correct station times. All other time fields (sunset, min max fields and so on) in the upload file are in correct station time. Only the current date/time fields are "in error".
Thanks for looking into this,
Wim van der Kuil
www.weerstation-wilsele.be
The Meteohub version for the upload uses UTC for stationdates in the first few fields.
Meteohub:
BOF
$date = "15-04-13";
$time = "16:37";
$stationDate = "15-04-13";
$stationTime = "16:37";
$utcdate = "15-04-13";
$utctime = "16:37";
Meteobridge / Meteoplug show correct station times:
BOF
$date = "15-04-13";
$time = "18:34";
$stationDate = "15-04-13";
$stationTime = "18:34";
$utcdate = "15-04-13";
$utctime = "16:34";
I tested by using Meteohub to upload to Meteroplug, again Meteohub shows UTC and Meteoplug correct station times.
We want to use the uploaded hetweeractueel.txt file to populate a simple weatherpage and therefor need correct station times. All other time fields (sunset, min max fields and so on) in the upload file are in correct station time. Only the current date/time fields are "in error".
Thanks for looking into this,
Wim van der Kuil
www.weerstation-wilsele.be