eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
861 stars 784 forks source link

Homematic Binding problems to reconnect #6024

Open Xento opened 6 years ago

Xento commented 6 years ago

Hello, I have the problem that there is an issue when openhab wants to reconnect to the ccu. The ccu becomes unresponsive in some functions until I stop the bundle and start it again. A restart of the bundle with bundle:restart is not enough.

Here is the part of the logfile when I restarted the ccu

2018-08-09 21:15:40.458 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '60' for 'CUX1200002:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:15:40.463 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200002:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:15:40.469 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.5' for 'CUX1200002:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:15:40.475 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.8' for 'CUX1200002:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:15:40.481 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200002:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:15:40.486 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200002:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:15:40.764 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.1' for 'CUX1200004:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:15:40.772 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '187' for 'CUX1200004:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:15:40.778 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.5' for 'CUX1200004:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:15:40.784 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.3' for 'CUX1200004:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:15:40.790 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '61' for 'CUX1200004:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:15:40.796 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '61.0' for 'CUX1200004:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:15:40.802 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '16.1' for 'CUX1200004:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:15:40.808 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.3' for 'CUX1200004:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:15:40.813 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '61.0' for 'CUX1200004:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:15:40.819 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '66.0' for 'CUX1200004:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:15:40.833 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value 'd33daba2' for 'CENTRAL:0#PONG' from gateway with id 'd33daba2'
2018-08-09 21:15:55.834 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value 'd33daba2' for 'CENTRAL:0#PONG' from gateway with id 'd33daba2'
2018-08-09 21:16:10.835 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:16:10.842 [WARN ] [ommunicator.AbstractHomematicGateway] - Connection lost on gateway 'd33daba2'
2018-08-09 21:16:10.897 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
2018-08-09 21:16:11.021 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': java.net.ConnectException: Connection refused
java.io.IOException: java.net.ConnectException: Connection refused
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 13 more
Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
    at org.eclipse.jetty.io.SelectorManager.finishConnect(SelectorManager.java:355) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:352) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.access$900(ManagedSelector.java:56) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:289) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:181) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:16:11.235 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': Only -1 bytes received reading signature
java.io.EOFException: Only -1 bytes received reading signature
    at org.openhab.binding.homematic.internal.communicator.message.BinRpcMessage.<init>(BinRpcMessage.java:76) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:77) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
2018-08-09 21:16:11.302 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': java.net.ConnectException: Connection refused
java.io.IOException: java.net.ConnectException: Connection refused
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 13 more
Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
    at org.eclipse.jetty.io.SelectorManager.finishConnect(SelectorManager.java:355) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:352) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.access$900(ManagedSelector.java:56) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:289) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:181) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:16:11.433 [DEBUG] [nal.communicator.server.XmlRpcServer] - Stopping XML-RPC server
2018-08-09 21:16:11.466 [DEBUG] [nal.communicator.server.BinRpcServer] - Stopping BIN-RPC server
2018-08-09 21:16:11.515 [DEBUG] [nal.communicator.server.BinRpcServer] - Initializing BIN-RPC server at port 9126
2018-08-09 21:16:11.526 [DEBUG] [nal.communicator.server.XmlRpcServer] - Initializing XML-RPC server at port 9123
2018-08-09 21:16:26.559 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:16:26.565 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
2018-08-09 21:16:26.643 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': java.net.ConnectException: Connection refused
java.io.IOException: java.net.ConnectException: Connection refused
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 13 more
Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
    at org.eclipse.jetty.io.SelectorManager.finishConnect(SelectorManager.java:355) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:352) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.access$900(ManagedSelector.java:56) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:289) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:181) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:16:26.766 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
2018-08-09 21:16:26.845 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': java.net.ConnectException: Connection refused
java.io.IOException: java.net.ConnectException: Connection refused
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 13 more
Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
    at org.eclipse.jetty.io.SelectorManager.finishConnect(SelectorManager.java:355) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:352) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.access$900(ManagedSelector.java:56) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:289) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:181) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:16:26.971 [DEBUG] [nal.communicator.server.XmlRpcServer] - Stopping XML-RPC server
2018-08-09 21:16:26.977 [DEBUG] [nal.communicator.server.BinRpcServer] - Stopping BIN-RPC server
2018-08-09 21:16:26.985 [DEBUG] [nal.communicator.server.BinRpcServer] - Initializing BIN-RPC server at port 9126
2018-08-09 21:16:26.989 [DEBUG] [nal.communicator.server.XmlRpcServer] - Initializing XML-RPC server at port 9123
2018-08-09 21:16:42.006 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:16:42.013 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
2018-08-09 21:16:42.090 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': java.net.ConnectException: Connection refused
java.io.IOException: java.net.ConnectException: Connection refused
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 13 more
Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
    at org.eclipse.jetty.io.SelectorManager.finishConnect(SelectorManager.java:355) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:352) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.access$900(ManagedSelector.java:56) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:289) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:181) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:16:42.227 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]

And here is the next part of the log file when the connection is reestablished after the ccu is online again:

2018-08-09 21:38:20.545 [DEBUG] [nal.communicator.server.XmlRpcServer] - Stopping XML-RPC server
2018-08-09 21:38:20.550 [DEBUG] [nal.communicator.server.BinRpcServer] - Stopping BIN-RPC server
2018-08-09 21:38:20.557 [DEBUG] [nal.communicator.server.BinRpcServer] - Initializing BIN-RPC server at port 9126
2018-08-09 21:38:20.561 [DEBUG] [nal.communicator.server.XmlRpcServer] - Initializing XML-RPC server at port 9123
2018-08-09 21:38:20.670 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'LEQ1219437' detected on gateway with id 'd33daba2'
2018-08-09 21:38:20.744 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '1' for 'OEQ1715379:4#CONTROL_MODE' from gateway with id 'd33daba2'
2018-08-09 21:38:20.768 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'OEQ1715379:4#FAULT_REPORTING' from gateway with id 'd33daba2'
2018-08-09 21:38:20.788 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '2.6' for 'OEQ1715379:4#BATTERY_STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:20.794 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'OEQ1715379:4#VALVE_STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:20.802 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'OEQ1715379:4#BOOST_STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:20.807 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.4' for 'OEQ1715379:4#ACTUAL_TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:38:20.816 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '4.5' for 'OEQ1715379:4#SET_TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:38:20.822 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '5.0' for 'OEQ1715379:4#PARTY_TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:38:20.828 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'OEQ1715379:4#PARTY_START_TIME' from gateway with id 'd33daba2'
2018-08-09 21:38:20.833 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '1' for 'OEQ1715379:4#PARTY_START_DAY' from gateway with id 'd33daba2'
2018-08-09 21:38:20.839 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '1' for 'OEQ1715379:4#PARTY_START_MONTH' from gateway with id 'd33daba2'
2018-08-09 21:38:20.844 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'OEQ1715379:4#PARTY_START_YEAR' from gateway with id 'd33daba2'
2018-08-09 21:38:20.850 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'OEQ1715379:4#PARTY_STOP_TIME' from gateway with id 'd33daba2'
2018-08-09 21:38:20.856 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '1' for 'OEQ1715379:4#PARTY_STOP_DAY' from gateway with id 'd33daba2'
2018-08-09 21:38:20.861 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '1' for 'OEQ1715379:4#PARTY_STOP_MONTH' from gateway with id 'd33daba2'
2018-08-09 21:38:20.867 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'OEQ1715379:4#PARTY_STOP_YEAR' from gateway with id 'd33daba2'
2018-08-09 21:38:20.897 [DEBUG] [nal.communicator.client.XmlRpcClient] - XmlRpcMessage failure, sending message again 1/1
2018-08-09 21:38:20.903 [ERROR] [ommunicator.AbstractHomematicGateway] - java.net.ConnectException: Connection refused
java.io.IOException: java.net.ConnectException: Connection refused
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:98) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 11 more
Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
    at org.eclipse.jetty.io.SelectorManager.finishConnect(SelectorManager.java:355) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:352) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.access$900(ManagedSelector.java:56) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:289) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:181) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:38:20.903 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': java.net.ConnectException: Connection refused
java.io.IOException: java.net.ConnectException: Connection refused
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 13 more
Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
    at org.eclipse.jetty.io.SelectorManager.finishConnect(SelectorManager.java:355) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:352) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.access$900(ManagedSelector.java:56) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:289) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:181) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:38:21.021 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0220675' detected on gateway with id 'd33daba2'
2018-08-09 21:38:21.137 [DEBUG] [nal.communicator.server.XmlRpcServer] - Stopping XML-RPC server
2018-08-09 21:38:21.144 [DEBUG] [nal.communicator.server.BinRpcServer] - Stopping BIN-RPC server
2018-08-09 21:38:21.150 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:38:21.161 [DEBUG] [nal.communicator.server.BinRpcServer] - Initializing BIN-RPC server at port 9126
2018-08-09 21:38:21.165 [DEBUG] [nal.communicator.server.XmlRpcServer] - Initializing XML-RPC server at port 9123
2018-08-09 21:38:21.357 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'LEQ1219437' detected on gateway with id 'd33daba2'
2018-08-09 21:38:21.470 [DEBUG] [nal.communicator.client.XmlRpcClient] - XmlRpcMessage failure, sending message again 1/1
2018-08-09 21:38:21.475 [ERROR] [ommunicator.AbstractHomematicGateway] - java.net.ConnectException: Connection refused
java.io.IOException: java.net.ConnectException: Connection refused
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:98) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 11 more
Caused by: java.net.ConnectException: Connection refused
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:?]
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[?:?]
    at org.eclipse.jetty.io.SelectorManager.finishConnect(SelectorManager.java:355) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.processConnect(ManagedSelector.java:352) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector.access$900(ManagedSelector.java:56) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.processSelected(ManagedSelector.java:289) ~[?:?]
    at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:181) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:249) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:38:21.481 [DEBUG] [nal.communicator.client.XmlRpcClient] - XmlRpcMessage failure, sending message again 1/1
