Enocean commands do not all arrive

Since version 4 of OpenHAB I have the problem that sometimes when all shutters are moving in the morning or evening, some movement commands are not executed by the Eltako FAM14. It is always a different roller shutter, there is no pattern.

2024-02-03 17:00:15.774 [INFO ] [enhab.core.model.script.RolladenAuto] - Es ist Dunkel Rollladen runter
2024-02-03 17:00:15.781 [INFO ] [hab.core.model.script.RollladenScene] - Item Rollladen_Wohnzimmer_Szene 1
2024-02-03 17:00:15.785 [INFO ] [hab.core.model.script.RollladenScene] - Rollladen_Schlafzimmer_Szene 1
2024-02-03 17:00:15.789 [INFO ] [hab.core.model.script.RollladenScene] - Item Rollladen_Kinderzimmer_Szene 41
2024-02-03 17:00:15.793 [INFO ] [.script.Kinderzimmer Rollladen Szene] - Toleranz 100
2024-02-03 17:00:15.780 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Wohnzimmer_Szene' received command 1
2024-02-03 17:00:15.781 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Schlafzimmer_Szene' received command 1
2024-02-03 17:00:15.783 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Kueche' received command DOWN
2024-02-03 17:00:15.784 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Kueche_Balkontuere' received command 40
2024-02-03 17:00:15.786 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Kinderzimmer_Szene' received command 41
2024-02-03 17:00:15.791 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Wohnzimmer_Balkontuere' received command 50
2024-02-03 17:00:15.796 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Wohnzimmer_links' received command 60
2024-02-03 17:00:15.797 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Wohnzimmer_rechts' received command 60
2024-02-03 17:00:15.798 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Schlafzimmer_links' received command 60
2024-02-03 17:00:15.798 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Schlafzimmer_rechts' received command 60
2024-02-03 17:00:15.803 [INFO ] [openhab.event.ItemCommandEvent      ] - Item 'Rollladen_Kinderzimmer' received command 100
2024-02-03 17:00:26.822 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Rollladen_Kueche_Balkontuere' changed from 0 to 37
2024-02-03 17:00:31.540 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Rollladen_Wohnzimmer_Balkontuere' changed from 0 to 50
2024-02-03 17:00:32.014 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Rollladen_Wohnzimmer_links' changed from 0 to 57
2024-02-03 17:00:32.733 [INFO ] [hab.event.GroupItemStateChangedEvent] - Item 'gRollaeden_Wohnzimmer' changed from 0.00000000 to 50.00000000 through Rollladen_Wohnzimmer_rechts
2024-02-03 17:00:32.734 [INFO ] [hab.event.GroupItemStateChangedEvent] - Item 'gRollaeden_Wohnzimmer_Fenster' changed from 0.00000000 to 57.00000000 through Rollladen_Wohnzimmer_rechts
2024-02-03 17:00:32.735 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Rollladen_Wohnzimmer_rechts' changed from 0 to 57
2024-02-03 17:00:33.137 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Rollladen_Schlafzimmer_rechts' changed from 0 to 60
2024-02-03 17:00:33.309 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Rollladen_Kueche' changed from 0 to 100
2024-02-03 17:00:33.311 [INFO ] [hab.event.GroupItemStateChangedEvent] - Item 'gRollaeden_Kueche' changed from 0.00000000 to 37.00000000 through Rollladen_Kueche
2024-02-03 17:00:38.128 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Rollladen_Kinderzimmer' changed from 0 to 100

In this example, for example, the drive command goes out, however, the roller shutter is not moved.

Item 'Rollladen_Schlafzimmer_links' received command 60

Could it be that there are too many commands at once, or that the USB300 sends them too quickly and the FAM14 does not understand them?
Can anyone here help me with troubleshooting?

I can confirm, I have this problem, too.
I think a good workaround would be to define a “Zentralbefehl” within the Eltako actuators, so you only have one “switch” for moving all rollershutters.

I was too lazy, but I am sure it works.

That certainly works, but it has too many disadvantages.
I move the shutter to different positions, which is not possible with the central command and I want the logic in OpenHab and not in the actuators.

I didn’t check whether this might work or not. But as soon as you can set a “Zeitwertübergabe” in PCT14, it should work.
I can check this later.