Help knx

Hallo I've used open remote since 1 year to control my knx blinds, I used rules too, everything using my raspberry and all worked fine. One week ago a thunderstorm caused a black out and I was obliged to reinstall everything. Unfortunately from that day I've problems with rules and blind's slides (in particular I can't check the state), please can you help me, I paste my log.

INFO 2016-06-13 21:04:16,262 (KNX): KNX IP interface hostname set to 'null'
INFO 2016-06-13 21:04:16,277 (KNX): KNX IP interface port set to '3671'
INFO 2016-06-13 21:04:16,279 (KNX): KNX PhysicalBus clazz set to 'org.openremote.controller.protocol.port.DatagramSocketPort'
INFO 2016-06-13 21:04:16,293 (KNX): Scheduled reconnection task
INFO 2016-06-13 21:04:16,299 (KNX): Trying to create connection
INFO 2016-06-13 21:04:16,301 (KNX): Removing connection
WARN 2016-06-13 21:04:16,307 (KNX): Unknown KNX property '<property name = "name" value = "Tapparella stato Lorenzo"/>'.
INFO 2016-06-13 21:04:16,328 (KNX): KNX Connection manager resolving local host IP addresses...
INFO 2016-06-13 21:04:16,351 (KNX): Found candidate NIC: name:eth0 (eth0)
INFO 2016-06-13 21:04:16,361 (KNX): Skipped IPv6 address (not supported by KNX)
INFO 2016-06-13 21:04:16,364 (KNX): Added candidate IP address to set - /192.168.1.161
INFO 2016-06-13 21:04:16,373 (KNX): Skipping loopback interface: name:lo (lo)
INFO 2016-06-13 21:04:17,568 (KNX): Found a KNX IP interface at /192.168.1.31:3671
INFO 2016-06-13 21:04:17,735 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/1/2 Data: 0x00 for group address '0/1/2'
INFO 2016-06-13 21:04:17,748 (KNX): Connection created for KNX IP interface at /192.168.1.31:3671
INFO 2016-06-13 21:04:17,756 (KNX): Found a KNX IP interface at /192.168.1.32:3671
INFO 2016-06-13 21:04:17,824 (KNX): Notified with KNX interface status = connected
INFO 2016-06-13 21:04:17,826 (KNX): Connected to KNX-IP interface /192.168.1.31:3671
INFO 2016-06-13 21:04:17,847 (KNX): KNX-IP socket listener IOException
java.net.SocketException: Socket closed
  at java.net.PlainDatagramSocketImpl.receive0(Native Method)
  at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:145)
  at java.net.DatagramSocket.receive(DatagramSocket.java:786)
  at org.openremote.controller.protocol.port.DatagramSocketPort.receive(DatagramSocketPort.java:78)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(IpProcessor.java:82)
WARN 2016-06-13 21:04:17,858 (KNX): KNX-IP socket listener stopped
INFO 2016-06-13 21:04:17,860 (KNX): Stopping connection timer
WARN 2016-06-13 21:04:18,065 (KNX): Unknown KNX property '<property name = "name" value = "Tapparella stato Studio"/>'.
INFO 2016-06-13 21:04:18,071 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/4/2 Data: 0x00 for group address '0/4/2'
WARN 2016-06-13 21:04:18,237 (KNX): Unknown KNX property '<property name = "name" value = "Tapparella stato WC Gianlu"/>'.
INFO 2016-06-13 21:04:18,251 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/6/2 Data: 0x00 for group address '0/6/2'
WARN 2016-06-13 21:04:18,389 (KNX): Unknown KNX property '<property name = "name" value = "Letto Stato"/>'.
INFO 2016-06-13 21:04:18,391 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/0/3 Data: 0x00 for group address '0/0/3'
WARN 2016-06-13 21:04:18,511 (KNX): Unknown KNX property '<property name = "name" value = "Tapparella stato cucina"/>'.
INFO 2016-06-13 21:04:18,513 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/2 Data: 0x00 for group address '0/3/2'
WARN 2016-06-13 21:04:18,577 (KNX): Unknown KNX property '<property name = "name" value = "Tapparella stato WC Sery"/>'.
INFO 2016-06-13 21:04:18,580 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/5/2 Data: 0x00 for group address '0/5/2'
WARN 2016-06-13 21:04:18,643 (KNX): Unknown KNX property '<property name = "name" value = "Tapparella stato Salone"/>'.
INFO 2016-06-13 21:04:18,646 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/2/2 Data: 0x00 for group address '0/2/2'
WARN 2016-06-13 21:04:18,709 (KNX): Unknown KNX property '<property name = "name" value = "Slide Salone"/>'.
WARN 2016-06-13 21:04:18,932 (KNX): Unknown KNX property '<property name = "name" value = "Slide Letto"/>'.
WARN 2016-06-13 21:04:19,012 (KNX): Unknown KNX property '<property name = "name" value = "Slide WC Gianlu"/>'.
WARN 2016-06-13 21:04:19,143 (KNX): Unknown KNX property '<property name = "name" value = "Slide Cucina"/>'.
ERROR 2016-06-13 21:04:19,339 (KNX): KNX Error
java.lang.NullPointerException
  at org.openremote.controller.statuscache.rules.RuleEngine.push(RuleEngine.java:145)
  at org.openremote.controller.statuscache.EventProcessorChain.push(EventProcessorChain.java:188)
  at org.openremote.controller.statuscache.StatusCache.update(StatusCache.java:260)
  at org.openremote.controller.model.sensor.Sensor.update(Sensor.java:342)
  at org.openremote.controller.protocol.knx.GroupValueRead.updateSensor(GroupValueRead.java:356)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.handleLDataInd(KNXIpConnectionManager.java:975)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.receive(KNXIpConnectionManager.java:737)
  at org.openremote.controller.protocol.knx.ip.IpTunnelClient.notifyMessage(IpTunnelClient.java:229)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(IpProcessor.java:102)
