Hi there,
I have some devices that need routine maintenance after a certain runtime has been reached. For example every 1000 hours of runtime a valve has to be tested. And I need to be able to get notifications for it. I created some events that keep track of my ‘runtime’ variable and send me an email once it reaches 1000.
However, I need this action to repeat every 1000 hours of runtime not just once. The events only allow me to re-trigger after a specific amount of time and not based on the value of the variable, but the devices aren’t running 24/7 so their runtime might not reach 1000 after 1000 hours for example. Is there a way to implement this faster than setting multiple conditions in the trigger like on value 1000 AND on value 2000 AND 3000 etc. The confirmation I mention in the heading is something I don’t think is possible now, but I’d like to know if something like a custom indicator in the dashboard that also shows that 1000 hours have been reached, and you need to click a button to mark that the event has been acknowledged/solved and keep track if each event has been acknowledged.
Also, is there a way to set who gets notified through the dashboard instead of editing the event every time I need to add a person? My guess is that I’d have to code a custom widget but if you have any ideas please let me know.