The Daily Log
Design
THE DAILY LOG is based on a spiraling calendar of seasonal and annual tasks, allowing anyone to look up what jobs are performed on certain days of the year. These tasks might have icons associated, and color codes, according to seasonal or regular tasks. Specific information, such as the number of hours worked by certain employees, and the amount of products used in the vineyard would be documented here. Logged items should correspond with specific vineyard coordinates: row, claro, plant, and allow for documenting specific incidences: planting mugrones, diseases, etc.
The daily log should have three views available for visitors: daily, monthly, and yearly. Ideally, this could be circular or spiraling.
From the log, the user should be able to visualize the tasks that were executed on each day, and open the Runbook entry for each by selecting the task.
The yearly view of the log should present tasks as relevant to the different stages of the grape growing season.
The daily log should present data in the three views (daily, monthly, and yearly) for:
Temperature (max and min) – daily only.?Subsoil humidity (.5m, 1m, and 2m) – daily only
Solar irradiance totals (daily, weekly, monthly totals)
Users should be able to visualize differences from one year to the next, of multiple years.
The log should have a field indicating the last time the daily log was updated.
Mobile version
Tablet version
Vineyard Data Collection
Data is collected in the vineyard from two types of sensor collection points:
All data is forwarded to a data collection server before it us uploaded to the openvino server.
Data needed for different views
First view all year data:
Source | Type | Name | Description |
---|---|---|---|
Weather station | float | temperature_global | A value per month that will be the calculation of the daily average |
Weather station | float | humidity | A value per month that will be the calculation of the daily average |
Weather station | float | rain | A value per month that will be the calculation of the daily average |
Detailed view by months:
Source | Type | Name | Description |
---|---|---|---|
Weather station | float | temperature_global | A value per day that will be the calculation of the daily average |
Weather station | float | humidity | A value per day that will be the calculation of the daily average |
Weather station | float | rain | A value per day that will be the calculation of the daily average |
Vinduino 1 | int | sensor005 | A value per day that will be the calculation of the daily average |
Vinduino 1 | int | sensor05 | A value per day that will be the calculation of the daily average |
Vinduino 1 | int | sensor1 | A value per day that will be the calculation of the daily average |
Vinduino 1 | int | sensor2 | A value per day that will be the calculation of the daily average |
Vinduino 2 | int | sensor005 | A value per day that will be the calculation of the daily average |
Vinduino 2 | int | sensor05 | A value per day that will be the calculation of the daily average |
Vinduino 2 | int | sensor1 | A value per day that will be the calculation of the daily average |
Vinduino 2 | int | sensor2 | A value per day that will be the calculation of the daily average |
Vinduino 3 | int | sensor005 | A value per day that will be the calculation of the daily average |
Vinduino 3 | int | sensor05 | A value per day that will be the calculation of the daily average |
Vinduino 3 | int | sensor1 | A value per day that will be the calculation of the daily average |
Vinduino 3 | int | sensor2 | A value per day that will be the calculation of the daily average |
Vinduino 4 | int | sensor005 | A value per day that will be the calculation of the daily average |
Vinduino 4 | int | sensor05 | A value per day that will be the calculation of the daily average |
Vinduino 4 | int | sensor1 | A value per day that will be the calculation of the daily average |
Vinduino 4 | int | sensor2 | A value per day that will be the calculation of the daily average |
Openbravo Data base | String | tasks | One record per task carried out with all your data |