ERROR 2016-06-13 21:04:22,287 (KNX): KNX Error
java.lang.NullPointerException
  at org.openremote.controller.statuscache.rules.RuleEngine.push(RuleEngine.java:145)
  at org.openremote.controller.statuscache.EventProcessorChain.push(EventProcessorChain.java:188)
  at org.openremote.controller.statuscache.StatusCache.update(StatusCache.java:260)
  at org.openremote.controller.model.sensor.Sensor.update(Sensor.java:342)
  at org.openremote.controller.protocol.knx.GroupValueRead.updateSensor(GroupValueRead.java:356)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.handleLDataInd(KNXIpConnectionManager.java:975)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.receive(KNXIpConnectionManager.java:737)
  at org.openremote.controller.protocol.knx.ip.IpTunnelClient.notifyMessage(IpTunnelClient.java:229)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(IpProcessor.java:102)
ERROR 2016-06-13 21:04:25,309 (KNX): KNX Error
java.lang.NullPointerException
  at org.openremote.controller.statuscache.rules.RuleEngine.push(RuleEngine.java:145)
  at org.openremote.controller.statuscache.EventProcessorChain.push(EventProcessorChain.java:188)
  at org.openremote.controller.statuscache.StatusCache.update(StatusCache.java:260)
  at org.openremote.controller.model.sensor.Sensor.update(Sensor.java:342)
  at org.openremote.controller.protocol.knx.GroupValueRead.updateSensor(GroupValueRead.java:356)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.handleLDataInd(KNXIpConnectionManager.java:975)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.receive(KNXIpConnectionManager.java:737)
  at org.openremote.controller.protocol.knx.ip.IpTunnelClient.notifyMessage(IpTunnelClient.java:229)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(IpProcessor.java:102)
ERROR 2016-06-13 21:04:28,330 (KNX): KNX Error
java.lang.NullPointerException
  at org.openremote.controller.statuscache.rules.RuleEngine.push(RuleEngine.java:145)
  at org.openremote.controller.statuscache.EventProcessorChain.push(EventProcessorChain.java:188)
  at org.openremote.controller.statuscache.StatusCache.update(StatusCache.java:260)
  at org.openremote.controller.model.sensor.Sensor.update(Sensor.java:342)
  at org.openremote.controller.protocol.knx.GroupValueRead.updateSensor(GroupValueRead.java:356)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.handleLDataInd(KNXIpConnectionManager.java:975)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.receive(KNXIpConnectionManager.java:737)
  at org.openremote.controller.protocol.knx.ip.IpTunnelClient.notifyMessage(IpTunnelClient.java:229)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(IpProcessor.java:102)
