I would like to logically combine the state of three different sensors. The combined sensor should only go down if one specific of those three sensors goes down.
I use a sensor factory with the following state logic: status(1001) and not status(1002) and not status(1003)
The resulting sensor factory state shows exactly the states I need. The problem is the missing downtime in reports an historic data.
Is there any other possibility to combine sensor states? I thought about the business process sensor but I'm not sure if it is possible to configure such a logical combination.
Add comment