Home

Posts Tagged 'ws2307'

WS-2307 weatherstation

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

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

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 :-).