Advertisement
nodeco

New Modbus binding logs

Dec 17th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.07 KB | None | 0 0
  1. 12:12:21.302 [DEBUG] [.s.internal.SchedulerActivator:36 ] - Scheduler has been started.
  2. 12:12:21.340 [INFO ] [uartz.impl.StdSchedulerFactory:1175 ] - Using default implementation for ThreadExecutor
  3. 12:12:21.359 [INFO ] [rtz.core.SchedulerSignalerImpl:61 ] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  4. 12:12:21.359 [INFO ] [rg.quartz.core.QuartzScheduler:243 ] - Quartz Scheduler v.2.1.7 created.
  5. 12:12:21.361 [INFO ] [org.quartz.simpl.RAMJobStore :154 ] - RAMJobStore initialized.
  6. 12:12:21.362 [INFO ] [rg.quartz.core.QuartzScheduler:268 ] - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'openHAB-job-scheduler' with instanceId 'NON_CLUSTERED'
  7. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  8. NOT STARTED.
  9. Currently in standby mode.
  10. Number of jobs executed: 0
  11. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads.
  12. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  13.  
  14. 12:12:21.364 [INFO ] [uartz.impl.StdSchedulerFactory:1324 ] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: './etc/quartz.properties'
  15. 12:12:21.364 [INFO ] [uartz.impl.StdSchedulerFactory:1328 ] - Quartz scheduler version: 2.1.7
  16. 12:12:21.364 [INFO ] [rg.quartz.core.QuartzScheduler:534 ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started.
  17. 12:12:21.367 [DEBUG] [o.config.core.ConfigDispatcher:146 ] - Processing openHAB default configuration file 'c:\NILAN\configurations\openhab_default.cfg'.
  18. 12:12:21.367 [DEBUG] [o.config.core.ConfigDispatcher:168 ] - Processing openHAB main configuration file 'c:\NILAN\configurations\openhab.cfg'.
  19. 12:12:21.416 [DEBUG] [.o.core.internal.CoreActivator:93 ] - UUID file already exists at 'c:\NILAN\webapps\static\uuid' with content '0fa41074-b8be-4829-988d-31807d353503'
  20. 12:12:21.417 [DEBUG] [.o.core.internal.CoreActivator:115 ] - Created file 'c:\NILAN\webapps\static\version' with content '1.8.3'
  21. 12:12:21.417 [INFO ] [.o.core.internal.CoreActivator:61 ] - openHAB runtime has been started (v1.8.3).
  22. 12:12:21.434 [DEBUG] [a.internal.AutoUpdateActivator:31 ] - AutoUpdate binding has been started.
  23. 12:12:22.141 [DEBUG] [.p.i.PersistenceModelActivator:23 ] - Registered 'persistence' configuration parser
  24. 12:12:22.161 [DEBUG] [.c.t.i.TransformationActivator:38 ] - Transformation Service has been started.
  25. 12:12:22.184 [DEBUG] [m.internal.MultimediaActivator:34 ] - Multimedia I/O bundle has been started.
  26. 12:12:22.199 [DEBUG] [.s.i.DiscoveryServiceActivator:27 ] - Discovery service has been started.
  27. 12:12:22.201 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:93 ] - mDNS service has been started
  28. 12:12:22.214 [DEBUG] [.io.transport.mqtt.MqttService:123 ] - Starting MQTT Service...
  29. 12:12:22.333 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:53 ] - Service Discovery initialization completed.
  30. 12:12:22.346 [DEBUG] [.i.internal.ItemModelActivator:24 ] - Registered 'item' configuration parser
  31. 12:12:22.394 [DEBUG] [o.o.c.i.items.ItemRegistryImpl:137 ] - Item provider 'GenericItemProvider' has been added.
  32. 12:12:22.870 [DEBUG] [.o.m.s.i.SitemapModelActivator:23 ] - Registered 'sitemap' configuration parser
  33. 12:12:22.969 [DEBUG] [io.rest.internal.RESTActivator:33 ] - REST API has been started.
  34. 12:12:23.015 [INFO ] [org.atmosphere.util.IOUtils :370 ] - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
  35. 12:12:23.051 [INFO ] [sphere.cpr.AtmosphereFramework:2601 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
  36. 12:12:23.052 [INFO ] [cpr.DefaultAnnotationProcessor:138 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used
  37. 12:12:23.064 [WARN ] [cpr.DefaultAnnotationProcessor:178 ] - Unable to detect annotations. Application may fail to deploy.
  38. 12:12:23.079 [INFO ] [sphere.cpr.AtmosphereFramework:1891 ] - Auto detecting atmosphere handlers /WEB-INF/classes/
  39. 12:12:23.092 [INFO ] [sphere.cpr.AtmosphereFramework:639 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path /* and Broadcaster Class org.atmosphere.jersey.JerseyBroadcaster
  40. 12:12:23.093 [INFO ] [sphere.cpr.AtmosphereFramework:1945 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/
  41. 12:12:23.093 [INFO ] [sphere.cpr.AtmosphereFramework:1602 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
  42. 12:12:23.117 [INFO ] [.a.h.ReflectorServletProcessor:103 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer
  43. 12:12:23.215 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:815 ] - Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
  44. 12:12:23.216 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:826 ] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration:
  45. class org.atmosphere.jersey.AtmosphereResourceConfigurator
  46. 12:12:23.254 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.rest.RESTApplication
  47. 12:12:23.813 [INFO ] [sphere.cpr.AtmosphereFramework:2435 ] - AtmosphereInterceptor CORS Interceptor Support will always be executed first
  48. 12:12:23.813 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT
  49. 12:12:23.814 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT
  50. 12:12:23.815 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
  51. 12:12:23.816 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
  52. 12:12:23.816 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
  53. 12:12:23.817 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
  54. 12:12:23.818 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
  55. 12:12:23.821 [INFO ] [sphere.cpr.AtmosphereFramework:935 ] - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
  56. 12:12:23.822 [WARN ] [sphere.cpr.AtmosphereFramework:941 ] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache
  57. 12:12:23.822 [INFO ] [sphere.cpr.AtmosphereFramework:949 ] - Default Broadcaster Class: org.atmosphere.jersey.JerseyBroadcaster
  58. 12:12:23.822 [INFO ] [sphere.cpr.AtmosphereFramework:950 ] - Broadcaster Polling Wait Time 100
  59. 12:12:23.825 [INFO ] [sphere.cpr.AtmosphereFramework:951 ] - Shared ExecutorService supported: true
  60. 12:12:23.825 [INFO ] [sphere.cpr.AtmosphereFramework:958 ] - Messaging Thread Pool Size: 10
  61. 12:12:23.825 [INFO ] [sphere.cpr.AtmosphereFramework:968 ] - Async I/O Thread Pool Size: 10
  62. 12:12:23.825 [INFO ] [sphere.cpr.AtmosphereFramework:979 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
  63. 12:12:23.826 [INFO ] [sphere.cpr.AtmosphereFramework:980 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
  64. 12:12:23.826 [INFO ] [sphere.cpr.AtmosphereFramework:990 ] - Invoke AtmosphereInterceptor on WebSocket message true
  65. 12:12:23.826 [INFO ] [sphere.cpr.AtmosphereFramework:991 ] - HttpSession supported: false
  66. 12:12:23.826 [INFO ] [sphere.cpr.AtmosphereFramework:993 ] - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
  67. 12:12:23.827 [INFO ] [sphere.cpr.AtmosphereFramework:994 ] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running under container: jetty/8.1.3.v20120522 with WebSocket enabled.
  68. 12:12:23.827 [INFO ] [sphere.cpr.AtmosphereFramework:996 ] - Atmosphere Framework 2.2.5 started.
  69. 12:12:23.828 [INFO ] [sphere.cpr.AtmosphereFramework:998 ] -
  70.  
  71. For Atmosphere Framework Commercial Support, visit
  72. http://www.async-io.org/ or send an email to [email protected]
  73.  
  74. 12:12:23.828 [INFO ] [penhab.io.rest.RESTApplication:144 ] - Started REST API at /rest
  75. 12:12:23.829 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080
  76. 12:12:29.857 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443
  77. 12:12:31.979 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'kallio.sitemap'
  78. 12:12:32.199 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'nilan.items'
  79. 12:12:32.225 [DEBUG] [i.internal.GenericItemProvider:154 ] - Processing binding configs for items from model 'nilan.items'
  80. 12:12:32.228 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'nilan.items'
  81. 12:12:32.430 [INFO ] [.o.u.w.i.servlet.WebAppServlet:80 ] - Started Classic UI at /classicui/openhab.app
  82. 12:12:32.589 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered 'rules' configuration parser
  83. 12:12:32.599 [DEBUG] [m.r.internal.engine.RuleEngine:77 ] - Started rule engine
  84. 12:12:36.233 [DEBUG] [o.b.m.internal.ModbusActivator:31 ] - Modbus binding has been started.
  85. 12:12:36.250 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t0 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  86. 12:12:36.251 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t1 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  87. 12:12:36.251 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t2 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  88. 12:12:36.252 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t3 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  89. 12:12:36.253 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t4 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  90. 12:12:36.256 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t5 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  91. 12:12:36.256 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t6 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  92. 12:12:36.256 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t7 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  93. 12:12:36.257 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t8 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  94. 12:12:36.260 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t9 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  95. 12:12:36.268 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t10 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  96. 12:12:36.269 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t11 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  97. 12:12:36.270 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t12 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  98. 12:12:36.270 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t13 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  99. 12:12:36.271 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t14 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  100. 12:12:36.271 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t15 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  101. 12:12:36.271 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_onoff (Type=SwitchItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  102. 12:12:36.272 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_user_operation_mode (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  103. 12:12:36.273 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_vent (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  104. 12:12:36.273 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_user_tempset (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  105. 12:12:36.305 [DEBUG] [.modbus.internal.ModbusBinding:494 ] - modbusSlave 'nilan1' instanciated
  106. 12:12:36.311 [DEBUG] [.modbus.internal.ModbusBinding:494 ] - modbusSlave 'nilan2' instanciated
  107. 12:12:36.318 [DEBUG] [.modbus.internal.ModbusBinding:646 ] - Parsed the following slave->endpoint configurations: {nilan2=EndpointPoolConfiguration@79378a[passivateBorrowMinMillis=35,interConnectDelayMillis=0,connectMaxTries=3,reconnectAfterMillis=-1,connectTimeoutMillis=0], nilan1=EndpointPoolConfiguration@16da5fd[passivateBorrowMinMillis=35,interConnectDelayMillis=0,connectMaxTries=3,reconnectAfterMillis=-1,connectTimeoutMillis=0]}. If the endpoint is same, connections are shared between the instances.
  108. 12:12:36.319 [DEBUG] [.modbus.internal.ModbusBinding:648 ] - Parsed the following pool configurations: {ModbusSerialSlaveEndpoint@11c427d[portName=COM3]=EndpointPoolConfiguration@16da5fd[passivateBorrowMinMillis=35,interConnectDelayMillis=0,connectMaxTries=3,reconnectAfterMillis=-1,connectTimeoutMillis=0]}
  109. 12:12:36.320 [DEBUG] [.modbus.internal.ModbusBinding:649 ] - config looked good
  110. 12:12:36.329 [INFO ] [.service.AbstractActiveService:169 ] - Modbus Polling Service has been started
  111. 12:12:36.350 [TRACE] [dbusSlaveConnectionFactoryImpl:86 ] - Created connection SerialConnection@18f3ba8[portName=COM3,port=<null>] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  112. 12:12:37.204 [TRACE] [pi.modbus.net.SerialConnection:128 ] - Got Port Identifier
  113. 12:12:37.237 [TRACE] [pi.modbus.net.SerialConnection:138 ] - Got Serial Port
  114. 12:12:37.244 [TRACE] [pi.modbus.net.SerialConnection:174 ] - i/o Streams prepared
  115. 12:12:37.245 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  116. 12:12:37.247 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 914 ms
  117. 12:12:37.249 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  118. 12:12:37.260 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  119. 12:12:37.262 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  120. 12:12:37.264 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  121. 12:12:37.264 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  122. 12:12:37.265 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  123. 12:12:37.293 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 15 ff f2 00 00 00 00 00 00 10 c5 02 ed 0f 87 ff f2 00 00 09 c1 17 97 0f 14 00 00 0b 7a 09 a3 48 87 )
  124. 12:12:37.293 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 15 ff f2 00 00 00 00 00 00 10 c5 02 ed 0f 87 ff f2 00 00 09 c1 17 97 0f 14 00 00 0b 7a 09 a3 48 87
  125. 12:12:37.300 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 15 ff f2 00 00 00 00 00 00 10 c5 02 ed 0f 87 ff f2 00 00 09 c1 17 97 0f 14 00 00 0b 7a 09 a3 48 87
  126. 12:12:37.304 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  127. 12:12:37.304 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  128. 12:12:37.305 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (60ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  129. 12:12:37.305 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  130. 12:12:37.307 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  131. 12:12:37.341 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 26ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  132. 12:12:37.341 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  133. 12:12:37.347 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 33 ms
  134. 12:12:37.350 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  135. 12:12:37.372 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  136. 12:12:37.372 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  137. 12:12:37.380 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  138. 12:12:37.380 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  139. 12:12:37.381 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  140. 12:12:37.382 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  141. 12:12:37.382 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  142. 12:12:37.383 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  143. 12:12:37.385 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  144. 12:12:37.392 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  145. 12:12:37.393 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (147ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  146. 12:12:37.394 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  147. 12:12:37.395 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  148. 12:12:42.308 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'demo.rules'
  149. 12:12:42.434 [DEBUG] [.r.i.engine.RuleTriggerManager:438 ] - Scheduled rule nilan t0-15 sensor division with cron expression 0/1 * * * * ?
  150. 12:12:42.436 [DEBUG] [m.r.internal.engine.RuleEngine:264 ] - Executing startup rule 'nilan t0-15 sensor division'
  151. 12:12:42.547 [DEBUG] [riptExtensionClassNameProvider:63 ] - Script actions have changed: HTTPActionService, TransformationActionService, AudioActionService, PingActionService, ExecActionService,
  152. 12:12:42.914 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  153. 12:12:43.007 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  154. 12:12:44.004 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  155. 12:12:45.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  156. 12:12:46.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  157. 12:12:47.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  158. 12:12:47.398 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  159. 12:12:47.399 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  160. 12:12:47.409 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 11 ms
  161. 12:12:47.411 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  162. 12:12:47.420 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  163. 12:12:47.425 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  164. 12:12:47.437 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  165. 12:12:47.440 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  166. 12:12:47.441 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  167. 12:12:47.454 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 17 ff f3 00 00 00 00 00 00 10 c9 02 ee 0f 81 ff f3 00 00 09 c2 17 98 0f 18 00 00 0b 67 09 a3 11 dc )
  168. 12:12:47.456 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 17 ff f3 00 00 00 00 00 00 10 c9 02 ee 0f 81 ff f3 00 00 09 c2 17 98 0f 18 00 00 0b 67 09 a3 11 dc
  169. 12:12:47.457 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 17 ff f3 00 00 00 00 00 00 10 c9 02 ee 0f 81 ff f3 00 00 09 c2 17 98 0f 18 00 00 0b 67 09 a3 11 dc
  170. 12:12:47.460 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  171. 12:12:47.460 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  172. 12:12:47.461 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (10216ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  173. 12:12:47.462 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  174. 12:12:47.463 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  175. 12:12:47.496 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 31ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  176. 12:12:47.496 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  177. 12:12:47.503 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 38 ms
  178. 12:12:47.504 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  179. 12:12:47.516 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  180. 12:12:47.517 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  181. 12:12:47.519 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  182. 12:12:47.520 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  183. 12:12:47.520 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  184. 12:12:47.533 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  185. 12:12:47.533 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  186. 12:12:47.534 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  187. 12:12:47.536 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  188. 12:12:47.537 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  189. 12:12:47.537 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (10292ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  190. 12:12:47.538 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  191. 12:12:47.538 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  192. 12:12:48.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  193. 12:12:49.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  194. 12:12:50.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  195. 12:12:51.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  196. 12:12:52.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  197. 12:12:53.004 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  198. 12:12:54.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  199. 12:12:55.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  200. 12:12:56.019 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  201. 12:12:57.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  202. 12:12:57.539 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  203. 12:12:57.540 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  204. 12:12:57.555 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 16 ms
  205. 12:12:57.557 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  206. 12:12:57.580 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  207. 12:12:57.581 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  208. 12:12:57.584 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  209. 12:12:57.584 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  210. 12:12:57.586 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  211. 12:12:57.597 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 19 ff f2 00 00 00 00 00 00 10 c8 02 ef 0f 80 ff f2 00 00 09 c2 17 98 0f 1c 00 00 0b 52 09 a3 d8 69 )
  212. 12:12:57.598 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 19 ff f2 00 00 00 00 00 00 10 c8 02 ef 0f 80 ff f2 00 00 09 c2 17 98 0f 1c 00 00 0b 52 09 a3 d8 69
  213. 12:12:57.599 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 19 ff f2 00 00 00 00 00 00 10 c8 02 ef 0f 80 ff f2 00 00 09 c2 17 98 0f 1c 00 00 0b 52 09 a3 d8 69
  214. 12:12:57.601 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  215. 12:12:57.602 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  216. 12:12:57.603 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (20358ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  217. 12:12:57.604 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  218. 12:12:57.607 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  219. 12:12:57.639 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 30ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  220. 12:12:57.639 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  221. 12:12:57.647 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 39 ms
  222. 12:12:57.649 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  223. 12:12:57.660 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  224. 12:12:57.663 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  225. 12:12:57.666 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  226. 12:12:57.666 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  227. 12:12:57.667 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  228. 12:12:57.677 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  229. 12:12:57.679 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  230. 12:12:57.679 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  231. 12:12:57.682 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  232. 12:12:57.682 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  233. 12:12:57.683 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (20438ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  234. 12:12:57.684 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  235. 12:12:57.684 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  236. 12:12:58.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  237. 12:12:59.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  238. 12:13:00.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  239. 12:13:01.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  240. 12:13:02.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  241. 12:13:03.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  242. 12:13:04.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  243. 12:13:05.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  244. 12:13:06.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  245. 12:13:07.004 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  246. 12:13:07.685 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  247. 12:13:07.686 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  248. 12:13:07.696 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 11 ms
  249. 12:13:07.705 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  250. 12:13:07.725 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  251. 12:13:07.728 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  252. 12:13:07.730 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  253. 12:13:07.731 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  254. 12:13:07.731 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  255. 12:13:07.742 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 ca 02 ef 0f 8a ff f2 00 00 09 c2 17 98 0f 1f 00 00 0b 43 09 a3 9f ed )
  256. 12:13:07.744 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 ca 02 ef 0f 8a ff f2 00 00 09 c2 17 98 0f 1f 00 00 0b 43 09 a3 9f ed
  257. 12:13:07.744 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 1b ff f2 00 00 00 00 00 00 10 ca 02 ef 0f 8a ff f2 00 00 09 c2 17 98 0f 1f 00 00 0b 43 09 a3 9f ed
  258. 12:13:07.747 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  259. 12:13:07.752 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  260. 12:13:07.753 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (30508ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  261. 12:13:07.762 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  262. 12:13:07.765 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  263. 12:13:07.790 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 23ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  264. 12:13:07.791 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  265. 12:13:07.799 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 33 ms
  266. 12:13:07.802 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  267. 12:13:07.820 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  268. 12:13:07.821 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  269. 12:13:07.824 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  270. 12:13:07.830 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  271. 12:13:07.831 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  272. 12:13:07.834 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  273. 12:13:07.835 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  274. 12:13:07.835 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  275. 12:13:07.837 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  276. 12:13:07.837 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  277. 12:13:07.838 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (30592ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  278. 12:13:07.838 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  279. 12:13:07.849 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  280. 12:13:08.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  281. 12:13:09.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  282. 12:13:10.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  283. 12:13:11.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  284. 12:13:12.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  285. 12:13:13.004 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  286. 12:13:14.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  287. 12:13:15.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  288. 12:13:16.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  289. 12:13:17.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  290. 12:13:17.850 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  291. 12:13:17.851 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  292. 12:13:17.868 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 18 ms
  293. 12:13:17.871 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  294. 12:13:17.886 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  295. 12:13:17.890 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  296. 12:13:17.892 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  297. 12:13:17.892 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  298. 12:13:17.893 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  299. 12:13:17.902 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 ca 02 ee 0f 83 ff f2 00 00 09 c1 17 98 0f 20 00 00 0b 36 09 a3 a5 de )
  300. 12:13:17.905 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 ca 02 ee 0f 83 ff f2 00 00 09 c1 17 98 0f 20 00 00 0b 36 09 a3 a5 de
  301. 12:13:17.906 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 1b ff f2 00 00 00 00 00 00 10 ca 02 ee 0f 83 ff f2 00 00 09 c1 17 98 0f 20 00 00 0b 36 09 a3 a5 de
  302. 12:13:17.909 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  303. 12:13:17.909 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  304. 12:13:17.910 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (40665ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  305. 12:13:17.910 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  306. 12:13:17.911 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  307. 12:13:17.944 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 32ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  308. 12:13:17.945 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  309. 12:13:17.953 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 40 ms
  310. 12:13:17.954 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  311. 12:13:17.965 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  312. 12:13:17.970 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  313. 12:13:17.973 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  314. 12:13:17.973 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  315. 12:13:17.974 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  316. 12:13:17.982 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  317. 12:13:17.985 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  318. 12:13:17.985 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  319. 12:13:17.989 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  320. 12:13:17.989 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  321. 12:13:17.990 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (40744ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  322. 12:13:17.990 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  323. 12:13:17.991 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  324. 12:13:18.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  325. 12:13:19.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  326. 12:13:20.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  327. 12:13:21.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  328. 12:13:22.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  329. 12:13:23.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  330. 12:13:24.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  331. 12:13:25.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  332. 12:13:26.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  333. 12:13:27.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  334. 12:13:27.992 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  335. 12:13:27.993 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  336. 12:13:28.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  337. 12:13:28.009 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 17 ms
  338. 12:13:28.014 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  339. 12:13:28.030 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  340. 12:13:28.031 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  341. 12:13:28.034 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  342. 12:13:28.034 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  343. 12:13:28.035 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  344. 12:13:28.046 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 ef 0f 8a ff f2 00 00 09 c2 17 98 0f 24 00 00 0b 40 09 a3 f5 ff )
  345. 12:13:28.047 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 ef 0f 8a ff f2 00 00 09 c2 17 98 0f 24 00 00 0b 40 09 a3 f5 ff
  346. 12:13:28.048 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 ef 0f 8a ff f2 00 00 09 c2 17 98 0f 24 00 00 0b 40 09 a3 f5 ff
  347. 12:13:28.051 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  348. 12:13:28.051 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  349. 12:13:28.052 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (50807ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  350. 12:13:28.053 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  351. 12:13:28.054 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  352. 12:13:28.088 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 32ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  353. 12:13:28.089 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  354. 12:13:28.095 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 40 ms
  355. 12:13:28.097 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  356. 12:13:28.109 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  357. 12:13:28.110 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  358. 12:13:28.112 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  359. 12:13:28.112 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  360. 12:13:28.113 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  361. 12:13:28.126 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  362. 12:13:28.127 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  363. 12:13:28.127 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  364. 12:13:28.130 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  365. 12:13:28.130 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  366. 12:13:28.131 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (50886ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  367. 12:13:28.131 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  368. 12:13:28.138 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  369. 12:13:29.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  370. 12:13:30.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  371. 12:13:31.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  372. 12:13:32.005 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  373. 12:13:33.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  374. 12:13:34.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  375. 12:13:35.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  376. 12:13:36.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  377. 12:13:37.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  378. 12:13:38.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  379. 12:13:38.140 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  380. 12:13:38.140 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  381. 12:13:38.147 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 7 ms
  382. 12:13:38.149 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  383. 12:13:38.158 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  384. 12:13:38.174 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  385. 12:13:38.178 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  386. 12:13:38.178 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  387. 12:13:38.179 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  388. 12:13:38.191 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 ef 0f 8b ff f2 00 00 09 c1 17 97 0f 25 00 00 0b 4d 09 a3 6b d8 )
  389. 12:13:38.191 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 ef 0f 8b ff f2 00 00 09 c1 17 97 0f 25 00 00 0b 4d 09 a3 6b d8
  390. 12:13:38.192 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 ef 0f 8b ff f2 00 00 09 c1 17 97 0f 25 00 00 0b 4d 09 a3 6b d8
  391. 12:13:38.195 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  392. 12:13:38.195 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  393. 12:13:38.195 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (60950ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  394. 12:13:38.196 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  395. 12:13:38.197 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  396. 12:13:38.231 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 33ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  397. 12:13:38.231 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  398. 12:13:38.239 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 42 ms
  399. 12:13:38.240 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  400. 12:13:38.253 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  401. 12:13:38.254 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  402. 12:13:38.256 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  403. 12:13:38.257 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  404. 12:13:38.257 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  405. 12:13:38.270 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  406. 12:13:38.271 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  407. 12:13:38.271 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  408. 12:13:38.274 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  409. 12:13:38.274 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  410. 12:13:38.275 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (61030ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  411. 12:13:38.276 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  412. 12:13:38.276 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  413. 12:13:39.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  414. 12:13:40.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  415. 12:13:41.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  416. 12:13:42.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  417. 12:13:43.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  418. 12:13:44.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  419. 12:13:45.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  420. 12:13:46.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  421. 12:13:47.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  422. 12:13:48.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  423. 12:13:48.278 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  424. 12:13:48.278 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  425. 12:13:48.287 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 9 ms
  426. 12:13:48.289 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  427. 12:13:48.303 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  428. 12:13:48.305 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  429. 12:13:48.308 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  430. 12:13:48.309 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  431. 12:13:48.309 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  432. 12:13:48.320 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 f0 0f 8b ff f2 00 00 09 c1 17 97 0f 26 00 00 0b 5f 09 a3 6b 0b )
  433. 12:13:48.320 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 f0 0f 8b ff f2 00 00 09 c1 17 97 0f 26 00 00 0b 5f 09 a3 6b 0b
  434. 12:13:48.321 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 1b ff f2 00 00 00 00 00 00 10 cb 02 f0 0f 8b ff f2 00 00 09 c1 17 97 0f 26 00 00 0b 5f 09 a3 6b 0b
  435. 12:13:48.325 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  436. 12:13:48.326 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  437. 12:13:48.327 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (71082ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  438. 12:13:48.328 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  439. 12:13:48.328 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  440. 12:13:48.363 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 26ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  441. 12:13:48.363 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  442. 12:13:48.371 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 35 ms
  443. 12:13:48.372 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  444. 12:13:48.382 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  445. 12:13:48.385 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  446. 12:13:48.399 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  447. 12:13:48.399 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  448. 12:13:48.400 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  449. 12:13:48.403 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  450. 12:13:48.404 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  451. 12:13:48.404 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  452. 12:13:48.407 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  453. 12:13:48.414 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  454. 12:13:48.414 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (71169ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  455. 12:13:48.416 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  456. 12:13:48.417 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  457. 12:13:49.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  458. 12:13:50.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  459. 12:13:51.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  460. 12:13:52.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  461. 12:13:53.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  462. 12:13:54.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  463. 12:13:55.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  464. 12:13:56.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  465. 12:13:57.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  466. 12:13:58.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  467. 12:13:58.418 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  468. 12:13:58.418 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  469. 12:13:58.426 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 8 ms
  470. 12:13:58.429 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  471. 12:13:58.447 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  472. 12:13:58.447 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  473. 12:13:58.450 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  474. 12:13:58.457 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  475. 12:13:58.457 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  476. 12:13:58.463 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 1c ff f3 00 00 00 00 00 00 10 cb 02 f2 0f 90 ff f3 00 00 09 c2 17 98 0f 29 00 00 0b 78 09 a3 99 39 )
  477. 12:13:58.464 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 1c ff f3 00 00 00 00 00 00 10 cb 02 f2 0f 90 ff f3 00 00 09 c2 17 98 0f 29 00 00 0b 78 09 a3 99 39
  478. 12:13:58.465 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 1c ff f3 00 00 00 00 00 00 10 cb 02 f2 0f 90 ff f3 00 00 09 c2 17 98 0f 29 00 00 0b 78 09 a3 99 39
  479. 12:13:58.466 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  480. 12:13:58.472 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  481. 12:13:58.473 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (81227ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  482. 12:13:58.474 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  483. 12:13:58.475 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  484. 12:13:58.508 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 32ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  485. 12:13:58.508 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  486. 12:13:58.515 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 40 ms
  487. 12:13:58.517 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  488. 12:13:58.527 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  489. 12:13:58.543 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  490. 12:13:58.544 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  491. 12:13:58.545 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  492. 12:13:58.545 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  493. 12:13:58.549 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  494. 12:13:58.550 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  495. 12:13:58.550 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  496. 12:13:58.552 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  497. 12:13:58.558 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  498. 12:13:58.558 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (81313ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  499. 12:13:58.560 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  500. 12:13:58.561 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  501. 12:13:59.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  502. 12:14:00.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  503. 12:14:01.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  504. 12:14:02.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  505. 12:14:03.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  506. 12:14:04.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  507. 12:14:05.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  508. 12:14:06.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  509. 12:14:07.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  510. 12:14:08.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  511. 12:14:08.564 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  512. 12:14:08.570 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  513. 12:14:08.573 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 9 ms
  514. 12:14:08.575 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  515. 12:14:08.591 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  516. 12:14:08.592 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  517. 12:14:08.594 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  518. 12:14:08.594 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  519. 12:14:08.595 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  520. 12:14:08.608 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 1d ff f3 00 00 00 00 00 00 10 cb 02 f2 0f 8e ff f3 00 00 09 c2 17 98 0f 2c 00 00 0b 92 09 a3 15 ab )
  521. 12:14:08.609 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 1d ff f3 00 00 00 00 00 00 10 cb 02 f2 0f 8e ff f3 00 00 09 c2 17 98 0f 2c 00 00 0b 92 09 a3 15 ab
  522. 12:14:08.610 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 1d ff f3 00 00 00 00 00 00 10 cb 02 f2 0f 8e ff f3 00 00 09 c2 17 98 0f 2c 00 00 0b 92 09 a3 15 ab
  523. 12:14:08.612 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  524. 12:14:08.612 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  525. 12:14:08.613 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (91368ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  526. 12:14:08.620 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  527. 12:14:08.621 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  528. 12:14:08.648 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 25ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  529. 12:14:08.649 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  530. 12:14:08.660 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 37 ms
  531. 12:14:08.661 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  532. 12:14:09.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  533. 12:14:10.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  534. 12:14:10.164 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  535. 12:14:10.165 [ERROR] [i.modbus.io.ModbusRTUTransport:173 ] - Last request: 1e 03 03 e9 00 04 97 d6
  536. 12:14:10.173 [ERROR] [i.modbus.io.ModbusRTUTransport:174 ] - failed to read: Error reading response (EOF)
  537. 12:14:10.185 [ERROR] [w.m.io.ModbusSerialTransaction:199 ] - execute try 1/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadMultipleRegistersRequest@1167781 (unit id 30 & transaction 20). Serial parameters: SerialParameters@7a899[portName=COM3,baudRate=19200,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=even,encoding=rtu,echo=false,receiveTimeoutMillis=1500]
  538. 12:14:10.222 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  539. 12:14:10.247 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  540. 12:14:10.248 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  541. 12:14:10.255 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  542. 12:14:10.256 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  543. 12:14:10.256 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  544. 12:14:10.258 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  545. 12:14:10.258 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  546. 12:14:10.259 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  547. 12:14:10.261 [INFO ] [w.m.io.ModbusSerialTransaction:213 ] - execute eventually succeeded with 1 re-tries. Request: net.wimpi.modbus.msg.ReadMultipleRegistersRequest@1167781. Serial parameters: SerialParameters@7a899[portName=COM3,baudRate=19200,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=even,encoding=rtu,echo=false,receiveTimeoutMillis=1500]
  548. 12:14:10.261 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  549. 12:14:10.261 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  550. 12:14:10.269 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (93024ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  551. 12:14:10.270 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  552. 12:14:10.272 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  553. 12:14:11.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  554. 12:14:12.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  555. 12:14:13.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  556. 12:14:14.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  557. 12:14:15.006 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  558. 12:14:16.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  559. 12:14:17.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  560. 12:14:18.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  561. 12:14:19.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  562. 12:14:20.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  563. 12:14:20.272 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  564. 12:14:20.273 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  565. 12:14:20.279 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 7 ms
  566. 12:14:20.281 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  567. 12:14:20.297 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  568. 12:14:20.297 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  569. 12:14:20.299 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  570. 12:14:20.300 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  571. 12:14:20.300 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  572. 12:14:20.313 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 20 ff f2 00 00 00 00 00 00 10 cb 02 f4 0f 8e ff f2 00 00 09 c1 17 98 0f 31 00 00 0b 9a 09 a3 8e 78 )
  573. 12:14:20.313 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 20 ff f2 00 00 00 00 00 00 10 cb 02 f4 0f 8e ff f2 00 00 09 c1 17 98 0f 31 00 00 0b 9a 09 a3 8e 78
  574. 12:14:20.314 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 20 ff f2 00 00 00 00 00 00 10 cb 02 f4 0f 8e ff f2 00 00 09 c1 17 98 0f 31 00 00 0b 9a 09 a3 8e 78
  575. 12:14:20.317 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  576. 12:14:20.325 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  577. 12:14:20.326 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (103081ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  578. 12:14:20.327 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  579. 12:14:20.328 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  580. 12:14:20.362 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 33ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  581. 12:14:20.363 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  582. 12:14:20.370 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 42 ms
  583. 12:14:20.372 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  584. 12:14:20.392 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  585. 12:14:20.392 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  586. 12:14:20.395 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  587. 12:14:20.401 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  588. 12:14:20.402 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  589. 12:14:20.406 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  590. 12:14:20.407 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  591. 12:14:20.408 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  592. 12:14:20.410 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  593. 12:14:20.410 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  594. 12:14:20.410 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (103165ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  595. 12:14:20.418 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  596. 12:14:20.419 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  597. 12:14:21.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  598. 12:14:22.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  599. 12:14:23.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  600. 12:14:24.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  601. 12:14:25.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  602. 12:14:26.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  603. 12:14:27.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  604. 12:14:28.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  605. 12:14:29.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  606. 12:14:30.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  607. 12:14:30.420 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 0ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3], to ensure delay between transactions.
  608. 12:14:30.420 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  609. 12:14:30.429 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan1): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] took 8 ms
  610. 12:14:30.430 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 04 00 c8 00 10 72 57
  611. 12:14:30.441 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  612. 12:14:30.444 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 4
  613. 12:14:30.447 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 20)
  614. 12:14:30.449 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 20
  615. 12:14:30.450 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC4, expected byte count to follow 32 (+2 CRC)
  616. 12:14:30.474 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 34 bytes: 0e 23 ff f2 00 00 00 00 00 00 10 cb 02 f4 0f 96 ff f2 00 00 09 c1 17 97 0f 32 00 00 0b 96 09 a3 06 8d )
  617. 12:14:30.474 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 34 bytes: 0e 23 ff f2 00 00 00 00 00 00 10 cb 02 f4 0f 96 ff f2 00 00 09 c1 17 97 0f 32 00 00 0b 96 09 a3 06 8d
  618. 12:14:30.483 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 04 20 0e 23 ff f2 00 00 00 00 00 00 10 cb 02 f4 0f 96 ff f2 00 00 09 c1 17 97 0f 32 00 00 0b 96 09 a3 06 8d
  619. 12:14:30.486 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  620. 12:14:30.486 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]...
  621. 12:14:30.487 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]) age (113242ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  622. 12:14:30.488 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  623. 12:14:30.488 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan1): returned connection for endpoint ModbusSerialSlaveEndpoint@1ded53c[portName=COM3]
  624. 12:14:30.523 [TRACE] [dbusSlaveConnectionFactoryImpl:141 ] - Waited 33ms (passivateBorrowMinMillis 35ms) before giving returning connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3], to ensure delay between transactions.
  625. 12:14:30.524 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  626. 12:14:30.530 [TRACE] [.b.modbus.internal.ModbusSlave:358 ] - ModbusSlave (nilan2): borrowing connection (got SerialConnection@18f3ba8[portName=COM3,port=//./COM3]) for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] took 41 ms
  627. 12:14:30.531 [DEBUG] [i.modbus.io.ModbusRTUTransport:77 ] - Sent: 1e 03 03 e9 00 04 97 d6
  628. 12:14:30.553 [TRACE] [i.modbus.io.ModbusRTUTransport:127 ] - Managed to read at least one byte
  629. 12:14:30.553 [DEBUG] [i.modbus.io.ModbusRTUTransport:260 ] - Reading response of function 3
  630. 12:14:30.556 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 1 bytes: 08)
  631. 12:14:30.560 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 1 bytes: 08
  632. 12:14:30.561 [DEBUG] [i.modbus.io.ModbusRTUTransport:275 ] - FC3, expected byte count to follow 8 (+2 CRC)
  633. 12:14:30.566 [DEBUG] [i.modbus.io.ModbusRTUTransport:226 ] - (read 10 bytes: 00 01 00 03 00 02 0b 54 02 cc )
  634. 12:14:30.566 [DEBUG] [i.modbus.io.ModbusRTUTransport:241 ] - Read all 10 bytes: 00 01 00 03 00 02 0b 54 02 cc
  635. 12:14:30.567 [DEBUG] [i.modbus.io.ModbusRTUTransport:145 ] - Response (including unit id (1 byte), FC (1 byte), message (N bytes) and CRC (2 bytes)): 1e 03 08 00 01 00 03 00 02 0b 54 02 cc
  636. 12:14:30.568 [TRACE] [dbusSlaveConnectionFactoryImpl:182 ] - Validating endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3] connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] -> true
  637. 12:14:30.575 [TRACE] [dbusSlaveConnectionFactoryImpl:161 ] - Passivating connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]...
  638. 12:14:30.576 [TRACE] [dbusSlaveConnectionFactoryImpl:172 ] - (passivate) Connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] (endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]) age (113330ms) is below the reconnectAfterMillis (-1ms) limit. Keep the connection open.
  639. 12:14:30.577 [TRACE] [dbusSlaveConnectionFactoryImpl:176 ] - ...Passivated connection SerialConnection@18f3ba8[portName=COM3,port=//./COM3] for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  640. 12:14:30.578 [TRACE] [.b.modbus.internal.ModbusSlave:385 ] - ModbusSlave (nilan2): returned connection for endpoint ModbusSerialSlaveEndpoint@11c427d[portName=COM3]
  641. 12:14:31.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  642. 12:14:32.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement