Hello Jochen,
Hmm, okay but then I don't really understand the logic behind the factory sensor...
Then I should suggest you should add the possibility to show "Warning" also for multiple error limit sensors, also for multiple warning sensors. It should be configured via custom formula or the like..
It would be very handy to be able to do this in factory sensor:
Error handling
- "Factory sensor shows error status when one or more source sensors are in error status"
- "Factory sensor shows warning status when one or more source sensors are in error status"
- "Factory sensor shows error status when one or more source sensors are in warning status"
- "Factory sensor shows warning status when one or more source sensors are in warning status"
Custom Formula, there you should be able to define warning status as well not just error status. If you could add also a status of 5000 (warning) instead of just 0 and 10000.
My use case is this:
Setup factory channels with defined error/warning limits (for instance disk free limit or cpu limits)
Then define an error handling like this:
if channel1=warning AND channel2=warning then sensor factory status=warning
If channel1=error AND channel2=warning then sensor factory status=warning (or error)
Then it would be VERY useful to produce very intelligent factory sensors with more business case like warning and errors.
Add comment