Data collection
This site collects weather data on a minute by minute basis, I decided to update the database in a relative manageble form and kept the database update to a 5 minutes interval.
Different sets of data are collected at different times and time scales, the following data is uploaded to a MySQL database:
- Weather data, updated in 5 minute increments.
- Wind turbine and solar panel data, updated in 1 hour increments and uploaded once a day.
Weather Data
Initially only some of the important data is collected being:
- Temperature
- Humidity
- Wind
- Rain (reset of total rain is a 9AM each morning.)
- Barometer
This data is graphed by hour and by month, some data might look a bit "funny" this is because the average for the day is used and this includes zero values. The formula used is "avg(field)"
Windturbine and solar panel data
This data is collected from a Plasmatronic unit that is connected to the wind turbine and a solar panel, each hour a record is written to the plasmatronic and retrieved by my weather server. These records are consolidated and uploaded once a day at 1AM in the morning.
Current database statistics:
| Database collection started: 23/3/2008 | Solar and UV collection started: 21/04/2008 |
Weatherstation databaseTotal weather database records: 37436 |
Solar and UV databaseTotal solar database records: 37434 |
Plasmatronics databaseTotal plasmatronic database records: 1463 |
Yesterday databaseTotal records in yesterday database: 106 |
| Database size is: 17667888 bytes or approx: 17 MB |
|