Binding Modbus 2.5.7. Stops working after unsuccessful read attempt

I ended up doing a new install of openHAB 2.5.6 Release Build. I then installed the Modbus Binding from the PaperUI which showed 2.5.6. After installing the Modbus Binding I did a bundle:list command and it showed the Modbus Binding and the Modbus Transport to be version 2.5.7. Am I doing something wrong here?

It ran for a bit and then quit with the new installation.

I have included my logs but they were not set to debug.

openhab.log:

2020-08-12 20:54:54.109 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.1.43:8080
2020-08-12 20:54:54.118 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.1.43:8443
2020-08-12 20:54:55.006 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2020-08-12 20:56:24.586 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to '31.581896,-94.465492'.
2020-08-12 20:56:56.742 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Started Home Builder at /homebuilder
2020-08-12 20:56:56.779 [INFO ] [openhab.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2020-08-12 20:56:56.831 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2020-08-12 20:58:20.834 [INFO ] [rt.modbus.internal.ModbusManagerImpl] - Modbus manager activated
2020-08-12 21:31:58.349 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'modbus.things'
2020-08-12 21:32:00.002 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'modbus.things'
2020-08-12 21:33:09.151 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'hvac.items'
2020-08-12 21:33:10.277 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'hvac.items'
2020-08-12 21:50:40.787 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model 'modbus.things'
2020-08-12 21:50:40.825 [ERROR] [core.thing.internal.ThingManagerImpl] - Exception occurred during notification about bridge status change on thing 'modbus:poller:HVAC:hvacpoll': Communication interface is closed already!
java.lang.IllegalStateException: Communication interface is closed already!
	at org.openhab.io.transport.modbus.internal.ModbusManagerImpl$ModbusCommunicationInterfaceImpl.unregisterRegularPoll(ModbusManagerImpl.java:811) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.unregisterPollTask(ModbusPollerThingHandler.java:299) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.dispose(ModbusPollerThingHandler.java:281) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.bridgeStatusChanged(ModbusPollerThingHandler.java:362) ~[?:?]
	at org.eclipse.smarthome.core.thing.internal.ThingManagerImpl$4.run(ThingManagerImpl.java:884) [bundleFile:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_252]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_252]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-08-12 21:50:40.841 [ERROR] [nal.common.AbstractInvocationHandler] - An error occurred while calling method 'ThingHandler.thingUpdated()' on 'org.openhab.binding.modbus.handler.ModbusPollerThingHandler@30d0b756': Communication interface is closed already!
java.lang.IllegalStateException: Communication interface is closed already!
	at org.openhab.io.transport.modbus.internal.ModbusManagerImpl$ModbusCommunicationInterfaceImpl.unregisterRegularPoll(ModbusManagerImpl.java:811) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.unregisterPollTask(ModbusPollerThingHandler.java:299) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.dispose(ModbusPollerThingHandler.java:281) ~[?:?]
	at org.eclipse.smarthome.core.thing.binding.BaseThingHandler.thingUpdated(BaseThingHandler.java:164) ~[?:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
	at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:152) [bundleFile:?]
	at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:52) [bundleFile:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-08-12 21:50:40.830 [ERROR] [core.thing.internal.ThingManagerImpl] - Exception occurred during notification about bridge status change on thing 'modbus:poller:HVAC:hvacpoll': Communication interface is closed already!
java.lang.IllegalStateException: Communication interface is closed already!
	at org.openhab.io.transport.modbus.internal.ModbusManagerImpl$ModbusCommunicationInterfaceImpl.unregisterRegularPoll(ModbusManagerImpl.java:811) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.unregisterPollTask(ModbusPollerThingHandler.java:299) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.dispose(ModbusPollerThingHandler.java:281) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.bridgeStatusChanged(ModbusPollerThingHandler.java:362) ~[?:?]
	at org.eclipse.smarthome.core.thing.internal.ThingManagerImpl$4.run(ThingManagerImpl.java:884) [bundleFile:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_252]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_252]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-08-12 21:50:40.827 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Error getting a new connection for endpoint ModbusTCPSlaveEndpoint@5e3c425[address=192.168.1.111,port=502]. Error was: java.lang.InterruptedException null
2020-08-12 21:50:40.859 [WARN ] [rt.modbus.internal.ModbusManagerImpl] - Could not connect to endpoint ModbusTCPSlaveEndpoint@5e3c425[address=192.168.1.111,port=502] -- aborting request ModbusPollerThingHandler.ModbusPollerReadRequest@31a6f378[slaveId=2,functionCode=READ_MULTIPLE_REGISTERS,start=32768,length=1,maxTries=3] [operation ID f36d73c5-05b8-4c0c-a57f-f4f438538260]
2020-08-12 21:50:54.127 [ERROR] [nal.common.AbstractInvocationHandler] - An error occurred while calling method 'ThingHandler.dispose()' on 'org.openhab.binding.modbus.handler.ModbusPollerThingHandler@30d0b756': Communication interface is closed already!
java.lang.IllegalStateException: Communication interface is closed already!
	at org.openhab.io.transport.modbus.internal.ModbusManagerImpl$ModbusCommunicationInterfaceImpl.unregisterRegularPoll(ModbusManagerImpl.java:811) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.unregisterPollTask(ModbusPollerThingHandler.java:299) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.dispose(ModbusPollerThingHandler.java:281) ~[?:?]
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
	at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:152) [bundleFile:?]
	at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:52) [bundleFile:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-08-12 21:50:54.130 [ERROR] [core.thing.internal.ThingManagerImpl] - Exception occurred while disposing handler of thing 'modbus:poller:HVAC:hvacpoll': Communication interface is closed already!
java.lang.IllegalStateException: Communication interface is closed already!
	at org.openhab.io.transport.modbus.internal.ModbusManagerImpl$ModbusCommunicationInterfaceImpl.unregisterRegularPoll(ModbusManagerImpl.java:811) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.unregisterPollTask(ModbusPollerThingHandler.java:299) ~[?:?]
	at org.openhab.binding.modbus.handler.ModbusPollerThingHandler.dispose(ModbusPollerThingHandler.java:281) ~[?:?]
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
	at org.eclipse.smarthome.core.internal.common.AbstractInvocationHandler.invokeDirect(AbstractInvocationHandler.java:152) [bundleFile:?]
	at org.eclipse.smarthome.core.internal.common.Invocation.call(Invocation.java:52) [bundleFile:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-08-12 21:50:54.183 [INFO ] [openhab.ui.paper.internal.PaperUIApp] - Stopped Paper UI
2020-08-12 21:50:54.199 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Stopped Home Builder
2020-08-12 21:50:54.206 [INFO ] [panel.internal.HABPanelDashboardTile] - Stopped HABPanel
2020-08-12 21:50:54.226 [INFO ] [basic.internal.servlet.WebAppServlet] - Stopped Basic UI
2020-08-12 21:50:54.256 [INFO ] [.dashboard.internal.DashboardService] - Stopped Dashboard
2020-08-12 21:51:13.816 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to '31.581896,-94.465492'.
2020-08-12 21:51:18.777 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'hvac.items'
2020-08-12 21:51:19.190 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'modbus.things'
2020-08-12 21:51:20.305 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2020-08-12 21:51:20.999 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.1.43:8080
2020-08-12 21:51:21.000 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.1.43:8443
2020-08-12 21:51:21.275 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2020-08-12 21:51:21.342 [INFO ] [ebuilder.internal.HomeBuilderServlet] - Started Home Builder at /homebuilder
2020-08-12 21:51:21.388 [INFO ] [openhab.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2020-08-12 21:51:21.560 [INFO ] [rt.modbus.internal.ModbusManagerImpl] - Modbus manager activated
2020-08-12 22:21:09.179 [ERROR] [ersey.server.ServerRuntime$Responder] - Error while committing the output stream.
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:283) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpConnection$SendCallback.process(HttpConnection.java:815) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:241) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:223) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:549) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:852) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:929) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:250) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:226) ~[bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:408) ~[bundleFile:9.4.20.v20190813]
	at org.glassfish.jersey.servlet.internal.ResponseWriter$NonCloseableOutputStreamWrapper.flush(ResponseWriter.java:330) ~[?:?]
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:292) ~[bundleFile:?]
	at org.glassfish.jersey.message.internal.OutboundMessageContext.commitStream(OutboundMessageContext.java:817) ~[bundleFile:?]
	at org.glassfish.jersey.server.ContainerResponse.commitStream(ContainerResponse.java:394) ~[bundleFile:?]
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:752) [bundleFile:?]
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:444) [bundleFile:?]
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:434) [bundleFile:?]
	at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:329) [bundleFile:?]
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) [bundleFile:?]
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) [bundleFile:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315) [bundleFile:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297) [bundleFile:?]
	at org.glassfish.jersey.internal.Errors.process(Errors.java:267) [bundleFile:?]
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317) [bundleFile:?]
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305) [bundleFile:?]
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154) [bundleFile:?]
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473) [bundleFile:?]
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427) [bundleFile:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388) [bundleFile:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341) [bundleFile:?]
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228) [bundleFile:?]
	at com.eclipsesource.jaxrs.publisher.internal.ServletContainerBridge.service(ServletContainerBridge.java:76) [bundleFile:?]
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:852) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:544) [bundleFile:9.4.20.v20190813]
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71) [bundleFile:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:536) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1581) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1307) [bundleFile:9.4.20.v20190813]
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:293) [bundleFile:?]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:482) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1549) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1204) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [bundleFile:9.4.20.v20190813]
	at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80) [bundleFile:?]
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.Server.handle(Server.java:494) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:374) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:268) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host
	at sun.nio.ch.SocketDispatcher.write0(Native Method) ~[?:1.8.0_252]
	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51) ~[?:1.8.0_252]
	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) ~[?:1.8.0_252]
	at sun.nio.ch.IOUtil.write(IOUtil.java:65) ~[?:1.8.0_252]
	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:468) ~[?:1.8.0_252]
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:261) ~[bundleFile:9.4.20.v20190813]
	... 67 more

