Rules not executed

Hi,

I’m using OpenHAB v1.8.2 on a Raspberry Pi2. Did an install with apt-get commands.
Rules in a similar OpenHAB installation on a Synology NAS are working fine, on the Raspberry Pi2 not a single rule is executed, even though the When clauses are quite straightforward. Could there be a permission issue? And if so where?

Thanks

Hi Christoph, thanks for your reply.

In my log:
12:38:39.088 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered ‘rules’ configuration parser
12:38:39.140 [DEBUG] [m.r.internal.engine.RuleEngine:77 ] - Started rule engine
12:38:45.856 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model ‘Koudum.rules’

After that:

12:38:25.004 [DEBUG] [io.rest.internal.RESTActivator:33 ] - REST API has been started.
12:38:25.278 [INFO ] [org.atmosphere.util.IOUtils :370 ] - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
12:38:25.405 [INFO ] [sphere.cpr.AtmosphereFramework:2601 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
12:38:25.410 [INFO ] [cpr.DefaultAnnotationProcessor:138 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcesso r being used
12:38:25.580 [WARN ] [cpr.DefaultAnnotationProcessor:178 ] - Unable to detect annotations. Application may fail to deploy.
12:38:25.697 [INFO ] [sphere.cpr.AtmosphereFramework:1891 ] - Auto detecting atmosphere handlers /WEB-INF/classes/
12:38:25.787 [INFO ] [sphere.cpr.AtmosphereFramework:639 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path /* and Broadcaster Class org.atmosphere.jersey.JerseyBroadcaster
12:38:25.792 [INFO ] [sphere.cpr.AtmosphereFramework:1945 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/
12:38:25.799 [INFO ] [sphere.cpr.AtmosphereFramework:1602 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
12:38:25.948 [INFO ] [.a.h.ReflectorServletProcessor:103 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer
12:38:26.518 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:815 ] - Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM’
12:38:26.533 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:826 ] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource con figuration:
class org.atmosphere.jersey.AtmosphereResourceConfigurator
12:38:26.805 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.rest.RESTApplication
12:38:30.316 [INFO ] [sphere.cpr.AtmosphereFramework:2435 ] - AtmosphereInterceptor CORS Interceptor Support will always be executed first
12:38:30.322 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT
12:38:30.327 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Default Response’s Headers Interceptor with priority AFTER_DEFAULT
12:38:30.337 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
12:38:30.343 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
12:38:30.347 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
12:38:30.355 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
12:38:30.359 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
12:38:30.376 [INFO ] [sphere.cpr.AtmosphereFramework:935 ] - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
12:38:30.383 [WARN ] [sphere.cpr.AtmosphereFramework:941 ] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is rec ommended to configure the org.atmosphere.cache.UUIDBroadcasterCache
12:38:30.386 [INFO ] [sphere.cpr.AtmosphereFramework:949 ] - Default Broadcaster Class: org.atmosphere.jersey.JerseyBroadcaster
12:38:30.388 [INFO ] [sphere.cpr.AtmosphereFramework:950 ] - Broadcaster Polling Wait Time 100
12:38:30.390 [INFO ] [sphere.cpr.AtmosphereFramework:951 ] - Shared ExecutorService supported: true
12:38:30.393 [INFO ] [sphere.cpr.AtmosphereFramework:958 ] - Messaging Thread Pool Size: 10
12:38:30.395 [INFO ] [sphere.cpr.AtmosphereFramework:968 ] - Async I/O Thread Pool Size: 10
12:38:30.398 [INFO ] [sphere.cpr.AtmosphereFramework:979 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
12:38:30.400 [INFO ] [sphere.cpr.AtmosphereFramework:980 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
12:38:30.403 [INFO ] [sphere.cpr.AtmosphereFramework:990 ] - Invoke AtmosphereInterceptor on WebSocket message true
12:38:30.405 [INFO ] [sphere.cpr.AtmosphereFramework:991 ] - HttpSession supported: false
12:38:30.407 [INFO ] [sphere.cpr.AtmosphereFramework:993 ] - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
12:38:30.409 [INFO ] [sphere.cpr.AtmosphereFramework:994 ] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running unde r container: jetty/8.1.3.v20120522 with WebSocket enabled.
12:38:30.416 [INFO ] [sphere.cpr.AtmosphereFramework:996 ] - Atmosphere Framework 2.2.5 started.
12:38:30.419 [INFO ] [sphere.cpr.AtmosphereFramework:998 ] -

    For Atmosphere Framework Commercial Support, visit
    http://www.async-io.org/ or send an email to support@async-io.org

12:38:30.428 [INFO ] [penhab.io.rest.RESTApplication:144 ] - Started REST API at /rest
12:38:30.435 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080
12:38:33.191 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443
12:38:35.241 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'Koudum.sitemap’
12:38:38.066 [INFO ] [.o.u.w.i.servlet.WebAppServlet:80 ] - Started Classic UI at /classicui/openhab.app
12:38:39.088 [DEBUG] [.r.internal.RuleModelActivator:42 ] - Registered ‘rules’ configuration parser
12:38:39.140 [DEBUG] [m.r.internal.engine.RuleEngine:77 ] - Started rule engine
12:38:45.856 [INFO ] [c.internal.ModelRepositoryImpl:80 ] - Loading model 'Koudum.rules’
12:38:50.469 [DEBUG] [.a.mqtt.internal.MqttActivator:34 ] - Mqtt action has been started.
12:38:50.515 [DEBUG] [.a.mail.internal.MailActivator:34 ] - Mail action has been started.
12:38:50.679 [DEBUG] [nhab.io.habmin.HABminActivator:33 ] - HABmin Interface has been started.
12:38:50.758 [INFO ] [org.atmosphere.util.IOUtils :370 ] - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
12:38:50.790 [INFO ] [sphere.cpr.AtmosphereFramework:2601 ] - Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
12:38:50.792 [INFO ] [cpr.DefaultAnnotationProcessor:138 ] - AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcesso r being used
12:38:50.838 [WARN ] [cpr.DefaultAnnotationProcessor:178 ] - Unable to detect annotations. Application may fail to deploy.
12:38:51.003 [INFO ] [sphere.cpr.AtmosphereFramework:1891 ] - Auto detecting atmosphere handlers /WEB-INF/classes/
12:38:51.032 [INFO ] [sphere.cpr.AtmosphereFramework:639 ] - Installed AtmosphereHandler org.atmosphere.handler.ReflectorServletProcessor mapped to context-path /* and Broadcaster Class org.atmosphere.jersey.JerseyBroadcaster
12:38:51.034 [INFO ] [sphere.cpr.AtmosphereFramework:1945 ] - Auto detecting WebSocketHandler in /WEB-INF/classes/
12:38:51.049 [INFO ] [sphere.cpr.AtmosphereFramework:1602 ] - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
12:38:51.071 [INFO ] [.a.h.ReflectorServletProcessor:103 ] - Installing Servlet com.sun.jersey.spi.container.servlet.ServletContainer
12:38:51.093 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:815 ] - Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM’
12:38:51.098 [INFO ] [c.s.j.s.i.a.WebApplicationImpl:826 ] - Adding the following classes declared in META-INF/services/jersey-server-components to the resource con figuration:
class org.atmosphere.jersey.AtmosphereResourceConfigurator
12:38:51.212 [INFO ] [j.s.i.a.DeferredResourceConfig:101 ] - Instantiated the Application class org.openhab.io.habmin.HABminApplication
12:38:52.856 [WARN ] [sphere.cpr.AtmosphereFramework:1097 ] -
java.lang.ClassNotFoundException: org.atmosphere.interceptor.DefaultHeadersInterceptor
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501) ~[org.eclipse.osgi_3.8.2.v20130124-134944.jar:na]
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) ~[org.eclipse.osgi_3.8.2.v20130124-134944.jar:na]
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) ~[org.eclipse.osgi_3.8.2.v20130124-134944.jar:na]
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) ~[org.eclipse.osgi_3.8.2.v20130124-134944.jar:na]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_65]
at org.atmosphere.util.IOUtils.loadClass(IOUtils.java:309) ~[atmosphere-runtime-2.2.5.jar:2.2.5]
at org.atmosphere.cpr.AtmosphereFramework.configureAtmosphereInterceptor(AtmosphereFramework.java:1094) [atmosphere-runtime-2.2.5.jar:2.2.5]
at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:892) [atmosphere-runtime-2.2.5.jar:2.2.5]
at org.atmosphere.cpr.AtmosphereFramework.init(AtmosphereFramework.java:780) [atmosphere-runtime-2.2.5.jar:2.2.5]
at org.atmosphere.cpr.AtmosphereServlet.configureFramework(AtmosphereServlet.java:101) [atmosphere-runtime-2.2.5.jar:2.2.5]
at org.atmosphere.cpr.AtmosphereServlet.init(AtmosphereServlet.java:80) [atmosphere-runtime-2.2.5.jar:2.2.5]
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.init(ServletRegistration.java:49) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.j ar:na]
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.registerServlet(ProxyServlet.java:179) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar :na]
at org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.registerServlet(HttpServiceImpl.java:66) [org.eclipse.equinox.http.servlet_1.1.300.v20120522-184 1.jar:na]
at org.openhab.io.habmin.HABminApplication.activate(HABminApplication.java:179) [bundlefile:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_65]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_65]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_65]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_65]
at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:235) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.Resolver.buildNewlySatisfied(Resolver.java:473) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89) [org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar:na]
at org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:70) [org.eclipse.equinox.util_1.0.400.v20120917-192807.jar:na]
12:38:52.861 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
12:38:52.863 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
12:38:52.865 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
12:38:52.867 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
12:38:52.869 [INFO ] [sphere.cpr.AtmosphereFramework:2404 ] - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
12:38:52.871 [INFO ] [sphere.cpr.AtmosphereFramework:935 ] - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
12:38:52.873 [WARN ] [sphere.cpr.AtmosphereFramework:941 ] - No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is rec ommended to configure the org.atmosphere.cache.UUIDBroadcasterCache
12:38:52.874 [INFO ] [sphere.cpr.AtmosphereFramework:949 ] - Default Broadcaster Class: org.atmosphere.jersey.JerseyBroadcaster
12:38:52.876 [INFO ] [sphere.cpr.AtmosphereFramework:950 ] - Broadcaster Polling Wait Time 100
12:38:52.877 [INFO ] [sphere.cpr.AtmosphereFramework:951 ] - Shared ExecutorService supported: true
12:38:52.879 [INFO ] [sphere.cpr.AtmosphereFramework:958 ] - Messaging Thread Pool Size: Unlimited
12:38:52.881 [INFO ] [sphere.cpr.AtmosphereFramework:968 ] - Async I/O Thread Pool Size: 200
12:38:52.882 [INFO ] [sphere.cpr.AtmosphereFramework:979 ] - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
12:38:52.884 [INFO ] [sphere.cpr.AtmosphereFramework:980 ] - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
12:38:52.885 [INFO ] [sphere.cpr.AtmosphereFramework:990 ] - Invoke AtmosphereInterceptor on WebSocket message true
12:38:52.887 [INFO ] [sphere.cpr.AtmosphereFramework:991 ] - HttpSession supported: false
12:38:52.888 [INFO ] [sphere.cpr.AtmosphereFramework:993 ] - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
12:38:52.890 [INFO ] [sphere.cpr.AtmosphereFramework:994 ] - Atmosphere is using async support: org.atmosphere.container.JettyAsyncSupportWithWebSocket running unde r container: jetty/8.1.3.v20120522 with WebSocket enabled.
12:38:52.892 [INFO ] [sphere.cpr.AtmosphereFramework:996 ] - Atmosphere Framework 2.2.5 started.
12:38:52.894 [INFO ] [sphere.cpr.AtmosphereFramework:998 ] -

    For Atmosphere Framework Commercial Support, visit
    http://www.async-io.org/ or send an email to support@async-io.org

12:38:52.896 [INFO ] [.o.io.habmin.HABminApplication:182 ] - Started HABmin REST API at /services/habmin
12:38:52.898 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server._tcp.local. at port 8080
12:38:55.564 [DEBUG] [o.o.i.s.i.DiscoveryServiceImpl:66 ] - Registering new service _openhab-server-ssl._tcp.local. at port 8443
12:38:58.204 [DEBUG] [.zwave.internal.ZWaveActivator:37 ] - Z-Wave binding started. Version 1.9.0.201604040111
12:38:58.274 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘SensTempWoonkamer (Type=NumberItem, State=Uninitialized )’ with ‘ZWaveGenericBindingProvider’ reader.
12:38:58.366 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘PirWoonkamer (Type=SwitchItem, State=Uninitialized)’ wi th ‘ZWaveGenericBindingProvider’ reader.
12:38:58.369 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘BatMotionSensor (Type=NumberItem, State=Uninitialized)’ with ‘ZWaveGenericBindingProvider’ reader.
12:38:58.371 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘LichtWoonkamer (Type=NumberItem, State=Uninitialized)’ with ‘ZWaveGenericBindingProvider’ reader.
12:38:58.374 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘SensAlarm (Type=NumberItem, State=Uninitialized)’ with ‘ZWaveGenericBindingProvider’ reader.
12:38:58.400 [DEBUG] [.z.internal.ZWaveActiveBinding:176 ] - ConverterHandler not initialised. Polling disabled.
12:38:58.406 [INFO ] [.z.internal.ZWaveActiveBinding:337 ] - Update config, port = /dev/ttyAMA0
12:38:58.408 [INFO ] [.z.internal.ZWaveActiveBinding:342 ] - Update config, healtime = 4
12:38:58.412 [INFO ] [.z.internal.ZWaveActiveBinding:388 ] - Update config, setSUC = false
12:38:58.414 [INFO ] [.z.internal.ZWaveActiveBinding:397 ] - Update config, softReset = false
12:38:58.415 [DEBUG] [.i.LoggingPersistenceActivator:31 ] - Logging persistence bundle has been started.
12:38:58.416 [INFO ] [.z.internal.ZWaveActiveBinding:406 ] - Update config, masterController = true
12:38:58.419 [DEBUG] [.z.internal.ZWaveActiveBinding:286 ] - Initialising zwave binding
12:38:58.428 [INFO ] [.service.AbstractActiveService:169 ] - ZWave Refresh Service has been started
12:38:58.466 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing logging persistence service.
12:38:58.530 [INFO ] [b.z.i.protocol.ZWaveController:152 ] - Starting Z-Wave controller
12:38:58.533 [INFO ] [b.z.i.protocol.ZWaveController:160 ] - Z-Wave timeout is set to 5000ms. Soft reset is false.
12:38:58.535 [INFO ] [b.z.i.protocol.ZWaveController:326 ] - Connecting to serial port /dev/ttyAMA0
12:38:58.569 [WARN ] [.p.internal.PersistenceManager:383 ] - Failed to restore item states as persistence service ‘logging’ can not be queried.
12:38:58.579 [DEBUG] [xecPersistenceServiceActivator:33 ] - Exec persistence bundle has been started.
12:38:58.616 [DEBUG] [.p.internal.PersistenceManager:146 ] - Initializing exec persistence service.
12:38:58.659 [DEBUG] [eController$ZWaveReceiveThread:1454 ] - Starting Z-Wave thread: Receive
12:38:58.667 [DEBUG] [WaveController$ZWaveSendThread:1227 ] - Starting Z-Wave thread: Send
12:38:58.671 [INFO ] [b.z.i.protocol.ZWaveController:347 ] - Serial port is initialized
12:38:58.671 [DEBUG] [b.z.i.protocol.ZWaveController:1185 ] - Starting Z-Wave thread: Input
12:38:58.722 [DEBUG] [.p.internal.PersistenceManager:428 ] - Scheduled strategy exec.everyMinute with cron expression 0 * * * * ?
12:38:58.734 [DEBUG] [.b.mqtt.internal.MqttActivator:34 ] - MQTT binding has been started.
12:38:58.796 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘SensTempWoonkamer (Type=NumberItem, State=Uninitialized )’ with ‘MqttGenericBindingProvider’ reader.
12:38:58.813 [DEBUG] [b.mqtt.internal.MqttItemConfig:72 ] - Loaded MQTT config for item ‘SensTempWoonkamer’ : 0 subscribers, 1 publishers
12:38:58.823 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘Weer_buitentemp_Koudum (Type=NumberItem, State=Uninitia lized)’ with ‘MqttGenericBindingProvider’ reader.
12:38:58.825 [DEBUG] [b.mqtt.internal.MqttItemConfig:72 ] - Loaded MQTT config for item ‘Weer_buitentemp_Koudum’ : 0 subscribers, 1 publishers
12:38:58.828 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘PirWoonkamer (Type=SwitchItem, State=Uninitialized)’ wi th ‘MqttGenericBindingProvider’ reader.
12:38:58.830 [DEBUG] [b.mqtt.internal.MqttItemConfig:72 ] - Loaded MQTT config for item ‘PirWoonkamer’ : 0 subscribers, 1 publishers
12:38:58.833 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘LichtWoonkamer (Type=NumberItem, State=Uninitialized)’ with ‘MqttGenericBindingProvider’ reader.
12:38:58.835 [DEBUG] [b.mqtt.internal.MqttItemConfig:72 ] - Loaded MQTT config for item ‘LichtWoonkamer’ : 0 subscribers, 1 publishers
12:38:58.837 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item ‘SensAlarm (Type=NumberItem, State=Uninitialized)’ with ‘MqttGenericBindingProvider’ reader.
12:38:58.840 [DEBUG] [b.mqtt.internal.MqttItemConfig:72 ] - Loaded MQTT config for item ‘SensAlarm’ : 0 subscribers, 1 publishers
12:38:58.843 [DEBUG] [i.internal.GenericItemProvider:341 ] - Start processing binding configuration of Item 'Weer_wind_koudum (Type=NumberItem, State=U

Oh, oh, oh, one can overlook the simplest things, I found it!

I forgot the keyword “Item” in front of the items in the When-clause.

No mentioning of any error in the logs, be warned !
Took me quite some time.