2018-08-09 21:38:21.592 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0280534' detected on gateway with id 'd33daba2'
2018-08-09 21:38:21.915 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'LEQ1219437' (HM-LC-Sw1-Pl-2) with 25 datapoints
2018-08-09 21:38:21.946 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'LEQ1219437'
2018-08-09 21:38:21.968 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#DELETE_DEVICE_MODE' from thing id 'LEQ1219437'
2018-08-09 21:38:21.967 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437' from gateway 'd33daba2'
2018-08-09 21:38:21.979 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#CONFIG_PENDING' from thing id 'LEQ1219437'
2018-08-09 21:38:21.973 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0280534' (HM-PB-2-FM) with 31 datapoints
2018-08-09 21:38:21.991 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'LEQ1219437'
2018-08-09 21:38:21.994 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0442375' detected on gateway with id 'd33daba2'
2018-08-09 21:38:22.427 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#RSSI_PEER' from thing id 'LEQ1219437'
2018-08-09 21:38:22.430 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'LEQ1219437:1#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:22.437 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#LOWBAT' from thing id 'LEQ1219437'
2018-08-09 21:38:22.453 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'LEQ1219437:1#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:22.454 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#SIGNAL_STRENGTH' from thing id 'LEQ1219437'
2018-08-09 21:38:22.469 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#FIRMWARE' from thing id 'LEQ1219437'
2018-08-09 21:38:22.474 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#UNREACH' from thing id 'LEQ1219437'
2018-08-09 21:38:22.480 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#RSSI' from thing id 'LEQ1219437'
2018-08-09 21:38:22.486 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#STICKY_UNREACH' from thing id 'LEQ1219437'
2018-08-09 21:38:22.497 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#DELETE_DEVICE' from thing id 'LEQ1219437'
2018-08-09 21:38:22.516 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#RSSI_DEVICE' from thing id 'LEQ1219437'
2018-08-09 21:38:22.524 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:0#DUTYCYCLE' from thing id 'LEQ1219437'
2018-08-09 21:38:22.536 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:1#STATE' from thing id 'LEQ1219437'
2018-08-09 21:38:22.542 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:1#ON_TIME' from thing id 'LEQ1219437'
2018-08-09 21:38:22.548 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:1#WORKING' from thing id 'LEQ1219437'
2018-08-09 21:38:22.555 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:1#INSTALL_TEST' from thing id 'LEQ1219437'
2018-08-09 21:38:22.560 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:1#ON_TIME_AUTOMATIC' from thing id 'LEQ1219437'
2018-08-09 21:38:22.573 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl-2:d33daba2:LEQ1219437:1#INHIBIT' from thing id 'LEQ1219437'
2018-08-09 21:38:22.581 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0220675' detected on gateway with id 'd33daba2'
2018-08-09 21:38:22.590 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0442375' (HM-PB-6-WM55) with 70 datapoints
2018-08-09 21:38:22.597 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0442385' detected on gateway with id 'd33daba2'
2018-08-09 21:38:22.797 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0220675' (HM-Sec-RHS) with 25 datapoints
2018-08-09 21:38:22.827 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MEQ0220675'
2018-08-09 21:38:22.844 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675' from gateway 'd33daba2'
2018-08-09 21:38:22.838 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0442385' (HM-PB-6-WM55) with 70 datapoints
2018-08-09 21:38:22.839 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:0#STICKY_UNREACH' from thing id 'MEQ0220675'
2018-08-09 21:38:22.856 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=ROTARY_HANDLE_SENSOR,initialized=false] of device 'MEQ0220675'
2018-08-09 21:38:22.866 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0443144' detected on gateway with id 'd33daba2'
2018-08-09 21:38:22.869 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:0#UNREACH' from thing id 'MEQ0220675'
2018-08-09 21:38:22.935 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'NEQ0273433:1#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:22.952 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'NEQ0273433:1#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:23.018 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0443144' (HM-PB-6-WM55) with 70 datapoints
2018-08-09 21:38:23.028 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0648367' detected on gateway with id 'd33daba2'
2018-08-09 21:38:23.168 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0648367' (HM-MOD-Re-8) with 72 datapoints
2018-08-09 21:38:23.173 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MEQ0648367'
2018-08-09 21:38:23.186 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#UNREACH' from thing id 'MEQ0648367'
2018-08-09 21:38:23.197 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#RSSI_PEER' from thing id 'MEQ0648367'
2018-08-09 21:38:23.203 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#STICKY_UNREACH' from thing id 'MEQ0648367'
2018-08-09 21:38:23.209 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#UPDATE_PENDING' from thing id 'MEQ0648367'
2018-08-09 21:38:23.215 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#DELETE_DEVICE_MODE' from thing id 'MEQ0648367'
2018-08-09 21:38:23.221 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#LOWBAT' from thing id 'MEQ0648367'
2018-08-09 21:38:23.226 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#CONFIG_PENDING' from thing id 'MEQ0648367'
2018-08-09 21:38:23.232 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#RSSI_DEVICE' from thing id 'MEQ0648367'
2018-08-09 21:38:23.237 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#DELETE_DEVICE' from thing id 'MEQ0648367'
2018-08-09 21:38:23.243 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#DEVICE_IN_BOOTLOADER' from thing id 'MEQ0648367'
2018-08-09 21:38:23.249 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#DUTYCYCLE' from thing id 'MEQ0648367'
2018-08-09 21:38:23.255 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:23.261 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:23.267 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:23.274 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:23.280 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:23.286 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:23.292 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:23.298 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:23.304 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:23.310 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:23.316 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:23.322 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=2,type=SWITCH,initialized=false] of device 'MEQ0648367'
2018-08-09 21:38:24.225 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ0648367:2#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:24.224 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:24.239 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ0648367:2#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:24.241 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:24.283 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=3,type=SWITCH,initialized=false] of device 'MEQ0648367'
2018-08-09 21:38:24.451 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:24.453 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'MEQ0648367:3#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:24.457 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:24.466 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ0648367:3#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:24.473 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:24.485 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:24.497 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:24.506 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:24.513 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:24.521 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:24.527 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:24.534 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:24.539 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:24.548 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:24.554 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:24.562 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:24.569 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:24.575 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:24.582 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:24.588 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:24.594 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:24.601 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:24.608 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:24.614 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:24.620 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:24.627 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:24.633 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:24.640 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:24.647 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:24.654 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:24.660 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:24.666 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:24.673 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:24.680 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:24.686 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:24.692 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:24.698 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:24.705 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ1710117' detected on gateway with id 'd33daba2'
2018-08-09 21:38:24.857 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ1710117' (HM-LC-Sw2-FM) with 36 datapoints
2018-08-09 21:38:24.864 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MEQ1710117'
2018-08-09 21:38:24.878 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117' from gateway 'd33daba2'
2018-08-09 21:38:24.887 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#DELETE_DEVICE' from thing id 'MEQ1710117'
2018-08-09 21:38:24.886 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'MEQ1710117'
2018-08-09 21:38:25.069 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#RSSI_DEVICE' from thing id 'MEQ1710117'
2018-08-09 21:38:25.070 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710117:1#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:25.069 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=2,type=SWITCH,initialized=false] of device 'MEQ1710117'
2018-08-09 21:38:25.348 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710117:1#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:25.353 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710117:2#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:26.715 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:0#LOWBAT' from thing id 'MEQ0220675'
2018-08-09 21:38:26.734 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:0#RSSI_DEVICE' from thing id 'MEQ0220675'
2018-08-09 21:38:26.754 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:0#DELETE_DEVICE_MODE' from thing id 'MEQ0220675'
2018-08-09 21:38:26.761 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:0#DELETE_DEVICE' from thing id 'MEQ0220675'
2018-08-09 21:38:26.769 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:0#RSSI_PEER' from thing id 'MEQ0220675'
2018-08-09 21:38:26.777 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:0#CONFIG_PENDING' from thing id 'MEQ0220675'
2018-08-09 21:38:26.784 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:1#INSTALL_TEST' from thing id 'MEQ0220675'
2018-08-09 21:38:26.793 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:1#ERROR' from thing id 'MEQ0220675'
2018-08-09 21:38:26.799 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:1#STATE' from thing id 'MEQ0220675'
2018-08-09 21:38:26.815 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-RHS:d33daba2:MEQ0220675:1#LOWBAT' from thing id 'MEQ0220675'
2018-08-09 21:38:26.825 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0280534' detected on gateway with id 'd33daba2'
2018-08-09 21:38:26.985 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0280534' (HM-PB-2-FM) with 31 datapoints
2018-08-09 21:38:26.995 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0442375' detected on gateway with id 'd33daba2'
2018-08-09 21:38:27.163 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0442375' (HM-PB-6-WM55) with 70 datapoints
2018-08-09 21:38:27.175 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0442385' detected on gateway with id 'd33daba2'
2018-08-09 21:38:27.328 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0442385' (HM-PB-6-WM55) with 70 datapoints
2018-08-09 21:38:27.338 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0443144' detected on gateway with id 'd33daba2'
2018-08-09 21:38:27.490 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0443144' (HM-PB-6-WM55) with 70 datapoints
2018-08-09 21:38:27.498 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ0648367' detected on gateway with id 'd33daba2'
2018-08-09 21:38:27.664 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ0648367' (HM-MOD-Re-8) with 72 datapoints
2018-08-09 21:38:27.669 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MEQ0648367'
2018-08-09 21:38:27.678 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#UNREACH' from thing id 'MEQ0648367'
2018-08-09 21:38:27.684 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#RSSI_PEER' from thing id 'MEQ0648367'
2018-08-09 21:38:27.691 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#STICKY_UNREACH' from thing id 'MEQ0648367'
2018-08-09 21:38:27.697 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#UPDATE_PENDING' from thing id 'MEQ0648367'
2018-08-09 21:38:27.703 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#DELETE_DEVICE_MODE' from thing id 'MEQ0648367'
2018-08-09 21:38:27.711 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#LOWBAT' from thing id 'MEQ0648367'
2018-08-09 21:38:27.720 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#CONFIG_PENDING' from thing id 'MEQ0648367'
2018-08-09 21:38:27.727 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#RSSI_DEVICE' from thing id 'MEQ0648367'
2018-08-09 21:38:27.733 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#DELETE_DEVICE' from thing id 'MEQ0648367'
2018-08-09 21:38:27.739 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#DEVICE_IN_BOOTLOADER' from thing id 'MEQ0648367'
2018-08-09 21:38:27.745 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:0#DUTYCYCLE' from thing id 'MEQ0648367'
2018-08-09 21:38:27.751 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:27.757 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:27.763 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:27.772 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:27.780 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:27.786 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:1#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:27.792 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:27.798 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:27.804 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:27.810 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:27.821 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:27.829 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=2,type=SWITCH,initialized=false] of device 'MEQ0648367'
2018-08-09 21:38:28.842 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710117:2#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:28.757 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#RSSI_PEER' from thing id 'MEQ1710117'
2018-08-09 21:38:28.856 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#CONFIG_PENDING' from thing id 'MEQ1710117'
2018-08-09 21:38:28.859 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'NEQ0273395:1#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:28.870 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#DELETE_DEVICE_MODE' from thing id 'MEQ1710117'
2018-08-09 21:38:28.877 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'NEQ0273395:1#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:28.882 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#LOWBAT' from thing id 'MEQ1710117'
2018-08-09 21:38:28.897 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#STICKY_UNREACH' from thing id 'MEQ1710117'
2018-08-09 21:38:28.903 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#DUTYCYCLE' from thing id 'MEQ1710117'
2018-08-09 21:38:28.909 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#UNREACH' from thing id 'MEQ1710117'
2018-08-09 21:38:28.915 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#INSTALL_TEST' from thing id 'MEQ1710117'
2018-08-09 21:38:28.921 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#ON_TIME' from thing id 'MEQ1710117'
2018-08-09 21:38:28.927 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#STATE' from thing id 'MEQ1710117'
2018-08-09 21:38:28.934 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#ON_TIME_AUTOMATIC' from thing id 'MEQ1710117'
2018-08-09 21:38:28.941 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#INHIBIT' from thing id 'MEQ1710117'
2018-08-09 21:38:28.949 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#WORKING' from thing id 'MEQ1710117'
2018-08-09 21:38:28.955 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#INHIBIT' from thing id 'MEQ1710117'
2018-08-09 21:38:28.961 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#WORKING' from thing id 'MEQ1710117'
2018-08-09 21:38:28.968 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#ON_TIME_AUTOMATIC' from thing id 'MEQ1710117'
2018-08-09 21:38:28.975 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#ON_TIME' from thing id 'MEQ1710117'
2018-08-09 21:38:28.983 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#INSTALL_TEST' from thing id 'MEQ1710117'
2018-08-09 21:38:28.987 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ0648367:2#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:28.985 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:2#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:29.013 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:29.002 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ0648367:2#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:28.994 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#STATE' from thing id 'MEQ1710117'
2018-08-09 21:38:29.027 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=3,type=SWITCH,initialized=false] of device 'MEQ0648367'
2018-08-09 21:38:29.041 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ1710199' detected on gateway with id 'd33daba2'
2018-08-09 21:38:29.261 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'MEQ0648367:3#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:29.262 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:29.270 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ0648367:3#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:29.273 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:29.284 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:29.290 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:29.296 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:3#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:29.301 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:29.308 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:29.329 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:29.343 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:29.360 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:29.368 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:4#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:29.374 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:29.386 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:29.392 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:29.398 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:29.406 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:29.415 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:5#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:29.421 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ1710199' (HM-LC-Sw2-FM) with 36 datapoints
2018-08-09 21:38:29.426 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MEQ1710199'
2018-08-09 21:38:29.427 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:29.444 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199' from gateway 'd33daba2'
2018-08-09 21:38:29.448 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#LOWBAT' from thing id 'MEQ1710199'
2018-08-09 21:38:29.444 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:29.450 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'MEQ1710199'
2018-08-09 21:38:29.459 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:29.471 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:29.476 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:29.482 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:6#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:29.487 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:29.492 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:29.498 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:29.503 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:29.509 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:29.514 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:7#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:29.520 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#INSTALL_TEST' from thing id 'MEQ0648367'
2018-08-09 21:38:29.525 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#WORKING' from thing id 'MEQ0648367'
2018-08-09 21:38:29.531 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#ON_TIME_AUTOMATIC' from thing id 'MEQ0648367'
2018-08-09 21:38:29.536 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#ON_TIME' from thing id 'MEQ0648367'
2018-08-09 21:38:29.542 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#STATE' from thing id 'MEQ0648367'
2018-08-09 21:38:29.547 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-MOD-Re-8:d33daba2:MEQ0648367:8#INHIBIT' from thing id 'MEQ0648367'
2018-08-09 21:38:29.552 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ1710117' detected on gateway with id 'd33daba2'
2018-08-09 21:38:29.626 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#DELETE_DEVICE_MODE' from thing id 'MEQ1710199'
2018-08-09 21:38:29.628 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=2,type=SWITCH,initialized=false] of device 'MEQ1710199'
2018-08-09 21:38:29.627 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710199:1#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:29.643 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710199:1#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:29.903 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#STICKY_UNREACH' from thing id 'MEQ1710199'
2018-08-09 21:38:29.903 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710199:2#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:29.918 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#RSSI_PEER' from thing id 'MEQ1710199'
2018-08-09 21:38:29.928 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710199:2#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:29.933 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#DELETE_DEVICE' from thing id 'MEQ1710199'
2018-08-09 21:38:29.945 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#UNREACH' from thing id 'MEQ1710199'
2018-08-09 21:38:29.952 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#RSSI_DEVICE' from thing id 'MEQ1710199'
2018-08-09 21:38:29.955 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ1710117' (HM-LC-Sw2-FM) with 36 datapoints
2018-08-09 21:38:29.958 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#CONFIG_PENDING' from thing id 'MEQ1710199'
2018-08-09 21:38:29.963 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MEQ1710117'
2018-08-09 21:38:29.974 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#DUTYCYCLE' from thing id 'MEQ1710199'
2018-08-09 21:38:29.984 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#WORKING' from thing id 'MEQ1710199'
2018-08-09 21:38:29.989 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#DELETE_DEVICE' from thing id 'MEQ1710117'
2018-08-09 21:38:29.995 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#STATE' from thing id 'MEQ1710199'
2018-08-09 21:38:30.002 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#INSTALL_TEST' from thing id 'MEQ1710199'
2018-08-09 21:38:29.998 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#RSSI_DEVICE' from thing id 'MEQ1710117'
2018-08-09 21:38:30.012 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#ON_TIME' from thing id 'MEQ1710199'
2018-08-09 21:38:30.020 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#RSSI_PEER' from thing id 'MEQ1710117'
2018-08-09 21:38:30.022 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#ON_TIME_AUTOMATIC' from thing id 'MEQ1710199'
2018-08-09 21:38:30.026 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#CONFIG_PENDING' from thing id 'MEQ1710117'
2018-08-09 21:38:30.032 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#INHIBIT' from thing id 'MEQ1710199'
2018-08-09 21:38:30.037 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#DELETE_DEVICE_MODE' from thing id 'MEQ1710117'
2018-08-09 21:38:30.044 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#STATE' from thing id 'MEQ1710199'
2018-08-09 21:38:30.049 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#LOWBAT' from thing id 'MEQ1710117'
2018-08-09 21:38:30.054 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#INSTALL_TEST' from thing id 'MEQ1710199'
2018-08-09 21:38:30.059 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#STICKY_UNREACH' from thing id 'MEQ1710117'
2018-08-09 21:38:30.064 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#ON_TIME' from thing id 'MEQ1710199'
2018-08-09 21:38:30.069 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#DUTYCYCLE' from thing id 'MEQ1710117'
2018-08-09 21:38:30.074 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#WORKING' from thing id 'MEQ1710199'
2018-08-09 21:38:30.079 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:0#UNREACH' from thing id 'MEQ1710117'
2018-08-09 21:38:30.084 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#ON_TIME_AUTOMATIC' from thing id 'MEQ1710199'
2018-08-09 21:38:30.089 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#INSTALL_TEST' from thing id 'MEQ1710117'
2018-08-09 21:38:30.094 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#INHIBIT' from thing id 'MEQ1710199'
2018-08-09 21:38:30.099 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#ON_TIME' from thing id 'MEQ1710117'
2018-08-09 21:38:30.104 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MM34647876' detected on gateway with id 'd33daba2'
2018-08-09 21:38:30.111 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#STATE' from thing id 'MEQ1710117'
2018-08-09 21:38:30.121 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'MEQ1710117'
2018-08-09 21:38:30.355 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#ON_TIME_AUTOMATIC' from thing id 'MEQ1710117'
2018-08-09 21:38:30.357 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710117:1#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:30.369 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#INHIBIT' from thing id 'MEQ1710117'
2018-08-09 21:38:30.375 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710117:1#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:30.380 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:1#WORKING' from thing id 'MEQ1710117'
2018-08-09 21:38:30.392 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#INHIBIT' from thing id 'MEQ1710117'
2018-08-09 21:38:30.398 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MM34647876' (HM-LC-Sw1-SM) with 21 datapoints
2018-08-09 21:38:30.401 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#WORKING' from thing id 'MEQ1710117'
2018-08-09 21:38:30.408 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#ON_TIME_AUTOMATIC' from thing id 'MEQ1710117'
2018-08-09 21:38:30.403 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MM34647876'
2018-08-09 21:38:30.415 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#ON_TIME' from thing id 'MEQ1710117'
2018-08-09 21:38:30.427 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#LOWBAT' from thing id 'MM34647876'
2018-08-09 21:38:30.434 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#STICKY_UNREACH' from thing id 'MM34647876'
2018-08-09 21:38:30.426 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876' from gateway 'd33daba2'
2018-08-09 21:38:30.432 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#INSTALL_TEST' from thing id 'MEQ1710117'
2018-08-09 21:38:30.450 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'MM34647876'
2018-08-09 21:38:30.455 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710117:2#STATE' from thing id 'MEQ1710117'
2018-08-09 21:38:30.466 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=2,type=SWITCH,initialized=false] of device 'MEQ1710117'
2018-08-09 21:38:31.119 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MM34647876:1#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:31.264 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MEQ1710199' detected on gateway with id 'd33daba2'
2018-08-09 21:38:31.555 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MM34647876:1#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:31.562 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710117:2#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:31.569 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'MEQ1710117:2#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:31.686 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MEQ1710199' (HM-LC-Sw2-FM) with 36 datapoints
2018-08-09 21:38:31.697 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MEQ1710199'
2018-08-09 21:38:31.707 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#LOWBAT' from thing id 'MEQ1710199'
2018-08-09 21:38:31.717 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#DELETE_DEVICE_MODE' from thing id 'MEQ1710199'
2018-08-09 21:38:31.724 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#STICKY_UNREACH' from thing id 'MEQ1710199'
2018-08-09 21:38:31.730 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#RSSI_PEER' from thing id 'MEQ1710199'
2018-08-09 21:38:31.736 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#DELETE_DEVICE' from thing id 'MEQ1710199'
2018-08-09 21:38:31.743 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#UNREACH' from thing id 'MEQ1710199'
2018-08-09 21:38:31.751 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#RSSI_DEVICE' from thing id 'MEQ1710199'
2018-08-09 21:38:31.757 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#CONFIG_PENDING' from thing id 'MEQ1710199'
2018-08-09 21:38:31.763 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:0#DUTYCYCLE' from thing id 'MEQ1710199'
2018-08-09 21:38:31.769 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#WORKING' from thing id 'MEQ1710199'
2018-08-09 21:38:31.777 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#STATE' from thing id 'MEQ1710199'
2018-08-09 21:38:31.784 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#INSTALL_TEST' from thing id 'MEQ1710199'
2018-08-09 21:38:31.794 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#ON_TIME' from thing id 'MEQ1710199'
2018-08-09 21:38:31.801 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#ON_TIME_AUTOMATIC' from thing id 'MEQ1710199'
2018-08-09 21:38:31.809 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:1#INHIBIT' from thing id 'MEQ1710199'
2018-08-09 21:38:31.818 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#STATE' from thing id 'MEQ1710199'
2018-08-09 21:38:31.824 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#INSTALL_TEST' from thing id 'MEQ1710199'
2018-08-09 21:38:31.830 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#ON_TIME' from thing id 'MEQ1710199'
2018-08-09 21:38:31.836 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#WORKING' from thing id 'MEQ1710199'
2018-08-09 21:38:31.842 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#ON_TIME_AUTOMATIC' from thing id 'MEQ1710199'
2018-08-09 21:38:31.848 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-FM:d33daba2:MEQ1710199:2#INHIBIT' from thing id 'MEQ1710199'
2018-08-09 21:38:31.854 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MM34647876' detected on gateway with id 'd33daba2'
2018-08-09 21:38:31.882 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#UNREACH' from thing id 'MM34647876'
2018-08-09 21:38:31.888 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876' from gateway 'd33daba2'
2018-08-09 21:38:31.888 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#FIRMWARE' from thing id 'MM34647876'
2018-08-09 21:38:32.007 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MM34647876' (HM-LC-Sw1-SM) with 21 datapoints
2018-08-09 21:38:32.299 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MM34647876'
2018-08-09 21:38:32.310 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876' from gateway 'd33daba2'
2018-08-09 21:38:32.319 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'MM34647876'
2018-08-09 21:38:32.310 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#LOWBAT' from thing id 'MM34647876'
2018-08-09 21:38:32.310 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#DELETE_DEVICE' from thing id 'MM34647876'
2018-08-09 21:38:32.733 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#RSSI_DEVICE' from thing id 'MM34647876'
2018-08-09 21:38:32.735 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#STICKY_UNREACH' from thing id 'MM34647876'
2018-08-09 21:38:32.741 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#RSSI' from thing id 'MM34647876'
2018-08-09 21:38:32.747 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#UNREACH' from thing id 'MM34647876'
2018-08-09 21:38:32.753 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#SIGNAL_STRENGTH' from thing id 'MM34647876'
2018-08-09 21:38:32.759 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#FIRMWARE' from thing id 'MM34647876'
2018-08-09 21:38:32.769 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#CONFIG_PENDING' from thing id 'MM34647876'
2018-08-09 21:38:32.771 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#DELETE_DEVICE' from thing id 'MM34647876'
2018-08-09 21:38:32.776 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#DELETE_DEVICE_MODE' from thing id 'MM34647876'
2018-08-09 21:38:32.786 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#RSSI_DEVICE' from thing id 'MM34647876'
2018-08-09 21:38:32.790 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#DUTYCYCLE' from thing id 'MM34647876'
2018-08-09 21:38:32.795 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#RSSI' from thing id 'MM34647876'
2018-08-09 21:38:32.802 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#RSSI_PEER' from thing id 'MM34647876'
2018-08-09 21:38:32.808 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#SIGNAL_STRENGTH' from thing id 'MM34647876'
2018-08-09 21:38:32.814 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#STATE' from thing id 'MM34647876'
2018-08-09 21:38:32.824 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#CONFIG_PENDING' from thing id 'MM34647876'
2018-08-09 21:38:32.828 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#ON_TIME' from thing id 'MM34647876'
2018-08-09 21:38:32.838 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#DELETE_DEVICE_MODE' from thing id 'MM34647876'
2018-08-09 21:38:32.848 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#INHIBIT' from thing id 'MM34647876'
2018-08-09 21:38:32.850 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#DUTYCYCLE' from thing id 'MM34647876'
2018-08-09 21:38:32.858 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#WORKING' from thing id 'MM34647876'
2018-08-09 21:38:32.860 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:0#RSSI_PEER' from thing id 'MM34647876'
2018-08-09 21:38:32.868 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#ON_TIME_AUTOMATIC' from thing id 'MM34647876'
2018-08-09 21:38:32.871 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#STATE' from thing id 'MM34647876'
2018-08-09 21:38:32.878 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#INSTALL_TEST' from thing id 'MM34647876'
2018-08-09 21:38:32.888 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#ON_TIME' from thing id 'MM34647876'
2018-08-09 21:38:32.892 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MM34647887' detected on gateway with id 'd33daba2'
2018-08-09 21:38:32.899 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#INHIBIT' from thing id 'MM34647876'
2018-08-09 21:38:32.909 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#WORKING' from thing id 'MM34647876'
2018-08-09 21:38:32.917 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#ON_TIME_AUTOMATIC' from thing id 'MM34647876'
2018-08-09 21:38:32.923 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM34647876:1#INSTALL_TEST' from thing id 'MM34647876'
2018-08-09 21:38:32.929 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MM34647887' detected on gateway with id 'd33daba2'
2018-08-09 21:38:33.100 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MM34647887' (HM-LC-Sw1-SM) with 21 datapoints
2018-08-09 21:38:33.109 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MM34647899' detected on gateway with id 'd33daba2'
2018-08-09 21:38:33.193 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MM34647887' (HM-LC-Sw1-SM) with 21 datapoints
2018-08-09 21:38:33.202 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MM34647899' detected on gateway with id 'd33daba2'
2018-08-09 21:38:33.305 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MM34647899' (HM-LC-Sw1-Pl) with 21 datapoints
2018-08-09 21:38:33.313 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MM34647899'
2018-08-09 21:38:33.338 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#DELETE_DEVICE' from thing id 'MM34647899'
2018-08-09 21:38:33.364 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#CONFIG_PENDING' from thing id 'MM34647899'
2018-08-09 21:38:33.371 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#LOWBAT' from thing id 'MM34647899'
2018-08-09 21:38:33.372 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MM34647899' (HM-LC-Sw1-Pl) with 21 datapoints
2018-08-09 21:38:33.377 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#DELETE_DEVICE_MODE' from thing id 'MM34647899'
2018-08-09 21:38:33.384 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MM34647899'
2018-08-09 21:38:33.405 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#RSSI_PEER' from thing id 'MM34647899'
2018-08-09 21:38:33.405 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#DELETE_DEVICE' from thing id 'MM34647899'
2018-08-09 21:38:33.421 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#UNREACH' from thing id 'MM34647899'
2018-08-09 21:38:33.423 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#CONFIG_PENDING' from thing id 'MM34647899'
2018-08-09 21:38:33.430 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#STICKY_UNREACH' from thing id 'MM34647899'
2018-08-09 21:38:33.434 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#LOWBAT' from thing id 'MM34647899'
2018-08-09 21:38:33.439 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#FIRMWARE' from thing id 'MM34647899'
2018-08-09 21:38:33.445 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#DELETE_DEVICE_MODE' from thing id 'MM34647899'
2018-08-09 21:38:33.456 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#SIGNAL_STRENGTH' from thing id 'MM34647899'
2018-08-09 21:38:33.458 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#RSSI_PEER' from thing id 'MM34647899'
2018-08-09 21:38:33.463 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#RSSI' from thing id 'MM34647899'
2018-08-09 21:38:33.474 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#UNREACH' from thing id 'MM34647899'
2018-08-09 21:38:33.484 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#DUTYCYCLE' from thing id 'MM34647899'
2018-08-09 21:38:33.487 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#STICKY_UNREACH' from thing id 'MM34647899'
2018-08-09 21:38:33.493 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#RSSI_DEVICE' from thing id 'MM34647899'
2018-08-09 21:38:33.497 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#FIRMWARE' from thing id 'MM34647899'
2018-08-09 21:38:33.510 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#SIGNAL_STRENGTH' from thing id 'MM34647899'
2018-08-09 21:38:33.504 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:1#INSTALL_TEST' from thing id 'MM34647899'
2018-08-09 21:38:33.519 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#RSSI' from thing id 'MM34647899'
2018-08-09 21:38:33.525 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:1#WORKING' from thing id 'MM34647899'
2018-08-09 21:38:33.529 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#DUTYCYCLE' from thing id 'MM34647899'
2018-08-09 21:38:33.540 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:1#ON_TIME_AUTOMATIC' from thing id 'MM34647899'
2018-08-09 21:38:33.550 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:0#RSSI_DEVICE' from thing id 'MM34647899'
2018-08-09 21:38:33.552 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:1#ON_TIME' from thing id 'MM34647899'
2018-08-09 21:38:33.560 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:1#INSTALL_TEST' from thing id 'MM34647899'
2018-08-09 21:38:33.563 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:1#STATE' from thing id 'MM34647899'
2018-08-09 21:38:33.572 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-Pl:d33daba2:MM34647899:1#WORKING' from thing id 'MM34647899'
2018-08-09 21:38:33.580 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'MM34647899'
2018-08-09 21:38:35.067 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'MM34647899:0#UNREACH' from gateway with id 'd33daba2'
2018-08-09 21:38:35.066 [DEBUG] [ternal.communicator.client.RpcClient] - RpcResponse unknown RPC failure (-1 Failure), fetching values with another API method for device: MM34647899, channel: 1, paramset: VALUES
2018-08-09 21:38:36.245 [DEBUG] [tic.internal.communicator.CcuGateway] - RpcMessage unknown RPC failure (-1 Failure), fetching values with TclRega script for device MM34647899, channel: 1, paramset: VALUES
2018-08-09 21:38:36.294 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'MM34647899:0#STICKY_UNREACH' from gateway with id 'd33daba2'
2018-08-09 21:38:36.299 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MM78978654' detected on gateway with id 'd33daba2'
2018-08-09 21:38:36.295 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'MM78978654' detected on gateway with id 'd33daba2'
2018-08-09 21:38:36.302 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'MM34647899:0#UNREACH' from gateway with id 'd33daba2'
2018-08-09 21:38:36.320 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'MM34647899:0#STICKY_UNREACH' from gateway with id 'd33daba2'
2018-08-09 21:38:36.383 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value 'd33daba2' for 'CENTRAL:0#PONG' from gateway with id 'd33daba2'
2018-08-09 21:38:36.388 [INFO ] [ommunicator.AbstractHomematicGateway] - Connection resumed on gateway 'd33daba2'
2018-08-09 21:38:36.401 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'CUX1200002'
2018-08-09 21:38:36.415 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'CUX1200002'
2018-08-09 21:38:36.456 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-WS550STH-I:d33daba2:CUX1200002' from gateway 'd33daba2'
2018-08-09 21:38:36.416 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:0#RSSI_PEER' from thing id 'CUX1200002'
2018-08-09 21:38:36.467 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:0#LOWBAT' from thing id 'CUX1200002'
2018-08-09 21:38:36.469 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=WEATHER,initialized=false] of device 'CUX1200002'
2018-08-09 21:38:36.510 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MM78978654' (HM-LC-Sw1-SM) with 21 datapoints
2018-08-09 21:38:36.529 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#DEW_POINT' from thing id 'CUX1200002'
2018-08-09 21:38:36.520 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MM78978654'
2018-08-09 21:38:36.543 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#MISS_24H' from thing id 'CUX1200002'
2018-08-09 21:38:36.541 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loaded device 'MM78978654' (HM-LC-Sw1-SM) with 21 datapoints
2018-08-09 21:38:36.554 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#HUMIDITY' from thing id 'CUX1200002'
2018-08-09 21:38:36.550 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'MM78978654'
2018-08-09 21:38:36.550 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#LOWBAT' from thing id 'MM78978654'
2018-08-09 21:38:36.576 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654' from gateway 'd33daba2'
2018-08-09 21:38:36.576 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#LOWBAT' from thing id 'MM78978654'
2018-08-09 21:38:36.569 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#HUMIDITYF' from thing id 'CUX1200002'
2018-08-09 21:38:36.597 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#HUM_MAX_24H' from thing id 'CUX1200002'
2018-08-09 21:38:36.585 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'MM78978654'
2018-08-09 21:38:36.580 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#STICKY_UNREACH' from thing id 'MM78978654'
2018-08-09 21:38:36.607 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#TEMPERATURE' from thing id 'CUX1200002'
2018-08-09 21:38:36.628 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#ABS_HUMIDITY' from thing id 'CUX1200002'
2018-08-09 21:38:36.640 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#TEMP_MAX_24H' from thing id 'CUX1200002'
2018-08-09 21:38:36.651 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#TEMP_MIN_24H' from thing id 'CUX1200002'
2018-08-09 21:38:36.661 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200002:1#HUM_MIN_24H' from thing id 'CUX1200002'
2018-08-09 21:38:36.676 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'CUX1200004'
2018-08-09 21:38:36.683 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:0#RSSI_PEER' from thing id 'CUX1200004'
2018-08-09 21:38:36.683 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'CUX1200004'
2018-08-09 21:38:37.715 [DEBUG] [ternal.communicator.client.RpcClient] - RpcResponse unknown RPC failure (-1 Failure), fetching values with another API method for device: MM78978654, channel: 1, paramset: VALUES
2018-08-09 21:38:37.722 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:0#LOWBAT' from thing id 'CUX1200004'
2018-08-09 21:38:37.723 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-WS550STH-I:d33daba2:CUX1200004' from gateway 'd33daba2'
2018-08-09 21:38:37.729 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#DEW_POINT' from thing id 'CUX1200004'
2018-08-09 21:38:37.735 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=WEATHER,initialized=false] of device 'CUX1200004'
2018-08-09 21:38:38.829 [DEBUG] [tic.internal.communicator.CcuGateway] - RpcMessage unknown RPC failure (-1 Failure), fetching values with TclRega script for device MM78978654, channel: 1, paramset: VALUES
2018-08-09 21:38:38.841 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#MISS_24H' from thing id 'CUX1200004'
2018-08-09 21:38:38.854 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#UNREACH' from thing id 'MM78978654'
2018-08-09 21:38:38.852 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#HUMIDITY' from thing id 'CUX1200004'
2018-08-09 21:38:38.854 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#STICKY_UNREACH' from thing id 'MM78978654'
2018-08-09 21:38:38.868 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#HUMIDITYF' from thing id 'CUX1200004'
2018-08-09 21:38:38.880 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#HUM_MAX_24H' from thing id 'CUX1200004'
2018-08-09 21:38:38.886 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#TEMPERATURE' from thing id 'CUX1200004'
2018-08-09 21:38:38.893 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#ABS_HUMIDITY' from thing id 'CUX1200004'
2018-08-09 21:38:38.901 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#TEMP_MAX_24H' from thing id 'CUX1200004'
2018-08-09 21:38:38.908 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#TEMP_MIN_24H' from thing id 'CUX1200004'
2018-08-09 21:38:38.915 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200004:1#HUM_MIN_24H' from thing id 'CUX1200004'
2018-08-09 21:38:38.921 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'CUX1200001'
2018-08-09 21:38:38.926 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:0#RSSI_PEER' from thing id 'CUX1200001'
2018-08-09 21:38:38.926 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'CUX1200001'
2018-08-09 21:38:38.951 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:0#LOWBAT' from thing id 'CUX1200001'
2018-08-09 21:38:38.957 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-WS550STH-I:d33daba2:CUX1200001' from gateway 'd33daba2'
2018-08-09 21:38:38.957 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#DEW_POINT' from thing id 'CUX1200001'
2018-08-09 21:38:38.968 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=WEATHER,initialized=false] of device 'CUX1200001'
2018-08-09 21:38:38.984 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#MISS_24H' from thing id 'CUX1200001'
2018-08-09 21:38:38.994 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#HUMIDITY' from thing id 'CUX1200001'
2018-08-09 21:38:39.001 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#HUMIDITYF' from thing id 'CUX1200001'
2018-08-09 21:38:39.011 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654' from gateway 'd33daba2'
2018-08-09 21:38:39.010 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#FIRMWARE' from thing id 'MM78978654'
2018-08-09 21:38:39.010 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#UNREACH' from thing id 'MM78978654'
2018-08-09 21:38:39.024 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#HUM_MAX_24H' from thing id 'CUX1200001'
2018-08-09 21:38:39.054 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#TEMPERATURE' from thing id 'CUX1200001'
2018-08-09 21:38:39.066 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#ABS_HUMIDITY' from thing id 'CUX1200001'
2018-08-09 21:38:39.073 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#TEMP_MAX_24H' from thing id 'CUX1200001'
2018-08-09 21:38:39.081 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#TEMP_MIN_24H' from thing id 'CUX1200001'
2018-08-09 21:38:39.088 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200001:1#HUM_MIN_24H' from thing id 'CUX1200001'
2018-08-09 21:38:39.095 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'CUX1200003'
2018-08-09 21:38:39.100 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'CUX1200003'
2018-08-09 21:38:39.106 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:0#RSSI_PEER' from thing id 'CUX1200003'
2018-08-09 21:38:39.109 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-WS550STH-I:d33daba2:CUX1200003' from gateway 'd33daba2'
2018-08-09 21:38:39.118 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:0#LOWBAT' from thing id 'CUX1200003'
2018-08-09 21:38:39.119 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=WEATHER,initialized=false] of device 'CUX1200003'
2018-08-09 21:38:39.193 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#FIRMWARE' from thing id 'MM78978654'
2018-08-09 21:38:39.193 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#DELETE_DEVICE' from thing id 'MM78978654'
2018-08-09 21:38:39.204 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#DEW_POINT' from thing id 'CUX1200003'
2018-08-09 21:38:39.219 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#MISS_24H' from thing id 'CUX1200003'
2018-08-09 21:38:39.199 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#DELETE_DEVICE' from thing id 'MM78978654'
2018-08-09 21:38:39.227 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#HUMIDITY' from thing id 'CUX1200003'
2018-08-09 21:38:39.210 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#RSSI_DEVICE' from thing id 'MM78978654'
2018-08-09 21:38:39.237 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#HUMIDITYF' from thing id 'CUX1200003'
2018-08-09 21:38:39.230 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#RSSI_DEVICE' from thing id 'MM78978654'
2018-08-09 21:38:39.250 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#HUM_MAX_24H' from thing id 'CUX1200003'
2018-08-09 21:38:39.245 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#RSSI' from thing id 'MM78978654'
2018-08-09 21:38:39.254 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#RSSI' from thing id 'MM78978654'
2018-08-09 21:38:39.260 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#TEMPERATURE' from thing id 'CUX1200003'
2018-08-09 21:38:39.265 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#SIGNAL_STRENGTH' from thing id 'MM78978654'
2018-08-09 21:38:39.276 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#SIGNAL_STRENGTH' from thing id 'MM78978654'
2018-08-09 21:38:39.277 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#ABS_HUMIDITY' from thing id 'CUX1200003'
2018-08-09 21:38:39.288 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#CONFIG_PENDING' from thing id 'MM78978654'
2018-08-09 21:38:39.295 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#TEMP_MAX_24H' from thing id 'CUX1200003'
2018-08-09 21:38:39.294 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#CONFIG_PENDING' from thing id 'MM78978654'
2018-08-09 21:38:39.307 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#TEMP_MIN_24H' from thing id 'CUX1200003'
2018-08-09 21:38:39.300 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#DELETE_DEVICE_MODE' from thing id 'MM78978654'
2018-08-09 21:38:39.317 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200003:1#HUM_MIN_24H' from thing id 'CUX1200003'
2018-08-09 21:38:39.311 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#DELETE_DEVICE_MODE' from thing id 'MM78978654'
2018-08-09 21:38:39.329 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'CUX1200005'
2018-08-09 21:38:39.323 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#DUTYCYCLE' from thing id 'MM78978654'
2018-08-09 21:38:39.340 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'CUX1200005'
2018-08-09 21:38:39.339 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:0#RSSI_PEER' from thing id 'CUX1200005'
2018-08-09 21:38:39.334 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#DUTYCYCLE' from thing id 'MM78978654'
2018-08-09 21:38:39.357 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:0#LOWBAT' from thing id 'CUX1200005'
2018-08-09 21:38:39.352 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-WS550STH-I:d33daba2:CUX1200005' from gateway 'd33daba2'
2018-08-09 21:38:39.345 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#RSSI_PEER' from thing id 'MM78978654'
2018-08-09 21:38:39.371 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=WEATHER,initialized=false] of device 'CUX1200005'
2018-08-09 21:38:39.367 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#DEW_POINT' from thing id 'CUX1200005'
2018-08-09 21:38:39.361 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:0#RSSI_PEER' from thing id 'MM78978654'
2018-08-09 21:38:39.376 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#STATE' from thing id 'MM78978654'
2018-08-09 21:38:39.396 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#STATE' from thing id 'MM78978654'
2018-08-09 21:38:39.400 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#ON_TIME' from thing id 'MM78978654'
2018-08-09 21:38:39.406 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#ON_TIME' from thing id 'MM78978654'
2018-08-09 21:38:39.412 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#INHIBIT' from thing id 'MM78978654'
2018-08-09 21:38:39.416 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#INHIBIT' from thing id 'MM78978654'
2018-08-09 21:38:39.427 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#WORKING' from thing id 'MM78978654'
2018-08-09 21:38:39.430 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#WORKING' from thing id 'MM78978654'
2018-08-09 21:38:39.448 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#ON_TIME_AUTOMATIC' from thing id 'MM78978654'
2018-08-09 21:38:39.445 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#ON_TIME_AUTOMATIC' from thing id 'MM78978654'
2018-08-09 21:38:39.458 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#INSTALL_TEST' from thing id 'MM78978654'
2018-08-09 21:38:39.460 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1-SM:d33daba2:MM78978654:1#INSTALL_TEST' from thing id 'MM78978654'
2018-08-09 21:38:39.471 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'NEQ0027609' detected on gateway with id 'd33daba2'
2018-08-09 21:38:39.470 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'NEQ0027609' detected on gateway with id 'd33daba2'
2018-08-09 21:38:39.523 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#MISS_24H' from thing id 'CUX1200005'
2018-08-09 21:38:39.538 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#HUMIDITY' from thing id 'CUX1200005'
2018-08-09 21:38:39.548 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#HUMIDITYF' from thing id 'CUX1200005'
2018-08-09 21:38:39.554 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#HUM_MAX_24H' from thing id 'CUX1200005'
2018-08-09 21:38:39.561 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#TEMPERATURE' from thing id 'CUX1200005'
2018-08-09 21:38:39.568 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#ABS_HUMIDITY' from thing id 'CUX1200005'
2018-08-09 21:38:39.576 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#TEMP_MAX_24H' from thing id 'CUX1200005'
2018-08-09 21:38:39.584 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#TEMP_MIN_24H' from thing id 'CUX1200005'
2018-08-09 21:38:39.591 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-WS550STH-I:d33daba2:CUX1200005:1#HUM_MIN_24H' from thing id 'CUX1200005'
2018-08-09 21:38:39.598 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0273399'
2018-08-09 21:38:39.603 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ0273399'
2018-08-09 21:38:39.607 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#STICKY_UNREACH' from thing id 'NEQ0273399'
2018-08-09 21:38:40.477 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399' from gateway 'd33daba2'
2018-08-09 21:38:40.478 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#UNREACH' from thing id 'NEQ0273399'
2018-08-09 21:38:40.483 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'NEQ0273399'
2018-08-09 21:38:41.240 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value '480' for 'CUX2800001:2#TIMER_SET' from gateway with id 'd33daba2'
2018-08-09 21:38:41.246 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'CUX2800001:2#STATE' from gateway with id 'd33daba2'
2018-08-09 21:38:41.250 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:2#TIMER_SET'
2018-08-09 21:38:41.257 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:2#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:38:41.263 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '480.0' for 'CUX2800001:2#TIMER_GET' from gateway with id 'd33daba2'
2018-08-09 21:38:41.269 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:2#TIMER_GET'
2018-08-09 21:38:41.275 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'CUX2800001:2#TIMER_NUM' from gateway with id 'd33daba2'
2018-08-09 21:38:41.280 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:2#TIMER_NUM'
2018-08-09 21:38:41.285 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value '1533847601' for 'CUX2800001:2#TS' from gateway with id 'd33daba2'
2018-08-09 21:38:41.291 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:2#TS'
2018-08-09 21:38:41.666 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#LOWBAT' from thing id 'NEQ0273399'
2018-08-09 21:38:41.677 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#DELETE_DEVICE' from thing id 'NEQ0273399'
2018-08-09 21:38:41.687 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#RSSI_DEVICE' from thing id 'NEQ0273399'
2018-08-09 21:38:41.694 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#DELETE_DEVICE_MODE' from thing id 'NEQ0273399'
2018-08-09 21:38:41.701 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#CONFIG_PENDING' from thing id 'NEQ0273399'
2018-08-09 21:38:41.708 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#DUTYCYCLE' from thing id 'NEQ0273399'
2018-08-09 21:38:41.714 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#UPDATE_PENDING' from thing id 'NEQ0273399'
2018-08-09 21:38:41.721 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#DEVICE_IN_BOOTLOADER' from thing id 'NEQ0273399'
2018-08-09 21:38:41.728 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:0#RSSI_PEER' from thing id 'NEQ0273399'
2018-08-09 21:38:41.735 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:1#ON_TIME' from thing id 'NEQ0273399'
2018-08-09 21:38:41.741 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:1#INHIBIT' from thing id 'NEQ0273399'
2018-08-09 21:38:41.748 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:1#ON_TIME_AUTOMATIC' from thing id 'NEQ0273399'
2018-08-09 21:38:41.754 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:1#WORKING' from thing id 'NEQ0273399'
2018-08-09 21:38:41.761 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:1#STATE' from thing id 'NEQ0273399'
2018-08-09 21:38:41.768 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273399:1#INSTALL_TEST' from thing id 'NEQ0273399'
2018-08-09 21:38:41.775 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0243965'
2018-08-09 21:38:41.779 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ0243965'
2018-08-09 21:38:41.781 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#CONFIG_PENDING' from thing id 'NEQ0243965'
2018-08-09 21:38:42.568 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#LOWBAT' from thing id 'NEQ0243965'
2018-08-09 21:38:42.568 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965' from gateway 'd33daba2'
2018-08-09 21:38:42.627 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#STICKY_UNREACH' from thing id 'NEQ0243965'
2018-08-09 21:38:42.628 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SMOKE_DETECTOR,initialized=false] of device 'NEQ0243965'
2018-08-09 21:38:43.250 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#DELETE_DEVICE_MODE' from thing id 'NEQ0243965'
2018-08-09 21:38:43.261 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#DUTYCYCLE' from thing id 'NEQ0243965'
2018-08-09 21:38:43.268 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#UNREACH' from thing id 'NEQ0243965'
2018-08-09 21:38:43.275 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#DELETE_DEVICE' from thing id 'NEQ0243965'
2018-08-09 21:38:43.281 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#RSSI_DEVICE' from thing id 'NEQ0243965'
2018-08-09 21:38:43.288 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:0#RSSI_PEER' from thing id 'NEQ0243965'
2018-08-09 21:38:43.295 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:1#LOWBAT' from thing id 'NEQ0243965'
2018-08-09 21:38:43.301 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:1#ERROR_ALARM_TEST' from thing id 'NEQ0243965'
2018-08-09 21:38:43.308 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:1#ERROR_SMOKE_CHAMBER' from thing id 'NEQ0243965'
2018-08-09 21:38:43.315 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:1#INSTALL_TEST' from thing id 'NEQ0243965'
2018-08-09 21:38:43.322 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SD-2:d33daba2:NEQ0243965:1#STATE' from thing id 'NEQ0243965'
2018-08-09 21:38:43.329 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'papa000000'
2018-08-09 21:38:43.333 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-SM:d33daba2:papa000000:0#RSSI_PEER' from thing id 'papa000000'
2018-08-09 21:38:43.334 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'papa000000'
2018-08-09 21:38:44.077 [DEBUG] [ematic.handler.HomematicThingHandler] - Initializing thing 'homematic:HM-LC-Sw2-SM:d33daba2:papa000000' from gateway 'd33daba2'
2018-08-09 21:38:44.077 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-SM:d33daba2:papa000000:0#LOWBAT' from thing id 'papa000000'
2018-08-09 21:38:44.083 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=1,type=SWITCH,initialized=false] of device 'papa000000'
2018-08-09 21:38:44.970 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=2,type=SWITCH,initialized=false] of device 'papa000000'
2018-08-09 21:38:45.226 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:38:45.234 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw2-SM:d33daba2:papa000000:0#FIRMWARE' from thing id 'papa000000'
2018-08-09 21:38:45.242 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0273433'
2018-08-09 21:38:45.252 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ0273433'
2018-08-09 21:38:45.253 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273433:0#DELETE_DEVICE_MODE' from thing id 'NEQ0273433'
2018-08-09 21:38:45.263 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:38:45.273 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'OEQ0222362'
2018-08-09 21:38:45.283 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'OEQ0222362'
2018-08-09 21:38:45.287 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-Sec-SCo:d33daba2:OEQ0222362:0#UPDATE_PENDING' from thing id 'OEQ0222362'
2018-08-09 21:40:45.390 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:40:49.325 [DEBUG] [nal.communicator.client.XmlRpcClient] - XmlRpcMessage failure, sending message again 1/1
2018-08-09 21:42:45.497 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0273395'
2018-08-09 21:42:45.505 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ0273395'
2018-08-09 21:42:45.504 [DEBUG] [ematic.handler.HomematicThingHandler] - Updating channel 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273395:0#RSSI_PEER' from thing id 'NEQ0273395'
2018-08-09 21:42:49.331 [ERROR] [ommunicator.AbstractHomematicGateway] - null
java.io.IOException: null
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:98) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
Caused by: java.util.concurrent.TimeoutException
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:109) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 11 more
2018-08-09 21:42:49.393 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'NEQ0102987' detected on gateway with id 'd33daba2'
2018-08-09 21:42:58.087 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '0.0' for 'CUX2800001:3#TIMER_GET' from gateway with id 'd33daba2'
2018-08-09 21:42:58.093 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TIMER_GET'
2018-08-09 21:42:58.098 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'CUX2800001:3#TIMER_NUM' from gateway with id 'd33daba2'
2018-08-09 21:42:58.104 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TIMER_NUM'
2018-08-09 21:42:58.109 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '300.0' for 'CUX2800001:3#TIMER_GET' from gateway with id 'd33daba2'
2018-08-09 21:42:58.118 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TIMER_GET'
2018-08-09 21:42:58.123 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:3#TIMER_EVENT' from gateway with id 'd33daba2'
2018-08-09 21:42:58.129 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TIMER_EVENT'
2018-08-09 21:42:58.134 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:3#STATE' from gateway with id 'd33daba2'
2018-08-09 21:42:58.140 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value '1533847678' for 'CUX2800001:3#TS' from gateway with id 'd33daba2'
2018-08-09 21:42:58.191 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TS'
2018-08-09 21:42:58.197 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:3#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:44:45.597 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:45:32.215 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.9' for 'CUX1200027:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:45:32.222 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200027:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:32.229 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.8' for 'CUX1200027:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:32.238 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.6' for 'CUX1200027:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:32.247 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '57' for 'CUX1200027:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:32.253 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200027:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:45:32.261 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.8' for 'CUX1200027:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:45:32.269 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200027:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:32.275 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200027:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:32.282 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200027:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:33.064 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.3' for 'CUX1200003:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:45:33.071 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200003:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:33.078 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.3' for 'CUX1200003:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:33.100 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.0' for 'CUX1200003:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:33.109 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '62' for 'CUX1200003:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:33.121 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '62.0' for 'CUX1200003:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:45:33.127 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '14.7' for 'CUX1200003:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:45:33.136 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.2' for 'CUX1200003:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:33.142 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '62.0' for 'CUX1200003:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:33.147 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '66.0' for 'CUX1200003:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:34.235 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '21.2' for 'CUX1200006:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:45:34.242 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200006:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:34.247 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '21.2' for 'CUX1200006:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:34.256 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '27.3' for 'CUX1200006:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:34.262 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '65' for 'CUX1200006:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:34.268 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200006:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:45:34.274 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '14.4' for 'CUX1200006:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:45:34.279 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.1' for 'CUX1200006:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:34.286 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '61.0' for 'CUX1200006:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:34.291 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '69.0' for 'CUX1200006:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:41.256 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.1' for 'CUX1200004:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:45:41.262 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200004:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:41.268 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.5' for 'CUX1200004:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:41.273 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.3' for 'CUX1200004:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:41.279 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '60' for 'CUX1200004:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:41.285 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200004:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:45:41.290 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.8' for 'CUX1200004:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:45:41.298 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200004:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:41.309 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200004:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:41.315 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '66.0' for 'CUX1200004:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.276 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '23.5' for 'CUX1200002:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:45:48.283 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.4' for 'CUX1200001:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:45:48.286 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200002:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.292 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200001:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.303 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '23.5' for 'CUX1200002:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.312 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.4' for 'CUX1200001:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.325 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.4' for 'CUX1200002:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.333 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '26.1' for 'CUX1200001:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.342 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '59' for 'CUX1200002:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:48.347 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '59' for 'CUX1200001:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:48.355 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200002:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:45:48.365 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.0' for 'CUX1200002:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:45:48.361 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200001:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:45:48.374 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.5' for 'CUX1200002:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:48.378 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.9' for 'CUX1200001:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:45:48.386 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200002:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.390 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200001:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:48.395 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200002:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.400 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200001:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.405 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.8' for 'CUX1200005:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:45:48.409 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '63.0' for 'CUX1200001:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.414 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200005:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.425 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.6' for 'CUX1200005:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.431 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.1' for 'CUX1200005:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.436 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '57' for 'CUX1200005:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:48.442 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200005:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:45:48.452 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.7' for 'CUX1200005:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:45:48.458 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.0' for 'CUX1200005:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:45:48.465 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200005:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:45:48.471 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '64.0' for 'CUX1200005:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:27.948 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.1' for 'CUX1200004:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:46:27.957 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200004:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:27.963 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.5' for 'CUX1200004:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:27.968 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.3' for 'CUX1200004:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:27.974 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '60' for 'CUX1200004:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:46:27.981 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200004:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:46:27.987 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.8' for 'CUX1200004:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:46:27.993 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200004:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:46:27.998 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200004:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:28.004 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '66.0' for 'CUX1200004:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:41.196 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '0.0' for 'CUX2800001:2#TIMER_GET' from gateway with id 'd33daba2'
2018-08-09 21:46:41.202 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:2#TIMER_GET'
2018-08-09 21:46:41.207 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'CUX2800001:2#TIMER_NUM' from gateway with id 'd33daba2'
2018-08-09 21:46:41.213 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:2#TIMER_NUM'
2018-08-09 21:46:41.218 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:2#TIMER_EVENT' from gateway with id 'd33daba2'
2018-08-09 21:46:41.224 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:2#TIMER_EVENT'
2018-08-09 21:46:41.229 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:2#STATE' from gateway with id 'd33daba2'
2018-08-09 21:46:41.236 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value '0' for 'CUX2800001:2#TS' from gateway with id 'd33daba2'
2018-08-09 21:46:41.241 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:2#TS'
2018-08-09 21:46:41.245 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'false' for 'CUX2800001:2#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:46:41.964 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.4' for 'CUX1200001:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:46:41.973 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200001:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:41.979 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.4' for 'CUX1200001:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:41.986 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '26.1' for 'CUX1200001:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:41.992 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '59' for 'CUX1200001:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:46:41.998 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200001:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:46:42.004 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.9' for 'CUX1200001:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:46:42.012 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200001:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:46:42.019 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200001:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:42.025 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '63.0' for 'CUX1200001:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:45.702 [WARN ] [ommunicator.AbstractHomematicGateway] - Connection lost on gateway 'd33daba2'
2018-08-09 21:46:56.265 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '21.2' for 'CUX1200006:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:46:56.272 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200006:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:56.277 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '21.2' for 'CUX1200006:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:56.283 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '27.3' for 'CUX1200006:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:56.290 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '65' for 'CUX1200006:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:46:56.295 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200006:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:46:56.301 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '14.4' for 'CUX1200006:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:46:56.306 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.1' for 'CUX1200006:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:46:56.312 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '61.0' for 'CUX1200006:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:46:56.317 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '69.0' for 'CUX1200006:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.277 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.9' for 'CUX1200027:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:47:01.282 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200027:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.288 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.8' for 'CUX1200027:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.294 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.6' for 'CUX1200027:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.301 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '56' for 'CUX1200027:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:01.309 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '56.0' for 'CUX1200027:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:47:01.316 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.5' for 'CUX1200027:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:47:01.323 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.8' for 'CUX1200027:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:01.329 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '56.0' for 'CUX1200027:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.335 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200027:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.501 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.3' for 'CUX1200003:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:47:01.508 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200003:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.514 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.3' for 'CUX1200003:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.520 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.0' for 'CUX1200003:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.526 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '62' for 'CUX1200003:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:01.532 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '62.0' for 'CUX1200003:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:47:01.538 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '14.7' for 'CUX1200003:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:47:01.543 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.2' for 'CUX1200003:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:01.549 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '62.0' for 'CUX1200003:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:01.555 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '66.0' for 'CUX1200003:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:03.224 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '23.5' for 'CUX1200002:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:47:03.232 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200002:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:03.238 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '23.5' for 'CUX1200002:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:03.244 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.4' for 'CUX1200002:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:03.249 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '59' for 'CUX1200002:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:03.256 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200002:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:47:03.263 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.0' for 'CUX1200002:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:47:03.268 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.5' for 'CUX1200002:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:03.274 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200002:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:03.279 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200002:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:07.297 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.8' for 'CUX1200005:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:47:07.303 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200005:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:07.309 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.6' for 'CUX1200005:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:07.315 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.1' for 'CUX1200005:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:07.320 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '57' for 'CUX1200005:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:07.326 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200005:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:47:07.331 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.7' for 'CUX1200005:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:47:07.337 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.0' for 'CUX1200005:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:07.342 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200005:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:07.348 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '64.0' for 'CUX1200005:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:40.230 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.1' for 'CUX1200004:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:47:40.236 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200004:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:40.242 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.5' for 'CUX1200004:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:40.248 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.3' for 'CUX1200004:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:40.253 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '60' for 'CUX1200004:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:40.259 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200004:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:47:40.265 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.8' for 'CUX1200004:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:47:40.270 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200004:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:40.276 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200004:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:40.281 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '66.0' for 'CUX1200004:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:46.180 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.4' for 'CUX1200001:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:47:46.190 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200001:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:46.196 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.4' for 'CUX1200001:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:46.203 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '26.1' for 'CUX1200001:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:46.210 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '59' for 'CUX1200001:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:46.217 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200001:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:47:46.224 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.9' for 'CUX1200001:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:47:46.230 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200001:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:47:46.235 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200001:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:46.241 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '63.0' for 'CUX1200001:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:47:58.187 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '0.0' for 'CUX2800001:3#TIMER_GET' from gateway with id 'd33daba2'
2018-08-09 21:47:58.194 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TIMER_GET'
2018-08-09 21:47:58.199 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '0' for 'CUX2800001:3#TIMER_NUM' from gateway with id 'd33daba2'
2018-08-09 21:47:58.204 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TIMER_NUM'
2018-08-09 21:47:58.209 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '300.0' for 'CUX2800001:3#TIMER_GET' from gateway with id 'd33daba2'
2018-08-09 21:47:58.214 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TIMER_GET'
2018-08-09 21:47:58.219 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:3#TIMER_EVENT' from gateway with id 'd33daba2'
2018-08-09 21:47:58.225 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TIMER_EVENT'
2018-08-09 21:47:58.229 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:3#STATE' from gateway with id 'd33daba2'
2018-08-09 21:47:58.235 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (String) value '1533847978' for 'CUX2800001:3#TS' from gateway with id 'd33daba2'
2018-08-09 21:47:58.241 [WARN ] [ematic.handler.HomematicThingHandler] - Channel not found for datapoint 'CUX2800001:3#TS'
2018-08-09 21:47:58.246 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Boolean) value 'true' for 'CUX2800001:3#WORKING' from gateway with id 'd33daba2'
2018-08-09 21:48:16.981 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.9' for 'CUX1200027:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:48:16.992 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200027:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:17.000 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.8' for 'CUX1200027:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:17.009 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.6' for 'CUX1200027:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:17.018 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '57' for 'CUX1200027:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:17.035 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200027:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:48:17.041 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.8' for 'CUX1200027:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:48:17.048 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200027:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:17.054 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '56.0' for 'CUX1200027:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:17.060 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200027:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:22.398 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '21.0' for 'CUX1200006:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:48:22.408 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200006:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:22.416 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '21.0' for 'CUX1200006:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:22.422 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '27.3' for 'CUX1200006:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:22.428 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '65' for 'CUX1200006:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:22.434 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200006:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:48:22.440 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '14.2' for 'CUX1200006:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:48:22.445 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '11.9' for 'CUX1200006:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:22.451 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '61.0' for 'CUX1200006:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:22.457 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '69.0' for 'CUX1200006:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:34.662 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '23.5' for 'CUX1200002:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:48:34.670 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200002:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:34.676 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '23.5' for 'CUX1200002:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:34.683 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.4' for 'CUX1200002:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:34.689 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '59' for 'CUX1200002:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:34.697 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200002:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:48:34.704 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.0' for 'CUX1200002:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:48:34.709 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.5' for 'CUX1200002:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:34.715 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '59.0' for 'CUX1200002:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:34.721 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '65.0' for 'CUX1200002:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:37.705 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.8' for 'CUX1200005:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:48:37.712 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200005:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:37.718 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.6' for 'CUX1200005:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:37.725 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.1' for 'CUX1200005:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:37.731 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '57' for 'CUX1200005:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:37.737 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200005:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:48:37.745 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.7' for 'CUX1200005:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:48:37.750 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.0' for 'CUX1200005:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:37.756 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '57.0' for 'CUX1200005:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:37.762 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '64.0' for 'CUX1200005:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:38.783 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.3' for 'CUX1200003:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:48:38.790 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200003:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:38.797 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.3' for 'CUX1200003:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:38.803 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '25.0' for 'CUX1200003:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:38.809 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '62' for 'CUX1200003:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:38.815 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '62.0' for 'CUX1200003:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:48:38.821 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '14.7' for 'CUX1200003:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:48:38.827 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '12.2' for 'CUX1200003:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:38.833 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '62.0' for 'CUX1200003:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:38.839 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '66.0' for 'CUX1200003:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:45.804 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:48:48.495 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.1' for 'CUX1200004:1#TEMPERATURE' from gateway with id 'd33daba2'
2018-08-09 21:48:48.502 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '192' for 'CUX1200004:1#MISS_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:48.508 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '22.5' for 'CUX1200004:1#TEMP_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:48.514 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '24.3' for 'CUX1200004:1#TEMP_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:48.520 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Integer) value '60' for 'CUX1200004:1#HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:48.526 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200004:1#HUMIDITYF' from gateway with id 'd33daba2'
2018-08-09 21:48:48.532 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '15.8' for 'CUX1200004:1#DEW_POINT' from gateway with id 'd33daba2'
2018-08-09 21:48:48.538 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '13.1' for 'CUX1200004:1#ABS_HUMIDITY' from gateway with id 'd33daba2'
2018-08-09 21:48:48.544 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '60.0' for 'CUX1200004:1#HUM_MIN_24H' from gateway with id 'd33daba2'
2018-08-09 21:48:48.550 [DEBUG] [ommunicator.AbstractHomematicGateway] - Received new (Double) value '66.0' for 'CUX1200004:1#HUM_MAX_24H' from gateway with id 'd33daba2'
2018-08-09 21:49:11.908 [ERROR] [ommunicator.AbstractHomematicGateway] - Connection reset
java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:210) [?:?]
    at java.net.SocketInputStream.read(SocketInputStream.java:141) [?:?]
    at org.openhab.binding.homematic.internal.communicator.message.BinRpcMessage.<init>(BinRpcMessage.java:74) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:77) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:90) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.addChannelDatapoints(RpcClient.java:173) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.CcuGateway.addChannelDatapoints(CcuGateway.java:133) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:750) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
