source: wiki/pyopen2300.wiki @ 20

Revision 20, 998 bytes checked in by nigel.sim, 5 years ago (diff)

Edited wiki page through web user interface.

Line 
1#summary pyopen2300 overview
2
3Pyopen2300 is intended to complement [http://www.lavrsen.dk/twiki/bin/view/Open2300/WebHome open2300], by providing the ability to have multiple data sinks for each reading. Typically it can take up to one minute to make a reading from an open2300 compatible weather station, so it is important to reuse the readings, rather than make separate readings for separate sinks.
4
5==Current sinks==
6* mysql
7* drupal openweather
8* [http://www.wunderground.com/ Weather underground] (wu)
9
10==Planned sinks
11* Citizen weather
12* CSV
13
14Different intervals for writing can be set, allowing for instance, the mysql to take a reading every 2 minutes, while wu may only be updated every 10 minutes.
15
16pyopen2300 uses fetch2300 to read from the weather station, but in future versions it is hoped we can read directly using python, making the whole package far more portable.
17
18=Downloads=
19You can download the trunk version from here http://simbot-code.googlecode.com/svn/trunk/pyopen2300/
Note: See TracBrowser for help on using the repository browser.