Change item state with rules, help

You might need to tell us what the problem is.

Guessing, but maybe Item ‘doorlock’ can get updates while the timer is running. You could kick start many off-timers in that case.

It is quite common to need to set your rule up so that only one copy of the timer is running at a time. i.e. check to see if there is already a timer before starting a new one.

See this design pattern for techniques