2018-08-09 21:49:11.912 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:11.912 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': Broken pipe (Write failed)
java.net.SocketException: Broken pipe (Write failed)
    at java.net.SocketOutputStream.socketWrite0(Native Method) ~[?:?]
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111) [?:?]
    at java.net.SocketOutputStream.write(SocketOutputStream.java:143) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:76) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
2018-08-09 21:49:12.015 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.015 [ERROR] [ommunicator.AbstractHomematicGateway] - Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:90) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
2018-08-09 21:49:12.006 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'NEQ0102987' detected on gateway with id 'd33daba2'
2018-08-09 21:49:12.082 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ1523374'
2018-08-09 21:49:12.163 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ1523374'
2018-08-09 21:49:12.154 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.153 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'NEQ0243098' detected on gateway with id 'd33daba2'
2018-08-09 21:49:12.177 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.176 [ERROR] [ommunicator.AbstractHomematicGateway] - Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:90) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
2018-08-09 21:49:12.165 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0273387'
2018-08-09 21:49:12.254 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ1660715'
2018-08-09 21:49:12.254 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ0273387'
2018-08-09 21:49:12.252 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'NEQ0243098' detected on gateway with id 'd33daba2'
2018-08-09 21:49:12.185 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.268 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': java.io.EOFException: HttpConnectionOverHTTP@76699773(l:/192.168.158.43:52201 <-> r:/192.168.158.102:2010,closed=false)[HttpChannelOverHTTP@3b915119(exchange=HttpExchange@4fd8f795 req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@1b996da6(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2171a3a9{s=START}],recv=HttpReceiverOverHTTP@10d93707(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]]
java.io.IOException: java.io.EOFException: HttpConnectionOverHTTP@76699773(l:/192.168.158.43:52201 <-> r:/192.168.158.102:2010,closed=false)[HttpChannelOverHTTP@3b915119(exchange=HttpExchange@4fd8f795 req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@1b996da6(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2171a3a9{s=START}],recv=HttpReceiverOverHTTP@10d93707(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:94) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:63) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
Caused by: java.util.concurrent.ExecutionException: java.io.EOFException: HttpConnectionOverHTTP@76699773(l:/192.168.158.43:52201 <-> r:/192.168.158.102:2010,closed=false)[HttpChannelOverHTTP@3b915119(exchange=HttpExchange@4fd8f795 req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@1b996da6(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2171a3a9{s=START}],recv=HttpReceiverOverHTTP@10d93707(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]]
    at org.eclipse.jetty.client.util.FutureResponseListener.getResult(FutureResponseListener.java:118) ~[?:?]
    at org.eclipse.jetty.client.util.FutureResponseListener.get(FutureResponseListener.java:110) ~[?:?]
    at org.eclipse.jetty.client.HttpRequest.send(HttpRequest.java:676) ~[?:?]
    at org.openhab.binding.homematic.internal.communicator.client.XmlRpcClient.sendMessage(XmlRpcClient.java:80) ~[?:?]
    ... 13 more
Caused by: java.io.EOFException: HttpConnectionOverHTTP@76699773(l:/192.168.158.43:52201 <-> r:/192.168.158.102:2010,closed=false)[HttpChannelOverHTTP@3b915119(exchange=HttpExchange@4fd8f795 req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@1b996da6(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@2171a3a9{s=START}],recv=HttpReceiverOverHTTP@10d93707(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]]
    at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.earlyEOF(HttpReceiverOverHTTP.java:300) ~[?:?]
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1392) ~[?:?]
    at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.shutdown(HttpReceiverOverHTTP.java:185) ~[?:?]
    at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:132) ~[?:?]
    at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:70) ~[?:?]
    at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:90) ~[?:?]
    at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:115) ~[?:?]
    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) ~[?:?]
    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) ~[?:?]
    at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[?:?]
    at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[?:?]
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) ~[?:?]
    ... 1 more