events.log:

2020-08-12 20:56:18.499 [thome.event.ExtensionEvent] - Extension 'package-standard' has been installed.
2020-08-12 20:56:57.011 [thome.event.ExtensionEvent] - Extension 'ui-homebuilder' has been installed.
2020-08-12 20:56:57.011 [thome.event.ExtensionEvent] - Extension 'ui-basic' has been installed.
2020-08-12 20:56:57.012 [thome.event.ExtensionEvent] - Extension 'ui-habpanel' has been installed.
2020-08-12 20:56:57.012 [thome.event.ExtensionEvent] - Extension 'ui-paper' has been installed.
2020-08-12 20:58:20.920 [thome.event.ExtensionEvent] - Extension 'binding-modbus' has been installed.
2020-08-12 21:31:58.591 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.592 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.605 [hingStatusInfoChangedEvent] - 'modbus:poller:HVAC:hvacpoll' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.639 [hingStatusInfoChangedEvent] - 'modbus:poller:HVAC:hvacpoll' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.664 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:reg32768' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.714 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:reg32768' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.740 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di0' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.741 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di0' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.745 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di1' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.747 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di1' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.775 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di2' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.776 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di2' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.777 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di3' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.791 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di3' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.792 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di4' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.803 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di4' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.803 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di5' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.810 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di5' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.811 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di6' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.828 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di6' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.829 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di7' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.869 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di7' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.873 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di8' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.882 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di8' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.886 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di9' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.906 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di9' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.908 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di10' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.917 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di10' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.919 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di11' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.923 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di11' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.926 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di12' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.929 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di12' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.934 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di13' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.943 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di13' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.961 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di14' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.969 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di14' changed from INITIALIZING to ONLINE
2020-08-12 21:31:58.971 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di15' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:31:58.981 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di15' changed from INITIALIZING to ONLINE
2020-08-12 21:33:09.267 [.ItemChannelLinkAddedEvent] - Link 'HVAC_Temp-modbus:data:HVAC:hvacpoll:reg32767:number' has been added.
2020-08-12 21:33:09.267 [.ItemChannelLinkAddedEvent] - Link 'Turck_i0-modbus:data:HVAC:hvacpoll:di0:switch' has been added.
2020-08-12 21:33:09.268 [.ItemChannelLinkAddedEvent] - Link 'Turck_i1-modbus:data:HVAC:hvacpoll:di1:switch' has been added.
2020-08-12 21:33:09.268 [.ItemChannelLinkAddedEvent] - Link 'Turck_i2-modbus:data:HVAC:hvacpoll:di2:switch' has been added.
2020-08-12 21:33:09.268 [.ItemChannelLinkAddedEvent] - Link 'Turck_i3-modbus:data:HVAC:hvacpoll:di3:switch' has been added.
2020-08-12 21:33:09.269 [.ItemChannelLinkAddedEvent] - Link 'Turck_i4-modbus:data:HVAC:hvacpoll:di4:switch' has been added.
2020-08-12 21:33:09.274 [.ItemChannelLinkAddedEvent] - Link 'Turck_i5-modbus:data:HVAC:hvacpoll:di5:switch' has been added.
2020-08-12 21:33:09.275 [.ItemChannelLinkAddedEvent] - Link 'Turck_i6-modbus:data:HVAC:hvacpoll:di6:switch' has been added.
2020-08-12 21:33:09.275 [.ItemChannelLinkAddedEvent] - Link 'Turck_i7-modbus:data:HVAC:hvacpoll:di7:switch' has been added.
2020-08-12 21:33:09.275 [.ItemChannelLinkAddedEvent] - Link 'Turck_i8-modbus:data:HVAC:hvacpoll:di8:switch' has been added.
2020-08-12 21:33:09.293 [.ItemChannelLinkAddedEvent] - Link 'Turck_i9-modbus:data:HVAC:hvacpoll:di9:switch' has been added.
2020-08-12 21:33:09.293 [.ItemChannelLinkAddedEvent] - Link 'Turck_i10-modbus:data:HVAC:hvacpoll:di10:switch' has been added.
2020-08-12 21:33:09.294 [.ItemChannelLinkAddedEvent] - Link 'Turck_i11-modbus:data:HVAC:hvacpoll:di11:switch' has been added.
2020-08-12 21:33:09.294 [.ItemChannelLinkAddedEvent] - Link 'Turck_i12-modbus:data:HVAC:hvacpoll:di12:switch' has been added.
2020-08-12 21:33:09.294 [.ItemChannelLinkAddedEvent] - Link 'Turck_i13-modbus:data:HVAC:hvacpoll:di13:switch' has been added.
2020-08-12 21:33:09.294 [.ItemChannelLinkAddedEvent] - Link 'Turck_i14-modbus:data:HVAC:hvacpoll:di14:switch' has been added.
2020-08-12 21:33:09.294 [.ItemChannelLinkAddedEvent] - Link 'Turck_i15-modbus:data:HVAC:hvacpoll:di15:switch' has been added.
2020-08-12 21:33:09.359 [vent.ItemStateChangedEvent] - Turck_i0 changed from NULL to OFF
2020-08-12 21:33:09.360 [vent.ItemStateChangedEvent] - Turck_i1 changed from NULL to OFF
2020-08-12 21:33:09.363 [vent.ItemStateChangedEvent] - Turck_i2 changed from NULL to OFF
2020-08-12 21:33:09.363 [vent.ItemStateChangedEvent] - Turck_i3 changed from NULL to OFF
2020-08-12 21:33:09.363 [vent.ItemStateChangedEvent] - Turck_i4 changed from NULL to OFF
2020-08-12 21:33:09.364 [vent.ItemStateChangedEvent] - Turck_i5 changed from NULL to OFF
2020-08-12 21:33:09.364 [vent.ItemStateChangedEvent] - Turck_i6 changed from NULL to OFF
2020-08-12 21:33:09.364 [vent.ItemStateChangedEvent] - Turck_i7 changed from NULL to OFF
2020-08-12 21:33:09.365 [vent.ItemStateChangedEvent] - Turck_i8 changed from NULL to OFF
2020-08-12 21:33:09.367 [vent.ItemStateChangedEvent] - Turck_i9 changed from NULL to OFF
2020-08-12 21:33:09.367 [vent.ItemStateChangedEvent] - Turck_i10 changed from NULL to OFF
2020-08-12 21:33:09.367 [vent.ItemStateChangedEvent] - Turck_i11 changed from NULL to OFF
2020-08-12 21:33:09.368 [vent.ItemStateChangedEvent] - Turck_i12 changed from NULL to OFF
2020-08-12 21:33:09.368 [vent.ItemStateChangedEvent] - Turck_i13 changed from NULL to OFF
2020-08-12 21:33:09.368 [vent.ItemStateChangedEvent] - Turck_i14 changed from NULL to OFF
2020-08-12 21:33:09.368 [vent.ItemStateChangedEvent] - Turck_i15 changed from NULL to ON
2020-08-12 21:34:04.568 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 21:34:05.086 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-12 21:34:41.730 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-12 21:34:42.237 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-12 21:34:42.744 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 21:34:43.250 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-12 21:50:40.822 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from ONLINE to OFFLINE
2020-08-12 21:50:40.830 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from OFFLINE to ONLINE
2020-08-12 21:50:40.853 [me.event.ThingUpdatedEvent] - Thing 'modbus:tcp:HVAC' has been updated.
2020-08-12 21:50:40.861 [me.event.ThingUpdatedEvent] - Thing 'modbus:poller:HVAC:hvacpoll' has been updated.
2020-08-12 21:50:54.022 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di12' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.032 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di12' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.033 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di3' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.038 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di3' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.039 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:reg32768' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.044 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:reg32768' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.045 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di0' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.050 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di0' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.050 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di2' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.056 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di2' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.056 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di1' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.061 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di1' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.062 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di10' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.067 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di10' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.067 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di11' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.072 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di11' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.072 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di4' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.078 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di4' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.078 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di6' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.084 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di6' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.085 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di5' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.089 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di5' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.090 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di8' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.094 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di8' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.095 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di14' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.100 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di14' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.100 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di7' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.105 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di7' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.106 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di15' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.111 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di15' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.111 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di9' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.117 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di9' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.117 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di13' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.122 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di13' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.123 [hingStatusInfoChangedEvent] - 'modbus:poller:HVAC:hvacpoll' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.133 [hingStatusInfoChangedEvent] - 'modbus:poller:HVAC:hvacpoll' changed from ONLINE to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.134 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from ONLINE to UNINITIALIZED
2020-08-12 21:50:54.139 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from UNINITIALIZED to UNINITIALIZED (HANDLER_MISSING_ERROR)
2020-08-12 21:50:54.336 [temChannelLinkRemovedEvent] - Link 'Turck_i0 => modbus:data:HVAC:hvacpoll:di0:switch' has been removed.
2020-08-12 21:50:54.336 [temChannelLinkRemovedEvent] - Link 'Turck_i1 => modbus:data:HVAC:hvacpoll:di1:switch' has been removed.
2020-08-12 21:50:54.338 [temChannelLinkRemovedEvent] - Link 'Turck_i15 => modbus:data:HVAC:hvacpoll:di15:switch' has been removed.
2020-08-12 21:50:54.341 [temChannelLinkRemovedEvent] - Link 'Turck_i8 => modbus:data:HVAC:hvacpoll:di8:switch' has been removed.
2020-08-12 21:50:54.341 [temChannelLinkRemovedEvent] - Link 'HVAC_Temp => modbus:data:HVAC:hvacpoll:reg32767:number' has been removed.
2020-08-12 21:50:54.341 [temChannelLinkRemovedEvent] - Link 'Turck_i14 => modbus:data:HVAC:hvacpoll:di14:switch' has been removed.
2020-08-12 21:50:54.342 [temChannelLinkRemovedEvent] - Link 'Turck_i12 => modbus:data:HVAC:hvacpoll:di12:switch' has been removed.
2020-08-12 21:50:54.342 [temChannelLinkRemovedEvent] - Link 'Turck_i10 => modbus:data:HVAC:hvacpoll:di10:switch' has been removed.
2020-08-12 21:50:54.342 [temChannelLinkRemovedEvent] - Link 'Turck_i6 => modbus:data:HVAC:hvacpoll:di6:switch' has been removed.
2020-08-12 21:50:54.342 [temChannelLinkRemovedEvent] - Link 'Turck_i13 => modbus:data:HVAC:hvacpoll:di13:switch' has been removed.
2020-08-12 21:50:54.343 [temChannelLinkRemovedEvent] - Link 'Turck_i3 => modbus:data:HVAC:hvacpoll:di3:switch' has been removed.
2020-08-12 21:50:54.343 [temChannelLinkRemovedEvent] - Link 'Turck_i7 => modbus:data:HVAC:hvacpoll:di7:switch' has been removed.
2020-08-12 21:50:54.343 [temChannelLinkRemovedEvent] - Link 'Turck_i9 => modbus:data:HVAC:hvacpoll:di9:switch' has been removed.
2020-08-12 21:50:54.343 [temChannelLinkRemovedEvent] - Link 'Turck_i5 => modbus:data:HVAC:hvacpoll:di5:switch' has been removed.
2020-08-12 21:50:54.344 [temChannelLinkRemovedEvent] - Link 'Turck_i2 => modbus:data:HVAC:hvacpoll:di2:switch' has been removed.
2020-08-12 21:50:54.344 [temChannelLinkRemovedEvent] - Link 'Turck_i11 => modbus:data:HVAC:hvacpoll:di11:switch' has been removed.
2020-08-12 21:50:54.344 [temChannelLinkRemovedEvent] - Link 'Turck_i4 => modbus:data:HVAC:hvacpoll:di4:switch' has been removed.
2020-08-12 21:51:21.739 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.776 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.781 [hingStatusInfoChangedEvent] - 'modbus:poller:HVAC:hvacpoll' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.810 [hingStatusInfoChangedEvent] - 'modbus:poller:HVAC:hvacpoll' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.817 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:reg32768' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.892 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:reg32768' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.892 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di0' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.895 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di0' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.897 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di1' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.922 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di1' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.942 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di2' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.946 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di2' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.946 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di3' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.947 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di3' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.958 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di4' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.968 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di4' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.971 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di5' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.986 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di5' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.986 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di6' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:21.997 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di6' changed from INITIALIZING to ONLINE
2020-08-12 21:51:21.998 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di7' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.008 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di7' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.011 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di8' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.014 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di8' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.015 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di9' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.024 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di9' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.025 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di10' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.032 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di10' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.035 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di11' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.044 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di11' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.047 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di12' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.050 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di12' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.054 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di13' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.059 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di13' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.060 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di14' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.065 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di14' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.067 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di15' changed from UNINITIALIZED to INITIALIZING
2020-08-12 21:51:22.072 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di15' changed from INITIALIZING to ONLINE
2020-08-12 21:51:22.115 [vent.ItemStateChangedEvent] - Turck_i0 changed from NULL to OFF
2020-08-12 21:51:22.116 [vent.ItemStateChangedEvent] - Turck_i1 changed from NULL to OFF
2020-08-12 21:51:22.116 [vent.ItemStateChangedEvent] - Turck_i2 changed from NULL to OFF
2020-08-12 21:51:22.117 [vent.ItemStateChangedEvent] - Turck_i3 changed from NULL to OFF
2020-08-12 21:51:22.117 [vent.ItemStateChangedEvent] - Turck_i4 changed from NULL to OFF
2020-08-12 21:51:22.117 [vent.ItemStateChangedEvent] - Turck_i5 changed from NULL to OFF
2020-08-12 21:51:22.118 [vent.ItemStateChangedEvent] - Turck_i6 changed from NULL to OFF
2020-08-12 21:51:22.118 [vent.ItemStateChangedEvent] - Turck_i7 changed from NULL to OFF
2020-08-12 21:51:22.129 [vent.ItemStateChangedEvent] - Turck_i8 changed from NULL to OFF
2020-08-12 21:51:22.129 [vent.ItemStateChangedEvent] - Turck_i9 changed from NULL to OFF
2020-08-12 21:51:22.130 [vent.ItemStateChangedEvent] - Turck_i10 changed from NULL to OFF
2020-08-12 21:51:22.130 [vent.ItemStateChangedEvent] - Turck_i11 changed from NULL to OFF
2020-08-12 21:51:22.130 [vent.ItemStateChangedEvent] - Turck_i12 changed from NULL to OFF
2020-08-12 21:51:22.131 [vent.ItemStateChangedEvent] - Turck_i13 changed from NULL to OFF
2020-08-12 21:51:22.131 [vent.ItemStateChangedEvent] - Turck_i14 changed from NULL to OFF
2020-08-12 21:51:22.132 [vent.ItemStateChangedEvent] - Turck_i15 changed from NULL to ON
2020-08-12 21:55:52.315 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-12 21:55:53.359 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-12 21:55:54.403 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 21:55:55.440 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-12 21:57:02.414 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-12 21:57:03.440 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-12 21:57:03.961 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 21:57:05.510 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-12 21:59:09.084 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-12 21:59:09.605 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-12 21:59:10.639 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 21:59:11.678 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-12 22:02:24.678 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-12 22:02:25.716 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-12 22:02:26.224 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 22:02:27.256 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-12 22:05:04.337 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-12 22:05:05.373 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-12 22:05:05.903 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 22:05:06.933 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-12 22:07:51.702 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-12 22:07:52.212 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-12 22:07:53.238 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 22:07:54.268 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-12 22:17:53.497 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-12 22:17:54.013 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-12 22:17:55.243 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-12 22:17:55.855 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF

