Ankündigung

Einklappen
Keine Ankündigung bisher.

KNX Things Offline

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    KNX Things Offline

    Hallo zusammen,

    ich habe ein Problem was mich tierisch ärgert.
    Meine KNX Things gehen sporadisch auf Offline und werden nicht mehr Online gesetzt.
    Kann mir hier jemand weiterhelfen?

    Im Logging steht:

    2020-05-1315:53:08.767 [WARN ] [Xnet/IP Tunneling 192.168.2.113:3671] - response timeout waiting for confirmation
    tuwien.auto.calimero.KNXTimeoutException: no confirmation reply received for 0.0.0->1.4.2L_Data.req, system priority hop count 6 repeat, tpdu 80
    at tuwien.auto.calimero.knxnetip.ClientConnection.doE xtraBlockingModes(ClientConnection.java:244) ~[?:?]
    at tuwien.auto.calimero.knxnetip.ConnectionBase.send( ConnectionBase.java:258) ~[?:?]
    at tuwien.auto.calimero.knxnetip.KNXnetIPTunnel.send( KNXnetIPTunnel.java:177) ~[?:?]
    at tuwien.auto.calimero.link.KNXNetworkLinkIP.onSend( KNXNetworkLinkIP.java:264) ~[?:?]
    at tuwien.auto.calimero.link.AbstractLink.send(Abstra ctLink.java:332) ~[?:?]
    at tuwien.auto.calimero.link.KNXNetworkLinkIP.sendReq uestWait(KNXNetworkLinkIP.java:243) ~[?:?]
    at tuwien.auto.calimero.mgmt.TransportLayerImpl.conne ct(TransportLayerImpl.java:327) ~[?:?]
    at tuwien.auto.calimero.mgmt.ManagementClientImpl.sen d(ManagementClientImpl.java:796) ~[?:?]
    at tuwien.auto.calimero.mgmt.ManagementClientImpl.sen dWait2(ManagementClientImpl.java:824) ~[?:?]
    at tuwien.auto.calimero.mgmt.ManagementClientImpl.rea dDeviceDesc(ManagementClientImpl.java:447) ~[?:?]
    at tuwien.auto.calimero.mgmt.ManagementProceduresImpl .isAddressOccupied(ManagementProceduresImpl.java:3 10) ~[?:?]
    at org.openhab.binding.knx.internal.client.AbstractKN XClient.isReachable(AbstractKNXClient.java:341) ~[?:?]
    at org.openhab.binding.knx.internal.handler.AbstractK NXThingHandler.pollDeviceStatus(AbstractKNXThingHa ndler.java:148) ~[?:?]
    at org.openhab.binding.knx.internal.handler.AbstractK NXThingHandler.lambda$1(AbstractKNXThingHandler.ja va:188) ~[?:?]
    at java.util.concurrent.Executors$RunnableAdapter.cal l(Executors.java:511) [?:1.8.0_222]
    at java.util.concurrent.FutureTask.runAndReset(Future Task.java:308) [?:1.8.0_222]
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(ScheduledThreadPoolE xecutor.java:180) [?:1.8.0_222]
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.run(ScheduledThreadPoolExecutor .java:294) [?:1.8.0_222]
    at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1149) [?:1.8.0_222]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624) [?:1.8.0_222]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]

    Meine Things Datei:


    Bridge knx:ip:bridge
    [
    type="TUNNEL",
    ipAddress="192.168.2.113"


    ]
    //autoReconnectPeriod="60",
    //localIp="192.168.2.128",
    //readingPause=50,
    //responseTimeout=10,
    //readRetriesLimit=3,
    //localSourceAddr="1.4.4",
    //portNumber=3671


    {
    Thing device Jalousieaktor "Jalousieaktor 1.4.1" @ "KNX"//[address="1.4.1", fetch=false, pingInterval=600, readInterval=300]
    [address="1.4.1"]
    {
    Type rollershutter : EG_Schiebetuere "Terassentüre" [ upDown="2/0/0", stopMove="2/1/0", position="2/2/0+<2/3/0", autoupdate="false"]
    Type rollershutter : EG_Kueche "Küche" [ upDown="2/0/3", stopMove="2/1/3", position="2/2/3+<2/3/3", autoupdate="false"]
    Type rollershutter : EG_Blumenfenster "Blumenfenster" [ upDown="2/0/2", stopMove="2/1/2", position="2/2/2+<2/3/2", autoupdate="false"]
    Type rollershutter : EG_Gaestezimmer "Gästezimmer" [ upDown="2/0/5", stopMove="2/1/5", position="2/2/5+<2/3/5", autoupdate="false"]
    Type rollershutter : EG_Wohnzimmer "Wohnzimmer" [ upDown="2/0/9", stopMove="2/1/9", position="2/2/9+<2/3/9", autoupdate="false"]
    Type rollershutter : EG_Balkontuere "Balkontüre" [ upDown="2/0/1", stopMove="2/1/1", position="2/2/1+<2/3/1", autoupdate="false"]
    Type rollershutter : DG_Bad_DG "Bad DG" [ upDown="2/0/7", stopMove="2/1/7", position="2/2/7+<2/3/7", autoupdate="false"]
    Type rollershutter : DG_Eltern "Eltern" [ upDown="2/0/8", stopMove="2/1/8", position="2/2/8+<2/3/8", autoupdate="false"]
    Type rollershutter : DG_Kind2 "Kinderzimmer" [ upDown="2/0/4", stopMove="2/1/4", position="2/2/4+<2/3/4", autoupdate="false"]
    Type rollershutter : DG_Buero "Büro" [ upDown="2/0/6", stopMove="2/1/6", position="2/2/6+<2/3/6", autoupdate="false"]
    }

    Thing device Schaltaktor1 "Schaltaktor 1.4.2" @ "KNX"//[address="1.4.2", fetch=false, pingInterval=600, readInterval=300]
    [address="1.4.2"]
    {
    Type switch: Steckdose_Balkon "Steckdose Balkon" [ ga="1/0/28+<1/1/28" ]
    Type switch: Beleuchtung_Flur_UG "Flur UG" [ ga="1/0/26+<1/1/26" ]
    Type switch: Beleuchtung_Esszimmertisch "Esszimmertisch" [ ga="1/0/2+<1/1/2" ]
    Type switch: Beleuchtung_Esszimmer_Durchgang "Esszimmer Durchgangsbeleuchtung" [ ga="1/0/1+<1/1/1" ]
    Type switch: Beleuchtung_Blumenfenster_EZ "Blumenfenster" [ ga="1/0/3+<1/1/3" ]
    Type switch: Beleuchtung_Couch_WZ "Couch" [ ga="1/0/4+<1/1/4" ]
    Type switch: Beleuchtung_Wandlampen_WZ "Wandlampen" [ ga="1/0/27+<1/1/27" ]
    Type switch: Beleuchtung_Eltern "Eltern" [ ga="1/0/13+<1/1/13" ]
    Type switch: Beleuchtung_Kueche_Decke "Küche Decke" [ ga="1/0/5+<1/1/5" ]
    Type switch: Beleuchtung_Kueche_Bar "Küche Bar" [ ga="1/0/6+<1/1/6" ]
    Type switch: Beleuchtung_Buero_DG "Büro DG" [ ga="1/0/20+<1/1/20" ]
    Type switch: Beleuchtung_Gaestezimmer "Gästezimmer" [ ga="1/0/8+<1/1/8" ]
    Type switch: Beleuchtung_Flur_EG "Flur EG" [ ga="1/0/26+<1/1/26" ]
    Type switch: Beleuchtung_Treppe_EG_UG "Treppenbeleuchtung EG/UG" [ ga="1/0/25+<1/1/25" ]
    Type switch: Beleuchtung_Treppe_EG_DG "Treppenbeleuchtung EG/DG" [ ga="1/0/11+<1/1/11" ]
    Type switch: Beleuchtung_Flur_DG "Flur DG" [ ga="1/0/12+<1/1/12" ]
    Type switch: Beleuchtung_Kind "Kinderzimmer" [ ga="1/0/21+<1/1/21" ]
    Type switch: Beleuchtung_Ankleide "Ankleidezimmer" [ ga="1/0/16+<1/1/16" ]
    }
    //Type switch : Beleuchtung_Kueche_Haengeschrank "Küche Hängeschrank" [ ga="1/0/29+<1/1/29" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]


    Thing device Schaltaktor2 "Schaltaktor 1.4.3" @ "KNX"//[address="1.4.3", fetch=false, pingInterval=600, readInterval=300]
    [address="1.4.3"]
    {
    Type switch: Beleuchtung_Anmeldung "Anmeldung" [ ga="1/0/0+<1/1/0" ]
    Type switch: Beleuchtung_Behandlungsraum_Decke "Behandlungsraum Decke" [ ga="1/0/24+<1/1/24" ]
    Type switch: Beleuchtung_Behandlungsraum_Kranz "Behandlungsraum Kranz" [ ga="1/0/24+<1/1/24" ]
    Type switch: Beleuchtung_BadDG_Spiegelschrank "Spiegelschrank Bad DG" [ ga="1/0/14+<1/1/14" ]
    Type switch: Beleuchtung_BadDG_WC "WC DG" [ ga="1/0/17+<1/1/17" ]
    Type switch: Beleuchtung_BadDG_Dusche_Wanne "Dusche/Wanne" [ ga="1/0/18+<1/1/18" ]
    Type switch: Beleuchtung_Abstellraum "Abstellraum" [ ga="1/0/18+<1/1/18" ]
    Type switch: Beleuchtung_AUS_Haus_Komplett "Beleuchtung komplett AUS" [ ga="1/5/0+<1/6/0" ]
    Type switch: Beleuchtung_BadEG "Bad EG" [ ga="1/0/15+<1/1/15" ]
    Type switch: Beleuchtung_Treppeneingang_Haus "Treppeneingang Haus" [ ga="1/0/30+<1/1/30" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    //Type switch : Beleuchtung_Reserve "Light" [ ga="0/0/0+<0/0/0" ]
    }

    Thing device LED_Aktor "LED Aktor" @ "KNX"//[address="1.0.110", fetch=false, pingInterval=600, readInterval=300]
    [address="1.0.110"]
    {
    Type switch: Beleuchtung_Wohnzimmer_indirekt "LED Stripe" [ ga="1/0/10+<1/1/10" ]
    }

    Thing device BM_Flur_DG "BM Flur DG" @ "KNX"//[address="3.3.1", fetch=false, pingInterval=600, readInterval=300]
    [address="3.3.1"]
    {
    Type switch: Beleuchtung_Treppenlicht_DG_EG "Treppenlicht DG-EG" [ ga="1/0/11+<1/1/11" ]
    Type switch: Beleuchtung_Flur_DG "Flur DG" [ ga="1/0/12+<1/1/12" ]
    }

    Thing device Taster_Schiebetuere "Taster Schiebetüre" @ "KNX"//[address="3.3.1", fetch=false, pingInterval=600, readInterval=300]
    [address="2.2.2"]
    {
    Type switch: Steckdose_Balkon "Steckdose Balkon" [ ga="1/0/28+<1/1/28" ]
    Type switch: Beleuchtung_Flur_DG "Flur DG" [ ga="1/0/12+<1/1/12" ]
    Type number : Temperatur_Wohnzimmer "Temperatur Wohnzimmer" [ ga="4/0/0" ]
    }
    }


Lädt...
X