ERROR 2016-06-13 21:04:31,352 (KNX): KNX Error
java.lang.NullPointerException
  at org.openremote.controller.statuscache.rules.RuleEngine.push(RuleEngine.java:145)
  at org.openremote.controller.statuscache.EventProcessorChain.push(EventProcessorChain.java:188)
  at org.openremote.controller.statuscache.StatusCache.update(StatusCache.java:260)
  at org.openremote.controller.model.sensor.Sensor.update(Sensor.java:342)
  at org.openremote.controller.protocol.knx.GroupValueRead.updateSensor(GroupValueRead.java:356)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.handleLDataInd(KNXIpConnectionManager.java:975)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.receive(KNXIpConnectionManager.java:737)
  at org.openremote.controller.protocol.knx.ip.IpTunnelClient.notifyMessage(IpTunnelClient.java:229)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(IpProcessor.java:102)
ERROR 2016-06-13 21:04:34,373 (KNX): KNX Error
java.lang.NullPointerException
  at org.openremote.controller.statuscache.rules.RuleEngine.push(RuleEngine.java:145)
  at org.openremote.controller.statuscache.EventProcessorChain.push(EventProcessorChain.java:188)
  at org.openremote.controller.statuscache.StatusCache.update(StatusCache.java:260)
  at org.openremote.controller.model.sensor.Sensor.update(Sensor.java:342)
  at org.openremote.controller.protocol.knx.GroupValueRead.updateSensor(GroupValueRead.java:356)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.handleLDataInd(KNXIpConnectionManager.java:975)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.receive(KNXIpConnectionManager.java:737)
  at org.openremote.controller.protocol.knx.ip.IpTunnelClient.notifyMessage(IpTunnelClient.java:229)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(IpProcessor.java:102)
ERROR 2016-06-13 21:04:37,401 (KNX): KNX Error
java.lang.NullPointerException
  at org.openremote.controller.statuscache.rules.RuleEngine.push(RuleEngine.java:145)
  at org.openremote.controller.statuscache.EventProcessorChain.push(EventProcessorChain.java:188)
  at org.openremote.controller.statuscache.StatusCache.update(StatusCache.java:260)
  at org.openremote.controller.model.sensor.Sensor.update(Sensor.java:342)
  at org.openremote.controller.protocol.knx.GroupValueRead.updateSensor(GroupValueRead.java:356)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.handleLDataInd(KNXIpConnectionManager.java:975)
  at org.openremote.controller.protocol.knx.KNXIpConnectionManager$KNXConnectionImpl.receive(KNXIpConnectionManager.java:737)
  at org.openremote.controller.protocol.knx.ip.IpTunnelClient.notifyMessage(IpTunnelClient.java:229)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(IpProcessor.java:102)

HI,

I can’t offer direct help for you, but I have a similar system that I installed 3 weeks ago.

raspberry Pi2

OR Controller 2.5

OpenDesigner Pro 2.5

I installed everything clean out of the box and my KNX system, including blinds, is working OK.

The one thing I don’t have, are rules.

Maybe try a re-install again of everything?

Actually my system works. My blinds go up and down the problem is that it doesn't read the status and the slides don't change. I'll try to explain, when i close a blind using botton down the blind goes down but the slides that show the status doesn't change, i see the blind full open, as you can see in my log i got an error in reading. I don't know if it is a java problem or others, as soon i can i'll try to use the new designer to make a test. Wich version of java are you performing? Can you try to schedule a rule just to try? Thanks

