Effective use of Timers in Rules

Hi friends!
I would like to visualize the created timer to know how much is left until the process is complete. I have OpenHAB3.
Thanks to everyone who responds!

You cannot do that directly with createTimer().

You might get some ideas from here

or here

You forgot your design pattern. :smiley: Design Pattern : Expire Binding based Countdown timer

Note that Iā€™ve a JavaScript library implementation for this DP now too. openhab-rules-tools/countdown_timer at main Ā· rkoshak/openhab-rules-tools Ā· GitHub