A integrity/plausible filter for incoming values inserted into database to filter unvalid values and prevent logging of these into database.
Example 1:
Usual temperature sensor value is around -50 to 150 but a faulty value of 4500 comes in, now the filter kicks in and disregards the value instead of saving it to database and graph.
Example 2:
filtering of values way out of line compared to other database values around that value
These filters should be able to be applied per device or per type of value.