Thanks!

Hmm good question… How did you install? And are you sure you´d install 2.5.6?

I installed from a downloaded file “openhab-2.5.6.zip” . I did an extract all to “c:\openhab2” which was a newly created empty folder. I then executed the bat file to start openhab and selected the recommended option. It then installed several items including PaperUI which I then used to install the Modbus binding. Shown below is what my startup screen looks like, I also included information about the installed bundles. The only thing I have added to this install is the Modbus bundle that I installed using the PaperUI.

The only thing I did to previous installs is to copy the “c:\openhab2” folder to an alternate location. I then created a new folder “c:\openhab2” for the new install. I have not seen any special uninstall procedure, I assumed the installation of the initial files was just a manual file copy process and not a bunch of registry entry’s as is often the case with normal windows programs, please advise if this assumption is wrong.

‘’’
Windows PowerShell
Copyright © Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\openHAB2> c:\openHAB2\start.bat
Launching the openHAB runtime…

                      __  _____    ____      

____ ____ ___ ____ / / / / | / __ )
/ __ / __ / _ / __ / // / /| | / __ |
/ /
/ / // / __/ / / / __ / ___ |/ // /
_/ ./_// /// /// |/___/
/_/ 2.5.6
Release Build

Hit ‘’ for a list of available commands
and ‘[cmd] --help’ for help on a specific command.
Hit ‘’ or type ‘system:shutdown’ or ‘logout’ to shutdown openHAB.

