Ankündigung

Einklappen
Keine Ankündigung bisher.

nach Schalten geht die Lampe an und wieder aus

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

    nach Schalten geht die Lampe an und wieder aus

    Hallo
    der Zugriff auf den Bus und die Sitemap funktioniert.

    Schalte ich jetzt über die Sitemap das Licht an, geht das Licht an und flackert im Sekundentakt an - aus - an usw.

    Hier ein Auszug aus der knx.cfg

    Code:
    # KNX gateway IP address
    # (optional, if serialPort or connection type 'ROUTER' is specified)
    ip=192.168.220.80
    
    # 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=0.0.0
    
    # 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
    #port=
    # Local endpoint to specify the multicast interface, no port is used (optional)
    localIp=192.168.220.82
    Hat zufällig jemand eine Idee.

    Gruss Oliver

    #2
    Ich bin leider auch erst am Anfang mit oh, aber da Du Zugriff auf den Bus hast und die Lampe zumindest reagiert liegt es warscheinlich nicht an der config die Du hier gepostest hast.
    Ich würde aber mal die busaddr=0.0.0 wieder deaktivieren.

    MfG
    Dirk probieren geht über studieren

    Kommentar


      #3
      An der OH2 Knx-Konfiguration liegt es sicher nicht.
      Kannst Du einwenig mehr Infos über Deine Konfiguration geben? Hardware, KNX-Kopplung (z.B. knxd), HW-Anbindung vom KNX-Bus, Item-Konfiguration, etc.
      ggf. auch mal die Konfiguration in in der Kafka Konsole auslesen oder besser sicherheitshalber den OH2 Service re-starten.

      Kommentar


        #4
        Guten Morgen.

        @misa

        Ich nutze einen PI3 auf dem openHAB 2 läuft. Dieser greift auf einen weiteren Pi zu auf dem eibd läuft, über eine TPUART Schnittstelle greift er auf den BUS zu.

        knx.items
        Code:
        Switch Licht_EG_Kueche_Tisch  "Kuechentisch" (Licht) {knx="2/0/2"}
        demo.sitemap
        Code:
        sitemap demo label="Haus"
        {
            Frame label="Küche"
            {
               Switch item=Licht_EG_Kueche_Tisch icon="light"
            }
        }

        Das flackern der Lampen hört auf wenn ich openHAB reboote oder den Stromstecker ziehe.

        Hatte das ganze dann mal mit Home Assistant ausprobiert, da hatte ich den Fehler nicht. Die Lampen lassen sich dort sauber ein und ausschalten.

        Gruss
        Oliver

        Kommentar


          #5
          Hmmm, das sollte eigentlich gehen. Sicher, dass nicht ausversehen, irgendwo noch ein anderer knx-router mit im Netzwerk ist?
          was steht denn im OH2 log? Dort siehst Du die Item-Changes auch, oder?

          Kommentar


            #6
            Wie kann ich mir das anzeigen lassen

            Kommentar


              #7
              Log dich mal auf der Kafka Konsole ein:

              ssh openhab@127.0.0.1 -p 8101

              das default Passwort ist "habopen"

              dort dann log:display oder log:tail

              Kommentar


                #8
                Code:
                openhab> log:tail
                19:02:06.963 [WARN ] [e.core.internal.i18n.I18nProviderImpl] - Could not set new location, keeping old one:
                19:02:07.019 [INFO ] [e.core.internal.i18n.I18nProviderImpl] - Locale set to de_DE, Location set to null, Time zone set to Europe/Berlin
                19:02:10.741 [INFO ] [i.dashboard.internal.DashboardService] - Started dashboard at http://192.168.220.82:8080
                19:02:10.749 [INFO ] [i.dashboard.internal.DashboardService] - Started dashboard at https://192.168.220.82:8443
                19:02:44.769 [INFO ] [del.core.internal.ModelRepositoryImpl] - Loading model 'knx.items'
                19:02:55.190 [INFO ] [rthome.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
                19:02:56.897 [INFO ] [del.core.internal.ModelRepositoryImpl] - Loading model 'demo.sitemap'
                19:03:15.298 [INFO ] [.basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
                19:03:17.238 [INFO ] [lassic.internal.servlet.WebAppServlet] - Started Classic UI at /classicui/app
                19:03:17.868 [INFO ] [marthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
                19:03:18.620 [INFO ] [.ui.habmin.internal.servlet.HABminApp] - Started HABmin servlet at /habmin
                19:03:19.125 [INFO ] [bpanel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
                19:03:20.663 [INFO ] [knx.internal.connection.KNXConnection] - Established connection to KNX bus on 192.168.220.80:3671 in mode TUNNEL.

                Kommentar


                  #9
                  Code:
                  openhab> log:display
                  19:08:47.347 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.385 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:47.409 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:47.437 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:47.458 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.488 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:47.506 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.522 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.541 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:47.572 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.605 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:47.632 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:47.654 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:47.680 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.704 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:47.736 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:47.759 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.788 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.813 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.862 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:47.880 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:47.897 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:47.915 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.940 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:47.967 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:47.996 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.022 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.043 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.063 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:48.082 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.109 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.138 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:48.155 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.262 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.299 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.331 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.357 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:48.385 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.416 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.444 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:48.466 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.486 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.515 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.536 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.562 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:48.580 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.604 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.625 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.651 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:48.667 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.687 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.704 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.736 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:48.758 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.784 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.814 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:48.840 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.863 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.883 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.902 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.928 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:48.952 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:48.973 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:48.997 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.022 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:49.056 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.083 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.112 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:49.147 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:49.172 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:49.195 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.211 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:49.237 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.325 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.416 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.438 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:49.458 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:49.479 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:49.499 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.520 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.539 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:49.562 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.591 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.616 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:49.635 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:49.656 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:49.677 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.696 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:49.805 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.882 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.903 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:49.928 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:49.949 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:49.977 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.011 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.037 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:50.054 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.077 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.108 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.127 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.146 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:50.168 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.196 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.224 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:50.243 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.263 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.285 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.311 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.328 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:50.347 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.367 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.398 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:50.415 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.440 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.466 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.487 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.505 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:50.532 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.564 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.590 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:50.607 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.623 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.643 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.660 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.677 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:50.693 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.711 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.732 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:50.748 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.766 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.785 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.801 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.826 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:50.860 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:50.886 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.910 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:50.926 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.946 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.964 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:50.984 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.006 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:51.021 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.042 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.065 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:51.095 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.186 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.208 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.226 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.252 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:51.278 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.303 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.321 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:51.341 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.364 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.383 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.403 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.421 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:51.438 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.466 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.492 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:51.515 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.542 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.561 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.584 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.608 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:51.626 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.647 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.671 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:51.695 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.712 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.732 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.752 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.770 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:51.795 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.818 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.835 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:51.856 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.878 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.902 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:51.921 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.943 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:51.966 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:51.993 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.012 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.037 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:52.065 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.085 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.101 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.119 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:52.135 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.164 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.193 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:52.215 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.240 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.276 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.301 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.331 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:52.355 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.377 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.401 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:52.432 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.454 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.482 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.562 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.592 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:52.612 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.640 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.662 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:52.679 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.701 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.736 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.760 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.782 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:52.800 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.826 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.847 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:52.865 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.916 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.938 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:52.964 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:52.981 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:53.001 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.025 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.054 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:53.072 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.095 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.119 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.145 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.184 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:53.208 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.228 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.248 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:53.274 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.308 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.336 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.367 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.391 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:53.413 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.432 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.454 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:53.476 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.497 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.516 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.550 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.574 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:53.602 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.655 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.675 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:53.696 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.721 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.744 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.762 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.788 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:53.807 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.823 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.843 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:53.864 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.880 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.898 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:53.976 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:53.999 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.019 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.037 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.055 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.078 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.104 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.125 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.143 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.162 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.185 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.209 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.232 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.253 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.273 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.295 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.321 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.338 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.359 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.383 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.401 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.422 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.447 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.469 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.486 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.511 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.533 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.551 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.573 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.591 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.615 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.641 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.666 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.692 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.715 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.732 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.755 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.797 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.830 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.848 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.866 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.884 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.907 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:54.924 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:54.944 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:54.967 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:54.998 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.021 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:55.047 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.069 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:55.088 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:55.105 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.124 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:55.146 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.172 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:55.195 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:55.213 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.239 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:55.321 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.348 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:55.372 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:55.389 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.413 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.441 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:55.460 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:55.502 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:55.530 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.550 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.569 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:55.590 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:55.609 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:55.627 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.650 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:55.685 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.720 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:55.754 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:55.782 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.808 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:55.836 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.861 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:55.881 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:55.904 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.925 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:55.942 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:55.964 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:55.985 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:56.003 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.023 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.045 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:56.076 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:56.105 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:56.128 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.146 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:56.168 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.193 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:56.224 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:56.242 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.266 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:56.293 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.325 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:56.350 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:56.375 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.392 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:56.412 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.439 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:56.457 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:56.474 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.499 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.519 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:56.538 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.565 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:56.589 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.617 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:56.636 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:56.660 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:56.733 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.772 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:56.797 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:56.827 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.847 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:56.890 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:56.913 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.932 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:56.950 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:56.978 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:56.995 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:57.024 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.061 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:57.077 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:57.092 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.108 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:57.127 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.144 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:57.161 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.177 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:57.196 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:57.213 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.229 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:57.245 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:57.261 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:57.277 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.293 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:57.313 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.342 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.375 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:57.397 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:57.426 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.445 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:57.468 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:57.487 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:57.518 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.543 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:57.571 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.601 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.621 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:57.644 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.664 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:57.685 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:57.761 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:57.798 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:57.825 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.850 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.873 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:57.907 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:57.989 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:58.010 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:58.028 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.057 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:58.083 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:58.146 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:58.164 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.199 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:58.227 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.265 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.289 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:58.323 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:58.345 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.362 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:58.381 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:58.400 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:58.420 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.449 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.477 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.504 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:58.536 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:58.566 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:58.598 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.638 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:58.667 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:58.748 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:58.780 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.809 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.838 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:58.869 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:58.899 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:58.925 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:58.955 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:58.983 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:59.014 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:59.163 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.190 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.214 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.238 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:59.268 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:59.290 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.324 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:59.354 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:59.382 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.419 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:59.451 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.480 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:59.509 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:59.532 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:59.558 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.584 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.622 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:59.653 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:59.679 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:59.703 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:59.720 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.751 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.786 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:59.809 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.853 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.871 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:59.898 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:08:59.925 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:08:59.950 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:08:59.969 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:08:59.989 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:09:00.017 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:09:00.045 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:09:00.071 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:09:00.093 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                  19:09:00.162 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from OFF to ON
                  19:09:00.187 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:09:01.316 [INFO ] [smarthome.event.ItemStateChangedEvent] - Licht_EG_Kueche_Tisch changed from ON to OFF
                  19:09:01.359 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:09:01.379 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:09:01.404 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                  19:09:01.430 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON

                  Kommentar


                    #10
                    Code:
                    openhab>  [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command OFF
                    Error executing command: Cannot coerce [smarthome.event.itemcommandevent](Token, Token, String, Token, Token, Token) to any of []
                    openhab> 19:09:01.430 [INFO ] [smarthome.event.ItemCommandEvent     ] - Item 'Licht_EG_Kueche_Tisch' received command ON
                    Command not found: 19:09:01.430
                    Zuletzt geändert von OliWit82; 09.01.2018, 08:05.

                    Kommentar


                      #11
                      hmm, sehr seltsam. Sieht für mich so aus, als ob das KNX-Binding lokale events erzeugt, obwohl in Deiner Konfiguration ingnorelocalevents gesetzt ist.
                      Das könnte auch daran liegen, dass der knx-status nicht korrekt ankommt. probier doch mal in deiner Item Konfiguration folgendes:
                      Switch Licht_EG_Kueche_Tisch "Kuechentisch" (Licht) {autoupdate="false",knx="2/0/2"}

                      Kommentar


                        #12
                        Kannst es sein, dass Du das Status-Objekt und das Schaltobjekt auf die gleiche Gruppenadresse gelegt hast? Das würde recht genau das beschriebene Verhalten erklären.

                        Hast Du im openhab Forum schon mal nachgefragt?

                        Kommentar


                          #13
                          Das werde ich heute Abend mal testen, musste mein ETS Projekt komplett neu erstellen.

                          Kommentar

                          Lädt...
                          X