Hi to everybody. I'm still tryng to fix my problem. I'd like to try installing java 1.6 (now i'm using java 1.7) but i'm not able to. Can anybody explain me how install java 1.6? Or give me some tutorial link. Thanks a lot

Hi I've checked the bus using ets and the actuator correctly write the status on the bus but the controller is not able to read it. I've checked the bus using eibd too an I see the same results. I'll paste the last logs, please give me some advices.
Tnx a lot

INFO 2016-07-08 23:21:52,478 (KNX): KNX Connection manager resolving local host IP addresses...
INFO 2016-07-08 23:21:52,480 (KNX): Found candidate NIC: name:eth0 (eth0)
INFO 2016-07-08 23:21:52,481 (KNX): Skipped IPv6 address (not supported by KNX) /fe80:0:0:0:8ef2:c183:8ca:1a1d%eth0
INFO 2016-07-08 23:21:52,482 (KNX): Added candidate IP address to set - /192.168.1.161
INFO 2016-07-08 23:21:52,483 (KNX): Skipping loopback interface: name:lo (lo)
INFO 2016-07-08 23:21:52,491 (KNX): Found a KNX IP interface at /192.168.1.31:3671
INFO 2016-07-08 23:21:52,493 (KNX): Connection created for KNX IP interface at /192.168.1.31:3671
INFO 2016-07-08 23:24:32,594 (KNX): KNX IP interface hostname set to '192.168.1.31'
INFO 2016-07-08 23:24:32,600 (KNX): KNX IP interface port set to '3671'
INFO 2016-07-08 23:24:32,602 (KNX): KNX PhysicalBus clazz set to 'org.openremote.controller.protocol.port.DatagramSocketPort'
INFO 2016-07-08 23:24:32,609 (KNX): Scheduled reconnection task
INFO 2016-07-08 23:24:32,623 (KNX): Trying to create connection
INFO 2016-07-08 23:24:32,625 (KNX): Removing connection
INFO 2016-07-08 23:24:32,660 (KNX): KNX Connection manager resolving local host IP addresses...
INFO 2016-07-08 23:24:32,666 (KNX): Found candidate NIC: name:eth0 (eth0)
INFO 2016-07-08 23:24:32,687 (KNX): Skipped IPv6 address (not supported by KNX) /fe80:0:0:0:8ef2:c183:8ca:1a1d%eth0
INFO 2016-07-08 23:24:32,689 (KNX): Added candidate IP address to set - /192.168.1.161
INFO 2016-07-08 23:24:32,691 (KNX): Skipping loopback interface: name:lo (lo)
INFO 2016-07-08 23:24:33,124 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/1/2 Data: 0x00 for group address '0/1/2'
INFO 2016-07-08 23:24:33,235 (KNX): Found a KNX IP interface at /192.168.1.31:3671
INFO 2016-07-08 23:24:33,478 (KNX): Connection created for KNX IP interface at /192.168.1.31:3671
INFO 2016-07-08 23:24:33,566 (KNX): Notified with KNX interface status = connected
INFO 2016-07-08 23:24:33,570 (KNX): Connected to KNX-IP interface /192.168.1.31:3671
INFO 2016-07-08 23:24:33,574 (KNX): KNX-IP socket listener IOException
java.net.SocketException: Socket closed
  at java.net.PlainDatagramSocketImpl.receive0(Native Method)
  at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:144)
  at java.net.DatagramSocket.receive(DatagramSocket.java:812)
  at org.openremote.controller.protocol.port.DatagramSocketPort.receive(Unknown Source)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(Unknown Source)
