07-11-2016, 13:58:09
(Dieser Beitrag wurde zuletzt bearbeitet: 07-11-2016, 13:58:52 von sboldt.)
Leider gibt's wieder einen Aussetzer. Das innogy Binding hat sich letztmalig um 06:02 gemeldet (ohne Fehlermeldung), seitdem herrscht diesbzgl. Stille im log. Allerdings werden alle innogy-Things als "online" angezeigt und die items haben auch Werte - allerdings die von 6 Uhr morgens.
Code:
2016-11-07 06:02:51.024 [DEBUG] [gysmarthome.internal.InnogyWebSocket] - innogy WebSocket onMessage() - [{"type":"device/SHC.RWE/1.0/event/StateChanged","timestamp":"2016-11-07T05:02:30.6810000Z","desc":"/desc/device/SHC.RWE/1.0/event/StateChanged","link":{"value":"/capability/69873ca798d598768c4c0803166c118e"},"Properties":[{"name":"Temperature","value":18.6,"lastchanged":"2016-11-07T05:02:30.6400000Z"},{"name":"FrostWarning","value":false,"lastchanged":"2016-11-06T16:49:46.4740000Z"}]}]
2016-11-07 06:02:51.024 [DEBUG] [marthome.handler.InnogyBridgeHandler] - onEvent called. Msg: [{"type":"device/SHC.RWE/1.0/event/StateChanged","timestamp":"2016-11-07T05:02:30.6810000Z","desc":"/desc/device/SHC.RWE/1.0/event/StateChanged","link":{"value":"/capability/69873ca798d598768c4c0803166c118e"},"Properties":[{"name":"Temperature","value":18.6,"lastchanged":"2016-11-07T05:02:30.6400000Z"},{"name":"FrostWarning","value":false,"lastchanged":"2016-11-06T16:49:46.4740000Z"}]}]
2016-11-07 06:02:51.024 [DEBUG] [marthome.handler.InnogyBridgeHandler] - Event found: Type:device/SHC.RWE/1.0/event/StateChanged Capability:/capability/69873ca798d598768c4c0803166c118e
2016-11-07 06:02:51.024 [DEBUG] [marthome.handler.InnogyDeviceHandler] - DeviceId 6f417e8ad5a243e9a7751377d85ed811 not relevant for this handler (responsible for id 5bfa78c42d884286a07d7a0803978ad4)
2016-11-07 06:02:51.024 [DEBUG] [marthome.handler.InnogyDeviceHandler] - DeviceId 6f417e8ad5a243e9a7751377d85ed811 not relevant for this handler (responsible for id bd7ada6efe9b443b96ac87d36f877273)
2016-11-07 06:02:51.024 [DEBUG] [marthome.handler.InnogyDeviceHandler] - DeviceId 6f417e8ad5a243e9a7751377d85ed811 not relevant for this handler (responsible for id e20d69ab8dab40a482796eabe91983dc)
2016-11-07 06:02:51.024 [DEBUG] [marthome.handler.InnogyDeviceHandler] - State changed Temperature to 18.6.
2016-11-07 06:02:51.024 [DEBUG] [marthome.handler.InnogyDeviceHandler] - Loaded Capability TemperatureSensor, Heizkörperthermostat 1 with id 69873ca798d598768c4c0803166c118e, device /device/6f417e8ad5a243e9a7751377d85ed811 from device id 6f417e8ad5a243e9a7751377d85ed811
2016-11-07 06:02:51.024 [DEBUG] [marthome.handler.InnogyDeviceHandler] - onDeviceStateChanged called with device Heizkörperthermostat WZ mitte/6f417e8ad5a243e9a7751377d85ed811
2016-11-07 06:02:51.025 [DEBUG] [marthome.handler.InnogyDeviceHandler] - ->capability:26bc1b6392824b656215a05080c4d332 (HumiditySensor/Luftfeuchtesensor 1)
2016-11-07 06:02:51.025 [DEBUG] [marthome.handler.InnogyDeviceHandler] - ->capability:6b0f6b785333fee0f392f5e0b0e7faf0 (ThermostatActuator/Heizkörperthermostat 1)
2016-11-07 06:02:51.025 [DEBUG] [marthome.handler.InnogyDeviceHandler] - ->capability:69873ca798d598768c4c0803166c118e (TemperatureSensor/Heizkörperthermostat 1)
2016-11-07 06:02:51.025 [DEBUG] [marthome.handler.InnogyDeviceHandler] - State changed FrostWarning to false.
2016-11-07 06:02:51.025 [DEBUG] [marthome.handler.InnogyDeviceHandler] - Loaded Capability TemperatureSensor, Heizkörperthermostat 1 with id 69873ca798d598768c4c0803166c118e, device /device/6f417e8ad5a243e9a7751377d85ed811 from device id 6f417e8ad5a243e9a7751377d85ed811
2016-11-07 06:02:51.025 [DEBUG] [marthome.handler.InnogyDeviceHandler] - Capability-property FrostWarning not yet supported.
2016-11-07 06:02:51.025 [DEBUG] [marthome.handler.InnogyDeviceHandler] - DeviceId 6f417e8ad5a243e9a7751377d85ed811 not relevant for this handler (responsible for id ce60af058193431e92fbb852dcb84a99)
2016-11-07 07:46:44.922 [ERROR] [lfe.hap.impl.http.impl.BinaryHandler] - Exception in binary handler
java.io.IOException: Connection timed out
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)[:1.8.0_112]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)[:1.8.0_112]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)[:1.8.0_112]
at sun.nio.ch.IOUtil.read(IOUtil.java:192)[:1.8.0_112]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)[:1.8.0_112]
at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:447)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:880)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:242)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)[210:org.openhab.io.homekit:2.0.0.b4]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_112]
2016-11-07 07:46:44.925 [ERROR] [.hap.impl.http.impl.AccessoryHandler] - Exception caught in web handler
java.io.IOException: Connection timed out
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)[:1.8.0_112]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)[:1.8.0_112]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)[:1.8.0_112]
at sun.nio.ch.IOUtil.read(IOUtil.java:192)[:1.8.0_112]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)[:1.8.0_112]
at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:447)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:880)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:242)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)[210:org.openhab.io.homekit:2.0.0.b4]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)[210:org.openhab.io.homekit:2.0.0.b4]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_112]
2016-11-07 09:00:21.459 [ERROR] [o.myopenhab.internal.MyOpenHABClient] - Socket.IO error: io.socket.engineio.client.EngineIOException: websocket error
2016-11-07 09:00:21.459 [INFO ] [o.myopenhab.internal.MyOpenHABClient] - Disconnected from my.openHAB service (UUID = 1b2e89ae-9250-464b-a8ff-904202a69214, base URL = http://localhost:8090)
2016-11-07 09:00:38.680 [INFO ] [o.myopenhab.internal.MyOpenHABClient] - Connected to my.openHAB service (UUID = 1b2e89ae-9250-464b-a8ff-904202a69214, base URL = http://localhost:8090)