Re: Feedback der Sonofs
Verfasst: 12. Apr 2020 12:00
Dann schau mal ins openhab.log. wird die Datei mqtt.things überhaupt geladen?
Code: Alles auswählen
2020-04-06 20:51:52.594 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.0.6:8080
2020-04-06 20:51:52.807 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.0.6:8443
2020-04-06 20:51:54.681 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2020-04-06 20:51:56.500 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'mqtt.things'
2020-04-06 20:52:03.192 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'garten.rules'
2020-04-06 20:56:31.169 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2020-04-06 20:56:32.477 [INFO ] [ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin
2020-04-06 20:56:35.560 [INFO ] [openhab.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2020-04-08 20:35:16.424 [WARN ] [core.thing.internal.ThingManagerImpl] - Initializing handler for thing 'mqtt:broker:MosquittoMqttBroker' takes more than 5000ms.
2020-04-08 20:35:21.857 [INFO ] [.transport.mqtt.MqttBrokerConnection] - Starting MQTT broker connection to '192.168.0.6' with clientid 3dbad408-b9aa-4d4d-aaf4-c5a217305c46
2020-04-08 20:35:32.018 [INFO ] [.reconnect.PeriodicReconnectStrategy] - Try to restore connection to '192.168.0.6'. Next attempt in 60000ms
2020-04-08 20:35:33.911 [INFO ] [.transport.mqtt.MqttBrokerConnection] - Starting MQTT broker connection to '192.168.0.6' with clientid 3dbad408-b9aa-4d4d-aaf4-c5a217305c46
2020-04-08 20:35:37.788 [WARN ] [g.mqtt.handler.AbstractBrokerHandler] - Tried to unsubscribe org.openhab.binding.mqtt.homie.internal.discovery.Homie300Discovery@630c64c3 from discovery topic homeassistant/# on broker mqtt:broker:MosquittoMqttBroker but topic not registered for listener. Check discovery logic!
2020-04-08 20:35:37.839 [WARN ] [g.mqtt.handler.AbstractBrokerHandler] - Tried to unsubscribe org.openhab.binding.mqtt.homeassistant.internal.discovery.HomeAssistantDiscovery@528a7a03 from discovery topic +/+/$homie on broker mqtt:broker:MosquittoMqttBroker but topic not registered at all. Check discovery logic!
2020-04-08 20:35:37.842 [WARN ] [g.mqtt.handler.AbstractBrokerHandler] - Tried to unsubscribe org.openhab.binding.mqtt.homeassistant.internal.discovery.HomeAssistantDiscovery@528a7a03 from discovery topic homeassistant/# on broker mqtt:broker:MosquittoMqttBroker but topic not registered at all. Check discovery logic!
2020-04-08 20:35:37.844 [WARN ] [g.mqtt.handler.AbstractBrokerHandler] - Tried to unsubscribe org.openhab.binding.mqtt.homeassistant.internal.discovery.HomeAssistantDiscovery@528a7a03 from discovery topic +/+/$homie on broker mqtt:broker:MosquittoMqttBroker but topic not registered at all. Check discovery logic!
2020-04-08 20:41:06.849 [INFO ] [roker.internal.EmbeddedBrokerService] - Broker persistence file: mqttembedded.bin
2020-04-08 20:41:10.640 [INFO ] [.transport.mqtt.MqttBrokerConnection] - Starting MQTT broker connection to 'localhost' with clientid embedded-mqtt-broker
2020-04-08 20:45:13.105 [ERROR] [.moquette.broker.NewNettyMQTTHandler] - Unexpected exception while processing MQTT message. Closing Netty channel. CId=2a319eb4bc31426e95b5c51bb90ebad0
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_241]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:1.8.0_241]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_241]
at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_241]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_241]
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:247) ~[bundleFile:4.1.42.Final]
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1147) ~[bundleFile:4.1.42.Final]
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:347) ~[bundleFile:4.1.42.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:148) [bundleFile:4.1.42.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:700) [bundleFile:4.1.42.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:635) [bundleFile:4.1.42.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:552) [bundleFile:4.1.42.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:514) [bundleFile:4.1.42.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1044) [bundleFile:4.1.42.Final]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [bundleFile:4.1.42.Final]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [bundleFile:4.1.42.Final]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_241]
2020-04-08 20:45:13.105 [ERROR] [.moquette.broker.NewNettyMQTTHandler] - Unexpected exception while processing MQTT message. Closing Netty channel. CId=b10f43c81da04350b09269cf542f959a
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[?:1.8.0_241]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[?:1.8.0_241]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[?:1.8.0_241]
at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[?:1.8.0_241]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) ~[?:1.8.0_241]
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:247) ~[bundleFile:4.1.42.Final]
Code: Alles auswählen
sudo systemctl stop openhab2
sudo openhab-cli clean-cache
sudo systemctl start openhab2