Script to set tilt of blinds (Fibaro Roller Shutter FGR223)

Hello everyone

I would like to tilt my blinds only minimally, so that the slats of the blinds are almost completely closed.

I have created a script for this, but unfortunately the delay is not adhered to. No matter how small the delay is (or completely removed), it always takes longer (approx. 1s). If I increase the delay, e.g. 2s or more, the timeout is correctly observed.

Unfortunately, my Fibaro roller shutters (FGR223) do not support precise positioning and tilting. Therefore I have to realize this with short “up” and “down” commands.

alias: Storen minim öffnen
sequence:
  - service: cover.open_cover
    data: {}
    target:
      device_id: f5a4ea4fdfff4680a21ae3cf384edbe8
  - delay:
      hours: 0
      minutes: 0
      seconds: 0
      milliseconds: 200
  - service: cover.stop_cover
    data: {}
    target:
      device_id: f5a4ea4fdfff4680a21ae3cf384edbe8
mode: single
icon: mdi:window-shutter-open