openhab> bundle:list -s | grep modbus
213 │ Active │ 80 │ 2.5.7 │ org.openhab.binding.modbus
214 │ Active │ 80 │ 2.5.7 │ org.openhab.binding.modbus.sunspec
221 │ Active │ 80 │ 2.5.7 │ org.openhab.io.transport.modbus
openhab>
openhab> bundle:list
START LEVEL 100 , List Threshold: 50
ID │ State │ Lvl │ Version │ Name
────┼────────┼─────┼─────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────
19 │ Active │ 80 │ 5.3.1.201602281253 │ OSGi JAX-RS Connector
20 │ Active │ 80 │ 2.8.2.v20180104-1110 │ Gson: Google Json Library for Java
21 │ Active │ 80 │ 18.0.0 │ Guava: Google Core Libraries for Java
22 │ Active │ 80 │ 27.1.0.jre │ Guava: Google Core Libraries for Java
23 │ Active │ 80 │ 1.0.1 │ Guava InternalFutureFailureAccess and InternalFutures
24 │ Active │ 80 │ 3.0.0.v201312141243 │ Google Guice (No AOP)
25 │ Active │ 80 │ 4.8.35.v20190528-1517 │ ClassGraph
26 │ Active │ 80 │ 3.18.1.GA │ Javassist
29 │ Active │ 80 │ 3.5.5 │ JmDNS
31 │ Active │ 80 │ 1.0.0 │ Units of Measurement API
33 │ Active │ 80 │ 1.1.0.Final │ Bean Validation API
35 │ Active │ 80 │ 2.0.1 │ javax.ws.rs-api
36 │ Active │ 80 │ 2.9.2 │ Joda-Time
37 │ Active │ 80 │ 0.5.8 │ Jollyday
38 │ Active │ 80 │ 3.2.0.v201101311130 │ ANTLR Runtime
40 │ Active │ 80 │ 1.1 │ Commons Exec
41 │ Active │ 80 │ 2.2.0 │ Commons IO
42 │ Active │ 80 │ 2.6 │ Commons Lang
51 │ Active │ 80 │ 4.2.7 │ Apache Karaf :: OSGi Services :: Event
66 │ Active │ 80 │ 1.4.7.1 │ Apache ServiceMix :: Bundles :: xstream
69 │ Active │ 80 │ 4.14.0 │ Apache XBean OSGI Bundle Utilities
70 │ Active │ 80 │ 4.14.0 │ Apache XBean :: Classpath Resource Finder
71 │ Active │ 80 │ 2.12.0.v20160420-0247 │ EMF Common
72 │ Active │ 80 │ 2.12.0.v20160420-0247 │ EMF Ecore
73 │ Active │ 80 │ 2.11.0.v20160420-0247 │ EMF Change Model
74 │ Active │ 80 │ 2.12.0.v20160420-0247 │ EMF XML/XMI Persistence
75 │ Active │ 80 │ 3.10.400.v20190516-1504 │ Common Eclipse Runtime
104 │ Active │ 80 │ 0.8.0.v20190822-0801 │ org.eclipse.lsp4j
105 │ Active │ 80 │ 0.8.0.v20190822-0801 │ org.eclipse.lsp4j.jsonrpc
106 │ Active │ 80 │ 2.19.0.v20190902-0728 │ Xtend Runtime Library
107 │ Active │ 80 │ 2.19.0.v20190902-0728 │ Xtend Macro Interfaces
108 │ Active │ 80 │ 2.19.0.v20190902-0737 │ Xtext
109 │ Active │ 80 │ 2.19.0.v20190902-0952 │ Xtext Common Types
110 │ Active │ 80 │ 2.19.0.v20190902-0737 │ Xtext IDE Core
111 │ Active │ 80 │ 2.19.0.v20190902-0737 │ Xtext Utility
112 │ Active │ 80 │ 2.19.0.v20190902-0952 │ Xbase Model
113 │ Active │ 80 │ 2.19.0.v20190902-0952 │ Xbase Generic IDE Services
114 │ Active │ 80 │ 2.19.0.v20190902-0728 │ Xbase Runtime Library
129 │ Active │ 80 │ 1.9.6 │ MIME streaming extension
131 │ Active │ 80 │ 7.1.0 │ org.objectweb.asm.commons
132 │ Active │ 80 │ 7.1.0 │ org.objectweb.asm.tree
133 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Core
134 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Audio
135 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: OAuth2Client
136 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Binding XML
137 │ Active │ 90 │ 2.5.0 │ openHAB Core :: Bundles :: Boot
138 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Configuration Core
139 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Configuration Discovery
140 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Configuration mDNS Discovery
141 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Configuration Dispatcher
142 │ Active │ 75 │ 2.5.0 │ openHAB Core :: Bundles :: Configuration XML
143 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Ephemeris
144 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: ID
145 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Console
146 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Console for OSGi runtime Karaf
147 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: HTTP Interface
149 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Monitor
150 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Network I/O
151 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: REST Interface
152 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Audio REST Interface
153 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: REST Interface :: Core
154 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: REST mDNS Announcer
155 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: REST JAX-RS Optimizations
156 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Sitemap REST Interface
157 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: SSE Interface
158 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Voice REST Interface
159 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: mDNS Service
160 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Karaf Integration
161 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Core
162 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Items
163 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Item IDE
164 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Items Runtime
165 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Language Server
166 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Persistence
167 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Persistence IDE
168 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Persistence Runtime
169 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Rules
170 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Rule IDE
171 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Rules Runtime
172 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Script
173 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Script IDE
174 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Script Runtime
175 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Sitemap
176 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Sitemap IDE
177 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Sitemap Runtime
178 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Thing
179 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Thing IDE
180 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Model Thing Runtime
181 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Persistence
182 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Scheduler Service
183 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Semantics
184 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: JSON Storage
185 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Thing
186 │ Active │ 75 │ 2.5.0 │ openHAB Core :: Bundles :: Thing XML
187 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Transformation Service
188 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: UI
189 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: UI Icon Support
190 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Voice
191 │ Active │ 80 │ 2.5.6 │ openHAB UI :: Bundles :: Dashboard UI
200 │ Active │ 80 │ 1.4.0 │ ThreeTen-Extra
201 │ Active │ 80 │ 1.0.3 │ Units of Measurement Common Library
202 │ Active │ 80 │ 1.0.10 │ Units of Measurement Implementation for Java SE
203 │ Active │ 80 │ 2.5.7 │ openHAB Add-ons :: Bundles :: IO :: Java Sound Support
204 │ Active │ 80 │ 2.5.7 │ openHAB Add-ons :: Bundles :: IO :: Web Audio Support
205 │ Active │ 80 │ 2.5.7 │ openHAB UI :: Bundles :: Basic UI
206 │ Active │ 80 │ 2.5.7 │ openHAB UI :: Bundles :: HABPanel UI
207 │ Active │ 80 │ 2.5.7 │ openHAB UI :: Bundles :: HomeBuilder UI
208 │ Active │ 80 │ 2.5.7 │ openHAB UI :: Bundles :: Icon Set :: Classic
209 │ Active │ 80 │ 2.5.7 │ openHAB UI :: Bundles :: Paper UI
210 │ Active │ 80 │ 3.15.0.OH2 │ nrjavaserial
211 │ Active │ 80 │ 3.3.0 │ Commons Net
212 │ Active │ 80 │ 2.4.3 │ Apache Commons Pool
213 │ Active │ 80 │ 2.5.7 │ openHAB Add-ons :: Bundles :: Modbus Binding
214 │ Active │ 80 │ 2.5.7 │ openHAB Add-ons :: Bundles :: SunSpec Bundle
215 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Configuration USB-Serial Discovery
216 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Configuration USB-Serial Discovery for Linux using sysfs scanning
217 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Configuration Serial
218 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Serial Transport
219 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Serial Transport for RXTX
220 │ Active │ 80 │ 2.5.0 │ openHAB Core :: Bundles :: Serial Transport for RFC2217
221 │ Active │ 80 │ 2.5.7 │ openHAB Add-ons :: Bundles :: IO :: Modbus Transport
openhab>

