[SOLVED] KNX Binding: no confirmation reply received

0/2/6 is the GA
2/2/13 is the status address

I tried the following without success:

Switch Light_Living_Fireplace “Fireplace” (Room_Living, Lights) [ “Lighting” ] {knx=“0/2/6+2/2/13”}
Switch Light_Living_Fireplace “Fireplace” (Room_Living, Lights) [ “Lighting” ] {knx=“0/2/6+<2/2/13”}
Switch Light_Living_Fireplace “Fireplace” (Room_Living, Lights) [ “Lighting” ] {knx=“0/2/6”}

Do you any any other ideas?
Thanks,
Alex

Hi Dim,

Just for your reference this is what happens in ETS5 (Diagnosys windows) when I switch on the FIreplace light with the wall switch:

1 31/12/2017 14:20:42,475 dal bus Low 1.1.22 Modulo 8 in / 8 out Guida DIN - E01 0/2/6 Living: Fireplace 6 GroupValueWrite 1.001 switch $01 | On
2 31/12/2017 14:20:42,986 dal bus Low 1.1.21 Modulo 8 in / 8 out Guida DIN - E01 2/2/13 21 O3 6 GroupValueWrite 1.001 switch $01 | On

This is the content of the log files (openhab and events) taken just after restarting the OH2 service and switching on the Fireplace light using the OH interface.
As said using the wall switch nothing happens:

2017-12-31 14:15:00.072 [.event.RuleStatusInfoEvent] - 0aa37769-ed2a-4b89-a281-fca1e59b26b8 updated: RUNNING
2017-12-31 14:15:00.076 [.event.RuleStatusInfoEvent] - 0aa37769-ed2a-4b89-a281-fca1e59b26b8 updated: IDLE
==> /var/log/openhab2/openhab.log <==
2017-12-31 14:15:08.332 [INFO ] [basic.internal.servlet.WebAppServlet] - Stopped Basic UI
2017-12-31 14:15:17.848 [INFO ] [nx.internal.connection.KNXConnection] - Closing KNX connection
2017-12-31 14:15:17.974 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection
2017-12-31 14:15:18.001 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = d5040466-81d9-4c67-b129-************, base URL = http://localhost:8080)
2017-12-31 14:15:18.013 [INFO ] [b.core.service.AbstractActiveService] - HTTP Refresh Service has been shut down
==> /var/log/openhab2/events.log <==
2017-12-31 14:15:18.258 [.event.RuleStatusInfoEvent] - 0aa37769-ed2a-4b89-a281-fca1e59b26b8 updated: UNINITIALIZED (HANDLER_MISSING_ERROR): Missing handlers: jsr223.ScriptedAction
2017-12-31 14:15:18.270 [ome.event.RuleRemovedEvent] - Rule ‘0aa37769-ed2a-4b89-a281-fca1e59b26b8’ has been removed.
==> /var/log/openhab2/openhab.log <==
2017-12-31 14:15:18.921 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Stopped Paper UI
2017-12-31 14:15:18.955 [INFO ] [.dashboard.internal.DashboardService] - Stopped dashboard
2017-12-31 14:15:31.290 [INFO ] [.internal.GenericScriptEngineFactory] - Activated scripting support for ECMAScript
2017-12-31 14:15:34.796 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = d5040466-81d9-4c67-b129-************, base URL = http://localhost:8080)
2017-12-31 14:15:42.775 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.items’
2017-12-31 14:15:43.858 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist’
2017-12-31 14:15:43.887 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'logging.persist’
2017-12-31 14:15:46.525 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2017-12-31 14:15:49.795 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.rules’
2017-12-31 14:15:50.154 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.script’
2017-12-31 14:15:50.816 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.sitemap’
2017-12-31 14:15:51.241 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'demo.things’
2017-12-31 14:15:51.247 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘demo.things’ is either empty or cannot be parsed correctly!
2017-12-31 14:15:52.753 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://192.168.1.195:8080
2017-12-31 14:15:52.826 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://192.168.1.195:8443
2017-12-31 14:15:53.829 [INFO ] [b.core.service.AbstractActiveService] - HTTP Refresh Service has been started
==> /var/log/openhab2/events.log <==
2017-12-31 14:15:54.301 [GroupItemStateChangedEvent] - Heating changed from NULL to ON through Heating_General_FloorPanels
2017-12-31 14:15:54.309 [vent.ItemStateChangedEvent] - Heating_General_FloorPanels changed from NULL to ON
2017-12-31 14:15:54.331 [GroupItemStateChangedEvent] - General changed from NULL to ON through Heating_General_FloorPanels
2017-12-31 14:15:54.345 [vent.ItemStateChangedEvent] - Heating_Bedroom_Bathroom changed from NULL to OFF
2017-12-31 14:15:54.353 [vent.ItemStateChangedEvent] - Heating_Outside_GarageRamp changed from NULL to OFF
2017-12-31 14:15:54.355 [vent.ItemStateChangedEvent] - Heating_General_WaterRecycle changed from NULL to ON
2017-12-31 14:15:54.358 [vent.ItemStateChangedEvent] - Heating_Bedroom_Bedroom changed from NULL to OFF
2017-12-31 14:15:54.360 [vent.ItemStateChangedEvent] - Heating_General_Radiators changed from NULL to OFF
2017-12-31 14:15:54.366 [vent.ItemStateChangedEvent] - Heating_Bedroom_BathroomOverride changed from NULL to OFF
==> /var/log/openhab2/openhab.log <==
2017-12-31 14:15:55.374 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2017-12-31 14:15:55.473 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2017-12-31 14:15:55.915 [ERROR] [org.apache.felix.configadmin ] - [org.osgi.service.cm.ManagedService, id=329, bundle=232/mvn:org.openhab.binding/org.openhab.binding.knx/1.11.0]: Unexpected problem updating configuration org.openhab.knx
tuwien.auto.calimero.exception.KNXIllegalArgumentException: timeout <= 0
at tuwien.auto.calimero.process.ProcessCommunicatorImpl.setResponseTimeout(ProcessCommunicatorImpl.java:192) [232:org.openhab.binding.knx:1.11.0]
at org.openhab.binding.knx.internal.connection.KNXConnection.connect(KNXConnection.java:228) [232:org.openhab.binding.knx:1.11.0]
at org.openhab.binding.knx.internal.connection.KNXConnection.updated(KNXConnection.java:448) [232:org.openhab.binding.knx:1.11.0]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updated(ManagedServiceTracker.java:189) [7:org.apache.felix.configadmin:1.8.16]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updateService(ManagedServiceTracker.java:152) [7:org.apache.felix.configadmin:1.8.16]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.provideConfiguration(ManagedServiceTracker.java:85) [7:org.apache.felix.configadmin:1.8.16]
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.provide(ConfigurationManager.java:1479) [7:org.apache.felix.configadmin:1.8.16]
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1435) [7:org.apache.felix.configadmin:1.8.16]
at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:141) [7:org.apache.felix.configadmin:1.8.16]
at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:109) [7:org.apache.felix.configadmin:1.8.16]
at java.lang.Thread.run(Thread.java:748) [?:?]
2017-12-31 14:15:56.027 [INFO ] [ulation.internal.HueEmulationServlet] - Started Hue Emulation service at /api
==> /var/log/openhab2/events.log <==
2017-12-31 14:15:56.316 [home.event.InboxAddedEvent] - Discovery Result with UID ‘hue:bridge:0017880ae670’ has been added.
==> /var/log/openhab2/openhab.log <==
2017-12-31 14:15:56.316 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing ‘hue:bridge:0017880ae670’ to inbox.
2017-12-31 14:15:56.413 [INFO ] [rt.internal.loader.ScriptFileWatcher] - Loading script ‘demo.js’
==> /var/log/openhab2/events.log <==
2017-12-31 14:15:59.907 [thome.event.RuleAddedEvent] - Rule ‘db5222c7-4398-4f57-8f25-2d05696c2930’ has been added.
2017-12-31 14:15:59.921 [.event.RuleStatusInfoEvent] - db5222c7-4398-4f57-8f25-2d05696c2930 updated: INITIALIZING
2017-12-31 14:16:00.003 [.event.RuleStatusInfoEvent] - db5222c7-4398-4f57-8f25-2d05696c2930 updated: IDLE
2017-12-31 14:16:31.116 [ome.event.ItemCommandEvent] - Item ‘Light_Living_Fireplace’ received command ON

