Ankündigung

Einklappen
Keine Ankündigung bisher.

Schalten [interaktiv, timer, autotimer] funktioniert nicht (mehr)

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

    [Codebeispiel] Schalten [interaktiv, timer, autotimer] funktioniert nicht (mehr)

    Hallo,

    ich habe das seltsame Problem, dass das Schalten via timer/autotimer bzw. interaktiv nicht mehr funktioniert. Ich bin mir sicher, dass es immer reibungslos geklappt hat und habe leider keine Ahnung was ich verändert habe, dass es nicht mehr funktioniert. Schalten via groupswrite/smartvisu/CLI funktionieren einwandfrei.

    Hier ein Beispiel.

    Code:
    [essen]
      [[licht]]
        [[[tisch]]]
          type = bool
          visu_acl = rw
          knx_dpt = 1
          knx_send = 0/1/6
          knx_cache = 0/4/6
          autotimer = 5 = 0
          enforce_updates = yes
    Code:
    Python 3.3.5 (default, Jun 17 2014, 08:21:56) 
    [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    (InteractiveConsole)
    >>> sh.essen.tisch.licht("on")
    Das logfile zeigt alles korrekt an. Item wird auf True gesetzt und 5 Sekunden später auf False. Nur leider geht das Licht nicht an und wieder aus :-(

    Code:
    2015-01-05 22:09:11,035 DEBUG    Main         Item essen.licht.tisch = True via Logic None None -- item.py:__update:363
    2015-01-05 22:09:16,085 DEBUG    essen.licht.tisch-Timer Item essen.licht.tisch = False via Autotimer None None -- item.py:__update:363
    Wer kann mir helfen?

    sh.py Version 1.0 (frisch von der website geladen)

    Danke,
    Peter

    #2
    Hallo Peter,
    Du schreibst ">>> sh.essen.tisch.licht("on")"!
    Muß es nicht ">>> sh.essen.licht.tisch("on")" heißen?
    Gruß
    Hans

    Kommentar


      #3
      Hallo Hans,

      korrekt. Habe aus es einem falschen Beispiel kopiert.

      >>> sh.essen.licht.tisch("on") ist richtig

      ändert aber leider nichts. Beim falschen Aufruf kommt im Logfile auch die Fehlermeldung, dass es das Item nicht gibt.

      Any ideas?

      Peter

      Kommentar


        #4
        Noch als Zusatzinfo: Sobald ich z.B. in der SmartVisu ein Refresh mache, d.h. die Verbindung zur Websocket neu etabliert wird, werden sämtliche Telegramme aus dem interaktiven Modus "abgearbeitet" (siehe logfile) und auch das Licht wird entsprechend an- bzw ausgeschaltet.

        Code:
        2015-01-06 18:21:45,256 DEBUG    Main         knx: 0.0.0 set 0/1/6 to 00 -- __init__.py:parse_telegram:181
        2015-01-06 18:21:45,256 DEBUG    Main         knx: 0.0.0 set 0/1/6 to 01 -- __init__.py:parse_telegram:181
        2015-01-06 18:21:45,256 DEBUG    Main         knx: 0.0.0 set 0/1/6 to 00 -- __init__.py:parse_telegram:181
        2015-01-06 18:21:45,256 DEBUG    Main         knx: 0.0.0 set 0/1/6 to 01 -- __init__.py:parse_telegram:181
        2015-01-06 18:21:45,257 DEBUG    Main         knx: 0.0.0 set 0/1/6 to 00 -- __init__.py:parse_telegram:181
        2015-01-06 18:21:45,257 DEBUG    Main         knx: 0.0.0 set 0/1/6 to 01 -- __init__.py:parse_telegram:181

        Kommentar


          #5
          Hallo,

          Zitat von PeBe Beitrag anzeigen
          Code:
          Python 3.3.5 (default, Jun 17 2014, 08:21:56) 
          [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin
          eine Kleinigkeit die nicht explizit erwähnt wurde, das Du es auf einem Mac laufen lässt. Und Du hast wahrscheinlich ein paar Änderungen an kritischen Kernkomponenten vorgenommen, damit es überhaupt läuft.

          Mac OS wird nicht unterstützt.

          Bis bald

          Marcus

          Kommentar


            #6
            Hallo,

            ich würde nicht fragen, wenn das System nicht über eine Jahr stabil gelaufen wäre und zuletzt ca. 7 Monate uptime hatte. Updates an OS X habe ich nicht vorgenommen.

            Änderungen im Code:
            • In connection.py Austausch von epoll gegen poll, da epoll in verfügbar.
            • Den System Load, der in smarthome.py über /proc/ ausgelesen wird, was es in OS X nicht gibt, habe ich OS X kompatibel umgeschrieben.


            Den Tausch von epoll gegen poll hätte ich gerne vermieden, aber wie gesagt, es lief bisher alles wunderbar stabil.

            Gruß
            Peter

            Kommentar


              #7
              Hallo Peter,

              die Änderung auf Poll ist allerdings gravierend und für mich sieht es so aus, als ob es genau in dem Teilbereich ein Problem gibt.
              Wahrscheinlich etwas mit dem Locking.
              Wieso der jetzt auf einmal auftritt kann ich allerdings nicht sagen.

              Aus Zeitgründen kann ich allerdings keinen Support für Poll & OS X leisten.

              Viel Glück

              Marcus

              Kommentar


                #8
                Hallo,

                ich nochmal vllt. hängt es auch mit einem geänderten Browserverhalten zusammen, der das Problem triggert.

                Bis bald

                Marcus

                Kommentar


                  #9
                  Danke Marcus!

                  Ja, zu doof, dass OSX kein epoll beherrscht :-|

                  Ich suche weitere und werde berichten, falls ich eine Lösung gefunden habe.

                  Gruß
                  Peter

                  Kommentar


                    #10
                    Läuft wieder. Es lag wohl am eibd, der sich verschluckt hatte.

                    Gruß
                    Peter

                    Kommentar


                      #11
                      Ich habe genau das gleiche Problem, allerdings auf einem Raspi mit dem smarthome. pi image.

                      Item
                      Code:
                      		
                      [og]
                             [[ebad]]
                      		[[[htt]]]
                      			name = "Handtuchtrockner"
                      			type = bool
                      			knx_dpt = 1
                      			knx_listen = 10/1/1
                      			knx_send = 1/1/23
                      			autotimer = 30 = off
                      Logfile (relevante Zeilen farbig markiert)
                      Code:
                      [COLOR="Red"]2015-01-31 17:55:05,431 DEBUG    Main         Item og.ebad.htt = True via KNX 1.1.72 10/1/1 -- item.py:__update:363[/COLOR]
                      2015-01-31 17:55:06,531 DEBUG    Main         knx: 1.1.70 set 2/0/7 to 20.74 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:06,538 DEBUG    Main         Item og.kibad.temp = 20.74 via KNX 1.1.70 2/0/7 -- item.py:__update:363
                      2015-01-31 17:55:13,335 DEBUG    Main         knx: 1.1.74 set 2/0/12 to 20.24 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:13,342 DEBUG    Main         Item og.k2.temp = 20.24 via KNX 1.1.74 2/0/12 -- item.py:__update:363
                      2015-01-31 17:55:14,857 DEBUG    Main         knx: 1.1.101 set 2/0/6 to 20.4 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:18,400 DEBUG    env_stat     Item env.system.load = 0.09 via Logic None None -- item.py:__update:363
                      2015-01-31 17:55:18,842 DEBUG    Scheduler    env_stat next time: 2015-01-31 18:00:18+01:00 -- scheduler.py:_next_time:289
                      2015-01-31 17:55:21,454 DEBUG    Main         knx: 1.1.73 set 2/0/11 to 20.28 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:21,462 DEBUG    Main         Item og.k1.temp = 20.28 via KNX 1.1.73 2/0/11 -- item.py:__update:363
                      2015-01-31 17:55:22,451 DEBUG    Main         knx: 1.1.21 set 2/0/3 to 21.54 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:22,458 DEBUG    Main         Item eg.az.temp = 21.54 via KNX 1.1.21 2/0/3 -- item.py:__update:363
                      2015-01-31 17:55:22,655 DEBUG    Main         knx: 1.1.20 set 2/0/4 to 18.89 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:22,662 DEBUG    Main         Item eg.hwr.temp = 18.89 via KNX 1.1.20 2/0/4 -- item.py:__update:363
                      2015-01-31 17:55:22,671 DEBUG    Main         Item eg.hwr.heizung.ist = 18.89 via KNX 1.1.20 2/0/4 -- item.py:__update:363
                      2015-01-31 17:55:25,694 DEBUG    Main         knx: 1.1.71 set 2/0/9 to 20.46 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:25,702 DEBUG    Main         Item og.sz.temp = 20.46 via KNX 1.1.71 2/0/9 -- item.py:__update:363
                      2015-01-31 17:55:27,700 DEBUG    Main         knx: 1.1.27 set 2/0/2 to 20.9 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:28,660 DEBUG    Main         knx: 1.1.75 set 2/0/13 to 20.36 -- __init__.py:parse_telegram:190
                      2015-01-31 17:55:32,164 DEBUG    Main         knx: 1.1.5 set 2/4/42 to 2e -- __init__.py:parse_telegram:181
                      [COLOR="red"]2015-01-31 17:55:35,484 DEBUG    og.ebad.htt-Timer Item og.ebad.htt = False via Autotimer None None -- item.py:__update:363[/COLOR]
                      D.h. auch bei mir wird die 10/1/1 korrekt erkannt, startet den Autotimer, der läuft auch wie gplant nach 30s ab - aber die 1/1/23 wird nicht gesendet und daher wird auch nichts geschaltet.

                      Kommentar


                        #12
                        Hi,

                        poste bitte mehr Kontext, am besten ein komplettes Debuglog.

                        Bis bald

                        Marcus

                        Kommentar


                          #13
                          Code:
                          admin@smarthome:/usr/smarthome$ smarthome.py -d
                          2015-01-31 18:56:34,366 INFO     Main         Start SmartHome.py 1.0-35-gf62db45 -- smarthome.py:__init__:231
                          2015-01-31 18:56:34,372 DEBUG    Main         Python 3.2.3 -- smarthome.py:__init__:232
                          2015-01-31 18:56:34,378 INFO     Main         Init Scheduler -- scheduler.py:__init__:86
                          2015-01-31 18:56:34,385 INFO     Main         Init Plugins -- smarthome.py:start:274
                          2015-01-31 18:56:34,400 DEBUG    Scheduler    creating 5 workers -- scheduler.py:run:93
                          2015-01-31 18:56:34,408 DEBUG    Main         Plugin: knx -- plugin.py:__init__:43
                          2015-01-31 18:56:34,433 DEBUG    Main         Plugin: visu -- plugin.py:__init__:43
                          2015-01-31 18:56:34,528 DEBUG    Main         Plugin: cli -- plugin.py:__init__:43
                          2015-01-31 18:56:34,541 DEBUG    Main         Plugin: sql -- plugin.py:__init__:43
                          2015-01-31 18:56:34,574 DEBUG    Main         SQLite 3.7.13 -- __init__.py:__init__:62
                          2015-01-31 18:56:52,928 DEBUG    Main         SQLite: database integrity ok -- __init__.py:__init__:78
                          2015-01-31 18:56:52,970 DEBUG    Main         SQLite pack next time: 2015-02-01 03:02:00+01:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:56:52,976 INFO     Main         Init Items -- smarthome.py:start:280
                          2015-01-31 18:56:54,237 DEBUG    Main         Item env.core.memory = 16113664.0 via SQLite None None -- item.py:set:457
                          2015-01-31 18:56:55,201 DEBUG    Main         Item env.core.threads = 7.0 via SQLite None None -- item.py:set:457
                          2015-01-31 18:56:56,161 DEBUG    Main         Item env.core.garbage = 0.0 via SQLite None None -- item.py:set:457
                          2015-01-31 18:56:56,168 DEBUG    Main         Item env.core: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:56,213 DEBUG    Main         Item env.location: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,154 DEBUG    Main         Item env.system.load = 0.32 via SQLite None None -- item.py:set:457
                          2015-01-31 18:56:57,165 DEBUG    Main         Item env.system: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,170 DEBUG    Main         Item env: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,189 DEBUG    Main         KNX: Aussentemperatur [°C] listen on 7/0/4 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,200 DEBUG    Main         KNX: Windgeschwindigkeit [m/s] listen on 7/0/5 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,212 DEBUG    Main         KNX: Helligkeit [Lux] listen on 7/0/8 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,224 DEBUG    Main         KNX: Regen listen on and init with cache 7/0/2 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,234 DEBUG    Main         KNX: Nacht listen on and init with cache 7/0/3 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,240 DEBUG    Main         Item aussen.ws: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,254 DEBUG    Main         KNX: Arbeitslicht - PM sperren listen on and init with cache 1/4/32 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,264 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/6 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,271 DEBUG    Main         Item aussen.garage: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,285 DEBUG    Main         KNX: Aussentemperatur [°C] listen on 7/1/0 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,297 DEBUG    Main         KNX: Rel. Luftfeuchte [%] listen on 7/1/1 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,310 DEBUG    Main         KNX: Licht Haustüre listen on and init with cache 1/4/34 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,320 DEBUG    Main         KNX: Licht Garagentor listen on and init with cache 1/4/37 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,325 DEBUG    Main         Item aussen.garten: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,330 DEBUG    Main         Item aussen: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,353 DEBUG    Main         KNX: Beleuchtung listen on and init with cache 1/4/68 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,363 DEBUG    Main         KNX: Beleuchtung listen on and init with cache 1/5/68 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,375 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/0 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,382 DEBUG    Main         Item eg.flur: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,396 DEBUG    Main         KNX: Schreibtischbeleuchtung listen on and init with cache 1/4/69 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,406 DEBUG    Main         KNX: Schreibtischbeleuchtung listen on and init with cache 1/5/69 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,416 DEBUG    Main         KNX: Licht listen on and init with cache 1/4/12 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,426 DEBUG    Main         KNX: Regal West listen on and init with cache 1/4/0 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,435 DEBUG    Main         KNX: Regal Nord listen on and init with cache 1/4/1 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,446 DEBUG    Main         KNX: Steckdose Fenster listen on and init with cache 1/4/2 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,457 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/3 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,469 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/1 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,483 DEBUG    Main         KNX: Fenster AZ listen on and init with cache 4/1/9 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,488 DEBUG    Main         Item eg.az: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,503 DEBUG    Main         KNX: Esstisch listen on and init with cache 1/4/13 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,515 DEBUG    Main         KNX: Spots listen on and init with cache 1/4/14 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,524 DEBUG    Main         KNX: Wandleuchte listen on and init with cache 1/4/5 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,536 DEBUG    Main         KNX: Steckdose Ost listen on and init with cache 1/4/6 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,546 DEBUG    Main         KNX: Steckdose Nord listen on and init with cache 1/4/6 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,556 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/12 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,567 DEBUG    Main         KNX: Fenster EZ links listen on and init with cache 4/1/11 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,577 DEBUG    Main         KNX: Fenster EZ rechts listen on and init with cache 4/1/12 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,582 DEBUG    Main         Item eg.ez: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,596 DEBUG    Main         KNX: Licht listen on and init with cache 1/4/70 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,609 DEBUG    Main         KNX: Licht listen on and init with cache 1/5/70 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,619 DEBUG    Main         KNX: Beleuchtung TV listen on and init with cache 1/4/71 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,631 DEBUG    Main         KNX: Beleuchtung TV listen on and init with cache 1/5/71 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,641 DEBUG    Main         KNX: Regalbeleuchtung listen on and init with cache 1/4/3 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,651 DEBUG    Main         KNX: Bodentank listen on and init with cache 1/4/4 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,660 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/1 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,672 DEBUG    Main         KNX: Raumtemperatur EZ [°C] listen on 2/0/2 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,685 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/11 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,700 DEBUG    Main         KNX: Fenster WZ listen on and init with cache 4/1/10 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,705 DEBUG    Main         Item eg.wz: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,719 DEBUG    Main         KNX: Tischbeleuchtung listen on and init with cache 1/4/72 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,729 DEBUG    Main         KNX: Tischbeleuchtung listen on and init with cache 1/5/72 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,739 DEBUG    Main         KNX: Arbeitsplatte listen on and init with cache 1/4/73 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,750 DEBUG    Main         KNX: Arbeitsplatte listen on and init with cache 1/5/73 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,760 DEBUG    Main         KNX: Kranzbeleuchtung listen on and init with cache 1/4/8 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,770 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/0 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,781 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/10 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,793 DEBUG    Main         KNX: Fenster Küche listen on and init with cache 4/1/1 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,802 DEBUG    Main         KNX: Fenster Küche gekippt listen on and init with cache 4/1/30 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,809 DEBUG    Main         Item eg.kueche: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,823 DEBUG    Main         KNX: Licht listen on and init with cache 1/4/9 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,832 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/6 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,844 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/8 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,855 DEBUG    Main         KNX: Fenster WC listen on and init with cache 4/1/0 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,860 DEBUG    Main         Item eg.wc: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,876 DEBUG    Main         KNX: Arbeitslicht - PM sperren listen on and init with cache 1/4/10 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,886 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/8 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,894 DEBUG    Main         Item eg.har: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:57,908 DEBUG    Main         KNX: Licht listen on and init with cache 1/4/11 -- __init__.py:parse_item:254
                          2015-01-31 18:56:57,918 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/4 -- __init__.py:parse_item:235
                          2015-01-31 18:56:57,937 DEBUG    Main         KNX: eg.hwr.heizung.ist listen on and init with cache 2/0/4 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,129 DEBUG    Main         KNX: eg.hwr.heizung.soll listen on and init with cache 2/1/19 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,141 DEBUG    Main         KNX: eg.hwr.heizung.stellwert listen on and init with 2/4/34 -- __init__.py:parse_item:244
                          2015-01-31 18:56:58,177 DEBUG    Main         KNX: eg.hwr.heizung.hvac listen on and init with 2/4/4 -- __init__.py:parse_item:244
                          2015-01-31 18:56:58,188 DEBUG    Main         Item eg.hwr.heizung: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,197 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/5 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,210 DEBUG    Main         KNX: Waschmaschine Strom [mA] listen on 1/6/57 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,222 DEBUG    Main         KNX: Trockner Strom [mA] listen on 1/6/58 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,235 DEBUG    Main         KNX: Fenster HWR listen on and init with cache 4/1/8 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,240 DEBUG    Main         Item eg.hwr: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,245 DEBUG    Main         Item eg: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,270 DEBUG    Main         KNX: Beleuchtung listen on and init with cache 1/4/74 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,280 DEBUG    Main         KNX: Beleuchtung listen on and init with cache 1/5/74 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,291 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/16 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,298 DEBUG    Main         Item og.flur: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,313 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/9 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,325 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/14 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,336 DEBUG    Main         KNX: Fenster SZ listen on and init with cache 4/1/15 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,341 DEBUG    Main         Item og.sz: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,355 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/10 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,367 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/15 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,379 DEBUG    Main         KNX: Fenster Elternbad listen on and init with cache 4/1/16 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,389 DEBUG    Main         KNX: Handtuchtrockner listen on 10/1/1 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,447 DEBUG    Main         og.ebad.htt_auto next time: 2015-02-02 06:00:00+01:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:56:58,452 DEBUG    Main         KNX: Handtuchtrockner Automatik listen on and init with cache 1/4/23 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,457 DEBUG    Main         Item og.ebad: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,472 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/11 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,485 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/2 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,498 DEBUG    Main         KNX: Fenster K1 links listen on and init with cache 4/1/17 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,508 DEBUG    Main         KNX: Fenster K1 mitte listen on and init with cache 4/1/18 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,518 DEBUG    Main         KNX: Fenster K1 rechts listen on and init with cache 4/1/19 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,528 DEBUG    Main         KNX: Balkontür K1 listen on and init with cache 4/1/20 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,533 DEBUG    Main         Item og.k1: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,574 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/12 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,586 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/3 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,597 DEBUG    Main         KNX: Fenster K2 listen on and init with cache 4/1/21 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,604 DEBUG    Main         Item og.k2: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,619 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/13 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,631 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/4 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,643 DEBUG    Main         KNX: Balkontür K3 listen on and init with cache 4/1/22 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,653 DEBUG    Main         KNX: Fenster K3 West listen on and init with cache 4/1/23 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,662 DEBUG    Main         KNX: Fenster K3 Nord listen on and init with cache 4/1/24 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,668 DEBUG    Main         Item og.k3: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,677 DEBUG    Main         Item og.Ankleide: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,691 DEBUG    Main         KNX: Raumtemperatur [°C] listen on 2/0/7 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,703 DEBUG    Main         KNX: Helligkeit [Lux] listen on 9/3/13 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,714 DEBUG    Main         KNX: Fenster Kinderbad listen on and init with cache 4/1/13 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,724 DEBUG    Main         KNX: Kinderbad Oberlicht listen on and init with cache 4/1/14 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,782 DEBUG    Main         og.kibad.htt_auto next time: 2015-02-02 06:00:00+01:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:56:58,787 DEBUG    Main         KNX: Handtuchtrockner Automatik listen on and init with cache 1/4/19 -- __init__.py:parse_item:254
                          2015-01-31 18:56:58,792 DEBUG    Main         Item og.kibad: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,806 DEBUG    Main         KNX: Temperatur [°C] listen on 2/0/31 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,818 DEBUG    Main         KNX: Rel. Luftfeuchte [%] listen on 7/1/4 -- __init__.py:parse_item:235
                          2015-01-31 18:56:58,825 DEBUG    Main         Item og.speicher: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,830 DEBUG    Main         Item og: no type specified. -- item.py:__init__:242
                          2015-01-31 18:56:58,849 DEBUG    Main         Triggering eg.hwr.heizung.status - by: Init source: None dest: None value: {'caller': 'Init', 'value': False} -- scheduler.py:trigger:162
                          2015-01-31 18:56:58,859 INFO     Main         Start Plugins -- plugin.py:start:65
                          2015-01-31 18:56:58,925 INFO     Main         Start Logics -- logic.py:__init__:33
                          2015-01-31 18:56:58,930 DEBUG    Main         Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:64
                          2015-01-31 18:56:58,959 DEBUG    Main         Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:64
                          2015-01-31 18:56:58,981 DEBUG    Main         Logic: env_loc -- logic.py:__init__:44
                          2015-01-31 18:56:59,040 DEBUG    Main         Logic: heizung_status -- logic.py:__init__:44
                          2015-01-31 18:56:59,071 DEBUG    Main         Logic: fenster_status_eg -- logic.py:__init__:44
                          2015-01-31 18:56:59,101 DEBUG    Main         Logic: fenster_status_og -- logic.py:__init__:44
                          2015-01-31 18:56:59,165 DEBUG    Main         Logic: env_stat -- logic.py:__init__:44
                          2015-01-31 18:56:59,200 DEBUG    Main         env_stat next time: 2015-01-31 18:57:13+01:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:56:59,234 DEBUG    Main         Logic: aussenbeleuchtung_aus -- logic.py:__init__:44
                          2015-01-31 18:56:59,317 DEBUG    Main         aussenbeleuchtung_aus next time: 2015-01-31 23:00:00+01:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:56:59,344 DEBUG    Main         Logic: aussenbeleuchtung_ein -- logic.py:__init__:44
                          2015-01-31 18:56:59,340 DEBUG    Connections  KNX: connected to 127.0.0.1:6720 -- connection.py:connect:386
                          2015-01-31 18:56:59,383 DEBUG    Connections  KNX: reading eibd cache -- __init__.py:handle_connect:113
                          2015-01-31 18:56:59,472 DEBUG    Main         aussenbeleuchtung_ein next time: 2015-02-01 16:26:49.343701+00:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:56:59,485 DEBUG    Main         Logic: env_init -- logic.py:__init__:44
                          2015-01-31 18:56:59,482 DEBUG    Connections  KNX: enable group monitor -- __init__.py:handle_connect:117
                          2015-01-31 18:56:59,524 DEBUG    Connections  KNX: init read -- __init__.py:handle_connect:123
                          2015-01-31 18:56:59,545 DEBUG    Connections  WebSocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:161
                          2015-01-31 18:56:59,575 DEBUG    Connections  CLI: binding to 0.0.0.0:2323 (TCP) -- connection.py:connect:161
                          2015-01-31 18:56:59,570 DEBUG    Main         knx: 1.1.105 set 7/0/2 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,597 DEBUG    Main         knx: 1.1.105 set 7/0/3 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,614 DEBUG    Main         Item aussen.ws.nacht = True via KNX 1.1.105 7/0/3 -- item.py:__update:363
                          2015-01-31 18:56:59,634 DEBUG    Main         knx: 1.1.7 set 1/4/32 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,653 DEBUG    Main         knx: 1.1.7 set 1/4/34 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,659 DEBUG    Main         Item aussen.garten.licht_haustuer = True via KNX 1.1.7 1/4/34 -- item.py:__update:363
                          2015-01-31 18:56:59,675 DEBUG    Main         knx: 1.1.7 set 1/4/37 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,692 DEBUG    Main         Item aussen.garten.licht_garagentor = True via KNX 1.1.7 1/4/37 -- item.py:__update:363
                          2015-01-31 18:56:59,703 DEBUG    Main         knx: 1.1.1 set 1/4/68 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,721 DEBUG    Main         knx: 1.1.1 set 1/5/68 to 0 -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,732 DEBUG    Main         knx: 1.1.1 set 1/4/69 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,743 DEBUG    Main         Item eg.az.spots = True via KNX 1.1.1 1/4/69 -- item.py:__update:363
                          2015-01-31 18:56:59,753 DEBUG    Main         knx: 1.1.1 set 1/5/69 to 42 -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,772 DEBUG    Main         Item eg.az.spots_dim = 42 via KNX 1.1.1 1/5/69 -- item.py:__update:363
                          2015-01-31 18:56:59,779 DEBUG    Main         knx: 1.1.6 set 1/4/12 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,784 DEBUG    Main         knx: 1.1.6 set 1/4/0 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,790 DEBUG    Main         Item eg.az.regal_west = True via KNX 1.1.6 1/4/0 -- item.py:__update:363
                          2015-01-31 18:56:59,797 DEBUG    Main         knx: 1.1.6 set 1/4/1 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,802 DEBUG    Main         knx: 1.1.6 set 1/4/2 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,808 DEBUG    Main         Item eg.az.sd_sued = True via KNX 1.1.6 1/4/2 -- item.py:__update:363
                          2015-01-31 18:56:59,815 DEBUG    Main         knx: 1.1.31 set 4/1/9 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,820 DEBUG    Main         knx: 1.1.6 set 1/4/13 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,826 DEBUG    Main         knx: 1.1.6 set 1/4/14 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,832 DEBUG    Main         Item eg.ez.spots = True via KNX 1.1.6 1/4/14 -- item.py:__update:363
                          2015-01-31 18:56:59,839 DEBUG    Main         knx: 1.1.6 set 1/4/5 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,845 DEBUG    Main         knx: 1.1.6 set 1/4/6 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,851 DEBUG    Main         Item eg.ez.sd_ost = True via KNX 1.1.6 1/4/6 -- item.py:__update:363
                          2015-01-31 18:56:59,858 DEBUG    Main         Item eg.ez.sd_nord = True via KNX 1.1.6 1/4/6 -- item.py:__update:363
                          2015-01-31 18:56:59,865 DEBUG    Main         knx: 1.1.6 set 1/4/6 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,871 DEBUG    Main         knx: 1.1.33 set 4/1/11 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,876 DEBUG    Main         knx: 1.1.33 set 4/1/12 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,882 DEBUG    Main         knx: 1.1.1 set 1/4/70 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,888 DEBUG    Main         Item eg.wz.spots_sofa = True via KNX 1.1.1 1/4/70 -- item.py:__update:363
                          2015-01-31 18:56:59,895 DEBUG    Main         knx: 1.1.1 set 1/5/70 to 42 -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,901 DEBUG    Main         Item eg.wz.spots_sofa_dim = 42 via KNX 1.1.1 1/5/70 -- item.py:__update:363
                          2015-01-31 18:56:59,907 DEBUG    Main         knx: 1.1.1 set 1/4/71 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,914 DEBUG    Main         Item eg.wz.spots_TV = True via KNX 1.1.1 1/4/71 -- item.py:__update:363
                          2015-01-31 18:56:59,920 DEBUG    Main         knx: 1.1.1 set 1/5/71 to 26 -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,927 DEBUG    Main         Item eg.wz.spots_tv_dim = 26 via KNX 1.1.1 1/5/71 -- item.py:__update:363
                          2015-01-31 18:56:59,934 DEBUG    Main         knx: 1.1.6 set 1/4/3 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,939 DEBUG    Main         knx: 1.1.6 set 1/4/4 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,945 DEBUG    Main         Item eg.wz.bodentank = True via KNX 1.1.6 1/4/4 -- item.py:__update:363
                          2015-01-31 18:56:59,952 DEBUG    Main         knx: 1.1.33 set 4/1/10 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,958 DEBUG    Main         knx: 1.1.2 set 1/4/72 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,963 DEBUG    Main         knx: 1.1.2 set 1/5/72 to 0 -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,969 DEBUG    Main         knx: 1.1.2 set 1/4/73 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,974 DEBUG    Main         knx: 1.1.2 set 1/5/73 to 0 -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,980 DEBUG    Main         knx: 1.1.6 set 1/4/8 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,985 DEBUG    Main         knx: 1.1.30 set 4/1/1 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,991 DEBUG    Main         knx: 1.1.30 set 4/1/30 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:56:59,996 DEBUG    Main         knx: 1.1.6 set 1/4/9 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,001 DEBUG    Main         knx: 1.1.30 set 4/1/0 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,007 DEBUG    Main         knx: 1.1.6 set 1/4/10 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,012 DEBUG    Main         knx: 1.1.6 set 1/4/11 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,018 DEBUG    Main         knx: 1.1.20 set 2/0/4 to 18.86 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,024 DEBUG    Main         Item eg.hwr.temp = 18.86 via KNX 1.1.20 2/0/4 -- item.py:__update:363
                          2015-01-31 18:57:00,033 DEBUG    Main         Item eg.hwr.heizung.ist = 18.86 via KNX 1.1.20 2/0/4 -- item.py:__update:363
                          2015-01-31 18:57:00,042 DEBUG    Main         knx: 1.1.4 set 2/1/19 to 19.0 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,048 DEBUG    Main         Item eg.hwr.heizung.soll = 19.0 via KNX 1.1.4 2/1/19 -- item.py:__update:363
                          2015-01-31 18:57:00,057 DEBUG    Main         knx: 1.1.31 set 4/1/8 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,062 DEBUG    Main         knx: 1.1.2 set 1/4/74 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,068 DEBUG    Main         knx: 1.1.2 set 1/5/74 to 0 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,073 DEBUG    Main         knx: 1.1.81 set 4/1/15 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,079 DEBUG    Main         knx: 1.1.81 set 4/1/16 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,084 DEBUG    Main         knx: 1.1.7 set 1/4/23 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,090 DEBUG    Main         knx: 1.1.82 set 4/1/17 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,095 DEBUG    Main         knx: 1.1.82 set 4/1/18 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,101 DEBUG    Main         knx: 1.1.82 set 4/1/19 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,106 DEBUG    Main         knx: 1.1.82 set 4/1/20 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,112 DEBUG    Main         knx: 1.1.83 set 4/1/21 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,117 DEBUG    Main         knx: 1.1.84 set 4/1/22 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,123 DEBUG    Main         knx: 1.1.84 set 4/1/23 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,130 DEBUG    Main         knx: 1.1.84 set 4/1/24 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,136 DEBUG    Main         knx: 1.1.80 set 4/1/13 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,141 DEBUG    Main         knx: 1.1.80 set 4/1/14 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,147 DEBUG    Main         knx: 1.1.6 set 1/4/19 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,152 DEBUG    Main         KNX: 1.1.254 read 2/4/34 -- __init__.py:parse_telegram:203
                          2015-01-31 18:57:00,158 DEBUG    Main         KNX: 1.1.254 read 2/4/4 -- __init__.py:parse_telegram:203
                          2015-01-31 18:57:00,163 DEBUG    Main         knx: 1.1.4 set 2/4/34 to 32.15686274509804 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,169 DEBUG    Main         Item eg.hwr.heizung.stellwert = 32.15686274509804 via KNX 1.1.4 2/4/34 -- item.py:__update:363
                          2015-01-31 18:57:00,177 DEBUG    Main         Triggering eg.hwr.heizung.status - by: KNX source: 1.1.4 dest: 2/4/34 value: {'source': 'eg.hwr.heizung.stellwert', ' -- scheduler.py:trigger:162
                          2015-01-31 18:57:00,183 DEBUG    Main         knx: 1.1.4 set 2/4/4 to 33 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:00,193 DEBUG    Main         Item eg.hwr.heizung.hvac = 33 via KNX 1.1.4 2/4/4 -- item.py:__update:363
                          2015-01-31 18:57:00,187 DEBUG    eg.hwr.heizung.status Item eg.hwr.heizung.status = True via Eval eg.hwr.heizung.stellwert None -- item.py:__update:363
                          2015-01-31 18:57:00,203 DEBUG    Main         Triggering heizung_status - by: Item source: eg.hwr.heizung.hvac dest: None value: 33 -- scheduler.py:trigger:162
                          2015-01-31 18:57:00,212 INFO     heizung_status Getriggert von: eg.hwr.heizung.hvac HVAC: 33 -- heizung_status.py:<module>:11
                          2015-01-31 18:57:00,217 INFO     heizung_status Betriebsmodus: 0x21 -- heizung_status.py:<module>:33
                          2015-01-31 18:57:03,784 DEBUG    Main         knx: 1.1.97 set 1/1/74 to 01 -- __init__.py:parse_telegram:181
                          2015-01-31 18:57:04,168 DEBUG    env_loc      Item env.location.sunrise = 2015-02-01 08:11:58.577855+01:00 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,191 DEBUG    env_loc      Item env.location.sunset = 2015-02-01 17:26:49.343701+01:00 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,220 DEBUG    Main         knx: 1.1.2 set 1/4/74 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:04,240 DEBUG    Main         Item og.flur.spots = True via KNX 1.1.2 1/4/74 -- item.py:__update:363
                          2015-01-31 18:57:04,252 DEBUG    env_loc      Item env.location.moonrise = 2015-02-01 15:26:39.751227+01:00 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,257 DEBUG    Main         knx: 1.1.2 set 1/5/74 to 54 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:04,280 DEBUG    Main         Item og.flur.spots_dim = 54 via KNX 1.1.2 1/5/74 -- item.py:__update:363
                          2015-01-31 18:57:04,310 DEBUG    env_loc      Item env.location.moonset = 2015-02-01 06:12:11.433516+01:00 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,331 DEBUG    env_loc      Item env.location.moonphase = 3 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,367 DEBUG    env_loc      Item env.location.night = True via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,724 DEBUG    Scheduler    env_loc next time: 2015-01-31 19:27:04+01:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:57:04,733 DEBUG    env_init     Item env.core.version = 1.0-35-gf62db45 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,811 DEBUG    env_init     Item env.core.start = 2015-01-31 18:57:04.807628+01:00 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,812 DEBUG    sh.gc        Garbage collector: collected 0 objects. -- smarthome.py:_garbage_collection:498
                          2015-01-31 18:57:04,836 DEBUG    env_init     Item env.system.name = smarthome.local via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,863 DEBUG    env_init     Item env.system.start = 2014-11-25 23:49:12.860007+01:00 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:04,989 DEBUG    sh.gc        Object references: 9494 -- smarthome.py:_maintenance:490
                          2015-01-31 18:57:05,272 DEBUG    Scheduler    sh.gc next time: 2015-02-01 02:04:00+01:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:57:09,195 DEBUG    Main         knx: 1.1.97 set 9/3/16 to 92.96 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:09,324 DEBUG    Main         Item og.flur.Helligkeit = 92.96 via KNX 1.1.97 9/3/16 -- item.py:__update:363
                          2015-01-31 18:57:13,007 DEBUG    Main         knx: 1.1.74 set 2/0/12 to 20.33 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:13,015 DEBUG    Main         Item og.k2.temp = 20.33 via KNX 1.1.74 2/0/12 -- item.py:__update:363
                          2015-01-31 18:57:13,408 DEBUG    env_stat     Item env.core.memory = 16166912 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:13,418 DEBUG    env_stat     Item env.system.load = 0.39 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:13,430 DEBUG    env_stat     Item env.location.moonlight = 90 via Logic None None -- item.py:__update:363
                          2015-01-31 18:57:13,852 DEBUG    Scheduler    env_stat next time: 2015-01-31 19:02:13+01:00 -- scheduler.py:_next_time:289
                          2015-01-31 18:57:14,381 DEBUG    Main         knx: 1.1.101 set 2/0/6 to 20.5 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:14,389 DEBUG    Main         Item eg.wc.temp = 20.5 via KNX 1.1.101 2/0/6 -- item.py:__update:363
                          2015-01-31 18:57:15,308 DEBUG    Main         knx: 1.1.72 set 2/0/10 to 21.66 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:15,316 DEBUG    Main         Item og.ebad.temp = 21.66 via KNX 1.1.72 2/0/10 -- item.py:__update:363
                          2015-01-31 18:57:21,141 DEBUG    Main         knx: 1.1.73 set 2/0/11 to 20.3 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:21,148 DEBUG    Main         Item og.k1.temp = 20.3 via KNX 1.1.73 2/0/11 -- item.py:__update:363
                          2015-01-31 18:57:22,132 DEBUG    Main         knx: 1.1.21 set 2/0/3 to 21.44 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:22,139 DEBUG    Main         Item eg.az.temp = 21.44 via KNX 1.1.21 2/0/3 -- item.py:__update:363
                          2015-01-31 18:57:22,335 DEBUG    Main         knx: 1.1.20 set 2/0/4 to 18.86 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:25,381 DEBUG    Main         knx: 1.1.71 set 2/0/9 to 20.6 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:25,388 DEBUG    Main         Item og.sz.temp = 20.6 via KNX 1.1.71 2/0/9 -- item.py:__update:363
                          2015-01-31 18:57:25,790 DEBUG    Main         knx: 1.1.70 set 2/0/7 to 20.74 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:25,797 DEBUG    Main         Item og.kibad.temp = 20.74 via KNX 1.1.70 2/0/7 -- item.py:__update:363
                          2015-01-31 18:57:27,381 DEBUG    Main         knx: 1.1.27 set 2/0/2 to 20.96 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:27,389 DEBUG    Main         Item eg.wz.temp_2 = 20.96 via KNX 1.1.27 2/0/2 -- item.py:__update:363
                          2015-01-31 18:57:28,325 DEBUG    Main         knx: 1.1.75 set 2/0/13 to 20.46 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:28,332 DEBUG    Main         Item og.k3.temp = 20.46 via KNX 1.1.75 2/0/13 -- item.py:__update:363
                          2015-01-31 18:57:35,624 DEBUG    Main         knx: 1.1.22 set 2/0/1 to 20.03 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:35,631 DEBUG    Main         Item eg.wz.temp = 20.03 via KNX 1.1.22 2/0/1 -- item.py:__update:363
                          2015-01-31 18:57:37,131 DEBUG    Main         knx: 1.1.105 set 7/0/4 to 2.3 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:37,139 DEBUG    Main         Item aussen.ws.temp = 2.3 via KNX 1.1.105 7/0/4 -- item.py:__update:363
                          2015-01-31 18:57:39,639 DEBUG    Main         knx: 1.1.23 set 2/0/0 to 20.62 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:39,646 DEBUG    Main         Item eg.kueche.temp = 20.62 via KNX 1.1.23 2/0/0 -- item.py:__update:363
                          2015-01-31 18:57:42,864 DEBUG    Main         knx: 1.1.40 set 1/1/68 to 01 -- __init__.py:parse_telegram:181
                          2015-01-31 18:57:43,157 DEBUG    Main         knx: 1.1.1 set 1/4/68 to True -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:43,164 DEBUG    Main         Item eg.flur.spots = True via KNX 1.1.1 1/4/68 -- item.py:__update:363
                          2015-01-31 18:57:43,184 DEBUG    Main         knx: 1.1.1 set 1/5/68 to 40 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:43,191 DEBUG    Main         Item eg.flur.spots_dim = 40 via KNX 1.1.1 1/5/68 -- item.py:__update:363
                          2015-01-31 18:57:44,836 DEBUG    Main         knx: 1.1.97 set 9/3/16 to 143.04 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:44,843 DEBUG    Main         Item og.flur.Helligkeit = 143.04 via KNX 1.1.97 9/3/16 -- item.py:__update:363
                          2015-01-31 18:57:49,025 DEBUG    Main         knx: 1.1.105 set 7/0/7 to 00 -- __init__.py:parse_telegram:181
                          2015-01-31 18:57:49,799 DEBUG    Main         knx: 1.1.40 set 9/3/0 to 177.12 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:49,806 DEBUG    Main         Item eg.flur.Helligkeit = 177.12 via KNX 1.1.40 9/3/0 -- item.py:__update:363
                          2015-01-31 18:57:50,049 DEBUG    Main         knx: 1.1.105 set 7/0/5 to 0.0 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:54,831 DEBUG    Main         knx: 1.1.102 set 2/0/31 to 21.6 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:54,839 DEBUG    Main         Item og.speicher.temp = 21.6 via KNX 1.1.102 2/0/31 -- item.py:__update:363
                          2015-01-31 18:57:54,911 DEBUG    Main         knx: 1.1.102 set 7/1/4 to 32.1 -- __init__.py:parse_telegram:190
                          2015-01-31 18:57:54,920 DEBUG    Main         Item og.speicher.rh = 32.1 via KNX 1.1.102 7/1/4 -- item.py:__update:363
                          2015-01-31 18:57:54,996 DEBUG    Main         knx: 1.1.102 set 7/1/5 to 40a3cbe1 -- __init__.py:parse_telegram:181
                          2015-01-31 18:57:55,087 DEBUG    Main         knx: 1.1.102 set 7/1/6 to 40c38e33 -- __init__.py:parse_telegram:181
                          2015-01-31 18:57:57,981 DEBUG    Main         knx: 1.1.72 set 10/1/1 to True -- __init__.py:parse_telegram:190
                          [COLOR="red"]2015-01-31 18:57:57,988 DEBUG    Main         Item og.ebad.htt = True via KNX 1.1.72 10/1/1 -- item.py:__update:363[/COLOR]
                          2015-01-31 18:58:13,004 DEBUG    Main         knx: 1.1.74 set 2/0/12 to 20.32 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:13,012 DEBUG    Main         Item og.k2.temp = 20.32 via KNX 1.1.74 2/0/12 -- item.py:__update:363
                          2015-01-31 18:58:14,375 DEBUG    Main         knx: 1.1.101 set 2/0/6 to 20.5 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:15,302 DEBUG    Main         knx: 1.1.72 set 2/0/10 to 21.64 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:15,309 DEBUG    Main         Item og.ebad.temp = 21.64 via KNX 1.1.72 2/0/10 -- item.py:__update:363
                          2015-01-31 18:58:21,133 DEBUG    Main         knx: 1.1.73 set 2/0/11 to 20.32 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:21,140 DEBUG    Main         Item og.k1.temp = 20.32 via KNX 1.1.73 2/0/11 -- item.py:__update:363
                          2015-01-31 18:58:22,125 DEBUG    Main         knx: 1.1.21 set 2/0/3 to 21.48 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:22,132 DEBUG    Main         Item eg.az.temp = 21.48 via KNX 1.1.21 2/0/3 -- item.py:__update:363
                          2015-01-31 18:58:22,330 DEBUG    Main         knx: 1.1.20 set 2/0/4 to 18.86 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:25,379 DEBUG    Main         knx: 1.1.71 set 2/0/9 to 20.6 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:25,781 DEBUG    Main         knx: 1.1.70 set 2/0/7 to 20.74 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:27,376 DEBUG    Main         knx: 1.1.27 set 2/0/2 to 20.96 -- __init__.py:parse_telegram:190
                          [COLOR="Red"]2015-01-31 18:58:28,314 DEBUG    og.ebad.htt-Timer Item og.ebad.htt = False via Autotimer None None -- item.py:__update:363[/COLOR]
                          2015-01-31 18:58:28,321 DEBUG    Main         knx: 1.1.75 set 2/0/13 to 20.46 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:28,397 DEBUG    Main         knx: 1.1.254 set 1/1/23 to 00 -- __init__.py:parse_telegram:181
                          2015-01-31 18:58:35,620 DEBUG    Main         knx: 1.1.22 set 2/0/1 to 20.03 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:36,340 DEBUG    Main         knx: 1.1.4 set 2/4/33 to 1f -- __init__.py:parse_telegram:181
                          2015-01-31 18:58:37,848 DEBUG    Main         knx: 1.1.104 set 7/1/1 to -4.6 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:37,855 DEBUG    Main         Item aussen.garten.rh = -4.6 via KNX 1.1.104 7/1/1 -- item.py:__update:363
                          2015-01-31 18:58:38,736 DEBUG    Main         knx: 1.1.5 set 2/4/41 to 1a -- __init__.py:parse_telegram:181
                          2015-01-31 18:58:38,859 DEBUG    Main         knx: 1.1.104 set 7/1/2 to bbae3c0a -- __init__.py:parse_telegram:181
                          2015-01-31 18:58:39,633 DEBUG    Main         knx: 1.1.23 set 2/0/0 to 20.6 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:39,640 DEBUG    Main         Item eg.kueche.temp = 20.6 via KNX 1.1.23 2/0/0 -- item.py:__update:363
                          2015-01-31 18:58:39,855 DEBUG    Main         knx: 1.1.104 set 7/1/3 to bc03e531 -- __init__.py:parse_telegram:181
                          2015-01-31 18:58:40,849 DEBUG    Main         knx: 1.1.104 set 7/1/0 to -40.0 -- __init__.py:parse_telegram:190
                          2015-01-31 18:58:40,856 DEBUG    Main         Item aussen.garten.temp = -40.0 via KNX 1.1.104 7/1/0 -- item.py:__update:363
                          2015-01-31 18:59:12,998 DEBUG    Main         knx: 1.1.74 set 2/0/12 to 20.31 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:13,006 DEBUG    Main         Item og.k2.temp = 20.31 via KNX 1.1.74 2/0/12 -- item.py:__update:363
                          2015-01-31 18:59:14,363 DEBUG    Main         knx: 1.1.101 set 2/0/6 to 20.5 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:15,298 DEBUG    Main         knx: 1.1.72 set 2/0/10 to 21.64 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:21,129 DEBUG    Main         knx: 1.1.73 set 2/0/11 to 20.34 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:21,140 DEBUG    Main         Item og.k1.temp = 20.34 via KNX 1.1.73 2/0/11 -- item.py:__update:363
                          2015-01-31 18:59:22,120 DEBUG    Main         knx: 1.1.21 set 2/0/3 to 21.44 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:22,127 DEBUG    Main         Item eg.az.temp = 21.44 via KNX 1.1.21 2/0/3 -- item.py:__update:363
                          2015-01-31 18:59:22,327 DEBUG    Main         knx: 1.1.20 set 2/0/4 to 18.87 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:22,334 DEBUG    Main         Item eg.hwr.temp = 18.87 via KNX 1.1.20 2/0/4 -- item.py:__update:363
                          2015-01-31 18:59:22,344 DEBUG    Main         Item eg.hwr.heizung.ist = 18.87 via KNX 1.1.20 2/0/4 -- item.py:__update:363
                          2015-01-31 18:59:25,372 DEBUG    Main         knx: 1.1.71 set 2/0/9 to 20.6 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:25,772 DEBUG    Main         knx: 1.1.70 set 2/0/7 to 20.68 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:25,779 DEBUG    Main         Item og.kibad.temp = 20.68 via KNX 1.1.70 2/0/7 -- item.py:__update:363
                          2015-01-31 18:59:27,370 DEBUG    Main         knx: 1.1.27 set 2/0/2 to 20.92 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:27,377 DEBUG    Main         Item eg.wz.temp_2 = 20.92 via KNX 1.1.27 2/0/2 -- item.py:__update:363
                          2015-01-31 18:59:28,314 DEBUG    Main         knx: 1.1.75 set 2/0/13 to 20.44 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:28,322 DEBUG    Main         Item og.k3.temp = 20.44 via KNX 1.1.75 2/0/13 -- item.py:__update:363
                          2015-01-31 18:59:35,617 DEBUG    Main         knx: 1.1.22 set 2/0/1 to 20.04 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:35,624 DEBUG    Main         Item eg.wz.temp = 20.04 via KNX 1.1.22 2/0/1 -- item.py:__update:363
                          2015-01-31 18:59:35,910 DEBUG    Main         knx: 1.1.97 set 1/1/74 to 00 -- __init__.py:parse_telegram:181
                          2015-01-31 18:59:36,198 DEBUG    Main         knx: 1.1.2 set 1/4/74 to False -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:36,205 DEBUG    Main         Item og.flur.spots = False via KNX 1.1.2 1/4/74 -- item.py:__update:363
                          2015-01-31 18:59:36,228 DEBUG    Main         knx: 1.1.2 set 1/5/74 to 0 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:36,234 DEBUG    Main         Item og.flur.spots_dim = 0 via KNX 1.1.2 1/5/74 -- item.py:__update:363
                          2015-01-31 18:59:37,413 DEBUG    Main         knx: 1.1.105 set 7/0/4 to 2.4 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:37,420 DEBUG    Main         Item aussen.ws.temp = 2.4 via KNX 1.1.105 7/0/4 -- item.py:__update:363
                          2015-01-31 18:59:39,626 DEBUG    Main         knx: 1.1.23 set 2/0/0 to 20.6 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:39,749 DEBUG    Main         knx: 1.1.97 set 9/3/16 to 74.72 -- __init__.py:parse_telegram:190
                          2015-01-31 18:59:39,755 DEBUG    Main         Item og.flur.Helligkeit = 74.72 via KNX 1.1.97 9/3/16 -- item.py:__update:363
                          2015-01-31 18:59:40,331 DEBUG    Main         knx: 1.1.4 set 2/4/33 to 24 -- __init__.py:parse_telegram:181
                          Ich sehe gerade, die 1/1/23 wird vom autotimer auf null gesetzt - aber warum wird vorher die "1" nicht gesendet?

                          Kommentar


                            #14
                            Hi,

                            Zitat von DiMa Beitrag anzeigen
                            Wenn's hilft... :-)
                            Es hat ja auch anscheinend Dir geholfen.

                            Zitat von DiMa Beitrag anzeigen
                            Ich sehe gerade, die 1/1/23 wird vom autotimer auf null gesetzt - aber warum wird vorher die "1" nicht gesendet?
                            weil dies bereits die 1.1.72 gemacht hat.


                            Bis bald

                            Marcus

                            Kommentar


                              #15
                              Verstehe ich nicht: Wo setzt denn die 1.1.72 die 1/1/23 auf True?

                              Kommentar

                              Lädt...
                              X