Change Detection Filter

It is a filter plugin for FogLAMP to process data and create time interval information while a particular tag/datapoint remains set to a given value

changedetection

Configuration Details

  • Regular expression to match datapoint names: Python regular expression to match tag/datapoint names to be processed (special characters like the dot must be escaped)

  • Output asset name: Output asset name

  • Maximum reporting interval: Time interval (in secs) after which the interval information must be forwarded. By nature of being a filter, this happens when the next reading comes in after this duration has elapsed.

  • Forward original readings: Whether to forward original readings

  • Enabled: Whether the filter is enabled