Dimmer: Sending states to item during moving

Hello,
I have a dimmer item. When I move the slider, the value is sent, when I release the mouse button.
image

Is it possible, to get the behaviour from the slider in the openhab administration?

When you move this slider, the values will be send in realtime.

I have found no configuration setting for the dimmer item.

Thxy

Yes and no.

Yes: there is a property that can be set for the slider components that suppresses item updates until the slider is released. See releaseOnly in the docs:

No: the slider that you see on that item’s detail page is the default stand alone widget for that item. I don’t think you can change the releaseOnly setting on that widget. However, you can define your own new default standalone widget for that item and then you can include in that custom widget the releaseOnly property.

1 Like

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.