[solved] Homematic HmIP-MOD-TM Thing cannot initialize

Hello,

I haven’t found anything regarding this issue, so I post it here:

I installed the Homematic HmIP-MOD-TM (Garage Door Module).

Trying to initialize the correspondent thing leads to the following error message:

HANDLER_CONFIGURATION_PENDING
{HMP_1_EVENT_DELAY_UNIT=Der Wert 1 ist nicht in den erlaubten Optionen enthalten. Erlaubte Optionen sind: [ParameterOption [value="100MS", label="100ms"], ParameterOption [value="S", label="seconds"], ParameterOption [value="M", label="minutes"], ParameterOption [value="H", label="hours"]], HMP_2_EVENT_RANDOMTIME_UNIT=Der Wert 1 ist nicht in den erlaubten Optionen enthalten. Erlaubte Optionen sind: [ParameterOption [value="100MS", label="100ms"], ParameterOption [value="S", label="seconds"], ParameterOption [value="M", label="minutes"], ParameterOption [value="H", label="hours"]], HMP_1_EVENT_RANDOMTIME_UNIT=Der Wert 1 ist nicht in den erlaubten Optionen enthalten. Erlaubte Optionen sind: [ParameterOption [value="100MS", label="100ms"], ParameterOption [value="S", label="seconds"], ParameterOption [value="M", label="minutes"], ParameterOption [value="H", label="hours"]], HMP_2_EVENT_DELAY_UNIT=Der Wert 1 ist nicht in den erlaubten Optionen enthalten. Erlaubte Optionen sind: [ParameterOption [value="100MS", label="100ms"], ParameterOption [value="S", label="seconds"], ParameterOption [value="M", label="minutes"], ParameterOption [value="H", label="hours"]]}

I am using OpenHAB 3.4 on a Raspi 4, Homematic CCU2 and the binding version is
org.openhab.binding.homematic-3.2.0-SNAPSHOT.jar
in my addons folder, which might be outdated.

Maybe someone can give me a hint, if there is an updated version of the homematic binding, which does not show this error.

I just installed the actual Homematic binding verision 3.4.0, but the problem persists.

It looks like a parameter type mismatch of the binding.

The problem is solved.
After deletion and re-installation of the Thing, the HmIP-MOD-TM initialized without errors.