How to get which points are higher or lower than a specific point value in a period of time?
-
Dear Sir/Madam,
We would like to get which points are higher or lower than a specific point value in a period of time. For example, we have a number of temperature points in Mango installation, we would like to get which point has a value higher than 26 in a month.
We are using NoSQL for point values. How do we have this information?
Thanks in advance,
-
Use maStats (the statistics directive) and get the max value over your monthly time period.
Fox