After Homematic-FW update no more things

Hallo!
Recently, I updated the Homematic CCU2 to version 2.27.8. Since then in Openhab2 with Homematic binding 2.0.0 my things are all offline but not the CCU2. After deleting everything, I can just find the CCU2 but no things are found anymore.

The log tells “me”…

21:57:11.922 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'homematic:bridge:736db758' changed from INITIALIZING to ONLINE

And on every search for thing I can read …

21:58:29.229 [ERROR] [very.HomematicDeviceDiscoveryService] -
java.io.IOException
	at org.openhab.binding.homematic.internal.communicator.CcuGateway.sendScript(CcuGateway.java:235)[186:org.openhab.binding.homematic:2.0.0]
	at org.openhab.binding.homematic.internal.communicator.CcuGateway.sendScriptByName(CcuGateway.java:205)[186:org.openhab.binding.homematic:2.0.0]
	at org.openhab.binding.homematic.internal.communicator.CcuGateway.sendScriptByName(CcuGateway.java:193)[186:org.openhab.binding.homematic:2.0.0]
	at org.openhab.binding.homematic.internal.communicator.CcuGateway.loadDeviceNames(CcuGateway.java:125)[186:org.openhab.binding.homematic:2.0.0]
	at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:421)[186:org.openhab.binding.homematic:2.0.0]
	at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.loadAllDeviceMetadata(AbstractHomematicGateway.java:358)[186:org.openhab.binding.homematic:2.0.0]
	at org.openhab.binding.homematic.discovery.HomematicDeviceDiscoveryService$1.run(HomematicDeviceDiscoveryService.java:108)[186:org.openhab.binding.homematic:2.0.0]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_65]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_65]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)[:1.8.0_65]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)[:1.8.0_65]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_65]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_65]
	at java.lang.Thread.run(Thread.java:745)[:1.8.0_65]
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:109)[69:org.eclipse.jetty.client:9.2.19.v20160908]
	at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:655)[69:org.eclipse.jetty.client:9.2.19.v20160908]
	at org.openhab.binding.homematic.internal.communicator.CcuGateway.sendScript(CcuGateway.java:225)[186:org.openhab.binding.homematic:2.0.0]
	... 13 more

Any suggestions what to do?

Thanks a lot …

:slight_smile:

Maybe this thread can help you: Homematic binding doesn't find any things (Java Exception)

As an addition to the thread, this is how I configured the CCU firewall:

With these settings everything works fine with 2.27.8 in my environment.

Hey!
Thanks für your hint. I will check it soon and give feedback.

Sprocky

Hey!
One reason was the failure in the firewall setup. But at the end only reinstalling the binding was the only solution After several tries…

Cu!