Problems with Paulman Lamp

Hi,

i’m using deCONZ-Binding with a Paulmann Lamp and i have a problem, when i’m changing color or brightness.
For example: The brightness is 0% and i change it with color picker control to 50%. The brightness changes extrem slowly. In my log file it looks like this:

2021-02-24 06:46:03.757 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.723277637903415,82,3 to 32.59693293659877,82,50

2021-02-24 06:46:03.757 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.723277637903415,82,3 to 32.59693293659877,82,3

2021-02-24 06:46:06.858 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,3 to 32.59693293659877,82,6

2021-02-24 06:46:09.956 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,6 to 32.59693293659877,82,9

2021-02-24 06:46:13.148 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,9 to 32.59693293659877,82,12

2021-02-24 06:46:16.351 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,12 to 32.59693293659877,82,15

2021-02-24 06:46:19.451 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,15 to 32.59693293659877,82,19

2021-02-24 06:46:22.652 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,19 to 32.59693293659877,82,22

2021-02-24 06:46:26.844 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,22 to 32.59693293659877,82,26

2021-02-24 06:46:29.942 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,26 to 32.59693293659877,82,29

2021-02-24 06:46:33.151 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,29 to 32.59693293659877,82,32

2021-02-24 06:46:36.348 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,32 to 32.59693293659877,82,35

2021-02-24 06:46:39.452 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,35 to 32.59693293659877,82,38

2021-02-24 06:46:42.647 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,38 to 32.59693293659877,82,41

2021-02-24 06:46:45.845 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,41 to 32.59693293659877,82,45

2021-02-24 06:46:48.959 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,45 to 32.59693293659877,82,47

2021-02-24 06:46:52.144 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BathRoom_LampColor' changed from 32.59693293659877,82,47 to 32.59693293659877,82,50

Interesting is the first log entry. This entry is the change from the color picker. All other entry came from deconz binding.

If i change the brightness via Phoscon App it’s not a problem.

Any idea?