Homematic blind HmIP-FBL behavior

I have installed several HomeMatic HmIP-FBL blind actuators. If I want to close the blind and the tilt position is set to something other than 0%, the blind will not close completely.
So I have to explicitly set the tilt position to 0 before I can close the blind. The same behavior applies when opening the blinds. I need to set the tilt position to 100 before I can open the blinds.

This behavior makes it more complicated to carry out a simple control in scripts because I always have to fire a close_cover_tilt first and afterwords a close_cover.
Wouldn’t it be easier if a close_cover_tilt were triggered automatically before a close_cover (if the actuator is able to control the tilt position)?

Is there any easier way to open or close the blinds completely? Or do I miss something?
Thanks

No clue about the specifics of the blind, but you could create a script that does close_cover_tilt + close_cover, and call this script from everywhere else.

I’m quite new to Home Assistant. Ist there a way to write a generic script and pass as a parameter the desired entity id.
If not I must write for every cover an open and close script. Having 12 cover actuators, would lead in 24 scripts.
Thanks for any advice.