WARN 2016-07-08 23:24:33,587 (KNX): KNX-IP socket listener stopped
INFO 2016-07-08 23:24:33,589 (KNX): Stopping connection timer
INFO 2016-07-08 23:24:33,620 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/2/2 Data: 0x00 for group address '0/2/2'
INFO 2016-07-08 23:24:33,852 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/2 Data: 0x00 for group address '0/3/2'
INFO 2016-07-08 23:24:33,985 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/4/2 Data: 0x00 for group address '0/4/2'
INFO 2016-07-08 23:24:34,262 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/0/3 Data: 0x00 for group address '0/0/3'
INFO 2016-07-08 23:24:34,311 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/6/2 Data: 0x00 for group address '0/6/2'
INFO 2016-07-08 23:24:34,570 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/5/2 Data: 0x00 for group address '0/5/2'
INFO 2016-07-08 23:27:25,660 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/6/0 Data: 0x01 for group address '0/6/0'
INFO 2016-07-08 23:27:28,116 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/6/1 Data: 0x0F for group address '0/6/1'
INFO 2016-07-08 23:27:32,298 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/0 Data: 0x01 for group address '0/3/0'
INFO 2016-07-08 23:27:32,928 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/1 Data: 0x0F for group address '0/3/1'
INFO 2016-07-08 23:31:10,333 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/7/0 Data: 0x00 for group address '0/7/0'
INFO 2016-07-08 23:31:10,405 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/7/1 Data: 0x0F for group address '0/7/1'
INFO 2016-07-08 23:31:10,456 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/7/0 Data: 0x01 for group address '0/7/0'
INFO 2016-07-08 23:31:10,459 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/7/1 Data: 0x0F for group address '0/7/1'
INFO 2016-07-08 23:31:10,508 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/2/0 Data: 0x01 for group address '0/2/0'
INFO 2016-07-08 23:31:10,511 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/7/1 Data: 0x0F for group address '0/7/1'
INFO 2016-07-08 23:31:10,513 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/0 Data: 0x01 for group address '0/3/0'
INFO 2016-07-08 23:31:10,515 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/7/1 Data: 0x0F for group address '0/7/1'
INFO 2016-07-08 23:38:22,496 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/0 Data: 0x00 for group address '0/3/0'
INFO 2016-07-08 23:38:23,002 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/1 Data: 0x0F for group address '0/3/1'
INFO 2016-07-08 23:39:21,286 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/0 Data: 0x01 for group address '0/3/0'
INFO 2016-07-08 23:46:39,497 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/0 Data: 0x01 for group address '0/3/0'
INFO 2016-07-08 23:46:39,876 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/1 Data: 0x0F for group address '0/3/1'
INFO 2016-07-09 00:04:22,507 (KNX): KNX IP interface hostname set to '192.168.1.31'
INFO 2016-07-09 00:04:22,509 (KNX): KNX IP interface port set to '3671'
INFO 2016-07-09 00:04:22,511 (KNX): KNX PhysicalBus clazz set to 'org.openremote.controller.protocol.port.DatagramSocketPort'
INFO 2016-07-09 00:04:22,519 (KNX): Scheduled reconnection task
INFO 2016-07-09 00:04:22,532 (KNX): Trying to create connection
INFO 2016-07-09 00:04:22,534 (KNX): Removing connection
INFO 2016-07-09 00:04:22,564 (KNX): KNX Connection manager resolving local host IP addresses...
INFO 2016-07-09 00:04:22,578 (KNX): Found candidate NIC: name:eth0 (eth0)
INFO 2016-07-09 00:04:22,604 (KNX): Skipped IPv6 address (not supported by KNX) /fe80:0:0:0:8ef2:c183:8ca:1a1d%eth0
INFO 2016-07-09 00:04:22,606 (KNX): Added candidate IP address to set - /192.168.1.161
INFO 2016-07-09 00:04:22,618 (KNX): Skipping loopback interface: name:lo (lo)
INFO 2016-07-09 00:04:23,036 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/1/2 Data: 0x00 for group address '0/1/2'
INFO 2016-07-09 00:04:23,039 (KNX): Found a KNX IP interface at /192.168.1.31:3671
INFO 2016-07-09 00:04:23,234 (KNX): Connection created for KNX IP interface at /192.168.1.31:3671
INFO 2016-07-09 00:04:23,269 (KNX): Found a KNX IP interface at /192.168.1.161:3671
INFO 2016-07-09 00:04:23,412 (KNX): Notified with KNX interface status = connected
INFO 2016-07-09 00:04:23,415 (KNX): Connected to KNX-IP interface /192.168.1.31:3671
INFO 2016-07-09 00:04:23,430 (KNX): KNX-IP socket listener IOException
java.net.SocketException: Socket closed
  at java.net.PlainDatagramSocketImpl.receive0(Native Method)
  at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:144)
  at java.net.DatagramSocket.receive(DatagramSocket.java:812)
  at org.openremote.controller.protocol.port.DatagramSocketPort.receive(Unknown Source)
  at org.openremote.controller.protocol.knx.ip.IpProcessor$PhysicalBusListener.run(Unknown Source)
WARN 2016-07-09 00:04:23,434 (KNX): KNX-IP socket listener stopped
INFO 2016-07-09 00:04:23,447 (KNX): Stopping connection timer
INFO 2016-07-09 00:04:23,800 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/2/2 Data: 0x00 for group address '0/2/2'
INFO 2016-07-09 00:04:24,218 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/2 Data: 0x00 for group address '0/3/2'
INFO 2016-07-09 00:04:24,495 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/4/2 Data: 0x00 for group address '0/4/2'
INFO 2016-07-09 00:04:25,093 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/0/3 Data: 0x00 for group address '0/0/3'
INFO 2016-07-09 00:04:25,193 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/6/2 Data: 0x00 for group address '0/6/2'
INFO 2016-07-09 00:04:25,771 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/5/2 Data: 0x00 for group address '0/5/2'
INFO 2016-07-09 00:05:44,866 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/6/1 Data: 0x0F for group address '0/6/1'
INFO 2016-07-09 00:06:04,818 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/0 Data: 0x00 for group address '0/3/0'
INFO 2016-07-09 00:06:05,242 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/1 Data: 0x0F for group address '0/3/1'
INFO 2016-07-09 00:17:48,272 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/1/2 Data: 0x00 for group address '0/1/2'
INFO 2016-07-09 00:17:48,872 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/2/2 Data: 0x00 for group address '0/2/2'
INFO 2016-07-09 00:17:49,621 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/2 Data: 0x00 for group address '0/3/2'
INFO 2016-07-09 00:17:50,090 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/4/2 Data: 0x00 for group address '0/4/2'
INFO 2016-07-09 00:17:50,554 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/0/3 Data: 0x00 for group address '0/0/3'
INFO 2016-07-09 00:17:50,742 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/6/2 Data: 0x00 for group address '0/6/2'
INFO 2016-07-09 00:17:51,281 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/5/2 Data: 0x00 for group address '0/5/2'
INFO 2016-07-09 00:17:58,527 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/1/2 Data: 0x00 for group address '0/1/2'
INFO 2016-07-09 00:17:58,629 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/2/2 Data: 0x00 for group address '0/2/2'
INFO 2016-07-09 00:17:58,729 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/3/2 Data: 0x00 for group address '0/3/2'
INFO 2016-07-09 00:17:58,778 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/4/2 Data: 0x00 for group address '0/4/2'
INFO 2016-07-09 00:17:58,879 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/0/3 Data: 0x00 for group address '0/0/3'
INFO 2016-07-09 00:17:58,924 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/6/2 Data: 0x00 for group address '0/6/2'
INFO 2016-07-09 00:17:59,093 (KNX): Created KNX Command [FRAME] L_Data.req 0.0.0 -> 0/5/2 Data: 0x00 for group address '0/5/2'

