Fibago FGR-222 zwave rollershutter open % values not updated correctly

I got my first rollershutter and got it to work. Puh.

But there is a little thing which does not work correctly

my item config:
Rollershutter RS_RollerShutter_01 “open [%d %%]” { channel=“zwave:device:15a7a49f3a6:node4:blinds_control”}

The position of the rollershutter is from 0 to 100. If the rollershutter stops item RS_RollerShutter_01 shows the correct value. But if the rollershutter is moving, the value changes to 0 or 100 depending on the way (up or down). After it stops, the correct value is shown again.

2017-05-01 18:00:33.305 [ItemCommandEvent ] - Item ‘RS_RollerShutter_01’ received command UP
2017-05-01 18:00:33.315 [ItemStateChangedEvent ] - RS_RollerShutter_01 changed from 60 to 0
2017-05-01 18:00:36.662 [ItemCommandEvent ] - Item ‘RS_RollerShutter_01’ received command STOP
2017-05-01 18:00:36.735 [ItemStateChangedEvent ] - RS_RollerShutter_01 changed from 0 to 74

You will say, doesn’t matter. But I want to show a chart with the position of the roller shutter and it will confuse the chart if the value jumps to 100 or 0 by movement of the rollershutter.

Should I change one of the config parameters?

you need to add autoupdate=false to the thing.

{ channel="zwave:device:xxx:node4:blinds_control",autoupdate="false" }

Only in this case the binding waits for the rollershutter to get the correct information. If autoupdate is true, the item is updates before rollershutter has finished his job.

In addition change in habmin: