Hello,
It would be nice to have wind speed and direction values with 1 minute interval for the last hour available in all-sensors.xml.
I would plot theese as dots in a polar diagram.
This is a link to the javascript based web page I am coding: http://www.ekelund.pp.se/weather/myhtml5.html
Cheers,
Mats
Wind data for last hour
Moderator: Mattk
Re:Wind data for last hour
Oops, this should have been posted in wishes...
Re:Wind data for last hour
It is already part of "all-sensors.txt":
seqmin1_wind0_....
I did keep that out of XML as this would blow up the file significantly. This type of data is also part of clientraw files that Meteohub produces for WD-Live. Have a look here: http://www.tnetweather.com/nb-0100.php
seqmin1_wind0_....
I did keep that out of XML as this would blow up the file significantly. This type of data is also part of clientraw files that Meteohub produces for WD-Live. Have a look here: http://www.tnetweather.com/nb-0100.php
Re:Wind data for last hour
Thanks!
I can parse those files and grab the data I want.
Cheers,
Mats
I can parse those files and grab the data I want.
Cheers,
Mats
Re:Wind data for last hour
Reading the text file was a piece of cake. Here is the result:
http://www.ekelund.pp.se/weather/current.html
Cheers,
Mats
http://www.ekelund.pp.se/weather/current.html
Cheers,
Mats
Re:Wind data for last hour
That looks great!