It looks like your KNX IP Interface and the OpenRemote Controller have communication issues.
You are using a Pi for OpenRemote, right? And what KNX IP Interface do you use?
You say that you see the same result with eibd? What do you mean? You see a connection error?

Hi, thanks for answer. Yes, i'm using a raspberry pi to run the controller, everething worked untill last mounth when i was obliged to change the radpberry's sd card. My knz interface is siemens n148/22.with eibd i can see the actuator write the state. I've made some screenshots but i don't know how to paste its. How can i do? Thanks

I have seen a similar problem with a KNX install and problem only started occurring in the past couple of months. For some reason cycling the power on the ABB KNX IP Interface module fixes the issue until the next time the controller is restarted; I put this down to a potential issue with the IP Interface but maybe there is more to this problem (it used to work perfectly).

Rich

If you use the website from google groups the editor allows to upload picture.

Here the screenshots

ETS

EIBD

log openremote

as you can see the actuator write the state (in exadecimal on eibd, both exadecimal and precentual in ETS) but I can’t read it on openremote.

Thanks for any helping

It’s not a good news. So should I shut down and start the ip interface until it doesn’t fix the issue?
Thanks for answer

You can try and restart the IP Interfeace when you see the Connection Exception in OpenRemote.
Maybe that will fix the issue.

Hallo,

I’ve tryed to reset my interface from ets but nothing changed. I can’t get the status. I don’t know what else I can do. Any help is appreciated

Could you try and use a different computer instead the pi?

I've tried knx controller (android) and it can read the status. I really don't know, i'll try other ways. Hope to read someone, bye

I suspect that the openremote is trying to read wrong group address. It shouldn't be same as command(write) group address.. that is at least case for me. Also check that read flags are set correctly on ets.

Also I recommend that you shut down all computers using knx ip-connection including raspi and then wait some time(an hour.. or overnight) and then power up raspi and openremote first. My abb ip-router hangs up sometimes so it won't release old connections and hence I cannot get ORcontroller knx online.

I run controller on pi3 with newest raspian jessie, oracle java8 and controller 2.6

Also, does your other OR controlled knx functions work? Can you read the status on status group address? Does or get it when you read it via ets? Does your blind controller broadcast status change arter it reached desired position?

Hallo Jussi, thanks for your post. I’ll try to answer to your question: My OR controlled knx functions work fine, I can move my blinds and perform tasks. I can read the status on status group address and my blind controller broadcast status change. I’ve made some test using OR and reading the status addresses with ETS and EIBD, I attach the screenshots and the log of Openremote. The addresses that end with the number 2 are status addresses, the 1/9… is the controller and 1/254… is my interface (SIEMENS), as you can see the openremote try to read the correct group. I used it for more than 1 year and till last 2-3 mounth everythng worked fine than I was obliged to change the SD in raspberry and install from the beginning and at that moment the problems started.
Thanks a lot

BUS ETS.PNG

Bus.PNG

Log Openremote.PNG

Hi to everybody, this is to let you know that i’ve not fixed the problem, have you got any other ideas to try? I’d like to try something using this holidays.
Thanks

Had the same problem.

Open ‘config.properties’ file. (It is located at …\openremote\webapps\controller\WEB-INF\classes)

Find lines: