Asset Advisor Custom Asset Filters
Right now filters are mapped to the following:
NOT_CONFIGURED(0), WARNING(1), RUNNING(2), PLANNED_DOWNTIME(3), UNPLANNED_DOWNTIME(4), UNAVAILABLE(5)
We are not connected to a KepServer, so we are not able to create logic per asset in asset advisor. In order to work around this, we are overriding the PTC.Factory.StatusExpressionResourceProvider.CustomizedStatusEvaluation. However, trying to bin our more complex states into these fields leaves people needing a decoder ring to figure out the actual state.
What I would like to do is re-map the fields above to match the states we have already defined for our things. Does anyone know how to accomplish this?