‘’’

I think you’re good. But observe the other 2.5.7 addons, looks like default settings are being “helpful” and auto installing updates.

Thank you for mentioning “default settings”. You may be on to something that I was missing that could make a big difference. I didn’t understand why the PaperUI showed the Modbus binding to be 2.5.6 but 2.5.7 was actually being installed instead.

So would it be correct to assume that openhab can be setup so that when I install the Modbus binding it will grab 2.5.6 (like it shows in the PaperUI) instead of installing 2.5.7? Perhaps I have some more reading and searching to do.

I am installing openhab 2.5.6 and the Modbus binding 2.5.6 is supposed to work well with it.

Maybe that would help keep the Modbus binding going.

Many thanks!

I really don’t know, but your description of process jogs a memory;
PaperUI->Configuration->System->Add-on management
‘Access Remote Repository’ switched on makes it go and download.
Presumably a “latest version” instead of matching version. I recall people got caught by a breaking change on exec binding with unannounced ‘updating’.
I could not comment about that being a Good Idea.

I think, not sure, if you unset that switch and remove the binding via PaperUI you can start over.
See optional step3 for Windows about handling a download of add-ons (you’ll want 2.5.6 in your case)

1 Like

Thanks for all the ideas.

I turned the ‘Access Remote Repository’ switch off as suggested and removed any jar files from the “addons” folder. I uninstalled the Modbus binding from the PaperUI and tried reinstalling from there both with and without clearing the cache and it still installs 2.5.7. I downloaded both the openhab 2.5.7 stable add-ons and the openhab 2.5.7 stable legacy add-ons and have not located any 2.5.6 files in either download. The legacy download had some version 1 stuff in it. I guess what I am looking for might be like what I downloaded but for 2.5.6 instead.

So I have started looking for the Modbus binding and transport jar files that I could download and then put in my “addons” folder so they would be installed when openhab starts up, that is if I understand the process correctly.

Apparently the files pretty much disappear when a newer version comes along. Hopefully I can locate them somewhere, perhaps on GitHub or from an old link in a post on this site, not sure.

Apologise @BHall for the trouble caused

You can find fixed version, 2.5.8-SNAPSHOT from here Binding Modbus 2.5.7. Stops working after unsuccessful read attempt

With these instructions, modbus 2.5.6/2.5.7 whatever is first uninstalled using PaperUI. Both the binding and transport are then replaced with 2.5.8-SNAPSHOT versions.

EDIT: I just added couple of steps to resolve the dependency errors, as encountered by @Tuny (post) and @kjoglums (post)

Thank you for your help.

I believe I tried the procedure in the post where you only update the transport file to 2.5.8 but never saw an improvement. I also remember trying a download link where the extension ended up something other than kar or zip so I gave up on that.

I will plan to give these instructions a try tomorrow evening. If I understand correctly your current recommendation will be to end up with all three files at 2.5.8 ?

One other question, would it be better to go to openhab 2.5.8 snapshot or use an earlier version? I guess I would go with the latest version of openhab that you know will work well with your Modbus binding. But at this point I can go with whatever version you recommend.

Please try it out. Do not get confused with the kar file, that is mentioned in the steps as well.

I added some additional steps today to complete the installation, since just placing the jar files to addons folder is not going to work out it seems.

Openhab 2.5.x with modbus 2.5.7 has the issue mentioned in first post of this thread
Binding version 2.5.6 stable is OK, and has no known issues.

Unfortunately, people have trouble forcing the binding version to remain in 2.5.6 (see above). It seems that system auto-updates to non working 2.5.7.

This is why it maybe best to start with stable openHAB version and install fixed modbus binding manually. If there are other issues found, they will have to be fixed as well of course.

1 Like

Thanks for your work on this and your instructions. I followed them to successfully install the snapshot in place of 2.5.7, and everything seems fine now.

1 Like

When I download the snapshot I get a .mid instead of a .kar.

Try a different browser? I still get a kar…

If you have a linux system you can use command line to download the file:

$ wget 'https://ci.openhab.org/view/Integration%20Builds%20(2.5.x)/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-2.5.8-SNAPSHOT.kar'
--2020-08-15 10:12:28--  https://ci.openhab.org/view/Integration%20Builds%20(2.5.x)/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-2.5.8-SNAPSHOT.kar
Resolving ci.openhab.org (ci.openhab.org)... 51.15.109.212
Connecting to ci.openhab.org (ci.openhab.org)|51.15.109.212|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 197679044 (189M) [audio/midi]
Saving to: ‘openhab-addons-2.5.8-SNAPSHOT.kar’

openhab-addons-2.5.8-SNAPSHOT.kar               100%[=====================================================================================================>] 188.52M  9.73MB/s    in 16s     

2020-08-15 10:12:44 (11.7 MB/s) - ‘openhab-addons-2.5.8-SNAPSHOT.kar’ saved [197679044/197679044]

$ unzip openhab-addons-2.5.8-SNAPSHOT.kar  # rename to zip not necessary with command line tools
...
  inflating: repository/org/openhab/ui/bundles/org.openhab.ui.restdocs/2.5.8-SNAPSHOT/org.openhab.ui.restdocs-2.5.8-SNAPSHOT.jar  
 extracting: repository/org/openhab/ui/bundles/org.openhab.ui.iconset.classic/2.5.8-SNAPSHOT/maven-metadata-local.xml  
  inflating: repository/org/openhab/ui/bundles/org.openhab.ui.iconset.classic/2.5.8-SNAPSHOT/org.openhab.ui.iconset.classic-2.5.8-SNAPSHOT.jar  
  inflating: META-INF/maven/org.openhab.distro/openhab-addons/pom.xml  
  inflating: META-INF/maven/org.openhab.distro/openhab-addons/pom.properties  
  inflating: META-INF/INDEX.LIST    

$ ls repository/org/openhab/addons/bundles/org.openhab.binding.modbus/2.5.8-SNAPSHOT
maven-metadata-local.xml  org.openhab.binding.modbus-2.5.8-SNAPSHOT.jar

EDIT: I can see why you might get .mid file – the openHAB ci.openhab.org server incorrectly claims the file is audio/midi, usually having extension .mid. I think the file might be correct, you just need to rename it.

Have tried changing the extension from “mid” to “zip” after downloading and when I try to “extract all” it reports that the file is empty although it is not and says that files need to be added first.

Oddly enough I have previously downloaded other zip and kar files and were able to use them without issues.

Tried another browser but was unsuccessful.

I found one of the Modbus jar files at the location shown below (I used the first one in the list) and the other two in the same area, but I don’t know if they are the correct ones or not. I did try using them along with your instructions on a clean install but was not yet error free. I was able to read a register (and extract individual bits for discrete inputs) for a few minutes and then it quit like before. I may start over from the beginning and go through the steps again and see if I can get all the way through without errors.

https://ci.openhab.org/view/Integration%20Builds%20(2.5.x)/job/openHAB2.5.x-Addons/lastSuccessfulBuild/artifact/bundles/org.openhab.binding.modbus/target/

Can you tell me if this is the correct file?

Thanks again.

Yep, I would imagine those are correct files…so

You don’t give much information to go on. Have you confirmed you have correct versions detected by openHAB? Please give output of bundle:list -s |grep modbus

Sorry this is so lengthy.

I did the following for a clean openhab install along with a modbus binding install and test:

  1. Clean install of openhab 2.5.6.
  2. Copied the two jar files (used your links this time) to addons folder and continued from there with your instructions.
  3. When the installation steps were completed I saved the contents of the terminal screen and the openhab.log, the events.log was empty at this point.
  4. Shut down and copied my things test file to the things folder and my items test file to the items folder. I will include the contents of those files below.
  5. Restarted and began periodically operating two discrete inputs on and off.
  6. By around 36 minutes the Modbus binding quit responding.
  7. Somewhere around that time I switched log level to debug.
  8. A little later I saved the contents of the events.log and the openhab.log. Note warnings in the openhab.log file.