2018-08-09 21:49:12.264 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'OEQ0221061'
2018-08-09 21:49:12.264 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ1660715'
2018-08-09 21:49:12.462 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'OEQ0221061'
2018-08-09 21:49:12.461 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'CUX1200027'
2018-08-09 21:49:12.281 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.280 [ERROR] [ommunicator.AbstractHomematicGateway] - Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:90) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
2018-08-09 21:49:12.485 [ERROR] [ommunicator.AbstractHomematicGateway] - Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:90) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
2018-08-09 21:49:12.485 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.479 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0273385'
2018-08-09 21:49:12.479 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'CUX1200027'
2018-08-09 21:49:12.629 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ0273385'
2018-08-09 21:49:12.629 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'OEQ1005726'
2018-08-09 21:49:12.625 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.618 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'NEQ0243162' detected on gateway with id 'd33daba2'
2018-08-09 21:49:12.552 [DEBUG] [ommunicator.AbstractHomematicGateway] - New device 'NEQ0243162' detected on gateway with id 'd33daba2'
2018-08-09 21:49:12.653 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.642 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0243985'
2018-08-09 21:49:12.642 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'OEQ1005726'
2018-08-09 21:49:12.677 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ0243985'
2018-08-09 21:49:12.677 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0273412'
2018-08-09 21:49:12.673 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.672 [DEBUG] [ommunicator.AbstractHomematicGateway] - Unable to release the connection to the gateway with id 'd33daba2': Only -1 bytes received reading signature
java.io.EOFException: Only -1 bytes received reading signature
    at org.openhab.binding.homematic.internal.communicator.message.BinRpcMessage.<init>(BinRpcMessage.java:76) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:77) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.release(RpcClient.java:96) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.stopServers(AbstractHomematicGateway.java:259) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.access$3(AbstractHomematicGateway.java:256) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.handleInvalidConnection(AbstractHomematicGateway.java:936) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway$ConnectionTrackerThread.run(AbstractHomematicGateway.java:909) [229:org.openhab.binding.homematic:2.3.0]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:?]
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:?]
    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) [?:?]
