Knob temperatur value jumps

Hello together,

I just set up a simple habpanel to controll my max! system for temperatur regulation. I added a knob for each actor. If i change temperature in the panel for example from 18 to 20 degrees, the value jumps back to 18 and a after a few seconds to 20 and then stays at 20.
Are there any settings to avoid that?

Thank you

Hi @SteSei,

Welcome to openHAB! The behaviour you’re seeing is due to the item autoupdating. It’s explained very well here (“Jitter” or “Jumping”).

Basically, autoupdate is meant to speed up reaction time, but doesn’t always work perfectly and isn’t always necessary. You can turn it off for individual items by adding autoupdate="false" to the item’s metadata.