-
Notifications
You must be signed in to change notification settings - Fork 62
filters
Right click on a data point to edit its properties. Among those properties are filter settings. Filters can be used to reject incoming values if they are not relevant. This is useful for ignoring those spikes in your data or ignoring repeated values.
If you have a sensor recording the same value every second for 24 hours, Nimbits can only record new data when the value changes. This means you only need to record a few values, instead of several thousand repeated values. Examples
- Fixed Hysteresis: Value is +/- too small of a change from the last value to matter.
- Percent Hysteresis: Value is +/- too small of a % change from the last value to matter.
- Floor: Value must be above the filter setting to matter
- Ceiling: Value must be below the filter setting to matter
Copyright 2016 Benjamin Sautner
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.