Tellstick - sending ON to device, state changes ON -> OFF -> ON

Hi,

This doesn’t seem right, or?

21:03:01.977 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'S6' received command ON
21:03:01.982 [INFO ] [rnal.live.TelldusLiveDeviceController] - Send ON to TellstickNetDevice [deviceId=1, name=Room [6], online=true,                  state=2, statevalue=0, updated=false]
21:03:02.040 [INFO ] [smarthome.event.ItemStateChangedEvent] - S6 changed from OFF to ON
21:03:02.210 [INFO ] [smarthome.event.ItemStateChangedEvent] - S6 changed from ON to OFF
21:03:28.735 [INFO ] [smarthome.event.ItemStateChangedEvent] - S6 changed from OFF to ON
21:05:25.034 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'S7' received command ON
21:05:25.047 [INFO ] [rnal.live.TelldusLiveDeviceController] - Send ON to TellstickNetDevice [deviceId=2, name=Rum [7], online=true, state=2, statevalue=0, updated=false]
21:05:25.092 [INFO ] [smarthome.event.ItemStateChangedEvent] - S7 changed from OFF to ON
21:05:25.267 [INFO ] [smarthome.event.ItemStateChangedEvent] - S7 changed from ON to OFF
21:05:30.984 [INFO ] [smarthome.event.ItemStateChangedEvent] - S7 changed from OFF to ON

I have seen same toggling when switching from OFF to ON.

I use the sendCommand() to update the state of the switch.

openHAB 2.2.0 Release Build

Bridge tellstick:telldus-live:2 “Tellstick net” [refreshInterval=30000 … ]

/J

I have the same error but it is more severe with a Telldus connected dimmer.

Here is an example when I move the slider in the Basic UI (Same in the paper UI) from 44% to 75%

2018-02-18 20:24:30.259 [vent.ItemStateChangedEvent] - kitchen_window changed from 44 to 100
2018-02-18 20:24:30.280 [vent.ItemStateChangedEvent] - kitchen_window changed from 100 to 75
2018-02-18 20:24:30.286 [vent.ItemStateChangedEvent] - kitchen_window changed from 75 to 100
2018-02-18 20:24:30.292 [vent.ItemStateChangedEvent] - tellstick_dimmer_1_10_dimmer changed from 44 to 75
2018-02-18 20:24:30.295 [vent.ItemStateChangedEvent] - kitchen_window changed from 100 to 75

This results in severe delays in the updates of the UI and is very frustrating. Does anyone have an idea on where to start looking. All other bindings and dimmers in my setup e.g., Z-wave and Ikea Trådfri, Philips Hue and MQTT are working perfectly. This issue is isolated to the Tellstick binding.

Did you find any answers to this cause Im having the same problem. So frustrating.

You chaps know about the effects of default autoupdate, and the avoidance autoupdate=“false”?