# (optional, if serialPort or connection type 'ROUTER' is specified)
knx:ip=192.168.178.40
# KNX IP connection type. Could be either TUNNEL or ROUTER (optional, defaults to TUNNEL)
# Note: If you cannot get the ROUTER mode working (even if it claims it is connected),
# use TUNNEL mode instead with setting both the ip of the KNX gateway and the localIp.
knx:type=ROUTER
and the KNX add on is in the folder addons.
In the log there is no reference to KNX. What I am doing wrong? Thank you very much for your help!
Marc
# Local endpoint to specify the multicast interface, no port is used (optional)
knx:localIp=
where this is the IP of the synology. seems that the return to OH is not working properly.
CheersKarstenknx:ip=192.168.178.40
knx:type=ROUTER
knx:localIp=192.168.178.52
18:30:06.627 INFO o.q.impl.StdSchedulerFactory[:1324] - Quartz scheduler 'openHAB-job-scheduler' initialized from specified file: './etc/quartz.properties'
18:30:06.629 INFO o.q.impl.StdSchedulerFactory[:1328] - Quartz scheduler version: 2.1.7
18:30:06.631 INFO o.quartz.core.QuartzScheduler[:534] - Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started.
18:30:06.643 DEBUG o.o.c.core.ConfigDispatcher[:146] - Processing openHAB default configuration file '/volume1/@appstore/OpenHAB/configurations/openhab_default.cfg'.
18:30:06.827 DEBUG o.o.c.core.ConfigDispatcher[:168] - Processing openHAB main configuration file '/volume1/@appstore/OpenHAB/configurations/openhab.cfg'.
18:30:06.892 DEBUG o.o.c.internal.CoreActivator[:93] - UUID file already exists at '/volume1/@appstore/OpenHAB/webapps/static/uuid' with content '9358c78b-a104-4bc5-8c9a-5a31643cb99c'
18:30:06.897 DEBUG o.o.c.internal.CoreActivator[:115] - Created file '/volume1/@appstore/OpenHAB/webapps/static/version' with content '1.5.0'
18:30:06.898 INFO o.o.c.internal.CoreActivator[:61] - openHAB runtime has been started (v1.5.0).
18:30:06.986 DEBUG o.o.c.a.i.AutoUpdateActivator[:31] - AutoUpdate binding has been started.
18:30:10.550 DEBUG o.o.m.p.i.PersistenceModelActivator[:23] - Registered 'persistence' configuration parser
18:30:10.594 DEBUG o.o.c.t.i.TransformationActivator[:38] - Transformation Service has been started.
18:30:10.755 DEBUG o.o.i.g.internal.GCalActivator[:34] - Google Calendar IO has been started.
18:30:10.828 DEBUG o.o.i.m.i.MultimediaActivator[:34] - Multimedia I/O bundle has been started.
18:30:10.889 DEBUG o.o.i.s.i.DiscoveryServiceActivator[:27] - Discovery service has been started.
18:30:10.925 DEBUG o.o.i.t.mqtt.MqttService[:121] - Starting MQTT Service...
18:30:11.381 DEBUG o.o.m.i.i.ItemModelActivator[:24] - Registered 'item' configuration parser
18:30:11.725 DEBUG o.o.c.i.items.ItemRegistryImpl[:137] - Item provider 'GenericItemProvider' has been added.
18:30:14.127 DEBUG o.o.m.s.i.SitemapModelActivator[:23] - Registered 'sitemap' configuration parser
18:30:14.409 DEBUG o.o.i.r.internal.RESTActivator[:33] - REST API has been started.
18:30:14.862 INFO o.o.i.s.i.DiscoveryServiceImpl[:72] - mDNS service has been started
18:30:15.049 INFO o.a.cpr.AtmosphereFramework[:2168] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
18:30:15.052 INFO o.a.c.DefaultAnnotationProcessor[:131] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used
18:30:15.123 ERROR o.a.cpr.AtmosphereFramework[:2208] -
java.lang.ClassCastException: org.eclipse.osgi.framework.internal.core.BundleURLConnection cannot be cast to java.net.JarURLConnection
at org.atmosphere.util.annotation.AnnotationDetector.detect(AnnotationDetector.java:324)
at org.atmosphere.cpr.DefaultAnnotationProcessor.scanForAnnotation(DefaultAnnotationProcessor.java:148)
at org.atmosphere.cpr.DefaultAnnotationProcessor.configure(DefaultAnnotationProcessor.java:134)
at org.atmosphere.cpr.AtmosphereFramework.autoConfigureService(AtmosphereFramework.java:2170)
at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:648)
at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:561)
at org.atmosphere.cpr.AtmosphereServlet.configureFramework(AtmosphereServlet.java:91)
at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:80)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.init(ServletRegistration.java:49)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.registerServlet(ProxyServlet.java:179)
at org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.registerServlet(HttpServiceImpl.java:66)
18:30:15.138 INFO o.a.cpr.AtmosphereFramework[:1499] - Auto detecting atmosphere handlers /WEB-INF/classes/
18:30:15.154 WARN o.a.cpr.AtmosphereFramework[:1147] - Missing META-INF/atmosphere.xml but found the Jersey runtime. Starting Jersey
18:30:15.327 INFO o.a.cpr.AtmosphereFramework[:427] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path: /*
18:30:15.328 INFO o.a.cpr.AtmosphereFramework[:1554] - Auto detecting WebSocketHandler in /WEB-INF/classes/
18:30:15.332 INFO o.a.cpr.AtmosphereFramework[:1252] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
18:30:15.463 INFO o.a.h.ReflectorServletProcessor[:140] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer
18:30:15.815 INFO c.s.j.s.i.a.WebApplicationImpl[:790] - Initiating Jersey application, version 'Jersey: 1.17.1 02/28/2013 12:47 PM'
18:30:15.823 INFO c.s.j.s.i.a.WebApplicationImpl[:801] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource configuration:
class org.atmosphere.jersey.AtmosphereResourceConfigurator
18:30:16.019 INFO c.s.j.s.i.a.DeferredResourceConfig[:101] - Instantiated the Application class org.openhab.io.rest.RESTApplication
18:30:19.238 INFO o.a.cpr.AtmosphereFramework[:2007] - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT
18:30:19.243 INFO o.a.cpr.AtmosphereFramework[:2007] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
18:30:19.294 INFO o.a.cpr.AtmosphereFramework[:2007] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
18:30:19.297 INFO o.a.cpr.AtmosphereFramework[:2007] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
18:30:19.301 INFO o.a.cpr.AtmosphereFramework[:2007] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
18:30:19.304 INFO o.a.cpr.AtmosphereFramework[:2007] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
18:30:19.306 INFO o.a.cpr.AtmosphereFramework[:819] - Installing Default AtmosphereInterceptor
18:30:19.311 INFO o.a.cpr.AtmosphereFramework[:699] - Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
18:30:19.314 INFO o.a.cpr.AtmosphereFramework[:704] - Broadcaster Polling Wait Time 100
18:30:19.316 INFO o.a.cpr.AtmosphereFramework[:705] - Shared ExecutorService supported: true
18:30:19.318 INFO o.a.cpr.AtmosphereFramework[:706] - HttpSession supported: false
18:30:19.320 INFO o.a.cpr.AtmosphereFramework[:707] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
18:30:19.322 INFO o.a.cpr.AtmosphereFramework[:708] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
18:30:19.324 INFO o.a.cpr.AtmosphereFramework[:709] - Using Broadcaster: org.atmosphere.jersey.JerseyBroadcaster
18:30:19.326 INFO o.a.cpr.AtmosphereFramework[:710] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running under container: jetty/8.1.3.v20120522 with WebSocket enabled.
18:30:19.334 INFO o.a.cpr.AtmosphereFramework[:712] - Atmosphere Framework 2.0.7 started.
18:30:19.336 INFO o.a.cpr.AtmosphereFramework[:714] -
For Atmosphere Framework Commercial Support, visit
http://www.async-io.org/ or send an email to sup...@async-io.org
18:30:19.339 INFO o.o.io.rest.RESTApplication[:143] - Started REST API at /rest
18:30:19.344 DEBUG o.o.i.s.i.DiscoveryServiceImpl[:43] - Registering new service _openhab-server._tcp.local. at port 8081
18:30:19.590 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model 'demo.sitemap'
18:30:19.637 INFO o.a.cpr.AtmosphereFramework[:767] - Latest version of Atmosphere's JavaScript Client 2.0.9
18:30:19.639 INFO o.a.cpr.AtmosphereFramework[:774] -
Atmosphere Framework Updates
Minor available (bugs fixes): 2.0.10
Major available (new features): 2.1.9
18:30:20.272 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model 'demo.script'
18:30:20.553 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model 'db4o.persist'
18:30:20.698 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model 'exec.persist'
18:30:20.712 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model 'logging.persist'
18:30:20.734 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model 'rrd4j.persist'
18:30:20.780 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model 'demo.items'
18:30:20.910 DEBUG o.o.m.i.i.GenericItemProvider[:154] - Processing binding configs for items from model 'demo.items'
18:30:20.936 DEBUG o.o.m.i.i.GenericItemProvider[:133] - Read items from model 'demo.items'
18:30:22.635 DEBUG o.o.i.s.i.DiscoveryServiceImpl[:43] - Registering new service _openhab-server-ssl._tcp.local. at port 8443
18:30:25.416 INFO o.o.u.w.i.s.WebAppServlet[:79] - Started Classic UI at /openhab.app
18:30:26.462 DEBUG o.o.m.r.i.RuleModelActivator[:42] - Registered 'rules' configuration parser
18:30:26.489 DEBUG o.o.m.r.i.engine.RuleEngine[:78] - Started rule engine
18:30:30.470 DEBUG o.o.b.n.internal.NtpActivator[:31] - NTP binding has been started.
18:30:30.490 DEBUG o.o.m.i.i.GenericItemProvider[:334] - Start processing binding configuration of Item 'Date (Type=DateTimeItem, State=Uninitialized)' with 'NtpGenericBindingProvider' reader.
18:30:30.514 INFO o.o.c.s.AbstractActiveService[:169] - NTP Refresh Service has been started
18:30:30.553 DEBUG o.o.p.r.i.RRD4jActivator[:31] - RRD4j persistence bundle has been started.
18:30:30.586 DEBUG o.o.c.p.i.PersistenceManager[:146] - Initializing rrd4j persistence service.
18:30:30.598 DEBUG o.o.b.ntp.internal.NtpBinding[:83] - Got time from ptbtime1.ptb.de: Wednesday, October 15, 2014 6:30:30 PM GMT+01:00
18:30:30.671 DEBUG o.o.c.p.i.PersistenceManager[:315] - Item 'NoOfLights' does not exist.
18:30:30.742 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Heating_FF_Bath' -> 'OFF'
18:30:30.748 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Window_GF_Toilet' -> 'CLOSED'
18:30:30.754 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Heating_GF_Kitchen' -> 'OFF'
18:30:30.761 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Heating_FF_Bed' -> 'OFF'
18:30:30.767 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Heating_FF_Office' -> 'OFF'
18:30:30.775 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Heating_FF_Child' -> 'ON'
18:30:30.781 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Heating_GF_Corridor' -> 'ON'
18:30:30.785 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Heating_GF_Toilet' -> 'OFF'
18:30:30.791 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Heating_GF_Living' -> 'OFF'
18:30:30.795 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'DemoSwitch' -> 'OFF'
18:30:30.803 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Weather_Temp_Max' -> '16'
18:30:30.848 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Temperature_GF_Toilet' -> '18.300000000000000710542735760100185871124267578125'
18:30:30.878 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Temperature_FF_Bed' -> '21.60000000000000142108547152020037174224853515625'
18:30:30.884 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Weather_Temperature' -> '16'
18:30:30.890 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Temperature_FF_Bath' -> '21.60000000000000142108547152020037174224853515625'
18:30:30.939 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Temperature_GF_Corridor' -> '21.800000000000000710542735760100185871124267578125'
18:30:30.947 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Temperature_GF_Kitchen' -> '18.60000000000000142108547152020037174224853515625'
18:30:30.953 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Temperature_FF_Office' -> '21.60000000000000142108547152020037174224853515625'
18:30:30.959 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Temperature_GF_Living' -> '17.699999999999999289457264239899814128875732421875'
18:30:30.966 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Temperature_FF_Child' -> '20'
18:30:30.972 DEBUG o.o.c.p.i.PersistenceManager[:377] - Restored item state from 'Oct 14, 2014 12:04:00 AM' for item 'Weather_Temp_Min' -> '16'
18:30:31.049 DEBUG o.o.c.p.i.PersistenceManager[:428] - Scheduled strategy rrd4j.everyMinute with cron expression 0 * * * * ?
18:30:31.078 DEBUG o.o.p.r.i.c.RRD4jChartServlet[:113] - Starting up rrd chart servlet at /rrdchart.png
18:30:31.086 INFO runtime.busevents[:26] - Date state updated to 2014-10-15T18:30:30
18:30:31.086 DEBUG o.o.b.h.internal.HttpActivator[:34] - HTTP binding has been started.
18:30:31.147 INFO o.o.m.c.i.ModelRepositoryImpl[:79] - Loading model 'demo.rules'
18:30:31.709 DEBUG o.o.m.r.i.e.RuleTriggerManager[:438] - Scheduled rule Set random room temperatures with cron expression 0 0/5 * * * ?
18:30:31.714 DEBUG o.o.m.r.i.e.RuleTriggerManager[:438] - Scheduled rule Update max and min temperatures with cron expression 0 0 0 * * ?
18:30:31.719 DEBUG o.o.m.r.i.e.RuleTriggerManager[:438] - Scheduled rule Persistence Demo with cron expression 0 * * * * ?
18:30:31.727 DEBUG o.o.m.r.i.engine.RuleEngine[:257] - Executing startup rule 'Initialize light states'
18:30:32.503 DEBUG o.o.m.s.s.ScriptExtensionClassNameProvider[:63] - Script actions have changed: AudioActionService, TransformationActionService, ExecActionService, HTTPActionService, PingActionService,
18:30:34.253 INFO runtime.busevents[:26] - Light_GF_Living_Table state updated to OFF
18:30:34.271 INFO runtime.busevents[:26] - Light_GF_Corridor_Ceiling state updated to ON
18:30:34.278 INFO runtime.busevents[:26] - Light_GF_Kitchen_Ceiling state updated to OFF
18:30:34.283 INFO runtime.busevents[:26] - Light_GF_Kitchen_Table state updated to OFF
18:30:34.291 INFO runtime.busevents[:26] - Light_GF_Corridor_Wardrobe state updated to ON
18:30:34.298 INFO runtime.busevents[:26] - Light_GF_Toilet_Ceiling state updated to OFF
18:30:34.303 INFO runtime.busevents[:26] - Light_GF_Toilet_Mirror state updated to ON
18:30:34.311 INFO runtime.busevents[:26] - Light_FF_Bath_Ceiling state updated to OFF
18:30:34.314 INFO runtime.busevents[:26] - Light_FF_Bath_Mirror state updated to ON
18:30:34.320 INFO runtime.busevents[:26] - Light_FF_Corridor_Ceiling state updated to OFF
18:30:34.324 INFO runtime.busevents[:26] - Light_FF_Office_Ceiling state updated to ON
18:30:34.328 INFO runtime.busevents[:26] - Light_FF_Child_Ceiling state updated to OFF
18:30:34.333 INFO runtime.busevents[:26] - Light_FF_Bed_Ceiling state updated to OFF
18:30:34.343 INFO runtime.busevents[:26] - Light_C_Corridor_Ceiling state updated to OFF
18:30:34.350 INFO runtime.busevents[:26] - Light_C_Staircase state updated to OFF
18:30:34.361 INFO runtime.busevents[:26] - Light_C_Washing_Ceiling state updated to OFF
18:30:34.368 INFO runtime.busevents[:26] - Light_C_Workshop state updated to ON
18:30:34.373 INFO runtime.busevents[:26] - Light_Outdoor_Garage state updated to ON
18:30:34.376 INFO runtime.busevents[:26] - Light_Outdoor_Terrace state updated to OFF
18:30:34.382 INFO runtime.busevents[:26] - Light_Outdoor_Frontdoor state updated to OFF
18:30:34.384 DEBUG o.o.m.r.i.engine.RuleEngine[:257] - Executing startup rule 'Initialize heating states'
18:30:34.988 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_GF_Corridor' with state 'ON' in rrd4j database
18:30:34.993 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_GF_Corridor' with state 'OFF' in rrd4j database
18:30:35.008 DEBUG o.o.m.r.i.engine.RuleEngine[:257] - Executing startup rule 'Initialize contact states'
18:30:35.028 INFO runtime.busevents[:26] - Heating_GF_Corridor state updated to OFF
18:30:35.030 INFO runtime.busevents[:26] - Heating_GF_Toilet state updated to OFF
18:30:35.032 INFO runtime.busevents[:26] - Heating_GF_Living state updated to OFF
18:30:35.033 INFO runtime.busevents[:26] - Heating_GF_Kitchen state updated to OFF
18:30:35.035 INFO runtime.busevents[:26] - Heating_FF_Bath state updated to OFF
18:30:35.037 INFO runtime.busevents[:26] - Heating_FF_Office state updated to OFF
18:30:35.103 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_FF_Child' with state 'ON' in rrd4j database
18:30:35.105 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_FF_Child' with state 'OFF' in rrd4j database
18:30:35.107 INFO runtime.busevents[:26] - Heating_FF_Child state updated to OFF
18:30:35.109 INFO runtime.busevents[:26] - Heating_FF_Bed state updated to OFF
18:30:35.143 INFO runtime.busevents[:26] - Temperature_Setpoint state updated to 22
18:30:35.329 INFO runtime.busevents[:26] - Window_GF_Frontdoor state updated to CLOSED
18:30:35.341 INFO runtime.busevents[:26] - Window_GF_Kitchen state updated to CLOSED
18:30:35.346 INFO runtime.busevents[:26] - Window_GF_Living state updated to OPEN
18:30:35.369 DEBUG o.o.m.r.i.engine.RuleEngine[:257] - Executing startup rule 'Set random room temperatures'
18:30:35.417 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Window_GF_Toilet' with state 'CLOSED' in rrd4j database
18:30:35.419 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Window_GF_Toilet' with state 'OPEN' in rrd4j database
18:30:35.440 INFO runtime.busevents[:26] - Window_GF_Toilet state updated to OPEN
18:30:35.442 INFO runtime.busevents[:26] - Window_FF_Bath state updated to CLOSED
18:30:35.445 INFO runtime.busevents[:26] - Window_FF_Bed state updated to OPEN
18:30:35.447 INFO runtime.busevents[:26] - Window_FF_Office_Window state updated to CLOSED
18:30:35.450 INFO runtime.busevents[:26] - Window_FF_Office_Door state updated to OPEN
18:30:35.453 INFO runtime.busevents[:26] - Garage_Door state updated to OPEN
18:30:35.697 INFO runtime.busevents[:26] - Temperature_GF_Corridor state updated to 18.30000000
18:30:35.709 INFO runtime.busevents[:26] - Temperature_GF_Toilet state updated to 18.80000000
18:30:35.714 INFO runtime.busevents[:26] - Temperature_GF_Living state updated to 19.30000000
18:30:35.733 INFO runtime.busevents[:26] - Temperature_GF_Kitchen state updated to 21.20000000
18:30:35.738 INFO runtime.busevents[:26] - Temperature_FF_Bath state updated to 20.40000000
18:30:35.743 INFO runtime.busevents[:26] - Temperature_FF_Office state updated to 18.40000000
18:30:35.749 INFO runtime.busevents[:26] - Temperature_FF_Child state updated to 22.20000000
18:30:35.803 INFO runtime.busevents[:26] - Temperature_FF_Bed state updated to 19.30000000
18:30:35.802 DEBUG o.o.m.r.i.engine.RuleEngine[:257] - Executing startup rule 'Update max and min temperatures'
18:30:36.163 INFO runtime.busevents[:26] - Weather_Temp_Max state updated to 16
18:30:36.314 INFO runtime.busevents[:26] - Weather_Temp_Min state updated to 16
18:30:36.314 DEBUG o.o.m.i.i.GenericItemProvider[:334] - Start processing binding configuration of Item 'Weather_Temperature (Type=NumberItem, State=Uninitialized)' with 'HttpGenericBindingProvider' reader.
18:30:36.327 INFO o.o.c.s.AbstractActiveService[:169] - HTTP Refresh Service has been started
18:30:36.330 DEBUG o.o.b.h.internal.HttpBinding[:157] - item 'Weather_Temperature' is about to be refreshed now
18:30:36.333 DEBUG o.o.p.e.i.ExecPersistenceServiceActivator[:33] - Exec persistence bundle has been started.
18:30:36.353 DEBUG o.o.c.p.i.PersistenceManager[:146] - Initializing exec persistence service.
18:30:36.357 DEBUG o.o.c.p.i.PersistenceManager[:428] - Scheduled strategy exec.everyMinute with cron expression 0 * * * * ?
18:30:36.362 DEBUG o.o.p.l.i.LoggingPersistenceActivator[:31] - Logging persistence bundle has been started.
18:30:36.380 DEBUG o.o.c.p.i.PersistenceManager[:146] - Initializing logging persistence service.
18:30:36.426 DEBUG o.o.b.k.internal.KNXActivator[:31] - KNX binding has been started.
18:30:36.468 DEBUG o.o.m.i.i.GenericItemProvider[:334] - Start processing binding configuration of Item 'Light_GF_Living_Table (Type=SwitchItem, State=Uninitialized)' with 'KNXGenericBindingProvider' reader.
18:30:36.547 DEBUG o.o.m.i.i.GenericItemProvider[:334] - Start processing binding configuration of Item 'Light_GF_Corridor_Ceiling (Type=SwitchItem, State=Uninitialized)' with 'KNXGenericBindingProvider' reader.
18:30:36.549 DEBUG o.o.m.i.i.GenericItemProvider[:334] - Start processing binding configuration of Item 'Light_GF_Kitchen_Ceiling (Type=SwitchItem, State=Uninitialized)' with 'KNXGenericBindingProvider' reader.
18:30:36.746 DEBUG o.o.c.t.i.s.XsltTransformationService[:74] - about to transform '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<rss version="2.0" xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
<title>Yahoo! Weather - Berlin, DE</title>
<link>http://us.rd.yahoo.com/dailynews/rss/weather/Berlin__DE/*http://weather.yahoo.com/forecast/GMXX0007_c.html</link>
<description>Yahoo! Weather for Berlin, DE</description>
<language>en-us</language>
<lastBuildDate>Wed, 15 Oct 2014 6:49 pm CEST</lastBuildDate>
<ttl>60</ttl>
<yweather:location city="Berlin" region="BE" country="Germany"/>
<yweather:units temperature="C" distance="km" pressure="mb" speed="km/h"/>
<yweather:wind chill="15" direction="290" speed="4.83" />
<yweather:atmosphere humidity="67" visibility="9.99" pressure="982.05" rising="0" />
<yweather:astronomy sunrise="7:31 am" sunset="6:11 pm"/>
<image>
<title>Yahoo! Weather</title>
<width>142</width>
<height>18</height>
<link>http://weather.yahoo.com</link>
<url>http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif</url>
</image>
<item>
<title>Conditions for Berlin, DE at 6:49 pm CEST</title>
<geo:lat>52.52</geo:lat>
<geo:long>13.38</geo:long>
<link>http://us.rd.yahoo.com/dailynews/rss/weather/Berlin__DE/*http://weather.yahoo.com/forecast/GMXX0007_c.html</link>
<pubDate>Wed, 15 Oct 2014 6:49 pm CEST</pubDate>
<yweather:condition text="Showers in the Vicinity" code="27" temp="15" date="Wed, 15 Oct 2014 6:49 pm CEST" />
<description><![CDATA[
<img src="http://l.yimg.com/a/i/us/we/52/27.gif"/><br />
<b>Current Conditions:</b><br />
Showers in the Vicinity, 15 C<BR />
<BR /><b>Forecast:</b><BR />
Wed - Mostly Clear. High: 17 Low: 10<br />
Thu - PM Rain. High: 16 Low: 11<br />
Fri - Showers. High: 15 Low: 10<br />
Sat - Partly Cloudy. High: 18 Low: 11<br />
Sun - Sunny. High: 21 Low: 13<br />
<br />
<a href="http://us.rd.yahoo.com/dailynews/rss/weather/Berlin__DE/*http://weather.yahoo.com/forecast/GMXX0007_c.html">Full Forecast at Yahoo! Weather</a><BR/><BR/>
(provided by <a href="http://www.weather.com" >The Weather Channel</a>)<br/>
]]></description>
<yweather:forecast day="Wed" date="15 Oct 2014" low="10" high="17" text="Mostly Clear" code="33" />
<yweather:forecast day="Thu" date="16 Oct 2014" low="11" high="16" text="PM Rain" code="12" />
<yweather:forecast day="Fri" date="17 Oct 2014" low="10" high="15" text="Showers" code="11" />
<yweather:forecast day="Sat" date="18 Oct 2014" low="11" high="18" text="Partly Cloudy" code="30" />
<yweather:forecast day="Sun" date="19 Oct 2014" low="13" high="21" text="Sunny" code="32" />
<guid isPermaLink="false">GMXX0007_2014_10_19_7_00_CEST</guid>
</item>
</channel>
</rss>
<!-- api11.weather.bf1.yahoo.com Wed Oct 15 10:30:14 PDT 2014 -->
' by the function 'javax.xml.transform.stream.StreamSource@a69055'
18:30:37.415 DEBUG o.o.c.t.i.s.XsltTransformationService[:89] - transformation resulted in '15'
18:30:37.416 DEBUG o.o.b.h.internal.HttpBinding[:191] - transformed response is '15'
18:30:37.427 DEBUG o.o.m.r.i.engine.RuleEngine[:285] - Executing rule 'Records last weather update time'
18:30:37.435 DEBUG o.o.m.r.i.engine.RuleEngine[:285] - Executing rule 'Update max and min temperatures'
18:30:37.438 INFO runtime.busevents[:26] - Weather_Temperature state updated to 15
18:30:37.468 INFO runtime.busevents[:26] - Weather_Temp_Max state updated to 15
18:30:37.482 INFO runtime.busevents[:26] - Weather_Temp_Min state updated to 15
18:30:37.571 INFO runtime.busevents[:26] - Weather_LastUpdate state updated to 2014-10-15T18:30:37
18:31:00.042 DEBUG o.o.c.p.i.PersistenceManager[:315] - Item 'NoOfLights' does not exist.
18:31:00.148 DEBUG o.o.m.r.i.e.ExecuteRuleJob[:53] - Executing scheduled rule 'Persistence Demo'
18:31:00.164 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_FF_Office' with state 'OFF' in rrd4j database
18:31:00.165 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_FF_Office' with state 'OFF' in rrd4j database
18:31:00.208 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Heating_FF_Office' with persistence service 'rrd4j' took 163ms
18:31:00.271 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_GF_Toilet' with state 'OFF' in rrd4j database
18:31:00.272 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_GF_Toilet' with state 'OFF' in rrd4j database
18:31:00.275 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Heating_GF_Toilet' with persistence service 'rrd4j' took 66ms
18:31:00.337 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_GF_Living' with state 'OFF' in rrd4j database
18:31:00.339 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_GF_Living' with state 'OFF' in rrd4j database
18:31:00.341 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Heating_GF_Living' with persistence service 'rrd4j' took 65ms
18:31:00.345 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_FF_Child' with state 'OFF' in rrd4j database
18:31:00.346 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_FF_Child' with state 'OFF' in rrd4j database
18:31:00.348 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Heating_FF_Child' with persistence service 'rrd4j' took 6ms
18:31:00.411 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_FF_Bed' with state 'OFF' in rrd4j database
18:31:00.413 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_FF_Bed' with state 'OFF' in rrd4j database
18:31:00.415 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Heating_FF_Bed' with persistence service 'rrd4j' took 66ms
18:31:00.419 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_GF_Corridor' with state 'OFF' in rrd4j database
18:31:00.420 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_GF_Corridor' with state 'OFF' in rrd4j database
18:31:00.423 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Heating_GF_Corridor' with persistence service 'rrd4j' took 7ms
18:31:00.485 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_GF_Kitchen' with state 'OFF' in rrd4j database
18:31:00.486 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_GF_Kitchen' with state 'OFF' in rrd4j database
18:31:00.489 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Heating_GF_Kitchen' with persistence service 'rrd4j' took 65ms
18:31:00.492 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Window_GF_Toilet' with state 'OPEN' in rrd4j database
18:31:00.494 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Window_GF_Toilet' with state 'OPEN' in rrd4j database
18:31:00.496 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Window_GF_Toilet' with persistence service 'rrd4j' took 6ms
18:31:00.577 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'Heating_FF_Bath' with state 'OFF' in rrd4j database
18:31:00.579 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Heating_FF_Bath' with state 'OFF' in rrd4j database
18:31:00.581 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Heating_FF_Bath' with persistence service 'rrd4j' took 84ms
18:31:00.643 DEBUG o.o.p.r.internal.RRD4jService[:105] - Stored 'DemoSwitch' with state 'OFF' in rrd4j database
18:31:00.645 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'DemoSwitch' with state 'OFF' in rrd4j database
18:31:00.647 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'DemoSwitch' with persistence service 'rrd4j' took 65ms
18:31:00.686 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Temperature_GF_Kitchen' with state '21.20000000' in rrd4j database
18:31:00.689 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Temperature_GF_Kitchen' with persistence service 'rrd4j' took 41ms
18:31:00.730 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Temperature_FF_Office' with state '18.40000000' in rrd4j database
18:31:00.733 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Temperature_FF_Office' with persistence service 'rrd4j' took 43ms
18:31:00.785 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Weather_Temperature' with state '15' in rrd4j database
18:31:00.788 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Weather_Temperature' with persistence service 'rrd4j' took 53ms
18:31:00.796 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Weather_Temp_Max' with state '15' in rrd4j database
18:31:00.799 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Weather_Temp_Max' with persistence service 'rrd4j' took 10ms
18:31:00.821 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Temperature_GF_Living' with state '19.30000000' in rrd4j database
18:31:00.823 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Temperature_GF_Living' with persistence service 'rrd4j' took 24ms
18:31:00.831 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Temperature_FF_Bed' with state '19.30000000' in rrd4j database
18:31:00.833 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Temperature_FF_Bed' with persistence service 'rrd4j' took 9ms
18:31:00.852 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Weather_Temp_Min' with state '15' in rrd4j database
18:31:00.854 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Weather_Temp_Min' with persistence service 'rrd4j' took 20ms
18:31:00.865 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Temperature_GF_Corridor' with state '18.30000000' in rrd4j database
18:31:00.867 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Temperature_GF_Corridor' with persistence service 'rrd4j' took 12ms
18:31:00.875 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Temperature_FF_Child' with state '22.20000000' in rrd4j database
18:31:00.877 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Temperature_FF_Child' with persistence service 'rrd4j' took 9ms
18:31:00.897 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Temperature_FF_Bath' with state '20.40000000' in rrd4j database
18:31:00.899 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Temperature_FF_Bath' with persistence service 'rrd4j' took 21ms
18:31:00.920 DEBUG o.o.p.r.internal.RRD4jService[:121] - Stored 'Temperature_GF_Toilet' with state '18.80000000' in rrd4j database
18:31:00.922 TRACE o.o.c.p.i.PersistItemsJob[:56] - Storing item 'Temperature_GF_Toilet' with persistence service 'rrd4j' took 22ms
...<p style="margin-bottom: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); bac
"Framework is launched."
id State Bundle
186 ACTIVE org.openhab.config.core_1.5.0
187 ACTIVE org.openhab.core_1.5.0
188 ACTIVE org.openhab.core.autoupdate_1.5.0
189 ACTIVE org.openhab.core.library_1.5.0
190 ACTIVE org.openhab.core.persistence_1.5.0
191 ACTIVE org.openhab.core.scheduler_1.5.0
192 RESOLVED org.openhab.core.scriptengine_1.5.0
193 ACTIVE org.openhab.core.transform_1.5.0
194 ACTIVE org.openhab.io.console_1.5.0
195 ACTIVE org.openhab.io.gcal_1.5.0
196 ACTIVE org.openhab.io.monitor_1.5.0
197 ACTIVE org.openhab.io.multimedia_1.5.0
198 ACTIVE org.openhab.io.net_1.5.0
199 ACTIVE org.openhab.io.rest_1.5.0
200 RESOLVED org.openhab.io.rest.lib_1.5.0
201 ACTIVE org.openhab.io.servicediscovery_1.5.0
202 ACTIVE org.openhab.io.transport.mqtt_1.5.0
203 RESOLVED org.openhab.io.transport.serial_1.5.0
204 ACTIVE org.openhab.library.tel_1.5.0
205 ACTIVE org.openhab.model.core_1.5.0
206 ACTIVE org.openhab.model.item_1.5.0
207 ACTIVE org.openhab.model.persistence_1.5.0
208 ACTIVE org.openhab.model.rule_1.5.0
209 ACTIVE org.openhab.model.script_1.5.0
210 ACTIVE org.openhab.model.sitemap_1.5.0
211 ACTIVE org.openhab.ui_1.5.0
212 ACTIVE org.openhab.ui.webapp_1.5.0
222 ACTIVE org.openhab.persistence.logging_1.5.0
223 ACTIVE org.openhab.persistence.exec_1.5.0
224 ACTIVE org.openhab.binding.http_1.5.0
225 ACTIVE org.openhab.persistence.rrd4j_1.5.0
226 ACTIVE org.openhab.binding.ntp_1.5.0
227 ACTIVE org.openhab.binding.knx_1.5.0