hallo habe seit einiger zeit einen rpi mit eibd im keller er sie usb knx schnittstelle ins netzwerk klatscht
funktioniert auch mit der ets alles gut. jetzt habe ich auf meinem rechner testweise openhab2 installiert das soll später auf einen weiteren rpi in keller das problem ist das ich diesen fehler im log bekomme
2017-11-25 12:47:09.379 [ERROR] [tuwien.auto.calimero ] - KNXnet/IP Tunneling 192.168.178.34:6720: establishing connection failed, timeout connecting to control endpoint /192.168.178.34:6720
2017-11-25 12:47:09.379 [ERROR] [nx.internal.connection.KNXConnection] - Error connecting to KNX bus: timeout connecting to control endpoint /192.168.178.34:6720
2017-11-25 12:47:09.380 [WARN ] [nx.internal.connection.KNXConnection] - Initial connection to KNX bus failed!
mit debugg mode sieht das dann so aus
2017-11-25 12:07:05.496 [ERROR] [org.apache.felix.configadmin ] - [org.osgi.service.cm.ManagedService, id=290, bundle=181/mvn
rg.openhab.binding/org.openhab.binding.knx/1.9.0]: Unexpected problem updating configuration org.openhab.knx
tuwien.auto.calimero.exception.KNXIllegalArgumentE xception: non-valid routing multicast /192.168.178.34
at tuwien.auto.calimero.knxnetip.KNXnetIPRouting.<ini t>(KNXnetIPRouting.java:151)[181
rg.openhab.binding.knx:1.9.0]
at tuwien.auto.calimero.knxnetip.KNXnetIPRouting.<ini t>(KNXnetIPRouting.java:134)[181
rg.openhab.binding.knx:1.9.0]
at tuwien.auto.calimero.link.KNXNetworkLinkIP.<init>( KNXNetworkLinkIP.java:154)[181
rg.openhab.binding.knx:1.9.0]
at org.openhab.binding.knx.internal.connection.KNXCon nection.connectByIp(KNXConnection.java:292)[181
rg.openhab.binding.knx:1.9.0]
at org.openhab.binding.knx.internal.connection.KNXCon nection.connect(KNXConnection.java:179)[181
rg.openhab.binding.knx:1.9.0]
at org.openhab.binding.knx.internal.connection.KNXCon nection.updated(KNXConnection.java:448)[181
rg.openhab.binding.knx:1.9.0]
at org.apache.felix.cm.impl.helper.ManagedServiceTrac ker.updated(ManagedServiceTracker.java:189)[3
rg.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.helper.ManagedServiceTrac ker.updateService(ManagedServiceTracker.java:152)[3
rg.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.helper.ManagedServiceTrac ker.provideConfiguration(ManagedServiceTracker.jav a:85)[3
rg.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.ConfigurationManager$Mana gedServiceUpdate.provide(ConfigurationManager.java :1461)[3
rg.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.ConfigurationManager$Mana gedServiceUpdate.run(ConfigurationManager.java:141 7)[3
rg.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.UpdateThread.run0(UpdateT hread.java:141)[3
rg.apache.felix.configadmin:1.8.12]
at org.apache.felix.cm.impl.UpdateThread.run(UpdateTh read.java:109)[3
rg.apache.felix.configadmin:1.8.12]
at java.lang.Thread.run(Unknown Source)[:1.8.0_131]
meine knx.cfg
# KNX gateway IP address
# (optional, if serialPort or connection type 'ROUTER' is specified)
ip=192.168.178.34
# Local KNX Binding bus address.
# Use it, when two or more openHAB Instances are connected to the same KNX bus.
# (optional, defaults to 0.0.0)
busaddr=1.1.10
# Ignore local KNX Events, prevents internal events coming from
# 'openHAB event bus' a second time to be sent back to the 'openHAB event bus'.
# Note: To send back events second time is a Bug, but for backward compatibility, the behavior is not changed.
# For new installations, its recommend to set "ignorelocalevents=true"
# (optional, defaults to false)
ignorelocalevents=true
# 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.
type=TUNNEL
# KNX gateway port (optional, defaults to 3671)
# Note: If you use eibd, setting to 6720
busaddr=6720
# Local endpoint to specify the multicast interface, no port is used (optional)
#localIp=192.168.178.58
# Serial port of FT1.2 KNX interface (ignored, if ip is specified)
# Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux
#serialPort=
# Pause in milliseconds between two read requests on the KNX bus during
# initialization (optional, defaults to 50)
#pause=
# Timeout in milliseconds to wait for a response from the KNX bus (optional,
# defaults to 10000)
#timeout
# Number of read retries while initialization items from the KNX bus (optional,
# defaults to 3)
#readRetries
# Seconds between connect retries when KNX link has been lost
# 0 means never retry, it will only reconnect on next write or read request
# Note: without periodic retries all events will be lost up to the next read/write
# request
# (optional, default is 0)
#autoReconnectPeriod=30
### Auto refresh feature
# Number of entries permissible in the item refresher queue.
# (optional, defaults to 10000)
#maxRefreshQueueEntries=
# Number of parallel threads for refreshing items. (optional, defaults to 5)
#numberOfThreads=
# Seconds to wait for an orderly shutdown of the auto refresher's
# ScheduledExecutorService. (optional, defaults to 5)
#scheduledExecutorServiceShutdownTimeoutString=
# Use NAT (Network Address Translation)
# (optional; defaults to false)
#useNAT=true
so ich habe gerade keine idee mehr freue mich auf eure hilfe
funktioniert auch mit der ets alles gut. jetzt habe ich auf meinem rechner testweise openhab2 installiert das soll später auf einen weiteren rpi in keller das problem ist das ich diesen fehler im log bekomme
2017-11-25 12:47:09.379 [ERROR] [tuwien.auto.calimero ] - KNXnet/IP Tunneling 192.168.178.34:6720: establishing connection failed, timeout connecting to control endpoint /192.168.178.34:6720
2017-11-25 12:47:09.379 [ERROR] [nx.internal.connection.KNXConnection] - Error connecting to KNX bus: timeout connecting to control endpoint /192.168.178.34:6720
2017-11-25 12:47:09.380 [WARN ] [nx.internal.connection.KNXConnection] - Initial connection to KNX bus failed!
mit debugg mode sieht das dann so aus
2017-11-25 12:07:05.496 [ERROR] [org.apache.felix.configadmin ] - [org.osgi.service.cm.ManagedService, id=290, bundle=181/mvn

tuwien.auto.calimero.exception.KNXIllegalArgumentE xception: non-valid routing multicast /192.168.178.34
at tuwien.auto.calimero.knxnetip.KNXnetIPRouting.<ini t>(KNXnetIPRouting.java:151)[181

at tuwien.auto.calimero.knxnetip.KNXnetIPRouting.<ini t>(KNXnetIPRouting.java:134)[181

at tuwien.auto.calimero.link.KNXNetworkLinkIP.<init>( KNXNetworkLinkIP.java:154)[181

at org.openhab.binding.knx.internal.connection.KNXCon nection.connectByIp(KNXConnection.java:292)[181

at org.openhab.binding.knx.internal.connection.KNXCon nection.connect(KNXConnection.java:179)[181

at org.openhab.binding.knx.internal.connection.KNXCon nection.updated(KNXConnection.java:448)[181

at org.apache.felix.cm.impl.helper.ManagedServiceTrac ker.updated(ManagedServiceTracker.java:189)[3

at org.apache.felix.cm.impl.helper.ManagedServiceTrac ker.updateService(ManagedServiceTracker.java:152)[3

at org.apache.felix.cm.impl.helper.ManagedServiceTrac ker.provideConfiguration(ManagedServiceTracker.jav a:85)[3

at org.apache.felix.cm.impl.ConfigurationManager$Mana gedServiceUpdate.provide(ConfigurationManager.java :1461)[3

at org.apache.felix.cm.impl.ConfigurationManager$Mana gedServiceUpdate.run(ConfigurationManager.java:141 7)[3

at org.apache.felix.cm.impl.UpdateThread.run0(UpdateT hread.java:141)[3

at org.apache.felix.cm.impl.UpdateThread.run(UpdateTh read.java:109)[3

at java.lang.Thread.run(Unknown Source)[:1.8.0_131]
meine knx.cfg
# KNX gateway IP address
# (optional, if serialPort or connection type 'ROUTER' is specified)
ip=192.168.178.34
# Local KNX Binding bus address.
# Use it, when two or more openHAB Instances are connected to the same KNX bus.
# (optional, defaults to 0.0.0)
busaddr=1.1.10
# Ignore local KNX Events, prevents internal events coming from
# 'openHAB event bus' a second time to be sent back to the 'openHAB event bus'.
# Note: To send back events second time is a Bug, but for backward compatibility, the behavior is not changed.
# For new installations, its recommend to set "ignorelocalevents=true"
# (optional, defaults to false)
ignorelocalevents=true
# 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.
type=TUNNEL
# KNX gateway port (optional, defaults to 3671)
# Note: If you use eibd, setting to 6720
busaddr=6720
# Local endpoint to specify the multicast interface, no port is used (optional)
#localIp=192.168.178.58
# Serial port of FT1.2 KNX interface (ignored, if ip is specified)
# Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux
#serialPort=
# Pause in milliseconds between two read requests on the KNX bus during
# initialization (optional, defaults to 50)
#pause=
# Timeout in milliseconds to wait for a response from the KNX bus (optional,
# defaults to 10000)
#timeout
# Number of read retries while initialization items from the KNX bus (optional,
# defaults to 3)
#readRetries
# Seconds between connect retries when KNX link has been lost
# 0 means never retry, it will only reconnect on next write or read request
# Note: without periodic retries all events will be lost up to the next read/write
# request
# (optional, default is 0)
#autoReconnectPeriod=30
### Auto refresh feature
# Number of entries permissible in the item refresher queue.
# (optional, defaults to 10000)
#maxRefreshQueueEntries=
# Number of parallel threads for refreshing items. (optional, defaults to 5)
#numberOfThreads=
# Seconds to wait for an orderly shutdown of the auto refresher's
# ScheduledExecutorService. (optional, defaults to 5)
#scheduledExecutorServiceShutdownTimeoutString=
# Use NAT (Network Address Translation)
# (optional; defaults to false)
#useNAT=true
so ich habe gerade keine idee mehr freue mich auf eure hilfe
Kommentar