one possible root cause could be that your KNX/IP gateway is configured to filter the telegrams and does not send them to OH2.

You could try to use a dummy application setting in your ETS to make sure that the filter table on the gateway allows the telegrams to go through to the IP world.

Also, try to get rid of this error:

by setting in your /etc/openhab2/services/knx.cfg:

timeout=10000

check also the contents of the following file for errors (stale configs):
/var/lib/openhab2/config/org/openhab/knx.config

Dim,
thanks for the quick reply.

Success! Now everything is working fine and the OH UI is updated based on events on the KNX

I do not really know what I did to fix it. In fact following your suggestions I did the following:

  1. the Gira router (1/1/0) was already configured to “route” the telegram as suggested in your previous post and therefore I did not change anything.
  2. Also, as you suggested in your previous post, I already created a dummy app on line 1.2 (address 1/2/200).
  3. I added “timeout=10000” in the knx.cfg file (anyway since timout=10000 is the default value, it should not really matter).
  4. I deleted file /var/lib/openhab2/config/org/openhab/knx.config. Maybe this file was the problem??
  5. I restarted OH2.
  6. This is the content of /var/lib/openhab2/config/org/openhab/knx.config:
    busaddr="1.2.200"
    ignorelocalevents="true"
    ip="224.0.23.12"
    service.pid="org.openhab.knx"
    timeout="10000"
    type=“ROUTER”

Now everthing is update: swithced temperatures, etc.

This is the new log after restarting OH2 service.

2017-12-31 15:19:05.845 [INFO ] [basic.internal.servlet.WebAppServlet] - Stopped Basic UI

2017-12-31 15:19:16.344 [INFO ] [nx.internal.connection.KNXConnection] - Closing KNX connection

2017-12-31 15:19:16.452 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection

2017-12-31 15:19:16.480 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = d5040466-81d9-4c67-b129-************, base URL = http://localhost:8080)

2017-12-31 15:19:16.592 [INFO ] [b.core.service.AbstractActiveService] - HTTP Refresh Service has been shut down

==> /var/log/openhab2/events.log <==

2017-12-31 15:19:16.751 [.event.RuleStatusInfoEvent] - 908b4416-b756-47f9-ab02-c78759a51f7b updated: UNINITIALIZED (HANDLER_MISSING_ERROR): Missing handlers: jsr223.ScriptedAction

2017-12-31 15:19:16.764 [ome.event.RuleRemovedEvent] - Rule ‘908b4416-b756-47f9-ab02-c78759a51f7b’ has been removed.

==> /var/log/openhab2/openhab.log <==

2017-12-31 15:19:17.359 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Stopped Paper UI

2017-12-31 15:19:17.393 [INFO ] [.dashboard.internal.DashboardService] - Stopped dashboard

2017-12-31 15:19:30.450 [INFO ] [.internal.GenericScriptEngineFactory] - Activated scripting support for ECMAScript

2017-12-31 15:19:34.111 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = d5040466-81d9-4c67-b129-************, base URL = http://localhost:8080)

2017-12-31 15:19:42.179 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘demo.items’

2017-12-31 15:19:43.286 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘rrd4j.persist’

2017-12-31 15:19:43.314 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘logging.persist’

2017-12-31 15:19:48.408 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘demo.rules’

2017-12-31 15:19:49.387 [INFO ] [thome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007

2017-12-31 15:19:49.688 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘demo.script’

2017-12-31 15:19:50.315 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘demo.sitemap’

2017-12-31 15:19:50.685 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model ‘demo.things’

2017-12-31 15:19:50.693 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘demo.things’ is either empty or cannot be parsed correctly!

2017-12-31 15:19:52.189 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at http://192.168.1.195:8080

2017-12-31 15:19:52.213 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at https://192.168.1.195:8443

2017-12-31 15:19:52.884 [INFO ] [b.core.service.AbstractActiveService] - HTTP Refresh Service has been started

==> /var/log/openhab2/events.log <==

2017-12-31 15:19:53.348 [GroupItemStateChangedEvent] - Heating changed from NULL to ON through Heating_General_FloorPanels

2017-12-31 15:19:53.352 [GroupItemStateChangedEvent] - General changed from NULL to ON through Heating_General_FloorPanels

2017-12-31 15:19:53.358 [vent.ItemStateChangedEvent] - Heating_General_FloorPanels changed from NULL to ON

2017-12-31 15:19:53.366 [vent.ItemStateChangedEvent] - Heating_Bedroom_Bathroom changed from NULL to OFF

2017-12-31 15:19:53.375 [vent.ItemStateChangedEvent] - Heating_Outside_GarageRamp changed from NULL to OFF

2017-12-31 15:19:53.380 [vent.ItemStateChangedEvent] - Heating_General_WaterRecycle changed from NULL to ON

2017-12-31 15:19:53.393 [vent.ItemStateChangedEvent] - Heating_Bedroom_Bedroom changed from NULL to OFF

2017-12-31 15:19:53.398 [vent.ItemStateChangedEvent] - Heating_General_Radiators changed from NULL to OFF

2017-12-31 15:19:53.402 [vent.ItemStateChangedEvent] - Heating_Bedroom_BathroomOverride changed from NULL to OFF

==> /var/log/openhab2/openhab.log <==

2017-12-31 15:19:54.407 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app

2017-12-31 15:19:54.515 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui

2017-12-31 15:19:55.006 [INFO ] [nx.internal.connection.KNXConnection] - Established connection to KNX bus on 224.0.23.12:3671 in mode ROUTER.

2017-12-31 15:19:55.028 [INFO ] [ulation.internal.HueEmulationServlet] - Started Hue Emulation service at /api

2017-12-31 15:19:55.355 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing ‘hue:bridge:0017880ae670’ to inbox.

==> /var/log/openhab2/events.log <==

2017-12-31 15:19:55.468 [ome.event.ItemCommandEvent] - Item ‘Temperature_Bedroom_Bedroom’ received command 24.96

2017-12-31 15:19:55.472 [ome.event.ItemCommandEvent] - Item ‘Sensor_Outside_Rain’ received command OFF

2017-12-31 15:19:55.492 [home.event.InboxAddedEvent] - Discovery Result with UID ‘hue:bridge:0017880ae670’ has been added.

2017-12-31 15:19:55.511 [vent.ItemStateChangedEvent] - Temperature_Bedroom_Bedroom changed from NULL to 24.96

2017-12-31 15:19:55.518 [GroupItemStateChangedEvent] - Temperature changed from NULL to 24.96 through Temperature_Bedroom_Bedroom

2017-12-31 15:19:55.525 [GroupItemStateChangedEvent] - Temperature changed from 24.96 to 12.48 through Sensor_Outside_Rain

2017-12-31 15:19:55.529 [vent.ItemStateChangedEvent] - Sensor_Outside_Rain changed from NULL to OFF

2017-12-31 15:19:55.533 [ome.event.ItemCommandEvent] - Item ‘Sensor_Outside_Rain’ received command OFF

==> /var/log/openhab2/openhab.log <==

2017-12-31 15:19:55.595 [INFO ] [rt.internal.loader.ScriptFileWatcher] - Loading script ‘demo.js’

==> /var/log/openhab2/events.log <==

2017-12-31 15:19:55.731 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Services_Kitchen’ received command 23.0

2017-12-31 15:19:55.756 [vent.ItemStateChangedEvent] - Setpoint_Services_Kitchen changed from NULL to 23.0

2017-12-31 15:19:55.758 [GroupItemStateChangedEvent] - Temperature changed from 12.48 to 15.99 through Setpoint_Services_Kitchen

2017-12-31 15:19:55.952 [ome.event.ItemCommandEvent] - Item ‘Temperature_Living_Living’ received command 25.240000000000002

2017-12-31 15:19:55.960 [vent.ItemStateChangedEvent] - Temperature_Living_Living changed from NULL to 25.240000000000002

2017-12-31 15:19:55.963 [GroupItemStateChangedEvent] - Temperature changed from 15.99 to 18.300000000000001 through Temperature_Living_Living

2017-12-31 15:19:56.182 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Guests_Bedroom3’ received command 18.0

2017-12-31 15:19:56.189 [vent.ItemStateChangedEvent] - Setpoint_Guests_Bedroom3 changed from NULL to 18.0

2017-12-31 15:19:56.195 [GroupItemStateChangedEvent] - Temperature changed from 18.300000000000001 to 18.240000000000000 through Setpoint_Guests_Bedroom3

2017-12-31 15:19:56.403 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Bedroom_Bedroom’ received command 24.0

2017-12-31 15:19:56.409 [vent.ItemStateChangedEvent] - Setpoint_Bedroom_Bedroom changed from NULL to 24.0

2017-12-31 15:19:56.413 [GroupItemStateChangedEvent] - Temperature changed from 18.240000000000000 to 19.200000000000000 through Setpoint_Bedroom_Bedroom

2017-12-31 15:19:56.635 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Living_Office’ received command 22.5

2017-12-31 15:19:56.647 [vent.ItemStateChangedEvent] - Setpoint_Living_Office changed from NULL to 22.5

2017-12-31 15:19:56.650 [GroupItemStateChangedEvent] - Temperature changed from 19.200000000000000 to 19.671428571428572 through Setpoint_Living_Office

2017-12-31 15:19:56.854 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Guests_Bedroom2’ received command 18.0

2017-12-31 15:19:56.862 [vent.ItemStateChangedEvent] - Setpoint_Guests_Bedroom2 changed from NULL to 18.0

2017-12-31 15:19:56.865 [GroupItemStateChangedEvent] - Temperature changed from 19.671428571428572 to 19.462500000000000 through Setpoint_Guests_Bedroom2

2017-12-31 15:19:57.082 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Apartment_Apartment’ received command 21.7

2017-12-31 15:19:57.087 [vent.ItemStateChangedEvent] - Setpoint_Apartment_Apartment changed from NULL to 21.7

2017-12-31 15:19:57.090 [GroupItemStateChangedEvent] - Temperature changed from 19.462500000000000 to 19.711111111111111 through Setpoint_Apartment_Apartment

2017-12-31 15:19:57.310 [ome.event.ItemCommandEvent] - Item ‘Temperature_Services_Kitchen’ received command 21.240000000000002

2017-12-31 15:19:57.319 [vent.ItemStateChangedEvent] - Temperature_Services_Kitchen changed from NULL to 21.240000000000002

2017-12-31 15:19:57.325 [GroupItemStateChangedEvent] - Temperature changed from 19.711111111111111 to 19.864000000000000 through Temperature_Services_Kitchen

2017-12-31 15:19:57.468 [ome.event.ItemCommandEvent] - Item ‘Temperature_Outside_Outside’ received command 6.1000000000000005

2017-12-31 15:19:57.475 [vent.ItemStateChangedEvent] - Temperature_Outside_Outside changed from NULL to 6.1000000000000005

2017-12-31 15:19:57.478 [GroupItemStateChangedEvent] - Temperature changed from 19.864000000000000 to 18.6127272727272731 through Temperature_Outside_Outside

2017-12-31 15:19:57.580 [ome.event.ItemCommandEvent] - Item ‘Temperature_Outside_Outside’ received command 6.1000000000000005

2017-12-31 15:19:57.604 [ome.event.ItemCommandEvent] - Item ‘Temperature_Outside_Outside’ received command 6.1000000000000005

2017-12-31 15:19:57.691 [ome.event.ItemCommandEvent] - Item ‘Temperature_Apartment_Apartment’ received command 21.5

2017-12-31 15:19:57.697 [vent.ItemStateChangedEvent] - Temperature_Apartment_Apartment changed from NULL to 21.5

2017-12-31 15:19:57.698 [GroupItemStateChangedEvent] - Temperature changed from 18.6127272727272731 to 18.8533333333333337 through Temperature_Apartment_Apartment

2017-12-31 15:19:57.912 [ome.event.ItemCommandEvent] - Item ‘Temperature_Living_Office’ received command 22.5

2017-12-31 15:19:57.925 [GroupItemStateChangedEvent] - Temperature changed from 18.8533333333333337 to 19.1338461538461542 through Temperature_Living_Office

2017-12-31 15:19:57.943 [vent.ItemStateChangedEvent] - Temperature_Living_Office changed from NULL to 22.5

2017-12-31 15:19:58.202 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Services_Laundry’ received command 22.0

2017-12-31 15:19:58.207 [vent.ItemStateChangedEvent] - Setpoint_Services_Laundry changed from NULL to 22.0

2017-12-31 15:19:58.210 [GroupItemStateChangedEvent] - Temperature changed from 19.1338461538461542 to 19.3385714285714289 through Setpoint_Services_Laundry

2017-12-31 15:19:58.366 [vent.ItemStateChangedEvent] - Light_Living_Walkway changed from NULL to OFF

2017-12-31 15:19:58.369 [GroupItemStateChangedEvent] - Lights changed from NULL to OFF through Light_Living_Walkway

2017-12-31 15:19:58.591 [ome.event.ItemCommandEvent] - Item ‘Temperature_Guests_Attic’ received command 17.6

2017-12-31 15:19:58.594 [vent.ItemStateChangedEvent] - Temperature_Guests_Attic changed from NULL to 17.6

2017-12-31 15:19:58.596 [GroupItemStateChangedEvent] - Temperature changed from 19.3385714285714289 to 19.2226666666666670 through Temperature_Guests_Attic

2017-12-31 15:19:58.813 [ome.event.ItemCommandEvent] - Item ‘Temperature_Guests_Bedroom3’ received command 19.76

2017-12-31 15:19:58.819 [vent.ItemStateChangedEvent] - Temperature_Guests_Bedroom3 changed from NULL to 19.76

2017-12-31 15:19:58.822 [GroupItemStateChangedEvent] - Temperature changed from 19.2226666666666670 to 19.2562500000000003 through Temperature_Guests_Bedroom3

2017-12-31 15:19:59.041 [ome.event.ItemCommandEvent] - Item ‘Temperature_Services_Laundry’ received command 23.14

2017-12-31 15:19:59.060 [GroupItemStateChangedEvent] - Temperature changed from 19.2562500000000003 to 19.4847058823529414 through Temperature_Services_Laundry

2017-12-31 15:19:59.062 [vent.ItemStateChangedEvent] - Temperature_Services_Laundry changed from NULL to 23.14

2017-12-31 15:19:59.264 [ome.event.ItemCommandEvent] - Item ‘Temperature_Guests_Bedroom2’ received command 21.68

2017-12-31 15:19:59.272 [vent.ItemStateChangedEvent] - Temperature_Guests_Bedroom2 changed from NULL to 21.68

2017-12-31 15:19:59.275 [GroupItemStateChangedEvent] - Temperature changed from 19.4847058823529414 to 19.6066666666666669 through Temperature_Guests_Bedroom2

2017-12-31 15:19:59.434 [ome.event.ItemCommandEvent] - Item ‘Shutter_Apartment_Bedroom’ received command STOP

2017-12-31 15:19:59.436 [thome.event.RuleAddedEvent] - Rule ‘dbd1e7c5-9eed-4a31-a49e-9944321be119’ has been added.

2017-12-31 15:19:59.445 [.event.RuleStatusInfoEvent] - dbd1e7c5-9eed-4a31-a49e-9944321be119 updated: INITIALIZING

2017-12-31 15:19:59.484 [ome.event.ItemCommandEvent] - Item ‘Shutter_Apartment_Bedroom’ received command STOP

2017-12-31 15:19:59.535 [.event.RuleStatusInfoEvent] - dbd1e7c5-9eed-4a31-a49e-9944321be119 updated: IDLE

2017-12-31 15:19:59.662 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Services_Mudroom’ received command 21.0

2017-12-31 15:19:59.667 [vent.ItemStateChangedEvent] - Setpoint_Services_Mudroom changed from NULL to 21.0

2017-12-31 15:19:59.670 [GroupItemStateChangedEvent] - Temperature changed from 19.6066666666666669 to 19.6800000000000002 through Setpoint_Services_Mudroom

2017-12-31 15:19:59.956 [ome.event.ItemCommandEvent] - Item ‘Temperature_Services_Mudroom’ received command 21.36

2017-12-31 15:19:59.968 [vent.ItemStateChangedEvent] - Temperature_Services_Mudroom changed from NULL to 21.36

2017-12-31 15:19:59.971 [GroupItemStateChangedEvent] - Temperature changed from 19.6800000000000002 to 19.7640000000000002 through Temperature_Services_Mudroom

2017-12-31 15:20:00.099 [ome.event.ItemCommandEvent] - Item ‘Sensor_Outside_Brightness’ received command 1537.28

2017-12-31 15:20:00.102 [.event.RuleStatusInfoEvent] - dbd1e7c5-9eed-4a31-a49e-9944321be119 updated: RUNNING

2017-12-31 15:20:00.111 [vent.ItemStateChangedEvent] - Sensor_Outside_Brightness changed from NULL to 1537.28

2017-12-31 15:20:00.117 [GroupItemStateChangedEvent] - Temperature changed from 19.7640000000000002 to 92.0266666666666669 through Sensor_Outside_Brightness

2017-12-31 15:20:00.137 [.event.RuleStatusInfoEvent] - dbd1e7c5-9eed-4a31-a49e-9944321be119 updated: IDLE

2017-12-31 15:20:00.194 [ome.event.ItemCommandEvent] - Item ‘Sensor_Outside_Brightness’ received command 1537.28

2017-12-31 15:20:00.218 [ome.event.ItemCommandEvent] - Item ‘Sensor_Outside_Wind’ received command 0.0

2017-12-31 15:20:00.224 [vent.ItemStateChangedEvent] - Sensor_Outside_Wind changed from NULL to 0.0

2017-12-31 15:20:00.227 [GroupItemStateChangedEvent] - Temperature changed from 92.0266666666666669 to 87.8436363636363638 through Sensor_Outside_Wind

2017-12-31 15:20:00.444 [ome.event.ItemCommandEvent] - Item ‘Setpoint_Guests_Attic’ received command 17.0

2017-12-31 15:20:00.451 [vent.ItemStateChangedEvent] - Setpoint_Guests_Attic changed from NULL to 17.0

2017-12-31 15:20:00.455 [GroupItemStateChangedEvent] - Temperature changed from 87.8436363636363638 to 84.7634782608695654 through Setpoint_Guests_Attic

2017-12-31 15:20:15.948 [ome.event.ItemCommandEvent] - Item ‘Sensor_Outside_Brightness’ received command 1692.16

2017-12-31 15:20:15.955 [vent.ItemStateChangedEvent] - Sensor_Outside_Brightness changed from 1537.28 to 1692.16

2017-12-31 15:20:15.958 [GroupItemStateChangedEvent] - Temperature changed from 84.7634782608695654 to 91.4973913043478263 through Sensor_Outside_Brightness

2017-12-31 15:20:27.035 [ome.event.ItemCommandEvent] - Item ‘Temperature_Services_Mudroom’ received command 21.5

2017-12-31 15:20:27.045 [vent.ItemStateChangedEvent] - Temperature_Services_Mudroom changed from 21.36 to 21.5

2017-12-31 15:20:27.048 [GroupItemStateChangedEvent] - Temperature changed from 91.4973913043478263 to 91.5034782608695654 through Temperature_Services_Mudroom

2017-12-31 15:21:00.159 [.event.RuleStatusInfoEvent] - dbd1e7c5-9eed-4a31-a49e-9944321be119 updated: RUNNING

2017-12-31 15:21:00.162 [.event.RuleStatusInfoEvent] - dbd1e7c5-9eed-4a31-a49e-9944321be119 updated: IDLE

2017-12-31 15:21:17.001 [ome.event.ItemCommandEvent] - Item ‘Temperature_Bedroom_Bedroom’ received command 25.26

2017-12-31 15:21:17.008 [vent.ItemStateChangedEvent] - Temperature_Bedroom_Bedroom changed from 24.96 to 25.26

2017-12-31 15:21:17.014 [GroupItemStateChangedEvent] - Temperature changed from 91.5034782608695654 to 91.5165217391304350 through Temperature_Bedroom_Bedroom

Thanks so much,
Alex

most likely :slight_smile:
glad you got it working!