Homematic/Homegear "No answer from device. (sending setValue()"

Hey guys,

I’m running OH2.4 with openHABian on a Raspberry Pi 3 Model B. As additional component I have installed homegear to use my Homematic devices with the HM-MOD-RPI-PCB module. Everything ran smooth - until I updated all packages using the openHABian config tool, witch also updated the homegear packages
All my things are shown online but when I interact with an Homematic item, following error is logged:
<
2019-02-02 21:03:14.650 [nt.ItemStatePredictedEvent] - EG_Kueche_Rolladen_Vorne_Level predicted to become DOWN

2019-02-02 21:03:14.677 [vent.ItemStateChangedEvent] - EG_Kueche_Rolladen_Vorne_Level changed from 0 to 100

==> /var/log/openhab2/openhab.log <==

2019-02-02 21:03:19.781 [ERROR] [ematic.handler.HomematicThingHandler] - -100 No answer from device. (sending setValue()

OEQ0982801:1

LEVEL

0.0

)

java.io.IOException: -100 No answer from device. (sending setValue()

OEQ0982801:1

LEVEL

0.0

)

	at org.eclipse.smarthome.binding.homematic.internal.communicator.parser.RpcResponseParser.parse(RpcResponseParser.java:51) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:82) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:94) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:70) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.internal.communicator.client.RpcClient.setDatapointValue(RpcClient.java:335) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.internal.communicator.AbstractHomematicGateway$1.execute(AbstractHomematicGateway.java:686) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.internal.misc.DelayedExecuter.start(DelayedExecuter.java:65) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.internal.communicator.AbstractHomematicGateway.sendDatapoint(AbstractHomematicGateway.java:665) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.internal.communicator.AbstractHomematicGateway.sendDatapoint(AbstractHomematicGateway.java:644) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.handler.HomematicThingHandler.sendDatapoint(HomematicThingHandler.java:307) ~[201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.binding.homematic.handler.HomematicThingHandler.handleCommand(HomematicThingHandler.java:283) [201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]

	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]

	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]

	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]

	at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [102:org.eclipse.smarthome.core:0.10.0.oh240]

	at org.eclipse.smarthome.core.internal.common.InvocationHandlerSync.invoke(InvocationHandlerSync.java:59) [102:org.eclipse.smarthome.core:0.10.0.oh240]

	at com.sun.proxy.$Proxy123.handleCommand(Unknown Source) [201:org.eclipse.smarthome.binding.homematic:0.10.0.oh240]

	at org.eclipse.smarthome.core.thing.internal.profiles.ProfileCallbackImpl.handleCommand(ProfileCallbackImpl.java:75) [109:org.eclipse.smarthome.core.thing:0.10.0.oh240]

	at org.eclipse.smarthome.core.thing.internal.profiles.SystemDefaultProfile.onCommandFromItem(SystemDefaultProfile.java:49) [109:org.eclipse.smarthome.core.thing:0.10.0.oh240]

	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]

	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]

	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]

	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:?]

	at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:153) [102:org.eclipse.smarthome.core:0.10.0.oh240]

	at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:53) [102:org.eclipse.smarthome.core:0.10.0.oh240]

	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]

	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:?]

	at java.lang.Thread.run(Thread.java:748) [?:?]>

I really have no clue what to do and appreciate every kind of help!

Best regards!

Did you find a solution?
I heared that adding the parameter: sendFix = true to the homematicbidcos.conf for your controller might be able to fix the issue.
I am struggeling with the same problem - did not work for me though…