Timer Item on Basic UI

I’m wondering whether there is a plan to include timer item in sitemap. Use case is to setup timer to trigger certain command

I would not expect that there are any plans on supporting timers for Items directly, but you can trigger certain commands in OH today by using timers in rules. Like

myTimer = createTimer(now.plusMinutes(2), [|
//do something in two minues
    	])

Check out the documentation on timers here.

Thanks for the feedback. I rather ask my wife to configure this via openHAB basic ui rather than asking her to learn openHAB syntax :slight_smile:

1 Like