Advertisement
nodeco

Nilan logs 001

Dec 11th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.19 KB | None | 0 0
  1. 22:32:25.975 [DEBUG] [.s.internal.SchedulerActivator:36 ] - Scheduler has been started.
  2. 22:32:26.034 [INFO ] [uartz.impl.StdSchedulerFactory:1175 ] - Using default implementation for ThreadExecutor
  3. 22:32:26.064 [INFO ] [rtz.core.SchedulerSignalerImpl:61 ] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  4. 22:32:26.066 [INFO ] [rg.quartz.core.QuartzScheduler:243 ] - Quartz Scheduler v.2.1.7 created.
  5. 22:32:26.067 [INFO ] [org.quartz.simpl.RAMJobStore :154 ] - RAMJobStore initialized.
  6. 22:32:26.075 [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. 22:32:26.076 [INFO ] [uartz.impl.StdSchedulerFactory:1324 ] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: './etc/quartz.properties'
  15. 22:32:26.076 [INFO ] [uartz.impl.StdSchedulerFactory:1328 ] - Quartz scheduler version: 2.1.7
  16. 22:32:26.077 [INFO ] [rg.quartz.core.QuartzScheduler:534 ] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started.
  17. 22:32:26.079 [DEBUG] [o.config.core.ConfigDispatcher:146 ] - Processing openHAB default configuration file 'c:\NILAN\configurations\openhab_default.cfg'.
  18. 22:32:26.080 [DEBUG] [o.config.core.ConfigDispatcher:168 ] - Processing openHAB main configuration file 'c:\NILAN\configurations\openhab.cfg'.
  19. 22:32:26.143 [DEBUG] [.o.core.internal.CoreActivator:93 ] - UUID file already exists at 'c:\NILAN\webapps\static\uuid' with content '0fa41074-b8be-4829-988d-31807d353503'
  20. 22:32:26.144 [DEBUG] [.o.core.internal.CoreActivator:115 ] - Created file 'c:\NILAN\webapps\static\version' with content '1.8.3'
  21. 22:32:26.145 [INFO ] [.o.core.internal.CoreActivator:61 ] - openHAB runtime has been started (v1.8.3).
  22. 22:32:26.163 [DEBUG] [a.internal.AutoUpdateActivator:31 ] - AutoUpdate binding has been started.
  23. 22:32:26.850 [DEBUG] [.p.i.PersistenceModelActivator:23 ] - Registered 'persistence' configuration parser
  24. 22:32:26.876 [DEBUG] [.c.t.i.TransformationActivator:38 ] - Transformation Service has been started.
  25. 22:32:26.906 [DEBUG] [m.internal.MultimediaActivator:34 ] - Multimedia I/O bundle has been started.
  26. 22:32:26.924 [DEBUG] [.s.i.DiscoveryServiceActivator:27 ] - Discovery service has been started.
  27. 22:32:26.927 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:93 ] - mDNS service has been started
  28. 22:32:26.938 [DEBUG] [.io.transport.mqtt.MqttService:123 ] - Starting MQTT Service...
  29. 22:32:27.027 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl:53 ] - Service Discovery initialization completed.
  30. 22:32:27.043 [DEBUG] [.i.internal.ItemModelActivator:24 ] - Registered 'item' configuration parser
  31. 22:32:27.158 [DEBUG] [o.o.c.i.items.ItemRegistryImpl:137 ] - Item provider 'GenericItemProvider' has been added.
  32. 22:32:27.661 [DEBUG] [.o.m.s.i.SitemapModelActivator:23 ] - Registered 'sitemap' configuration parser
  33. 22:32:27.780 [DEBUG] [io.rest.internal.RESTActivator:33 ] - REST API has been started.
  34. 22:32:27.831 [INFO ] [org.atmosphere.util.IOUtils :370 ] - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
  35. 22:32:27.854 [INFO ] [sphere.cpr.AtmosphereFramework:2601 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
  36. 22:32:27.856 [INFO ] [cpr.DefaultAnnotationProcessor:138 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used
  37. 22:32:27.871 [WARN ] [cpr.DefaultAnnotationProcessor:178 ] - Unable to detect annotations. Application may fail to deploy.
  38. 22:32:27.903 [INFO ] [sphere.cpr.AtmosphereFramework:1891 ] - Auto detecting atmosphere handlers /WEB-INF/classes/
  39. 22:32:27.918 [INFO ] [sphere.cpr.AtmosphereFramework:639 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path /* and Broadcaster Class org.atmosphere.jersey.JerseyBroadcaster
  40. 22:32:27.918 [INFO ] [sphere.cpr.AtmosphereFramework:1945 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/
  41. 22:32:27.920 [INFO ] [sphere.cpr.AtmosphereFramework:1602 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
  42. 22:32:27.944 [INFO ] [.a.h.ReflectorServletProcessor:103 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer
  43. 22:32:28.044 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:815 ] - Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
  44. 22:32:28.046 [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. 22:32:28.086 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.rest.RESTApplication
  47. 22:32:28.673 [INFO ] [sphere.cpr.AtmosphereFramework:2435 ] - AtmosphereInterceptor CORS Interceptor Support will always be executed first
  48. 22:32:28.673 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT
  49. 22:32:28.673 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT
  50. 22:32:28.674 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
  51. 22:32:28.675 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
  52. 22:32:28.676 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
  53. 22:32:28.677 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
  54. 22:32:28.677 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
  55. 22:32:28.680 [INFO ] [sphere.cpr.AtmosphereFramework:935 ] - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
  56. 22:32:28.681 [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. 22:32:28.681 [INFO ] [sphere.cpr.AtmosphereFramework:949 ] - Default Broadcaster Class: org.atmosphere.jersey.JerseyBroadcaster
  58. 22:32:28.681 [INFO ] [sphere.cpr.AtmosphereFramework:950 ] - Broadcaster Polling Wait Time 100
  59. 22:32:28.684 [INFO ] [sphere.cpr.AtmosphereFramework:951 ] - Shared ExecutorService supported: true
  60. 22:32:28.684 [INFO ] [sphere.cpr.AtmosphereFramework:958 ] - Messaging Thread Pool Size: 10
  61. 22:32:28.684 [INFO ] [sphere.cpr.AtmosphereFramework:968 ] - Async I/O Thread Pool Size: 10
  62. 22:32:28.685 [INFO ] [sphere.cpr.AtmosphereFramework:979 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
  63. 22:32:28.685 [INFO ] [sphere.cpr.AtmosphereFramework:980 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
  64. 22:32:28.685 [INFO ] [sphere.cpr.AtmosphereFramework:990 ] - Invoke AtmosphereInterceptor on WebSocket message true
  65. 22:32:28.686 [INFO ] [sphere.cpr.AtmosphereFramework:991 ] - HttpSession supported: false
  66. 22:32:28.686 [INFO ] [sphere.cpr.AtmosphereFramework:993 ] - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
  67. 22:32:28.686 [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. 22:32:28.687 [INFO ] [sphere.cpr.AtmosphereFramework:996 ] - Atmosphere Framework 2.2.5 started.
  69. 22:32:28.688 [INFO ] [sphere.cpr.AtmosphereFramework:998 ] -
  70.  
  71. For Atmosphere Framework Commercial Support, visit
  72. http://www.async-io.org/ or send an email to support@async-io.org
  73.  
  74. 22:32:28.688 [INFO ] [penhab.io.rest.RESTApplication:144 ] - Started REST API at /rest
  75. 22:32:28.689 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080
  76. 22:32:34.639 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443
  77. 22:32:36.645 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'kallio.sitemap'
  78. 22:32:36.756 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'nilan.items'
  79. 22:32:36.781 [DEBUG] [i.internal.GenericItemProvider:154 ] - Processing binding configs for items from model 'nilan.items'
  80. 22:32:36.882 [DEBUG] [i.internal.GenericItemProvider:133 ] - Read items from model 'nilan.items'
  81. 22:32:37.422 [INFO ] [.o.u.w.i.servlet.WebAppServlet:80 ] - Started Classic UI at /classicui/openhab.app
  82. 22:32:37.555 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered 'rules' configuration parser
  83. 22:32:37.565 [DEBUG] [m.r.internal.engine.RuleEngine:77 ] - Started rule engine
  84. 22:32:40.980 [DEBUG] [o.b.m.internal.ModbusActivator:31 ] - Modbus binding has been started.
  85. 22:32:40.994 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t0 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  86. 22:32:40.995 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t1 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  87. 22:32:41.001 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t2 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  88. 22:32:41.002 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t3 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  89. 22:32:41.011 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t4 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  90. 22:32:41.017 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t5 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  91. 22:32:41.018 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t6 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  92. 22:32:41.020 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t7 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  93. 22:32:41.020 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t8 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  94. 22:32:41.021 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t9 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  95. 22:32:41.022 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t10 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  96. 22:32:41.022 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t11 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  97. 22:32:41.023 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t12 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  98. 22:32:41.024 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t13 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  99. 22:32:41.024 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t14 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  100. 22:32:41.025 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_t15 (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  101. 22:32:41.032 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_onoff (Type=SwitchItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  102. 22:32:41.033 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_user_operation_mode (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  103. 22:32:41.035 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_vent (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  104. 22:32:41.035 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'nilan_user_tempset (Type=NumberItem, State=Uninitialized)' with 'ModbusGenericBindingProvider' reader.
  105. 22:32:41.065 [DEBUG] [.modbus.internal.ModbusBinding:494 ] - modbusSlave 'nilan1' instanciated
  106. 22:32:41.070 [DEBUG] [.modbus.internal.ModbusBinding:494 ] - modbusSlave 'nilan2' instanciated
  107. 22:32:41.078 [DEBUG] [.modbus.internal.ModbusBinding:646 ] - Parsed the following slave->endpoint configurations: {nilan2=EndpointPoolConfiguration@e8ed2c[passivateBorrowMinMillis=35,interConnectDelayMillis=0,connectMaxTries=3,reconnectAfterMillis=-1,connectTimeoutMillis=0], nilan1=EndpointPoolConfiguration@c3b2f4[passivateBorrowMinMillis=35,interConnectDelayMillis=0,connectMaxTries=3,reconnectAfterMillis=-1,connectTimeoutMillis=0]}. If the endpoint is same, connections are shared between the instances.
  108. 22:32:41.078 [DEBUG] [.modbus.internal.ModbusBinding:648 ] - Parsed the following pool configurations: {ModbusSerialSlaveEndpoint@8f1e40[portName=COM3]=EndpointPoolConfiguration@c3b2f4[passivateBorrowMinMillis=35,interConnectDelayMillis=0,connectMaxTries=3,reconnectAfterMillis=-1,connectTimeoutMillis=0]}
  109. 22:32:41.079 [DEBUG] [.modbus.internal.ModbusBinding:649 ] - config looked good
  110. 22:32:41.087 [INFO ] [.service.AbstractActiveService:169 ] - Modbus Polling Service has been started
  111. 22:32:46.957 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'demo.rules'
  112. 22:32:47.079 [DEBUG] [.r.i.engine.RuleTriggerManager:438 ] - Scheduled rule nilan t0-15 sensor division with cron expression 0/1 * * * * ?
  113. 22:32:47.081 [DEBUG] [m.r.internal.engine.RuleEngine:264 ] - Executing startup rule 'nilan t0-15 sensor division'
  114. 22:32:47.200 [DEBUG] [riptExtensionClassNameProvider:63 ] - Script actions have changed: HTTPActionService, TransformationActionService, PingActionService, AudioActionService, ExecActionService,
  115. 22:32:47.520 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  116. 22:32:48.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  117. 22:32:49.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  118. 22:32:49.891 [ERROR] [i.modbus.io.ModbusRTUTransport:171 ] - Last request: 1e 04 00 c8 00 10 72 57
  119. 22:32:49.892 [ERROR] [i.modbus.io.ModbusRTUTransport:172 ] - failed to read: Error reading response (EOF)
  120. 22:32:49.910 [ERROR] [w.m.io.ModbusSerialTransaction:199 ] - execute try 1/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadInputRegistersRequest@18894 (unit id 30 & transaction 8). Serial parameters: SerialParameters@1398d43[portName=COM3,baudRate=19200,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=even,encoding=rtu,echo=false,receiveTimeoutMillis=1500]
  121. 22:32:49.980 [INFO ] [w.m.io.ModbusSerialTransaction:213 ] - execute eventually succeeded with 1 re-tries. Request: net.wimpi.modbus.msg.ReadInputRegistersRequest@18894. Serial parameters: SerialParameters@1398d43[portName=COM3,baudRate=19200,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=even,encoding=rtu,echo=false,receiveTimeoutMillis=1500]
  122. 22:32:50.004 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  123. 22:32:51.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  124. 22:32:52.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  125. 22:32:53.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  126. 22:32:54.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  127. 22:32:55.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  128. 22:32:56.030 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  129. 22:32:57.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  130. 22:32:58.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  131. 22:32:59.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  132. 22:33:00.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  133. 22:33:01.008 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  134. 22:33:02.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  135. 22:33:03.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  136. 22:33:04.003 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  137. 22:33:05.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  138. 22:33:06.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  139. 22:33:07.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  140. 22:33:08.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  141. 22:33:09.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  142. 22:33:10.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  143. 22:33:11.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  144. 22:33:12.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  145. 22:33:13.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  146. 22:33:14.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  147. 22:33:15.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  148. 22:33:16.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  149. 22:33:17.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  150. 22:33:18.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  151. 22:33:19.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  152. 22:33:20.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  153. 22:33:21.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  154. 22:33:22.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  155. 22:33:23.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  156. 22:33:24.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  157. 22:33:25.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  158. 22:33:25.136 [ERROR] [i.modbus.io.ModbusRTUTransport:171 ] - Last request: 1e 03 03 e9 00 04 97 d6
  159. 22:33:25.136 [ERROR] [i.modbus.io.ModbusRTUTransport:172 ] - failed to read: Error reading response (EOF)
  160. 22:33:25.143 [ERROR] [w.m.io.ModbusSerialTransaction:199 ] - execute try 1/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadMultipleRegistersRequest@15d038d (unit id 30 & transaction 39). Serial parameters: SerialParameters@1398d43[portName=COM3,baudRate=19200,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=even,encoding=rtu,echo=false,receiveTimeoutMillis=1500]
  161. 22:33:25.212 [INFO ] [w.m.io.ModbusSerialTransaction:213 ] - execute eventually succeeded with 1 re-tries. Request: net.wimpi.modbus.msg.ReadMultipleRegistersRequest@15d038d. Serial parameters: SerialParameters@1398d43[portName=COM3,baudRate=19200,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=even,encoding=rtu,echo=false,receiveTimeoutMillis=1500]
  162. 22:33:26.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  163. 22:33:26.752 [ERROR] [i.modbus.io.ModbusRTUTransport:171 ] - Last request: 1e 04 00 c8 00 10 72 57
  164. 22:33:26.752 [ERROR] [i.modbus.io.ModbusRTUTransport:172 ] - failed to read: Error reading response (EOF)
  165. 22:33:26.759 [ERROR] [w.m.io.ModbusSerialTransaction:199 ] - execute try 1/3 error: I/O exception - failed to read. Request: net.wimpi.modbus.msg.ReadInputRegistersRequest@712153 (unit id 30 & transaction 40). Serial parameters: SerialParameters@1398d43[portName=COM3,baudRate=19200,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=even,encoding=rtu,echo=false,receiveTimeoutMillis=1500]
  166. 22:33:26.843 [INFO ] [w.m.io.ModbusSerialTransaction:213 ] - execute eventually succeeded with 1 re-tries. Request: net.wimpi.modbus.msg.ReadInputRegistersRequest@712153. Serial parameters: SerialParameters@1398d43[portName=COM3,baudRate=19200,flowControlIn=none,flowControlOut=none,databits=8,stopbits=1,parity=even,encoding=rtu,echo=false,receiveTimeoutMillis=1500]
  167. 22:33:27.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  168. 22:33:28.000 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  169. 22:33:29.001 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  170. 22:33:30.002 [DEBUG] [.o.m.r.i.engine.ExecuteRuleJob:53 ] - Executing scheduled rule 'nilan t0-15 sensor division'
  171. 22:33:31.002 [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