Hey,
after ignoring this for some time i thought its time to migrate from 1 to 2…
But my first steps to not work…Help
- i installed knx2 binding via paperui.
- configured the binding. Inside things the knx/ip router is shown as “online”
- i deinstalled knx1 binding
- going to knx.things…
Bridge knx:ip:KNXROUTER "KNX/IP Router" @ "KNX" [
type="TUNNEL",
ipAddress="<ip goes here>",
portNumber=3671,
localIp="<local ip goes here>",
readingPause=50,
responseTimeout=10,
readRetriesLimit=10,
autoReconnectPeriod=30,
localSourceAddr="2.0.0" ]
{
Thing device egdimmaktor1 [
address="1.2.25",
fetch=false,
pingInterval=300,
readInterval=3600
] {
Type switch : Channel_B "Channel B" [ ga="2/0/41+<2/3/41" ]
}
}
In paperui he says KNX device knx:device:KNXROUTER:egdimmaktor1 is offline.
In logfiles it looks like:
2018-10-21 02:20:26.547 [hingStatusInfoChangedEvent] - 'knx:device:KNXROUTER:egdimmaktor1' changed from INITIALIZING to OFFLINE (BRIDGE_OFFLINE)
2018-10-21 02:20:26.553 [hingStatusInfoChangedEvent] - 'knx:device:KNXROUTER:egdimmaktor1' changed from UNINITIALIZED to INITIALIZING
My test-devide
So… whats wrong? :-(((
Thanks,
Patrick