Hallo zusammen,
ich bin gerade dabei Openhab2 mit meinem KNX zu verbinden.
Im Log steht auch das dieser Online ist.
2018-11-29 20:56:18.735 [hingStatusInfoChangedEvent] - 'knx:ip:bridge' changed from ONLINE to OFFLINE
2018-11-29 20:56:18.751 [hingStatusInfoChangedEvent] - 'knx:device:bridge:EGAktor' changed from OFFLINE to OFFLINE (BRIDGE_OFFLINE)
2018-11-29 20:56:18.757 [hingStatusInfoChangedEvent] - 'knx:ip:bridge' changed from ONLINE to UNKNOWN
2018-11-29 20:56:18.759 [me.event.ThingUpdatedEvent] - Thing 'knx:ip:bridge' has been updated.
2018-11-29 20:56:18.768 [hingStatusInfoChangedEvent] - 'knx:ip:bridge' changed from UNKNOWN to ONLINE
2018-11-29 20:56:18.774 [hingStatusInfoChangedEvent] - 'knx:device:bridge:EGAktor' changed from OFFLINE (BRIDGE_OFFLINE) to UNKNOWN
2018-11-29 20:56:18.780 [me.event.ThingUpdatedEvent] - Thing 'knx:device:bridge:EGAktor' has been updated.
2018-11-29 20:56:18.796 [hingStatusInfoChangedEvent] - 'knx:device:bridge:EGAktor' changed from UNKNOWN to ONLINE
2018-11-29 20:56:46.457 [ome.event.ItemCommandEvent] - Item 'GF_LivingDining_Light_Wand' received command ON
2018-11-29 20:56:46.468 [vent.ItemStateChangedEvent] - GF_LivingDining_Light_Wand changed from OFF to ON
2018-11-29 20:56:46.476 [GroupItemStateChangedEvent] - gLight changed from OFF to ON through GF_LivingDining_Light_Wand
2018-11-29 20:56:47.419 [ome.event.ItemCommandEvent] - Item 'GF_LivingDining_Light_Wand' received command OFF
2018-11-29 20:56:47.434 [vent.ItemStateChangedEvent] - GF_LivingDining_Light_Wand changed from ON to OFF
2018-11-29 20:56:47.444 [GroupItemStateChangedEvent] - gLight changed from ON to OFF through GF_LivingDining_Light_Wand
==> /var/log/openhab2/openhab.log <==
2018-11-29 20:56:48.906 [WARN ] [nx.internal.client.AbstractKNXClient] - Giving up reading datapoint 5/1/0, the number of maximum retries (3) is reached.
Allerdings schaltet nichts obwohl die GA richtig eingetragen ist.
Irgendwo ist ein Fehler und ich finde diese nicht. Liegt es eventuell daran das Smartvisu auf einem zweitem Raspberry läuft?
knx.things
Item
Laut Log Datei schaltet auch das item allerdings passiert nichts. Hat jemand eine Idee?
Grüße
ich bin gerade dabei Openhab2 mit meinem KNX zu verbinden.
Im Log steht auch das dieser Online ist.
2018-11-29 20:56:18.735 [hingStatusInfoChangedEvent] - 'knx:ip:bridge' changed from ONLINE to OFFLINE
2018-11-29 20:56:18.751 [hingStatusInfoChangedEvent] - 'knx:device:bridge:EGAktor' changed from OFFLINE to OFFLINE (BRIDGE_OFFLINE)
2018-11-29 20:56:18.757 [hingStatusInfoChangedEvent] - 'knx:ip:bridge' changed from ONLINE to UNKNOWN
2018-11-29 20:56:18.759 [me.event.ThingUpdatedEvent] - Thing 'knx:ip:bridge' has been updated.
2018-11-29 20:56:18.768 [hingStatusInfoChangedEvent] - 'knx:ip:bridge' changed from UNKNOWN to ONLINE
2018-11-29 20:56:18.774 [hingStatusInfoChangedEvent] - 'knx:device:bridge:EGAktor' changed from OFFLINE (BRIDGE_OFFLINE) to UNKNOWN
2018-11-29 20:56:18.780 [me.event.ThingUpdatedEvent] - Thing 'knx:device:bridge:EGAktor' has been updated.
2018-11-29 20:56:18.796 [hingStatusInfoChangedEvent] - 'knx:device:bridge:EGAktor' changed from UNKNOWN to ONLINE
2018-11-29 20:56:46.457 [ome.event.ItemCommandEvent] - Item 'GF_LivingDining_Light_Wand' received command ON
2018-11-29 20:56:46.468 [vent.ItemStateChangedEvent] - GF_LivingDining_Light_Wand changed from OFF to ON
2018-11-29 20:56:46.476 [GroupItemStateChangedEvent] - gLight changed from OFF to ON through GF_LivingDining_Light_Wand
2018-11-29 20:56:47.419 [ome.event.ItemCommandEvent] - Item 'GF_LivingDining_Light_Wand' received command OFF
2018-11-29 20:56:47.434 [vent.ItemStateChangedEvent] - GF_LivingDining_Light_Wand changed from ON to OFF
2018-11-29 20:56:47.444 [GroupItemStateChangedEvent] - gLight changed from ON to OFF through GF_LivingDining_Light_Wand
==> /var/log/openhab2/openhab.log <==
2018-11-29 20:56:48.906 [WARN ] [nx.internal.client.AbstractKNXClient] - Giving up reading datapoint 5/1/0, the number of maximum retries (3) is reached.
Irgendwo ist ein Fehler und ich finde diese nicht. Liegt es eventuell daran das Smartvisu auf einem zweitem Raspberry läuft?
knx.things
Code:
Bridge knx:ip:bridge "KNX IP Router" [ ipAddress="224.0.23.12", portNumber=3671, localIp="192.168.178.54", type="ROUTER", readingPause=50, responseTimeout=10, readRetriesLimit=3, autoReconnectPeriod=1, localSourceAddr="9.9.9" ] { Thing device EGAktor "EG" [ address="1.1.25", fetch=false, pingInterval=300, readInterval=0 ] { Type switch : Wandlampen "Light" [ ga="1/4/15+<5/1/0" ] } }
Code:
Switch GF_LivingDining_Light_Wand "Licht Wand" <light> (GF_LivingDining, gLight) [ "Lighting" ] {channel="knx:device:bridge:EGAktor:Wandlampen"}
Grüße
Kommentar