openpowerquality / opq

Master repository for all OPQ services
http://openpowerquality.org
18 stars 2 forks source link

Implement threshold optimization plugin. #269

Closed anthonyjchriste closed 5 years ago

anthonyjchriste commented 5 years ago

Please do work for this task in a branch called issue-269.

Implement a Mauka plugin that can dynamically change triggering thresholds based off of expected or predicted events where an signal of interest may occur but may not be seen due to current thresholds for that device.

Thresholds are already dynamically loaded from mongo in Makai, but there isn't currently a way to edit those thresholds that isn't manual. This plugin will allow phenomena to edit these thresholds dynamically.

The plugin should receive a message that specifies a box id and a set of thresholds to modify.

anthonyjchriste commented 5 years ago

Plugin is implemented and running in production.