WS-2307 weatherstation
Tags:
weatherstation
wl500g
ws2307
November 5, 2008
by david
Last year my old weatherstation was damaged by a storm. I bought a new ws-2307 weatherstation. It has wireless sensors and a nice lcd display.
Of course I hooked it up to the wl500g . I compiled the open2300 weathersoftware on the wl500g itself.
On the download page there is a python version. It has less functionality, but is easy to modify.
Weather graphs
Tags:
rrdtool
weatherstation
wl500g
ws2307
February 3, 2009
by david
I added the weather graphs to the website. On the wl500g the graphs are generated with rrdtool and with lftp the graphs are uploaded to the server every hour.
lftp -c 'open -e "mirror -R $LOCALWEATHERDIR $WEBDIR" sftp://$WEBHOST/'
You can see them at Weather @ HACKLAB
Connect the environment with pachube
Tags:
pachube
weatherstation
wl500g
ws2307
July 25, 2009
by david
Pachube is a website that connects different sensors to the internet. It has an easy api. A lot of different webapps for graphing the collected data.
Now my weather data is in the cloud :-).