diff --git a/content/personal/2010/09/weather-station.mkdn b/content/personal/2010/09/weather-station.mkdn index d165839..e0cb8e9 100644 --- a/content/personal/2010/09/weather-station.mkdn +++ b/content/personal/2010/09/weather-station.mkdn @@ -54,14 +54,14 @@ what I'm most interested in.
The Finished Installation
The Finished Installation
-
+
To log and upload the weather readings to [http://weather.wezm.net/][weather] I'm using the [wview][wview] weather station software. wview is running on the Mac mini connected to our TV. The site layout is pretty basic so I hope to come up with a cleaner design in the coming weeks. -**Update:** I build a custom logging and charting solution. See the post, +**Update:** I built a custom logging and charting solution. See the post, [Weather Station Software][software]. [software]: /technical/2010/09/weather-station-software/ diff --git a/content/technical/2010/09/weather-station-software.html b/content/technical/2010/09/weather-station-software.html index 67dd41d..8e78b06 100644 --- a/content/technical/2010/09/weather-station-software.html +++ b/content/technical/2010/09/weather-station-software.html @@ -16,7 +16,7 @@ functions for communicating with a LaCrosse WS-23xx weather station and a set of tools. wview logged its observations to an SQLite database, which seemed appropriate for this application. There were tools in Open2300 to log current conditions to MySQL and PostgreSQL databases but not SQLite. So last weekend -I spend some of the afternoon learning enough of the SQLite C API to add +I spent some of the afternoon learning enough of the SQLite C API to add such a tool. The result is in my [git mirror of the Open2300 SVN repo][open2300git]. Once the SQLite tool is tidied up a bit more I'll submit it upstream. @@ -29,9 +29,10 @@ that wview was previously generated. To do this I wrote a small [Lua tool][weather-tools] to query the database and output the results to a [JSON][json] file. The JSON is used on the new [weather page][weather], which is largely populated -by Javascript and uses the [flot charting library][flot] to graph the -temperature history. +by Javascript and uses the [flot][flot] and [dygraphs][dygraphs] libraries +visualise the weather data. [json]: http://www.json.org/ [flot]: http://code.google.com/p/flot/ -[weather-tools]: http://github.com/wezm/weather-tools \ No newline at end of file +[dygraphs]: http://dygraphs.com/ +[weather-tools]: http://github.com/wezm/weather-tools diff --git a/content/weather.html b/content/weather.html index b150aaa..eeabb8f 100644 --- a/content/weather.html +++ b/content/weather.html @@ -26,7 +26,7 @@
-Forecast icons by LavAna +Forecast icons by LavAna. Data from my weather station.