Some file contents:

installation terminal output - after modbus binding install:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS C:\openhab2> c:\openhab2\start.bat
Launching the openHAB runtime...

                          __  _____    ____      
  ____  ____  ___  ____  / / / /   |  / __ )     
 / __ \/ __ \/ _ \/ __ \/ /_/ / /| | / __  | 
/ /_/ / /_/ /  __/ / / / __  / ___ |/ /_/ /      
\____/ .___/\___/_/ /_/_/ /_/_/  |_/_____/     
    /_/                        2.5.6
                               Release Build   

Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown openHAB.

openhab> bundle:list -s |grep modbus
openhab>
openhab> feature:install openhab-transport-serial
openhab> 
openhab> bundle:list -s |grep modbus
203 │ Installed │  80 │ 2.5.8.202008150359      │ org.openhab.io.transport.modbus
204 │ Installed │  80 │ 2.5.8.202008150359      │ org.openhab.binding.modbus
openhab> 
openhab> bundle:restart 203 204
Error executing command: Error restarting bundles:
        Unable to start bundle 203: Could not resolve module: org.openhab.io.transport.modbus [203]
  Unresolved requirement: Import-Package: org.apache.commons.pool2; version="[2.4.0,3.0.0)"

        Unable to start bundle 204: Could not resolve module: org.openhab.binding.modbus [204]
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus
    -> Export-Package: org.openhab.io.transport.modbus; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"; uses:="org.eclipse.smarthome.core.library.types,org.eclipse.smarthome.core.types,org.openhab.io.transport.modbus.endpoint"
       org.openhab.io.transport.modbus [203]
         Unresolved requirement: Import-Package: org.apache.commons.pool2; version="[2.4.0,3.0.0)"
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus.endpoint
    -> Export-Package: org.openhab.io.transport.modbus.endpoint; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"

openhab> log:tail
23:43:35.722 [INFO ] [i.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.1.43:8080
23:43:35.736 [INFO ] [i.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.1.43:8443
23:43:37.404 [INFO ] [rthome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
23:48:30.482 [WARN ] [org.apache.felix.fileinstall         ] - Error while starting bundle: file:/C:/openhab2/addons/org.openhab.io.transport.modbus-2.5.8-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.io.transport.modbus [203]
  Unresolved requirement: Import-Package: gnu.io; version="[3.12.0,6.0.0)"

        at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
        at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
23:48:30.490 [WARN ] [org.apache.felix.fileinstall         ] - Error while starting bundle: file:/C:/openhab2/addons/org.openhab.binding.modbus-2.5.8-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.modbus [204]
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus
    -> Export-Package: org.openhab.io.transport.modbus; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"; uses:="org.eclipse.smarthome.core.library.types,org.eclipse.smarthome.core.types,org.openhab.io.transport.modbus.endpoint"  
       org.openhab.io.transport.modbus [203]
         Unresolved requirement: Import-Package: gnu.io; version="[3.12.0,6.0.0)"
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus.endpoint
    -> Export-Package: org.openhab.io.transport.modbus.endpoint; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"

        at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
        at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
openhab>

openhab> bundle:install https://repo1.maven.org/maven2/org/apache/commons/commons-pool2/2.4.3/commons-pool2-2.4.3.jar
Bundle ID: 213
openhab>
openhab> bundle:list -s |grep modbus
203 │ Active   │  80 │ 2.5.8.202008150359      │ org.openhab.io.transport.modbus
204 │ Active   │  80 │ 2.5.8.202008150359      │ org.openhab.binding.modbus
openhab>
openhab> bundle:restart 203 204
openhab>
openhab> bundle:list -s |grep modbus
203 │ Active   │  80 │ 2.5.8.202008150359      │ org.openhab.io.transport.modbus
204 │ Active   │  80 │ 2.5.8.202008150359      │ org.openhab.binding.modbus
openhab>
openhab> log:tail
23:43:35.722 [INFO ] [i.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.1.43:8080
23:43:35.736 [INFO ] [i.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.1.43:8443
23:43:37.404 [INFO ] [rthome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
23:48:30.482 [WARN ] [org.apache.felix.fileinstall         ] - Error while starting bundle: file:/C:/openhab2/addons/org.openhab.io.transport.modbus-2.5.8-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.io.transport.modbus [203]
  Unresolved requirement: Import-Package: gnu.io; version="[3.12.0,6.0.0)"

        at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
        at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
23:48:30.490 [WARN ] [org.apache.felix.fileinstall         ] - Error while starting bundle: file:/C:/openhab2/addons/org.openhab.binding.modbus-2.5.8-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.modbus [204]
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus
    -> Export-Package: org.openhab.io.transport.modbus; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"; uses:="org.eclipse.smarthome.core.library.types,org.eclipse.smarthome.core.types,org.openhab.io.transport.modbus.endpoint"  
       org.openhab.io.transport.modbus [203]
         Unresolved requirement: Import-Package: gnu.io; version="[3.12.0,6.0.0)"
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus.endpoint
    -> Export-Package: org.openhab.io.transport.modbus.endpoint; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"

        at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
        at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
        at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
00:01:41.414 [INFO ] [ort.modbus.internal.ModbusManagerImpl] - Modbus manager activated
00:03:34.853 [INFO ] [ort.modbus.internal.ModbusManagerImpl] - Modbus manager activated
openhab> 

openhab>
openhab>
openhab.log - after modbus binding install:

2020-08-15 23:43:35.722 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.1.43:8080
2020-08-15 23:43:35.736 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.1.43:8443
2020-08-15 23:43:37.404 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2020-08-15 23:48:30.482 [WARN ] [org.apache.felix.fileinstall        ] - Error while starting bundle: file:/C:/openhab2/addons/org.openhab.io.transport.modbus-2.5.8-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.io.transport.modbus [203]
  Unresolved requirement: Import-Package: gnu.io; version="[3.12.0,6.0.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
2020-08-15 23:48:30.490 [WARN ] [org.apache.felix.fileinstall        ] - Error while starting bundle: file:/C:/openhab2/addons/org.openhab.binding.modbus-2.5.8-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.modbus [204]
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus
    -> Export-Package: org.openhab.io.transport.modbus; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"; uses:="org.eclipse.smarthome.core.library.types,org.eclipse.smarthome.core.types,org.openhab.io.transport.modbus.endpoint"
       org.openhab.io.transport.modbus [203]
         Unresolved requirement: Import-Package: gnu.io; version="[3.12.0,6.0.0)"
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus.endpoint
    -> Export-Package: org.openhab.io.transport.modbus.endpoint; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"

	at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
2020-08-16 00:01:41.414 [INFO ] [rt.modbus.internal.ModbusManagerImpl] - Modbus manager activated
2020-08-16 00:03:34.853 [INFO ] [rt.modbus.internal.ModbusManagerImpl] - Modbus manager activated

modbus.things

Bridge modbus:tcp:HVAC [host="192.168.1.111", port=502, id=1]
{
        Bridge poller hvacpoll [ start=32768, length=1, refresh=200, type="holding" ]
        {
            Thing data reg32768 [readStart="32768", readValueType="int16" ]
            Thing data di0 [readStart="32768.0", readValueType="bit" ]
            Thing data di1 [readStart="32768.1", readValueType="bit" ]
            Thing data di2 [readStart="32768.2", readValueType="bit" ]
            Thing data di3 [readStart="32768.3", readValueType="bit" ]
            Thing data di4 [readStart="32768.4", readValueType="bit" ]
            Thing data di5 [readStart="32768.5", readValueType="bit" ]
            Thing data di6 [readStart="32768.6", readValueType="bit" ]
            Thing data di7 [readStart="32768.7", readValueType="bit" ]
            Thing data di8 [readStart="32768.8", readValueType="bit" ]    
            Thing data di9 [readStart="32768.9", readValueType="bit" ]
            Thing data di10 [readStart="32768.10", readValueType="bit" ]
            Thing data di11 [readStart="32768.11", readValueType="bit" ]
            Thing data di12 [readStart="32768.12", readValueType="bit" ]
            Thing data di13 [readStart="32768.13", readValueType="bit" ]
            Thing data di14 [readStart="32768.14", readValueType="bit" ]
            Thing data di15 [readStart="32768.15", readValueType="bit" ]
        }
}

hvac.items

Number HVAC_Temp "Temp [%d]" { channel="modbus:data:HVAC:hvacpoll:reg32767:number" }
Switch Turck_i0 "i0 [%s]" { channel="modbus:data:HVAC:hvacpoll:di0:switch" }
Switch Turck_i1 "i1 [%s]" { channel="modbus:data:HVAC:hvacpoll:di1:switch" }
Switch Turck_i2 "i2 [%s]" { channel="modbus:data:HVAC:hvacpoll:di2:switch" }
Switch Turck_i3 "i3 [%s]" { channel="modbus:data:HVAC:hvacpoll:di3:switch" }
Switch Turck_i4 "i4 [%s]" { channel="modbus:data:HVAC:hvacpoll:di4:switch" }
Switch Turck_i5 "i5 [%s]" { channel="modbus:data:HVAC:hvacpoll:di5:switch" }
Switch Turck_i6 "i6 [%s]" { channel="modbus:data:HVAC:hvacpoll:di6:switch" }
Switch Turck_i7 "i7 [%s]" { channel="modbus:data:HVAC:hvacpoll:di7:switch" }
Switch Turck_i8 "i8 [%s]" { channel="modbus:data:HVAC:hvacpoll:di8:switch" }
Switch Turck_i9 "i9 [%s]" { channel="modbus:data:HVAC:hvacpoll:di9:switch" }
Switch Turck_i10 "i10 [%s]" { channel="modbus:data:HVAC:hvacpoll:di10:switch" }
Switch Turck_i11 "i11 [%s]" { channel="modbus:data:HVAC:hvacpoll:di11:switch" }
Switch Turck_i12 "i12 [%s]" { channel="modbus:data:HVAC:hvacpoll:di12:switch" }
Switch Turck_i13 "i13 [%s]" { channel="modbus:data:HVAC:hvacpoll:di13:switch" }
Switch Turck_i14 "i14 [%s]" { channel="modbus:data:HVAC:hvacpoll:di14:switch" }
Switch Turck_i15 "i15 [%s]" { channel="modbus:data:HVAC:hvacpoll:di15:switch" }

A couple more files are in the next post due to post size restrictions.

This is a continuation from the previous post due to post size restrictions.


openhab.log - after modbus test.

2020-08-15 23:43:35.722 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.1.43:8080
2020-08-15 23:43:35.736 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.1.43:8443
2020-08-15 23:43:37.404 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2020-08-15 23:48:30.482 [WARN ] [org.apache.felix.fileinstall        ] - Error while starting bundle: file:/C:/openhab2/addons/org.openhab.io.transport.modbus-2.5.8-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.io.transport.modbus [203]
  Unresolved requirement: Import-Package: gnu.io; version="[3.12.0,6.0.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
2020-08-15 23:48:30.490 [WARN ] [org.apache.felix.fileinstall        ] - Error while starting bundle: file:/C:/openhab2/addons/org.openhab.binding.modbus-2.5.8-SNAPSHOT.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.modbus [204]
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus
    -> Export-Package: org.openhab.io.transport.modbus; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"; uses:="org.eclipse.smarthome.core.library.types,org.eclipse.smarthome.core.types,org.openhab.io.transport.modbus.endpoint"
       org.openhab.io.transport.modbus [203]
         Unresolved requirement: Import-Package: gnu.io; version="[3.12.0,6.0.0)"
  Unresolved requirement: Import-Package: org.openhab.io.transport.modbus.endpoint
    -> Export-Package: org.openhab.io.transport.modbus.endpoint; bundle-symbolic-name="org.openhab.io.transport.modbus"; bundle-version="2.5.8.202008150359"; version="2.5.8"

	at org.eclipse.osgi.container.Module.start(Module.java:444) ~[org.eclipse.osgi-3.12.100.jar:?]
	at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383) ~[org.eclipse.osgi-3.12.100.jar:?]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1260) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1233) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:520) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:365) [bundleFile:3.6.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:316) [bundleFile:3.6.4]
2020-08-16 00:01:41.414 [INFO ] [rt.modbus.internal.ModbusManagerImpl] - Modbus manager activated
2020-08-16 00:03:34.853 [INFO ] [rt.modbus.internal.ModbusManagerImpl] - Modbus manager activated
2020-08-16 00:21:48.734 [INFO ] [.dashboard.internal.DashboardService] - Stopped Dashboard
2020-08-16 00:24:38.297 [WARN ] [org.apache.karaf.shell.ssh.Activator] - Error starting activator
java.lang.IllegalStateException: Service not tracked for class interface org.osgi.service.cm.ConfigurationAdmin
	at org.apache.karaf.util.tracker.BaseActivator.getTrackedService(BaseActivator.java:369) ~[bundleFile:?]
	at org.apache.karaf.util.tracker.BaseActivator.ensureStartupConfiguration(BaseActivator.java:154) ~[bundleFile:?]
	at org.apache.karaf.shell.ssh.Activator.doStart(Activator.java:96) ~[bundleFile:?]
	at org.apache.karaf.util.tracker.BaseActivator.run(BaseActivator.java:312) [bundleFile:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_252]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_252]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_252]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-08-16 00:24:45.218 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'hvac.items'
