Difference between revisions of ":Templates/5/en"
From meteobridge
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 5: | Line 5: | ||
* '''avg2''', '''avg5''', '''avg10''', '''avg15''', '''avg30''', '''avg60''': selects average value from the last 2, 5, 10, 15, 30 or 60 minutes | * '''avg2''', '''avg5''', '''avg10''', '''avg15''', '''avg30''', '''avg60''': selects average value from the last 2, 5, 10, 15, 30 or 60 minutes | ||
For sensors delivering cumulated values like "rain0total" and "sol0evo" the following selectors are defined: | For sensors delivering cumulated values like "rain0total" and "sol0evo" the following selectors are defined: | ||
− | * '''sum2''', '''sum5''', '''sum10''', '''sum15''', '''sum30''', '''sum60''': selects summerized delta values from the last 2, 5, 10, 15, 30 | + | * '''sum2''', '''sum5''', '''sum10''', '''sum15''', '''sum30''', '''sum60''', '''sum1h''', '''sum3h''', '''sum6h''', '''sum12h''', '''sum24h''': selects summerized delta values from the last 2, 5, 10, 15, 30, 60 minutes or 1, 3, 6, 12, 24 hours. This is useful to get amount of total rain in a certain time frame: "rain0total-sum60" is rainfall im mm of last 60 minutes. |
Revision as of 23:10, 5 February 2014
Apart from selectors that use absolute, predefined time slots there are also selectors that look for a certain amount of time into the past.
- val2, val5, val10, val15, val30, val60: selects the value the sensor has shown 2, 5, 10, 15, 30 or 60 minutes ago
- max2, max5, max10, max15, max30, max60: selects the maximum value from the last 2, 5, 10, 15, 30 or 60 minutes
- min2, min5, min10, min15, min30, min60: selects the minimum value from the last 2, 5, 10, 15, 30 or 60 minutes
- avg2, avg5, avg10, avg15, avg30, avg60: selects average value from the last 2, 5, 10, 15, 30 or 60 minutes
For sensors delivering cumulated values like "rain0total" and "sol0evo" the following selectors are defined:
- sum2, sum5, sum10, sum15, sum30, sum60, sum1h, sum3h, sum6h, sum12h, sum24h: selects summerized delta values from the last 2, 5, 10, 15, 30, 60 minutes or 1, 3, 6, 12, 24 hours. This is useful to get amount of total rain in a certain time frame: "rain0total-sum60" is rainfall im mm of last 60 minutes.