2018-08-09 21:49:12.697 [ERROR] [ommunicator.AbstractHomematicGateway] - Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:90) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
2018-08-09 21:49:12.698 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.692 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'NEQ0682787'
2018-08-09 21:49:12.692 [DEBUG] [ommunicator.AbstractHomematicGateway] - Loading values for channel HmChannel[number=0,type=MAINTENANCE,initialized=false] of device 'NEQ0273412'
2018-08-09 21:49:12.882 [DEBUG] [ommunicator.AbstractHomematicGateway] - Triggering values reload for device 'CUX4000003'
2018-08-09 21:49:12.878 [DEBUG] [nal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
2018-08-09 21:49:12.878 [ERROR] [ommunicator.AbstractHomematicGateway] - Connection refused (Connection refused)
java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [?:?]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [?:?]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [?:?]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [?:?]
    at java.net.Socket.connect(Socket.java:589) [?:?]
    at org.openhab.binding.homematic.internal.communicator.client.SocketHandler.getSocket(SocketHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:75) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:90) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.BinRpcClient.sendMessage(BinRpcClient.java:66) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.client.RpcClient.listDevices(RpcClient.java:163) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.getDeviceDescriptions(AbstractHomematicGateway.java:439) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.newDevices(AbstractHomematicGateway.java:746) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleNewDevice(RpcResponseHandler.java:104) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.RpcResponseHandler.handleMethodCall(RpcResponseHandler.java:53) [229:org.openhab.binding.homematic:2.3.0]
    at org.openhab.binding.homematic.internal.communicator.server.BinRpcResponseHandler.run(BinRpcResponseHandler.java:46) [229:org.openhab.binding.homematic:2.3.0]
    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) [?:?]
htreu commented 6 years ago

Hi @Xento, what kind of CCU are you running? And what is the error/log when the problems start to occur? After you restarted the CCU there a re also some Connection refused exceptions in the log, this also might be a network problem.

Xento commented 6 years ago

I'm running RaspberryMatic on a RPi3. The first part from the Log is where openhab is connected and I restart the CCU. The secondpart is from where the CCU is up again and openhab connects. As you can see it disconnects and connects again and after a few updates it disconnects again. In this state no programs are processed on the ccu and you can't use some functions on the ccu webui as they seem to timeout. When I do a bundle:restart nothing changes. Only when I do a bundle:stop and a bundle:start everything gets back to normal. I think the connection refused is a part of the problem. It seems that the ccu is overloaded somehow.

htreu commented 6 years ago

How is the CCU reacting without the openHAB connection? Can you mimic the openHAB binding behaviour manually through the web ui? Does it overload, too? Maybe the problem is entirely on the CCU side.

Xento commented 6 years ago

No the problem only happens when openhab is trying to connect. When I disable the binding and than restart the ccu everything is ok.

Xento commented 6 years ago

At the moment I get this errors. It seems that there is an ipv6 listener left open on the port. Stopping the binding doesn't help, the messages even then continue.

root@openhab2:/openhab# netstat -tulpen | grep 9126
tcp6       0      0 :::9126                 :::*                    LISTEN      0          541411325  96/java
11:06:44.664 [DEBUG] [ematic.handler.HomematicBridgeHandler] - Disposing bridge 'd33daba2'
11:06:45.335 [INFO ] [smarthome.event.ItemStateChangedEvent] - CO2_PPM2 changed from 452.00 to 451.00
11:06:45.341 [INFO ] [home.event.GroupItemStateChangedEvent] - CO2 changed from 1724629387.50 to 1724629387.00 through CO2_PPM2
11:06:54.695 [DEBUG] [ematic.handler.HomematicBridgeHandler] - HomematicConfig[gatewayAddress=192.168.158.102,callbackHost=192.168.158.43,xmlCallbackPort=9123,binCallbackPort=9126,gatewayType=ccu,rfPort=2001,wiredPort=2000,hmIpPort=2010,cuxdPort=8701,groupPort=9292,timeout=120,discoveryTimeToLive=-1,installModeDuration=60,socketMaxAlive=9000]
11:06:54.715 [INFO ] [nternal.communicator.client.RpcClient] - Interface 'WIRED' on gateway 'd33daba2' not available, disabling support
11:06:54.747 [DEBUG] [communicator.AbstractHomematicGateway] - Initializing gateway with id 'd33daba2'
11:06:54.752 [INFO ] [communicator.AbstractHomematicGateway] - HmGatewayInfo[id=CCU,type=CCU2,firmware=2.31.25.20180625,address=NEQ1327860,wired=false,hmip=true,cuxd=true,group=true]
11:06:54.760 [DEBUG] [communicator.AbstractHomematicGateway] - Used Homematic transfer modes: RF:BIN_RPC, HMIP:XML_RPC, CUXD:BIN_RPC, GROUP:XML_RPC
11:06:54.769 [DEBUG] [rnal.communicator.server.BinRpcServer] - Initializing BIN-RPC server at port 9126
11:06:54.774 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicBridgeHandler tried updating the thing status although the handler was already disposed.
11:06:54.781 [ERROR] [ematic.handler.HomematicBridgeHandler] - Homematic bridge was set to OFFLINE-COMMUNICATION_ERROR due to the following exception: Address already in use (Bind failed)
java.net.BindException: Address already in use (Bind failed)
        at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:?]
        at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) ~[?:?]
        at java.net.ServerSocket.bind(ServerSocket.java:375) ~[?:?]
        at java.net.ServerSocket.bind(ServerSocket.java:329) ~[?:?]
        at org.openhab.binding.homematic.internal.communicator.server.BinRpcNetworkService.<init>(BinRpcNetworkService.java:46) ~[?:?]
        at org.openhab.binding.homematic.internal.communicator.server.BinRpcServer.start(BinRpcServer.java:39) ~[?:?]
        at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.startServers(AbstractHomematicGateway.java:245) ~[?:?]
        at org.openhab.binding.homematic.internal.communicator.AbstractHomematicGateway.initialize(AbstractHomematicGateway.java:183) ~[?:?]
        at org.openhab.binding.homematic.handler.HomematicBridgeHandler.lambda$0(HomematicBridgeHandler.java:87) ~[?:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:?]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:?]
        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) [?:?]
11:06:54.844 [DEBUG] [ematic.handler.HomematicBridgeHandler] - Disposing bridge 'd33daba2'
htreu commented 6 years ago

@mdicke2s please have a look.

Xento commented 6 years ago

Maybe it could be come problem with this because I'm on the stable 2.3 at the moment. https://github.com/eclipse/smarthome/pull/5928

At the moment I can't repoduce the first situation but I had it bevor. Maybe it takes some time of running.

mdicke2s commented 6 years ago

Hi @Xento

I also directly thought of #5928. Unfortunately it didn't make it into OH 2.3.0 (which was released just one week before the change).

I am not sure if the changes in that pull request would solve this problem, but it would definitely improve the logging of the ConnectionTrackerThread, to see what caused the binding to assume the connection as lost. Also it synchronizes calls to start/stop of servers and clients, which may help as well.

From your log I can see that at 21:38:20.903 the binding failed to call listDevices via XMLRpc. This fails because at exactly same time (which is actually very unlikely to happen) there was a call to de-register XMLRpcClient (because the ConnectionTrackerThread called stopServers()

From the error that you posted recently 11:06:54.781 [ERROR] [ematic.handler.HomematicBridgeHandler] - Homematic bridge was set to OFFLINE-COMMUNICATION_ERROR due to the following exception: Address already in use (Bind failed) java.net.BindException: Address already in use (Bind failed) it is clear that there is an BinRpcServer which was not closed properly. But I cannot determine how this could happen.

My recommendation for you would be to try a SNAPSHOT release to see if the problem is solved by #5928

BTW: When you say overloaded, do you mean it doesn't respond? Did you check the logs on the other side?

Xento commented 6 years ago

Isn't it possible to just update the binding?

Xento commented 6 years ago

I updated to the latest 2.4 snapshot. When it is "overloaded" the ccu is unable to communicate with the devices. When you want to open the panel where you can add new devices, the page keeps loading and nothing happens. Then when you stop the binding everything works again. Maybe there are to many connections opened from openhab or such things.

mdicke2s commented 6 years ago

I updated to the latest 2.4 snapshot.

Good, I hope that this solves your problem already. If not would be great if you can share some log's again. You may think of increasing the log level to TRACE. That way we would be able to see all calls in the Rpc clients & servers.

When it is "overloaded" the ccu is unable to communicate with the devices. When you want to open the panel where you can add new devices, the page keeps loading and nothing happens. Then when you stop the binding everything works again.

ok, thx I would guess that the frequent calls to listDevices are expensive and eat your CCU's performance

Maybe there are to many connections opened from openhab or such things.

If it is working correctly, there shouldn't be more than one. At least before #5928 it was possible that initialization of servers runs concurrently which can of cause lead to more than one server open.

Xento commented 6 years ago

How can I attach logfiles? It happened again but this time because my NAS where docker runs on had much todo.

Xento commented 6 years ago

I already stopped the binding but this doesn't seem to work:

21:50:18.369 [TRACE] [nal.communicator.client.SocketHandler] - Returning socket for port 2001
21:50:18.374 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:18.373 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-Sec-SCo:d33daba2:OEQ0222362' changed from OFFLINE (BRIDGE_OFFLINE) to UNINITIALIZED
21:50:18.393 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:18.401 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:18.408 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:18.411 [DEBUG] [rnal.communicator.client.BinRpcClient] - BinRpcMessage socket failure, sending message again 1/1
21:50:18.421 [TRACE] [nal.communicator.client.SocketHandler] - Closing Socket on port 2001
21:50:18.461 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:18.453 [TRACE] [nal.communicator.client.SocketHandler] - Creating new socket for port 2001
21:50:18.471 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:18.482 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:18.490 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:18.497 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.
21:50:19.401 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-Sec-SCo:d33daba2:OEQ0222362' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
21:50:21.424 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-WS550STH-I:d33daba2:CUX1200027' changed from OFFLINE (BRIDGE_OFFLINE) to UNINITIALIZED
21:50:24.446 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-WS550STH-I:d33daba2:CUX1200027' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
21:50:24.454 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273400' changed from OFFLINE (BRIDGE_OFFLINE) to UNINITIALIZED
21:50:24.464 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-LC-Sw1PBU-FM:d33daba2:NEQ0273400' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
21:50:24.478 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:d33daba2:NEQ1523374' changed from OFFLINE (BRIDGE_OFFLINE) to UNINITIALIZED
21:50:25.488 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-TC-IT-WM-W-EU:d33daba2:NEQ1523374' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
21:50:25.500 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-Sec-SCo:d33daba2:NEQ0627982' changed from ONLINE to UNINITIALIZED
21:50:25.506 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-Sec-SCo:d33daba2:NEQ0627982' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
21:50:25.520 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-LC-Bl1PBU-FM:d33daba2:NEQ0393620' changed from ONLINE to UNINITIALIZED
21:50:25.533 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:bridge:d33daba2' changed from OFFLINE (COMMUNICATION_ERROR): Connection lost to UNINITIALIZED
21:50:25.607 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-Sec-SD-2-Team:d33daba2:T-NEQ0243098' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
21:50:26.637 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:HM-Sec-SD-2:d33daba2:NEQ0244130' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
21:50:26.645 [INFO ] [ome.event.ThingStatusInfoChangedEvent] - 'homematic:bridge:d33daba2' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
htreu commented 6 years ago

without being into the code this line caught my eye:

21:50:18.471 [WARN ] [e.core.thing.binding.BaseThingHandler] - Handler HomematicThingHandler tried updating the thing status although the handler was already disposed.

In HomematicThingHandler#initialize the initFuture is created and submitted to do the handler initialisation. This task is however not stopped during #dispose.

Xento commented 6 years ago

Maybe this is the problem in HomematicThingHandler:

/**
     * Schedules a reinitialization, if the Homematic gateway is not reachable at bridge startup.
     */
    private void scheduleReinitialize() {
        scheduler.schedule(() -> {
            initialize();
        }, REINITIALIZE_DELAY_SECONDS, TimeUnit.SECONDS);
}

Here is a more compelte log snippet. This time I had to restart openhab to get my ccu back working. https://pastebin.com/rY8jHkA8

Xento commented 5 years ago

It happened again. The log did't gives much information

The open connections on the ccu to openhab: https://pastebin.com/JuYUuf57

Here is the log after I wanted to stop the bundle: https://pastebin.com/D76N94Uc

Open connections from openhab after trying to restart the bundle https://pastebin.com/DSVsuNhs

Connections on CCU after stopping dockercontainer from openhab: https://pastebin.com/nH05Rm85

Connections after restart of openhab: CCU: https://pastebin.com/Ck4LDYaa Openhab: https://pastebin.com/kpvDw2rW