2020-08-16 00:24:45.659 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'modbus.things'
2020-08-16 00:24:46.591 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2020-08-16 00:24:47.327 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://192.168.1.43:8080
2020-08-16 00:24:47.328 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.1.43:8443
2020-08-16 00:24:47.355 [INFO ] [rt.modbus.internal.ModbusManagerImpl] - Modbus manager activated
2020-08-16 01:14:20.832 [INFO ] [port.EventAdminConfigurationNotifier] - Sending Event Admin nofification (configuration successful) to org/ops4j/pax/logging/Configuration
2020-08-16 01:14:27.167 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:14:40.989 [DEBUG] [org.eclipse.jetty.server.session    ] - node0 scavenging sessions
2020-08-16 01:14:40.993 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1614221077==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:14:40.994 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1614221077==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:14:40.997 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@d5f5a62[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:14:40.998 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler288949951==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:14:41.000 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler288949951==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:14:41.004 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@398a5b9[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:14:41.007 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler656750402==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:14:41.009 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler656750402==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:14:41.010 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@7a73112[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:14:41.011 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler2086465675==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:14:41.013 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler2086465675==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:14:41.014 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@42a5af82[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:14:41.015 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler401988700==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:14:41.016 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler401988700==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:14:41.016 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@35de71fe[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:14:41.021 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1763222081==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:14:41.023 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1763222081==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:14:41.024 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@732daf91[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:14:41.024 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1478851260==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:14:41.025 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1478851260==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:14:41.026 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@4dbc2f47[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:14:41.026 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler671517865==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:14:41.027 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler671517865==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:14:41.027 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@228a50cd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:14:55.034 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:15:18.277 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:15:46.454 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:16:10.366 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:16:39.773 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:17:07.249 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:17:32.230 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:17:56.485 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:18:24.587 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:18:49.491 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:19:13.350 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:19:40.302 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:20:10.069 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:20:36.383 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:21:06.028 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:21:35.489 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:21:59.755 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:22:29.132 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:22:53.508 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:23:21.744 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:23:51.180 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:24:16.618 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:24:41.041 [DEBUG] [org.eclipse.jetty.server.session    ] - node0 scavenging sessions
2020-08-16 01:24:41.041 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1614221077==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:24:41.042 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1614221077==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:24:41.042 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@d5f5a62[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:24:41.042 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler288949951==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:24:41.042 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler288949951==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:24:41.043 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@398a5b9[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:24:41.044 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler656750402==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:24:41.044 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler656750402==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:24:41.045 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@7a73112[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:24:41.045 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler2086465675==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:24:41.045 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler2086465675==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:24:41.046 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@42a5af82[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:24:41.046 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler401988700==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:24:41.046 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler401988700==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:24:41.047 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@35de71fe[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:24:41.047 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1763222081==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:24:41.047 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1763222081==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:24:41.047 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@732daf91[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:24:41.048 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1478851260==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:24:41.048 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1478851260==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:24:41.048 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@4dbc2f47[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:24:41.049 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler671517865==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:24:41.049 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler671517865==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:24:41.049 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@228a50cd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:24:44.060 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:25:10.752 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:25:35.179 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:25:58.841 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:26:22.207 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:26:50.280 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:27:15.324 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:27:44.457 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:28:11.899 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:28:40.229 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:29:06.013 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:29:35.604 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:30:00.575 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:30:27.914 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:30:53.396 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:31:18.561 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:31:47.769 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:32:16.542 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:32:40.215 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:33:06.231 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:33:31.071 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:33:54.864 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:34:18.601 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:34:41.056 [DEBUG] [org.eclipse.jetty.server.session    ] - node0 scavenging sessions
2020-08-16 01:34:41.057 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1614221077==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:34:41.058 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1614221077==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:34:41.059 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@d5f5a62[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:34:41.059 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler288949951==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:34:41.059 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler288949951==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:34:41.059 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@398a5b9[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:34:41.060 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler656750402==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:34:41.060 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler656750402==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:34:41.060 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@7a73112[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:34:41.060 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler2086465675==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:34:41.060 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler2086465675==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:34:41.061 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@42a5af82[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:34:41.061 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler401988700==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:34:41.062 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler401988700==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:34:41.062 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@35de71fe[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:34:41.062 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1763222081==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:34:41.063 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1763222081==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:34:41.063 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@732daf91[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:34:41.063 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1478851260==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:34:41.064 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1478851260==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:34:41.064 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@4dbc2f47[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:34:41.064 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler671517865==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:34:41.064 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler671517865==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:34:41.065 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@228a50cd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:34:44.950 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:35:13.719 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:35:43.605 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:36:07.330 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:36:31.915 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:36:55.361 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:37:19.923 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:37:43.898 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:38:10.907 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:38:39.785 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:39:04.840 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:39:32.827 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:40:00.332 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:40:27.513 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:40:54.392 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:41:20.794 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:41:45.373 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:42:13.551 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:42:39.257 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:43:02.304 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:43:25.741 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:43:52.762 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:44:21.014 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:44:41.069 [DEBUG] [org.eclipse.jetty.server.session    ] - node0 scavenging sessions
2020-08-16 01:44:41.070 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1614221077==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:44:41.071 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1614221077==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:44:41.072 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@d5f5a62[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:44:41.072 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler288949951==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:44:41.073 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler288949951==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:44:41.074 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@398a5b9[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:44:41.074 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler656750402==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:44:41.074 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler656750402==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:44:41.074 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@7a73112[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:44:41.075 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler2086465675==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:44:41.075 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler2086465675==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:44:41.075 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@42a5af82[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:44:41.075 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler401988700==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:44:41.075 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler401988700==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:44:41.076 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@35de71fe[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:44:41.076 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1763222081==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:44:41.076 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1763222081==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:44:41.076 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@732daf91[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:44:41.076 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1478851260==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:44:41.076 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler1478851260==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:44:41.077 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@4dbc2f47[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:44:41.077 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler671517865==dftMaxIdleSec=600 scavenging sessions
2020-08-16 01:44:41.077 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.SessionHandler671517865==dftMaxIdleSec=600 scavenging session ids []
2020-08-16 01:44:41.077 [DEBUG] [org.eclipse.jetty.server.session    ] - org.eclipse.jetty.server.session.DefaultSessionCache@228a50cd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] checking expiration on []
2020-08-16 01:44:44.509 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:45:10.160 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:45:38.379 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:46:02.586 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:46:26.774 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:46:53.067 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:47:17.194 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:47:41.031 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:48:10.834 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:48:37.451 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:49:03.022 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:49:31.000 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:49:59.162 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:50:25.162 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:50:52.049 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:51:19.036 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:51:42.587 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:52:06.064 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers
2020-08-16 01:52:29.952 [DEBUG] [rg.quartz.core.QuartzSchedulerThread] - batch acquisition of 0 triggers

events.log - after modbus test

2020-08-16 00:24:47.829 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.857 [hingStatusInfoChangedEvent] - 'modbus:tcp:HVAC' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.862 [hingStatusInfoChangedEvent] - 'modbus:poller:HVAC:hvacpoll' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.875 [hingStatusInfoChangedEvent] - 'modbus:poller:HVAC:hvacpoll' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.882 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:reg32768' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.912 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di1' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.914 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di2' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.915 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di3' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.915 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di0' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.922 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:reg32768' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.963 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di4' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.964 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di4' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.972 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di1' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.973 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di0' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.974 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di3' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.975 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di2' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.976 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di8' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.976 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di7' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.976 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di6' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.977 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di9' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.977 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di9' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.978 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di7' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.978 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di5' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.978 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di8' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.979 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di10' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.979 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di6' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.980 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di11' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.980 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di12' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.980 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di13' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.981 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di5' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.981 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di12' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.982 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di14' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.982 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di15' changed from UNINITIALIZED to INITIALIZING
2020-08-16 00:24:47.983 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di13' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.987 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di11' changed from INITIALIZING to ONLINE
2020-08-16 00:24:47.988 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di15' changed from INITIALIZING to ONLINE
2020-08-16 00:24:48.001 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di10' changed from INITIALIZING to ONLINE
2020-08-16 00:24:48.001 [hingStatusInfoChangedEvent] - 'modbus:data:HVAC:hvacpoll:di14' changed from INITIALIZING to ONLINE
2020-08-16 00:24:48.041 [vent.ItemStateChangedEvent] - Turck_i1 changed from NULL to OFF
2020-08-16 00:24:48.042 [vent.ItemStateChangedEvent] - Turck_i4 changed from NULL to OFF
2020-08-16 00:24:48.042 [vent.ItemStateChangedEvent] - Turck_i0 changed from NULL to OFF
2020-08-16 00:24:48.042 [vent.ItemStateChangedEvent] - Turck_i3 changed from NULL to OFF
2020-08-16 00:24:48.043 [vent.ItemStateChangedEvent] - Turck_i2 changed from NULL to OFF
2020-08-16 00:24:48.043 [vent.ItemStateChangedEvent] - Turck_i9 changed from NULL to OFF
2020-08-16 00:24:48.043 [vent.ItemStateChangedEvent] - Turck_i7 changed from NULL to OFF
2020-08-16 00:24:48.044 [vent.ItemStateChangedEvent] - Turck_i8 changed from NULL to OFF
2020-08-16 00:24:48.044 [vent.ItemStateChangedEvent] - Turck_i6 changed from NULL to OFF
2020-08-16 00:24:48.044 [vent.ItemStateChangedEvent] - Turck_i5 changed from NULL to OFF
2020-08-16 00:24:48.045 [vent.ItemStateChangedEvent] - Turck_i12 changed from NULL to OFF
2020-08-16 00:24:48.045 [vent.ItemStateChangedEvent] - Turck_i13 changed from NULL to OFF
2020-08-16 00:24:48.046 [vent.ItemStateChangedEvent] - Turck_i11 changed from NULL to OFF
2020-08-16 00:24:48.047 [vent.ItemStateChangedEvent] - Turck_i15 changed from NULL to ON
2020-08-16 00:24:48.047 [vent.ItemStateChangedEvent] - Turck_i10 changed from NULL to OFF
2020-08-16 00:24:48.047 [vent.ItemStateChangedEvent] - Turck_i14 changed from NULL to OFF
2020-08-16 00:28:11.237 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-16 00:28:11.897 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-16 00:28:13.899 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-16 00:28:14.564 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-16 00:31:02.652 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-16 00:31:03.099 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-16 00:31:04.204 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-16 00:31:04.870 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-16 00:39:07.975 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-16 00:39:08.841 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-16 00:39:09.725 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-16 00:39:10.610 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-16 00:43:53.934 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-16 00:43:54.821 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-16 00:43:55.908 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-16 00:43:56.567 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-16 00:46:45.480 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-16 00:46:46.350 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-16 00:46:47.238 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-16 00:46:48.125 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-16 00:52:10.870 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-16 00:52:12.196 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-16 00:52:13.495 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-16 00:52:14.785 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF
2020-08-16 01:00:10.362 [vent.ItemStateChangedEvent] - Turck_i8 changed from OFF to ON
2020-08-16 01:00:11.904 [vent.ItemStateChangedEvent] - Turck_i8 changed from ON to OFF
2020-08-16 01:00:12.773 [vent.ItemStateChangedEvent] - Turck_i9 changed from OFF to ON
2020-08-16 01:00:14.543 [vent.ItemStateChangedEvent] - Turck_i9 changed from ON to OFF

Thanks to all that have tried to assist with this issue.

Anyone feel free to make comments.

@BHall What is the issue? After all, items are updating. I do not understand what warnings you refer to?

If you refer to “Could not resolve module” warnings, those pop up part of the installation steps but not after?

To confirm your installation is successful, please output the following

Please print out the following

feature:list -s |grep openhab-transport-serial
bundle:list -s |grep pool
bundle:list -s |grep modbus

Please also output result of http://localhost:8080/rest/things here

Hi, just wanted to tell that I did an update to actual snapshot 2.5.8 (198) release yesterday (with openhabian) and the modbus binding is working very well since then.
Thank you very much for your work and support.

2 Likes