Ankündigung

Einklappen
Keine Ankündigung bisher.

- √ - 1-Wire Sensoren

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

    #16
    Da die Doku im Moment immer noch down ist hier mal die Nachfrage.

    Ich hab den owhttpd ja auf dem WireGate laufen um einen "sanften" Start in die smarthome.py-Welt mit sämtlichen Logiken zu erlangen.
    Das OneWire Plugin läuft, sucht und findet die Busmaster.

    Anscheinend habe ich ein item Problem, wobei ich jetzt dacht dass ich auf dem neuesten Stand wäre, oder gabs seit 0.8 noch Änderungen in git die notwendig wären. Ich sehe also im Debug-Logging die Busmaster aber die Sensoren werden nicht abgefragt. Das CLI zeigt auch überall den Wert "0" an.

    plugin.conf
    Code:
    [ow]
        class_name = OneWire
        class_path = plugins.onewire
        host = 192.168.2.220
        port = 4304
    item.conf
    Code:
    [ow]
    [[OG_Gaestezimmer_RT]]
        name = OG_Gaestezimmer_RT
        type = num
        ow_addr = 28.0758F0020000
        ow_sensor = T10
            
    [[OG_Kind_RT]]
        name = OG_Kind_RT
        type = num
        ow_addr = 28.4E34F0020000
        ow_sensor = T10
    Das Debug-Log wirft zumindest keine Fehler.

    Grüße
    Umgezogen? Ja! ... Fertig? Nein!
    Baustelle 2.0 !

    Kommentar


      #17
      Hallo,

      sieht ganz gut aus. Hast Du auch ein bisschen gewartet?

      Zeig doch bitte mal das komplette debuglog.

      Bis bald

      Marcus

      Kommentar


        #18
        Ja gewartet hab ich, hier mal ein log

        Code:
        root@smarthome:/usr/local/smarthome/bin# ./smarthome.py -n -d
        2013-05-16 20:42:15,567 SmartHome.py INFO     Init SmartHome.py v0.8-4-ga53aaec -- smarthome.py:__init__:189
        2013-05-16 20:42:15,574 SmartHome.py INFO     Init Scheduler -- scheduler.py:__init__:51
        2013-05-16 20:42:15,579 SmartHome.py INFO     Init plugins -- smarthome.py:__init__:204
        2013-05-16 20:42:15,592 Scheduler    DEBUG    creating 5 workers -- scheduler.py:run:57
        2013-05-16 20:42:15,603 SmartHome.py DEBUG    Plugin: knx -- plugin.py:__init__:42
        2013-05-16 20:42:15,647 SmartHome.py DEBUG    Plugin: ow -- plugin.py:__init__:42
        2013-05-16 20:42:15,660 SmartHome.py DEBUG    Plugin: cli -- plugin.py:__init__:42
        2013-05-16 20:42:15,673 SmartHome.py DEBUG    Plugin: visu -- plugin.py:__init__:42
        2013-05-16 20:42:15,757 SmartHome.py DEBUG    Plugin: rrd -- plugin.py:__init__:42
        2013-05-16 20:42:15,853 SmartHome.py INFO     Init items -- smarthome.py:__init__:206
        2013-05-16 20:42:15,944 SmartHome.py DEBUG    knx: eg.kueche.licht_ap.switch listen on 1/1/11 -- __init__.py:parse_item:212
        2013-05-16 20:42:15,948 SmartHome.py DEBUG    knx: eg.kueche.licht_ap.switch listen on and init with 1/1/11 -- __init__.py:parse_item:221
        2013-05-16 20:42:15,956 SmartHome.py DEBUG    knx: eg.kueche.licht_ap.dim listen on 1/1/13 -- __init__.py:parse_item:212
        2013-05-16 20:42:15,961 SmartHome.py DEBUG    knx: eg.kueche.licht_ap.dim listen on and init with 1/1/13 -- __init__.py:parse_item:221
        2013-05-16 20:42:15,965 SmartHome.py DEBUG    Item 'eg.kueche.licht_ap': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:15,974 SmartHome.py DEBUG    knx: eg.kueche.licht_decke.switch listen on 1/1/16 -- __init__.py:parse_item:212
        2013-05-16 20:42:15,978 SmartHome.py DEBUG    knx: eg.kueche.licht_decke.switch listen on and init with 1/1/16 -- __init__.py:parse_item:221
        2013-05-16 20:42:15,985 SmartHome.py DEBUG    knx: eg.kueche.licht_decke.dim listen on 1/1/18 -- __init__.py:parse_item:212
        2013-05-16 20:42:15,990 SmartHome.py DEBUG    knx: eg.kueche.licht_decke.dim listen on and init with 1/1/18 -- __init__.py:parse_item:221
        2013-05-16 20:42:15,994 SmartHome.py DEBUG    Item 'eg.kueche.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,005 SmartHome.py DEBUG    Item 'eg.kueche': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,016 SmartHome.py DEBUG    knx: eg.flur_klein.licht_decke.switch listen on 1/1/21 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,020 SmartHome.py DEBUG    knx: eg.flur_klein.licht_decke.switch listen on and init with 1/1/21 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,027 SmartHome.py DEBUG    knx: eg.flur_klein.licht_decke.dim listen on 1/1/23 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,032 SmartHome.py DEBUG    knx: eg.flur_klein.licht_decke.dim listen on and init with 1/1/23 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,036 SmartHome.py DEBUG    Item 'eg.flur_klein.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,048 SmartHome.py DEBUG    knx: eg.flur_klein.pm.lux listen on 3/1/29 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,052 SmartHome.py DEBUG    Item 'eg.flur_klein.pm': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,059 SmartHome.py DEBUG    Item 'eg.flur_klein': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,069 SmartHome.py DEBUG    knx: eg.wc.licht_spiegel.switch listen on 1/1/31 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,073 SmartHome.py DEBUG    knx: eg.wc.licht_spiegel.switch listen on and init with 1/1/31 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,080 SmartHome.py DEBUG    knx: eg.wc.licht_spiegel.dim listen on 1/1/33 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,084 SmartHome.py DEBUG    knx: eg.wc.licht_spiegel.dim listen on and init with 1/1/33 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,089 SmartHome.py DEBUG    Item 'eg.wc.licht_spiegel': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,098 SmartHome.py DEBUG    knx: eg.wc.licht_decke.switch listen on 1/1/36 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,102 SmartHome.py DEBUG    knx: eg.wc.licht_decke.switch listen on and init with 1/1/36 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,112 SmartHome.py DEBUG    knx: eg.wc.licht_decke.dim listen on 1/1/38 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,118 SmartHome.py DEBUG    knx: eg.wc.licht_decke.dim listen on and init with 1/1/38 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,123 SmartHome.py DEBUG    Item 'eg.wc.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,127 SmartHome.py DEBUG    Item 'eg.wc': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,140 SmartHome.py DEBUG    knx: eg.flur_gross.licht_decke.switch listen on 1/1/41 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,145 SmartHome.py DEBUG    knx: eg.flur_gross.licht_decke.switch listen on and init with 1/1/41 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,154 SmartHome.py DEBUG    knx: eg.flur_gross.licht_decke.dim listen on 1/1/43 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,159 SmartHome.py DEBUG    knx: eg.flur_gross.licht_decke.dim listen on and init with 1/1/43 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,166 SmartHome.py DEBUG    Item 'eg.flur_gross.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,178 SmartHome.py DEBUG    knx: eg.flur_gross.pm.lux listen on 3/1/49 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,184 SmartHome.py DEBUG    Item 'eg.flur_gross.pm': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,188 SmartHome.py DEBUG    Item 'eg.flur_gross': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,198 SmartHome.py DEBUG    knx: eg.wohnzimmer.licht_decke.switch listen on 1/1/51 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,202 SmartHome.py DEBUG    knx: eg.wohnzimmer.licht_decke.switch listen on and init with 1/1/51 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,210 SmartHome.py DEBUG    knx: eg.wohnzimmer.licht_decke.dim listen on 1/1/53 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,215 SmartHome.py DEBUG    knx: eg.wohnzimmer.licht_decke.dim listen on and init with 1/1/53 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,219 SmartHome.py DEBUG    Item 'eg.wohnzimmer.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,228 SmartHome.py DEBUG    knx: eg.wohnzimmer.std_tv.switch listen on 2/1/52 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,235 SmartHome.py DEBUG    Item 'eg.wohnzimmer.std_tv': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,244 SmartHome.py DEBUG    knx: eg.wohnzimmer.std_kugellampe.switch listen on 2/1/55 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,251 SmartHome.py DEBUG    Item 'eg.wohnzimmer.std_kugellampe': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,257 SmartHome.py DEBUG    Item 'eg.wohnzimmer': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,268 SmartHome.py DEBUG    knx: eg.esszimmer.licht_decke.switch listen on 1/1/61 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,272 SmartHome.py DEBUG    knx: eg.esszimmer.licht_decke.switch listen on and init with 1/1/61 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,280 SmartHome.py DEBUG    knx: eg.esszimmer.licht_decke.dim listen on 1/1/63 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,285 SmartHome.py DEBUG    knx: eg.esszimmer.licht_decke.dim listen on and init with 1/1/63 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,289 SmartHome.py DEBUG    Item 'eg.esszimmer.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,298 SmartHome.py DEBUG    knx: eg.esszimmer.std_giebel.switch listen on 2/1/62 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,305 SmartHome.py DEBUG    Item 'eg.esszimmer.std_giebel': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,310 SmartHome.py DEBUG    Item 'eg.esszimmer': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,314 SmartHome.py DEBUG    Item 'eg': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,403 SmartHome.py DEBUG    knx: og.arbeiten.licht_decke.switch listen on 1/2/11 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,407 SmartHome.py DEBUG    knx: og.arbeiten.licht_decke.switch listen on and init with 1/2/11 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,415 SmartHome.py DEBUG    knx: og.arbeiten.licht_decke.dim listen on 1/2/13 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,419 SmartHome.py DEBUG    knx: og.arbeiten.licht_decke.dim listen on and init with 1/2/13 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,424 SmartHome.py DEBUG    Item 'og.arbeiten.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,428 SmartHome.py DEBUG    Item 'og.arbeiten': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,439 SmartHome.py DEBUG    knx: og.flur.licht_decke.switch listen on 1/2/21 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,443 SmartHome.py DEBUG    knx: og.flur.licht_decke.switch listen on and init with 1/2/21 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,451 SmartHome.py DEBUG    knx: og.flur.licht_decke.dim listen on 1/2/23 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,455 SmartHome.py DEBUG    knx: og.flur.licht_decke.dim listen on and init with 1/2/23 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,461 SmartHome.py DEBUG    Item 'og.flur.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,473 SmartHome.py DEBUG    knx: og.flur.pm.lux listen on 3/2/29 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,478 SmartHome.py DEBUG    Item 'og.flur.pm': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,487 SmartHome.py DEBUG    knx: og.flur.std_schau.switch listen on 2/2/22 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,491 SmartHome.py DEBUG    knx: og.flur.std_schau.switch listen on and init with 2/2/22 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,496 SmartHome.py DEBUG    Item 'og.flur.std_schau': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,500 SmartHome.py DEBUG    Item 'og.flur': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,510 SmartHome.py DEBUG    knx: og.bad.licht_spiegel.switch listen on 1/1/36 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,515 SmartHome.py DEBUG    knx: og.bad.licht_spiegel.switch listen on and init with 1/1/36 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,523 SmartHome.py DEBUG    knx: og.bad.licht_spiegel.dim listen on 1/1/38 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,527 SmartHome.py DEBUG    knx: og.bad.licht_spiegel.dim listen on and init with 1/1/38 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,532 SmartHome.py DEBUG    Item 'og.bad.licht_spiegel': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,541 SmartHome.py DEBUG    knx: og.bad.licht_spots.switch listen on 1/2/101 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,545 SmartHome.py DEBUG    knx: og.bad.licht_spots.switch listen on and init with 1/2/101 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,555 SmartHome.py DEBUG    knx: og.bad.licht_spots.dim listen on 1/2/104 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,559 SmartHome.py DEBUG    knx: og.bad.licht_spots.dim listen on and init with 1/2/104 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,564 SmartHome.py DEBUG    Item 'og.bad.licht_spots': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,573 SmartHome.py DEBUG    knx: og.bad.licht_wanne.switch listen on 1/2/106 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,577 SmartHome.py DEBUG    knx: og.bad.licht_wanne.switch listen on and init with 1/2/106 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,585 SmartHome.py DEBUG    knx: og.bad.licht_wanne.dim listen on 1/2/109 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,589 SmartHome.py DEBUG    knx: og.bad.licht_wanne.dim listen on and init with 1/2/109 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,594 SmartHome.py DEBUG    Item 'og.bad.licht_wanne': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,603 SmartHome.py DEBUG    knx: og.bad.licht_dusche.switch listen on 1/2/111 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,608 SmartHome.py DEBUG    knx: og.bad.licht_dusche.switch listen on and init with 1/2/111 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,618 SmartHome.py DEBUG    knx: og.bad.licht_dusche.dim listen on 1/2/114 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,623 SmartHome.py DEBUG    knx: og.bad.licht_dusche.dim listen on and init with 1/2/114 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,627 SmartHome.py DEBUG    Item 'og.bad.licht_dusche': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,633 SmartHome.py DEBUG    Item 'og.bad': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,645 SmartHome.py DEBUG    knx: og.schlafen.licht_ankleide.switch listen on 1/2/41 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,651 SmartHome.py DEBUG    knx: og.schlafen.licht_ankleide.switch listen on and init with 1/2/41 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,661 SmartHome.py DEBUG    knx: og.schlafen.licht_ankleide.dim listen on 1/2/43 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,666 SmartHome.py DEBUG    knx: og.schlafen.licht_ankleide.dim listen on and init with 1/2/43 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,671 SmartHome.py DEBUG    Item 'og.schlafen.licht_ankleide': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,680 SmartHome.py DEBUG    knx: og.schlafen.licht_decke.switch listen on 1/2/46 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,685 SmartHome.py DEBUG    knx: og.schlafen.licht_decke.switch listen on and init with 1/2/46 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,692 SmartHome.py DEBUG    knx: og.schlafen.licht_decke.dim listen on 1/2/48 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,697 SmartHome.py DEBUG    knx: og.schlafen.licht_decke.dim listen on and init with 1/2/48 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,701 SmartHome.py DEBUG    Item 'og.schlafen.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,706 SmartHome.py DEBUG    Item 'og.schlafen': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,717 SmartHome.py DEBUG    knx: og.kind.licht_decke.switch listen on 1/2/51 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,721 SmartHome.py DEBUG    knx: og.kind.licht_decke.switch listen on and init with 1/2/51 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,729 SmartHome.py DEBUG    knx: og.kind.licht_decke.dim listen on 1/2/53 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,734 SmartHome.py DEBUG    knx: og.kind.licht_decke.dim listen on and init with 1/2/53 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,738 SmartHome.py DEBUG    Item 'og.kind.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,743 SmartHome.py DEBUG    Item 'og.kind': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,753 SmartHome.py DEBUG    knx: og.gaeste.licht_decke.switch listen on 1/2/61 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,758 SmartHome.py DEBUG    knx: og.gaeste.licht_decke.switch listen on and init with 1/2/61 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,766 SmartHome.py DEBUG    knx: og.gaeste.licht_decke.dim listen on 1/2/63 -- __init__.py:parse_item:212
        2013-05-16 20:42:16,770 SmartHome.py DEBUG    knx: og.gaeste.licht_decke.dim listen on and init with 1/2/63 -- __init__.py:parse_item:221
        2013-05-16 20:42:16,775 SmartHome.py DEBUG    Item 'og.gaeste.licht_decke': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,779 SmartHome.py DEBUG    Item 'og.gaeste': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:16,784 SmartHome.py DEBUG    Item 'og': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,125 SmartHome.py DEBUG    Item 'ow': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,231 SmartHome.py DEBUG    knx: second.sleeping.light.level listen on 3/2/14 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,236 SmartHome.py DEBUG    knx: Light listen on 3/2/12 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,278 SmartHome.py DEBUG    Item 'second.sleeping.blind': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,285 SmartHome.py DEBUG    Item 'second.sleeping': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,332 SmartHome.py DEBUG    Item 'second.bath.blind': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,336 SmartHome.py DEBUG    Item 'second.bath': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,340 SmartHome.py DEBUG    Item 'second': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,355 SmartHome.py DEBUG    Item 'first.hallway': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,363 SmartHome.py DEBUG    Item 'first.living.light': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,418 SmartHome.py DEBUG    Item 'first.living.blind': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,429 SmartHome.py DEBUG    Item 'first.living': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,433 SmartHome.py DEBUG    Item 'first': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,543 SmartHome.py DEBUG    Item 'example': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,574 SmartHome.py DEBUG    knx: zaehler.haushalt.stand listen on 6/1/0 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,582 SmartHome.py DEBUG    knx: zaehler.haushalt.verbrauch listen on 6/1/1 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,589 SmartHome.py DEBUG    knx: zaehler.haushalt.strom_l1 listen on 6/1/10 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,597 SmartHome.py DEBUG    knx: zaehler.haushalt.strom_l2 listen on 6/1/20 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,605 SmartHome.py DEBUG    knx: zaehler.haushalt.strom_l3 listen on 6/1/30 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,613 SmartHome.py DEBUG    knx: zaehler.haushalt.spannung_l1 listen on 6/1/11 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,623 SmartHome.py DEBUG    knx: zaehler.haushalt.spannung_l2 listen on 6/1/21 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,632 SmartHome.py DEBUG    knx: zaehler.haushalt.spannung_l3 listen on 6/1/31 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,637 SmartHome.py DEBUG    Item 'zaehler.haushalt': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,647 SmartHome.py DEBUG    knx: zaehler.wp.stand listen on 6/2/0 -- __init__.py:parse_item:212
        2013-05-16 20:42:17,654 SmartHome.py DEBUG    Item 'zaehler.wp': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,659 SmartHome.py DEBUG    Item 'zaehler': No type specified. -- item.py:__init__:100
        2013-05-16 20:42:17,677 SmartHome.py INFO     Start Plugins -- plugin.py:start:63
        2013-05-16 20:42:17,687 ow           DEBUG    ow.bus next time: 2013-05-16 20:42:18+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:42:17,730 ow           DEBUG    ow next time: 2013-05-16 20:42:21+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:42:17,733 SmartHome.py INFO     Starting logics -- logic.py:__init__:33
        2013-05-16 20:42:17,752 SmartHome.py DEBUG    reading logics from /usr/local/smarthome/etc/logic.conf -- logic.py:__init__:40
        2013-05-16 20:42:17,748 rrd          DEBUG    rrd next time: 2013-05-16 20:43:57+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:42:17,988 SmartHome.py DEBUG    Logic: hello -- logic.py:__init__:47
        2013-05-16 20:42:17,990 sh.con       INFO     KNX: connected to 192.168.2.220:6720 -- my_asynchat.py:connect:62
        2013-05-16 20:42:18,046 sh.con       DEBUG    knx: read init/cache ga -- __init__.py:handle_connect:102
        2013-05-16 20:42:18,112 sh.con       INFO     Onewire: connected to 192.168.2.220:4304 -- __init__.py:connect:67
        2013-05-16 20:42:18,130 SmartHome.py DEBUG    0.0.0 read 1/1/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,193 hello        INFO     Hello World! -- hello_world.py:<module>:4
        2013-05-16 20:42:18,257 SmartHome.py DEBUG    0.0.0 read 1/1/11 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,263 sh.gc        DEBUG    Garbage collector: collected 80 objects. -- smarthome.py:_garbage_collection:312
        2013-05-16 20:42:18,266 SmartHome.py DEBUG    0.0.0 read 1/1/13 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,336 SmartHome.py DEBUG    1.1.2 set 1/1/16 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:18,364 SmartHome.py DEBUG    0.0.0 read 1/1/38 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,390 Scheduler    DEBUG    ow.bus next time: 2013-05-16 20:52:18+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:42:18,412 Scheduler    DEBUG    sh.gc next time: 2013-05-17 02:04:00+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:42:18,427 SmartHome.py DEBUG    0.0.0 read 1/1/51 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,482 SmartHome.py DEBUG    0.0.0 read 1/1/36 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,542 SmartHome.py DEBUG    0.0.0 read 1/1/53 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,589 SmartHome.py DEBUG    0.0.0 read 1/1/33 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,645 ow.bus       INFO     Found bus.4 with busmaster 81.3F882F000000 -- __init__.py:_busmaster_discovery:225
        2013-05-16 20:42:18,660 SmartHome.py DEBUG    0.0.0 read 1/1/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,690 SmartHome.py DEBUG    1.1.202 set 1/1/11 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:18,724 SmartHome.py DEBUG    0.0.0 read 1/1/31 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,782 SmartHome.py DEBUG    0.0.0 read 1/2/114 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,868 SmartHome.py DEBUG    0.0.0 read 1/2/111 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:18,973 SmartHome.py DEBUG    0.0.0 read 1/2/11 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,031 SmartHome.py DEBUG    0.0.0 read 1/2/13 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,085 SmartHome.py DEBUG    1.1.202 set 1/1/13 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:19,137 SmartHome.py DEBUG    0.0.0 read 1/2/51 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,188 SmartHome.py DEBUG    0.0.0 read 1/2/53 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,240 SmartHome.py DEBUG    0.0.0 read 1/1/61 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,285 SmartHome.py DEBUG    0.0.0 read 1/1/63 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,328 SmartHome.py DEBUG    0.0.0 read 1/1/21 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,419 SmartHome.py DEBUG    1.1.2 set 1/1/38 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:19,447 SmartHome.py DEBUG    0.0.0 read 1/1/23 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,498 SmartHome.py DEBUG    0.0.0 read 1/1/43 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,568 SmartHome.py DEBUG    0.0.0 read 1/1/41 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,618 SmartHome.py DEBUG    0.0.0 read 1/2/101 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,665 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4328.38916016 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:19,672 SmartHome.py INFO     zaehler.haushalt.stand = 4328.38916016 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:42:19,746 SmartHome.py DEBUG    0.0.0 read 1/2/104 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:19,794 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:19,799 SmartHome.py INFO     zaehler.haushalt.spannung_l1 = 238.88 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:42:19,854 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:19,861 SmartHome.py INFO     zaehler.haushalt.spannung_l2 = 240.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:42:19,891 ow.bus       INFO     Found bus.3 with busmaster 81.86B82F000000 -- __init__.py:_busmaster_discovery:225
        2013-05-16 20:42:19,915 ow.bus       INFO     Found bus.2 with busmaster None -- __init__.py:_busmaster_discovery:225
        2013-05-16 20:42:19,940 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:19,945 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 240.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:42:19,938 ow.bus       INFO     Found bus.1 with busmaster None -- __init__.py:_busmaster_discovery:225
        2013-05-16 20:42:19,982 SmartHome.py DEBUG    0.0.0 read 1/2/106 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,042 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 11.43 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:20,046 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 11.43 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:42:20,091 SmartHome.py DEBUG    1.1.202 set 1/1/51 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:20,155 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 10.62 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:20,160 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 10.62 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:42:20,261 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.2 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:20,266 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.2 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:42:20,304 SmartHome.py DEBUG    0.0.0 read 1/2/109 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,350 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 5.49 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:20,355 SmartHome.py INFO     zaehler.haushalt.verbrauch = 5.49 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:42:20,410 SmartHome.py DEBUG    0.0.0 read 2/2/22 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,484 SmartHome.py DEBUG    0.0.0 read 1/2/61 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,521 SmartHome.py DEBUG    0.0.0 read 1/2/63 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,567 SmartHome.py DEBUG    0.0.0 read 1/2/48 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,619 SmartHome.py DEBUG    1.1.2 set 1/1/36 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:20,665 ow.bus       INFO     Found bus.0 with busmaster 81.B6E22F000000 -- __init__.py:_busmaster_discovery:225
        2013-05-16 20:42:20,668 SmartHome.py DEBUG    0.0.0 read 1/2/21 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,728 SmartHome.py DEBUG    0.0.0 read 1/2/46 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,786 SmartHome.py DEBUG    0.0.0 read 1/2/23 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,845 SmartHome.py DEBUG    0.0.0 read 1/2/43 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,897 SmartHome.py DEBUG    0.0.0 read 1/2/41 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:20,964 SmartHome.py DEBUG    1.1.202 set 1/1/53 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,009 SmartHome.py DEBUG    1.1.2 set 1/1/33 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,069 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,121 SmartHome.py DEBUG    1.1.2 set 1/1/31 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,160 SmartHome.py DEBUG    1.1.201 set 1/2/11 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,187 SmartHome.py DEBUG    1.1.201 set 1/2/13 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,226 SmartHome.py DEBUG    1.1.201 set 1/2/51 to True -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,231 SmartHome.py INFO     og.kind.licht_decke.switch = True via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:42:21,249 Scheduler    DEBUG    ow next time: 2013-05-16 20:47:21+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:42:21,255 SmartHome.py DEBUG    1.1.201 set 1/2/53 to 64 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,260 SmartHome.py INFO     og.kind.licht_decke.dim = 64 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:42:21,275 SmartHome.py DEBUG    0.0.0 set 8/6/201 to 14 d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:21,292 SmartHome.py DEBUG    1.1.202 set 1/1/61 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,314 SmartHome.py DEBUG    1.1.202 set 1/1/63 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,332 SmartHome.py DEBUG    1.1.2 set 1/1/21 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,355 SmartHome.py DEBUG    1.1.2 set 1/1/23 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,378 SmartHome.py DEBUG    1.1.102 set 1/1/43 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,414 SmartHome.py DEBUG    1.1.102 set 1/1/41 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,569 SmartHome.py DEBUG    1.1.204 set 2/2/22 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,599 SmartHome.py DEBUG    1.1.201 set 1/2/61 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,630 SmartHome.py DEBUG    1.1.201 set 1/2/63 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,661 SmartHome.py DEBUG    1.1.200 set 1/2/48 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,693 SmartHome.py DEBUG    1.1.201 set 1/2/21 to True -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,697 SmartHome.py INFO     og.flur.licht_decke.switch = True via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:42:21,717 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 153 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,722 SmartHome.py INFO     og.flur.licht_decke.dim = 153 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:42:21,760 SmartHome.py DEBUG    1.1.200 set 1/2/43 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:21,776 SmartHome.py DEBUG    1.1.200 set 1/2/41 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:42:25,258 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:26,255 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:27,244 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:28,165 SmartHome.py DEBUG    0.0.0 set 0/7/4 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:28,273 SmartHome.py DEBUG    0.0.0 set 0/7/1 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:28,399 SmartHome.py DEBUG    0.0.0 set 0/7/3 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:28,483 SmartHome.py DEBUG    0.0.0 set 0/7/2 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:28,579 SmartHome.py DEBUG    0.0.0 set 0/7/5 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:28,653 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:28,727 SmartHome.py DEBUG    0.0.0 set 0/7/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:29,322 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:42:29,391 SmartHome.py DEBUG    0.0.0 set 2/1/102 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:29,529 SmartHome.py DEBUG    0.0.0 set 2/1/101 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:31,272 SmartHome.py DEBUG    0.0.0 set 7/1/42 to 7 3a -- __init__.py:parse_telegram:162
        2013-05-16 20:42:32,088 SmartHome.py DEBUG    0.0.0 set 8/6/202 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:35,948 SmartHome.py DEBUG    0.0.0 set 7/0/13 to 4 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:42:38,718 SmartHome.py DEBUG    0.0.0 set 8/6/203 to 0 0 -- __init__.py:parse_telegram:162
        ^[[A2013-05-16 20:42:45,539 SmartHome.py DEBUG    0.0.0 set 8/5/0 to 2 4e -- __init__.py:parse_telegram:162
        2013-05-16 20:42:46,752 SmartHome.py DEBUG    Incoming connection from 192.168.2.29:56615 -- __init__.py:handle_accept:189
        2013-05-16 20:42:51,616 SmartHome.py DEBUG    0.0.0 set 7/2/40 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:42:53,284 SmartHome.py DEBUG    0.0.0 set 8/6/100 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:53,626 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 24.54 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:53,631 SmartHome.py INFO     eg.flur_klein.pm.lux = 24.54 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:42:53,864 SmartHome.py DEBUG    0.0.0 set 7/2/10 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:42:58,312 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 17.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:42:58,318 SmartHome.py INFO     og.flur.pm.lux = 17.0 via KNX 1.1.210 -- item.py:_update:186
        2013-05-16 20:42:58,385 SmartHome.py DEBUG    0.0.0 set 7/1/62 to 7 53 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:00,611 SmartHome.py DEBUG    0.0.0 set 7/0/16 to 14 d -- __init__.py:parse_telegram:162
        2013-05-16 20:43:00,749 SmartHome.py DEBUG    0.0.0 set 8/6/110 to 12 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:04,385 SmartHome.py DEBUG    0.0.0 set 7/2/51 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:05,400 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 30.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:43:05,405 SmartHome.py INFO     eg.flur_gross.pm.lux = 30.0 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:43:06,572 SmartHome.py DEBUG    0.0.0 set 7/0/10 to e b0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:07,956 SmartHome.py DEBUG    0.0.0 set 8/6/111 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:08,605 SmartHome.py DEBUG    0.0.0 set 7/0/0 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:11,300 SmartHome.py DEBUG    0.0.0 set 7/2/12 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:43:12,106 SmartHome.py DEBUG    1.1.19 set 3/1/39 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:12,405 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:43:12,410 SmartHome.py INFO     zaehler.wp.stand = 5949.79980469 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:43:13,837 SmartHome.py DEBUG    0.0.0 set 7/2/62 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:15,647 SmartHome.py DEBUG    0.0.0 set 8/6/120 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:43:17,817 SmartHome.py DEBUG    0.0.0 set 7/2/60 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:20,885 SmartHome.py DEBUG    0.0.0 set 7/1/31 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:22,247 SmartHome.py DEBUG    0.0.0 set 8/6/121 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:43:23,488 SmartHome.py DEBUG    0.0.0 set 7/2/1 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:43:28,816 SmartHome.py DEBUG    0.0.0 set 7/2/31 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:29,074 SmartHome.py DEBUG    0.0.0 set 8/6/150 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:30,386 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:43:31,078 SmartHome.py DEBUG    0.0.0 set 7/2/41 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:31,375 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:43:32,384 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:43:33,091 SmartHome.py DEBUG    0.0.0 set 7/1/50 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:33,392 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:43:34,394 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:43:35,638 SmartHome.py DEBUG    0.0.0 set 7/0/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:43:37,004 SmartHome.py DEBUG    0.0.0 set 8/6/122 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:43:37,809 SmartHome.py DEBUG    0.0.0 set 7/2/11 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:40,491 SmartHome.py DEBUG    0.0.0 set 7/1/19 to d 7 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:42,787 SmartHome.py DEBUG    0.0.0 set 7/2/32 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:43:43,774 SmartHome.py DEBUG    0.0.0 set 8/6/151 to f 2d -- __init__.py:parse_telegram:162
        2013-05-16 20:43:45,142 SmartHome.py DEBUG    0.0.0 set 7/2/30 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:43:47,365 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:43:47,413 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:47,447 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:49,459 SmartHome.py DEBUG    0.0.0 set 7/1/53 to 7 3a -- __init__.py:parse_telegram:162
        2013-05-16 20:43:50,311 SmartHome.py DEBUG    0.0.0 set 8/6/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:52,123 SmartHome.py DEBUG    0.0.0 set 7/2/38 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:43:52,296 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:53,545 SmartHome.py DEBUG    1.1.210 set 1/2/20 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:53,592 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 153 -- __init__.py:parse_telegram:167
        2013-05-16 20:43:54,768 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:43:54,772 SmartHome.py INFO     og.flur.licht_decke.dim = 0 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:43:54,789 SmartHome.py DEBUG    1.1.201 set 1/2/21 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:43:54,794 SmartHome.py INFO     og.flur.licht_decke.switch = False via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:43:54,900 SmartHome.py DEBUG    0.0.0 set 7/0/12 to 3 84 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:56,780 SmartHome.py DEBUG    0.0.0 set 8/6/1 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:43:57,139 SmartHome.py DEBUG    0.0.0 set 7/1/40 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:43:57,355 Scheduler    DEBUG    rrd next time: 2013-05-16 20:48:57+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:43:59,237 SmartHome.py DEBUG    0.0.0 set 7/1/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:44:03,608 SmartHome.py DEBUG    0.0.0 set 7/1/2 to 7 53 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:03,804 SmartHome.py DEBUG    0.0.0 set 8/6/10 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:05,776 SmartHome.py DEBUG    0.0.0 set 7/1/39 to c 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:10,392 SmartHome.py DEBUG    0.0.0 set 7/1/30 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:11,214 SmartHome.py DEBUG    0.0.0 set 8/6/20 to 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:12,620 SmartHome.py DEBUG    0.0.0 set 7/2/42 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:14,594 SmartHome.py DEBUG    0.0.0 set 7/2/36 to d 20 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:16,970 SmartHome.py DEBUG    0.0.0 set 7/2/39 to d 6b -- __init__.py:parse_telegram:162
        2013-05-16 20:44:18,332 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4328.55517578 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:18,336 SmartHome.py INFO     zaehler.haushalt.stand = 4328.55517578 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:44:18,509 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:18,560 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:18,617 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:18,621 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 240.96 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:44:18,694 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 8.58 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:18,698 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 8.58 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:44:18,724 SmartHome.py DEBUG    0.0.0 set 8/6/21 to 0 0 65 98 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:18,776 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 10.53 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:18,781 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 10.53 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:44:18,824 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.13 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:18,830 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.13 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:44:18,860 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 4.78 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:18,865 SmartHome.py INFO     zaehler.haushalt.verbrauch = 4.78 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:44:19,388 SmartHome.py DEBUG    0.0.0 set 7/0/15 to 14 84 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:21,673 SmartHome.py DEBUG    0.0.0 set 7/1/32 to 7 21 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:24,508 SmartHome.py DEBUG    0.0.0 set 1/2/20 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:24,552 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 2 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:24,556 SmartHome.py INFO     og.flur.licht_decke.dim = 2 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:44:24,587 SmartHome.py DEBUG    1.1.201 set 1/2/21 to True -- __init__.py:parse_telegram:167
        2013-05-16 20:44:24,592 SmartHome.py INFO     og.flur.licht_decke.switch = True via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:44:24,686 SmartHome.py DEBUG    0.0.0 set 7/2/20 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:44:25,793 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 153 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:25,798 SmartHome.py INFO     og.flur.licht_decke.dim = 153 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:44:25,915 SmartHome.py DEBUG    0.0.0 set 1/2/23 to 66 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:25,920 SmartHome.py INFO     og.flur.licht_decke.dim = 66 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:44:26,080 SmartHome.py DEBUG    0.0.0 set 8/6/22 to 0 0 65 a0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:28,788 SmartHome.py DEBUG    0.0.0 set 7/2/21 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:44:30,888 SmartHome.py DEBUG    0.0.0 set 7/1/51 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:33,286 SmartHome.py DEBUG    0.0.0 set 7/1/1 to 6 ef -- __init__.py:parse_telegram:162
        2013-05-16 20:44:33,368 SmartHome.py DEBUG    0.0.0 set 8/6/30 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:35,636 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:44:36,162 SmartHome.py DEBUG    0.0.0 set 7/2/37 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:36,319 SmartHome.py DEBUG    0.0.0 read 1/2/36 -- __init__.py:parse_telegram:180
        2013-05-16 20:44:36,393 SmartHome.py DEBUG    1.1.200 set 1/2/36 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:36,471 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:36,676 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:44:36,717 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:36,814 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:36,962 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:37,072 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:37,682 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:44:38,603 SmartHome.py DEBUG    0.0.0 set 7/2/22 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:44:38,657 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:44:39,700 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:44:41,030 SmartHome.py DEBUG    0.0.0 set 7/2/2 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:42,394 SmartHome.py DEBUG    0.0.0 set 8/6/40 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:46,080 SmartHome.py DEBUG    0.0.0 set 0/0/102 to 94 2c 2e -- __init__.py:parse_telegram:162
        2013-05-16 20:44:46,170 SmartHome.py DEBUG    0.0.0 set 0/0/101 to 10 5 d -- __init__.py:parse_telegram:162
        2013-05-16 20:44:46,224 SmartHome.py DEBUG    0.0.0 set 7/1/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:44:48,625 SmartHome.py DEBUG    0.0.0 set 7/2/50 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:50,290 SmartHome.py DEBUG    0.0.0 set 8/6/51 to 14 e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:50,650 SmartHome.py DEBUG    1.1.20 set 3/1/19 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:51,991 SmartHome.py DEBUG    0.0.0 set 7/2/52 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:44:53,632 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 19.72 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:53,643 SmartHome.py INFO     eg.flur_klein.pm.lux = 19.72 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:44:55,124 SmartHome.py DEBUG    0.0.0 set 7/1/10 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:57,033 SmartHome.py DEBUG    0.0.0 set 8/6/52 to e c3 -- __init__.py:parse_telegram:162
        2013-05-16 20:44:58,190 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 0.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:44:58,194 SmartHome.py INFO     og.flur.pm.lux = 0.0 via KNX 1.1.210 -- item.py:_update:186
        2013-05-16 20:44:59,792 SmartHome.py DEBUG    0.0.0 set 7/2/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:45:04,359 SmartHome.py DEBUG    0.0.0 set 8/6/42 to 3 7d -- __init__.py:parse_telegram:162
        2013-05-16 20:45:04,433 SmartHome.py DEBUG    1.1.11 set 2/1/53 to 3 bb -- __init__.py:parse_telegram:162
        2013-05-16 20:45:05,375 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 26.24 -- __init__.py:parse_telegram:167
        2013-05-16 20:45:05,379 SmartHome.py INFO     eg.flur_gross.pm.lux = 26.24 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:45:07,886 SmartHome.py DEBUG    0.0.0 set 7/1/12 to 7 3a -- __init__.py:parse_telegram:162
        2013-05-16 20:45:10,048 SmartHome.py DEBUG    0.0.0 set 7/0/20 to 14 d5 -- __init__.py:parse_telegram:162
        2013-05-16 20:45:10,936 SmartHome.py DEBUG    0.0.0 set 8/6/41 to 4 97 -- __init__.py:parse_telegram:162
        2013-05-16 20:45:11,936 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:45:12,044 SmartHome.py DEBUG    0.0.0 set 7/3/0 to c ee -- __init__.py:parse_telegram:162
        2013-05-16 20:45:18,201 SmartHome.py DEBUG    0.0.0 set 8/6/61 to 0 0 e ff -- __init__.py:parse_telegram:162
        2013-05-16 20:45:27,069 SmartHome.py DEBUG    0.0.0 set 8/6/62 to 2 fd -- __init__.py:parse_telegram:162
        2013-05-16 20:45:32,605 SmartHome.py DEBUG    1.1.20 set 1/1/15 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:45:32,674 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 2 -- __init__.py:parse_telegram:167
        2013-05-16 20:45:32,678 SmartHome.py INFO     eg.kueche.licht_decke.dim = 2 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:45:32,719 SmartHome.py DEBUG    1.1.2 set 1/1/16 to True -- __init__.py:parse_telegram:167
        2013-05-16 20:45:32,724 SmartHome.py INFO     eg.kueche.licht_decke.switch = True via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:45:33,607 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 20:45:33,612 SmartHome.py INFO     eg.kueche.licht_decke.dim = 127 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:45:34,967 SmartHome.py DEBUG    0.0.0 set 8/6/63 to f 68 -- __init__.py:parse_telegram:162
        2013-05-16 20:45:41,797 SmartHome.py DEBUG    0.0.0 set 8/6/200 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:45:41,970 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:45:42,990 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:45:43,979 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:45:45,008 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:45:45,995 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:45:48,508 SmartHome.py DEBUG    0.0.0 set 8/6/201 to 14 d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:45:55,509 SmartHome.py DEBUG    0.0.0 set 8/6/202 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:01,530 SmartHome.py DEBUG    1.1.19 set 1/1/35 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:01,578 SmartHome.py DEBUG    1.1.19 set 3/1/30 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:01,625 SmartHome.py DEBUG    1.1.2 set 1/1/38 to 2 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:01,630 SmartHome.py INFO     eg.wc.licht_decke.dim = 2 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:01,637 SmartHome.py INFO     og.bad.licht_spiegel.dim = 2 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:01,650 SmartHome.py DEBUG    1.1.2 set 1/1/36 to True -- __init__.py:parse_telegram:167
        2013-05-16 20:46:01,655 SmartHome.py INFO     eg.wc.licht_decke.switch = True via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:01,662 SmartHome.py INFO     og.bad.licht_spiegel.switch = True via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:02,558 SmartHome.py DEBUG    1.1.2 set 1/1/38 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:02,563 SmartHome.py INFO     eg.wc.licht_decke.dim = 127 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:02,570 SmartHome.py INFO     og.bad.licht_spiegel.dim = 127 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:02,856 SmartHome.py DEBUG    0.0.0 set 8/6/203 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:09,643 SmartHome.py DEBUG    0.0.0 set 8/5/0 to 2 4e -- __init__.py:parse_telegram:162
        2013-05-16 20:46:09,996 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:46:10,067 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:10,108 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:11,990 SmartHome.py DEBUG    1.1.19 set 3/1/39 to 6 40 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:17,072 SmartHome.py DEBUG    0.0.0 set 8/6/100 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:19,719 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4328.72509766 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:19,725 SmartHome.py INFO     zaehler.haushalt.stand = 4328.72509766 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:46:19,855 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:19,906 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:19,911 SmartHome.py INFO     zaehler.haushalt.spannung_l2 = 240.96 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:46:19,956 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:20,013 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 17.86 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:20,017 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 17.86 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:46:20,059 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 2.35 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:20,064 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 2.35 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:46:20,114 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.19 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:20,118 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.19 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:46:20,164 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 4.91 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:20,169 SmartHome.py INFO     zaehler.haushalt.verbrauch = 4.91 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:46:24,206 SmartHome.py DEBUG    0.0.0 set 8/6/110 to 12 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:29,674 SmartHome.py DEBUG    0.0.0 set 0/7/4 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:29,724 SmartHome.py DEBUG    0.0.0 set 0/7/1 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:29,801 SmartHome.py DEBUG    0.0.0 set 0/7/3 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:29,852 SmartHome.py DEBUG    0.0.0 set 0/7/2 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:29,881 SmartHome.py DEBUG    0.0.0 set 0/7/5 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:29,927 SmartHome.py DEBUG    0.0.0 set 0/7/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:31,198 SmartHome.py DEBUG    0.0.0 set 2/1/102 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:31,226 SmartHome.py DEBUG    0.0.0 set 8/6/111 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:31,304 SmartHome.py DEBUG    0.0.0 set 2/1/101 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:36,611 SmartHome.py DEBUG    1.1.101 set 3/1/20 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:38,497 SmartHome.py DEBUG    0.0.0 set 8/6/120 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:46:45,328 SmartHome.py DEBUG    0.0.0 set 8/6/121 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:46:45,807 SmartHome.py DEBUG    1.1.242 set 1/1/35 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:45,839 SmartHome.py DEBUG    1.1.2 set 1/1/38 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:46,859 SmartHome.py DEBUG    1.1.2 set 1/1/38 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:46,864 SmartHome.py INFO     eg.wc.licht_decke.dim = 0 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:46,872 SmartHome.py INFO     og.bad.licht_spiegel.dim = 0 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:46,889 SmartHome.py DEBUG    1.1.2 set 1/1/36 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:46:46,894 SmartHome.py INFO     eg.wc.licht_decke.switch = False via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:46,901 SmartHome.py INFO     og.bad.licht_spiegel.switch = False via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:46:48,016 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:46:49,059 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:46:50,036 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:46:51,040 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:46:52,045 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:46:53,594 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 93.04 -- __init__.py:parse_telegram:167
        2013-05-16 20:46:53,599 SmartHome.py INFO     eg.flur_klein.pm.lux = 93.04 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:46:54,528 SmartHome.py DEBUG    0.0.0 set 8/6/150 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:46:58,064 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 0.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:47:01,527 SmartHome.py DEBUG    0.0.0 set 8/6/122 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:47:04,742 SmartHome.py DEBUG    0.0.0 read 8/2/63 -- __init__.py:parse_telegram:180
        2013-05-16 20:47:04,793 SmartHome.py DEBUG    1.1.18 set 8/2/63 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:05,374 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 30.08 -- __init__.py:parse_telegram:167
        2013-05-16 20:47:05,379 SmartHome.py INFO     eg.flur_gross.pm.lux = 30.08 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:47:08,194 SmartHome.py DEBUG    0.0.0 set 7/1/52 to 7 53 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:09,188 SmartHome.py DEBUG    0.0.0 set 8/6/151 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:12,676 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:47:16,104 SmartHome.py DEBUG    0.0.0 set 8/6/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:19,388 SmartHome.py DEBUG    0.0.0 set 7/1/42 to 7 53 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:21,300 Scheduler    DEBUG    ow next time: 2013-05-16 20:52:21+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:47:23,370 SmartHome.py DEBUG    0.0.0 set 8/6/1 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:24,974 SmartHome.py DEBUG    0.0.0 set 7/0/13 to 4 b0 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:30,594 SmartHome.py DEBUG    0.0.0 set 8/6/10 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:37,408 SmartHome.py DEBUG    0.0.0 set 8/6/20 to 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:38,136 SmartHome.py DEBUG    0.0.0 set 7/2/40 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:47:40,385 SmartHome.py DEBUG    0.0.0 set 7/2/10 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:44,317 SmartHome.py DEBUG    0.0.0 set 7/1/62 to 7 85 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:45,445 SmartHome.py DEBUG    0.0.0 set 8/6/21 to 0 0 65 98 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:46,699 SmartHome.py DEBUG    0.0.0 set 7/0/16 to f e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:48,900 SmartHome.py DEBUG    0.0.0 set 7/2/51 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:50,506 SmartHome.py DEBUG    1.1.20 set 3/1/19 to 5 dc -- __init__.py:parse_telegram:162
        2013-05-16 20:47:51,017 SmartHome.py DEBUG    0.0.0 set 7/0/10 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:52,980 SmartHome.py DEBUG    0.0.0 set 8/6/22 to 0 0 65 a0 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:53,135 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:47:53,596 SmartHome.py DEBUG    0.0.0 set 7/0/0 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:54,128 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:47:55,120 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:47:55,628 SmartHome.py DEBUG    0.0.0 set 7/2/12 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:47:56,164 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:47:57,131 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:47:57,743 SmartHome.py DEBUG    0.0.0 set 7/2/62 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:47:59,698 SmartHome.py DEBUG    0.0.0 set 8/6/30 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:02,362 SmartHome.py DEBUG    0.0.0 set 7/2/60 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:04,165 SmartHome.py DEBUG    1.1.11 set 2/1/53 to 3 c5 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:04,604 SmartHome.py DEBUG    0.0.0 set 7/1/31 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:06,983 SmartHome.py DEBUG    0.0.0 set 8/6/40 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:07,318 SmartHome.py DEBUG    0.0.0 set 7/2/1 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:11,330 SmartHome.py DEBUG    0.0.0 set 7/2/31 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:14,135 SmartHome.py DEBUG    0.0.0 set 7/2/41 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:14,285 SmartHome.py DEBUG    0.0.0 set 8/6/51 to 14 d7 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:16,386 SmartHome.py DEBUG    0.0.0 set 7/1/50 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:18,497 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4328.89892578 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:18,502 SmartHome.py INFO     zaehler.haushalt.stand = 4328.89892578 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:48:18,630 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 237.92 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:18,635 SmartHome.py INFO     zaehler.haushalt.spannung_l1 = 237.92 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:48:18,679 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:18,745 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:18,750 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 240.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:48:18,798 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 17.82 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:18,805 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 17.82 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:48:18,832 SmartHome.py DEBUG    0.0.0 set 7/0/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:48:18,867 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 2.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:18,872 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 2.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:48:18,918 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.21 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:18,923 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.21 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:48:18,953 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 4.82 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:18,958 SmartHome.py INFO     zaehler.haushalt.verbrauch = 4.82 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:48:20,807 SmartHome.py DEBUG    0.0.0 set 8/6/52 to d fb -- __init__.py:parse_telegram:162
        2013-05-16 20:48:21,702 SmartHome.py DEBUG    0.0.0 set 7/2/11 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:24,401 SmartHome.py DEBUG    0.0.0 set 7/1/19 to c e2 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:26,853 SmartHome.py DEBUG    0.0.0 set 7/2/32 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:48:28,220 SmartHome.py DEBUG    0.0.0 set 8/6/42 to 3 8a -- __init__.py:parse_telegram:162
        2013-05-16 20:48:28,889 SmartHome.py DEBUG    0.0.0 set 7/2/30 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:48:31,233 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:48:31,326 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:31,382 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:33,561 SmartHome.py DEBUG    0.0.0 set 7/1/53 to 7 9e -- __init__.py:parse_telegram:162
        2013-05-16 20:48:35,456 SmartHome.py DEBUG    0.0.0 set 8/6/41 to 4 5e -- __init__.py:parse_telegram:162
        2013-05-16 20:48:35,724 SmartHome.py DEBUG    0.0.0 set 7/2/38 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:48:35,889 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:38,100 SmartHome.py DEBUG    0.0.0 set 7/0/12 to 3 9d -- __init__.py:parse_telegram:162
        2013-05-16 20:48:40,348 SmartHome.py DEBUG    0.0.0 set 7/1/40 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:48:42,558 SmartHome.py DEBUG    0.0.0 set 7/1/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:48:42,828 SmartHome.py DEBUG    0.0.0 set 8/6/61 to 0 0 e ff -- __init__.py:parse_telegram:162
        2013-05-16 20:48:45,188 SmartHome.py DEBUG    0.0.0 set 7/1/2 to 7 53 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:47,093 SmartHome.py DEBUG    0.0.0 set 0/0/102 to 94 30 2f -- __init__.py:parse_telegram:162
        2013-05-16 20:48:47,168 SmartHome.py DEBUG    0.0.0 set 0/0/101 to 10 5 d -- __init__.py:parse_telegram:162
        2013-05-16 20:48:47,509 SmartHome.py DEBUG    0.0.0 set 7/1/39 to c 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:50,038 SmartHome.py DEBUG    0.0.0 set 8/6/62 to 2 fd -- __init__.py:parse_telegram:162
        2013-05-16 20:48:53,582 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 87.68 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:53,587 SmartHome.py INFO     eg.flur_klein.pm.lux = 87.68 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:48:53,860 SmartHome.py DEBUG    0.0.0 set 7/1/30 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:56,036 SmartHome.py DEBUG    0.0.0 set 7/2/42 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:48:57,226 Scheduler    DEBUG    rrd next time: 2013-05-16 20:53:57+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:48:57,974 SmartHome.py DEBUG    0.0.0 set 8/6/63 to f 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:48:58,063 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 0.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:48:58,160 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:48:59,096 SmartHome.py DEBUG    0.0.0 set 7/2/36 to d 2d -- __init__.py:parse_telegram:162
        2013-05-16 20:48:59,198 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:49:00,204 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:49:01,180 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:49:01,289 SmartHome.py DEBUG    0.0.0 set 7/2/39 to d 39 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:02,216 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:49:03,984 SmartHome.py DEBUG    0.0.0 set 7/0/15 to 14 5e -- __init__.py:parse_telegram:162
        2013-05-16 20:49:05,368 SmartHome.py DEBUG    0.0.0 set 8/6/200 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:05,404 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 28.32 -- __init__.py:parse_telegram:167
        2013-05-16 20:49:05,409 SmartHome.py INFO     eg.flur_gross.pm.lux = 28.32 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:49:06,957 SmartHome.py DEBUG    0.0.0 set 7/1/32 to 7 3a -- __init__.py:parse_telegram:162
        2013-05-16 20:49:10,927 SmartHome.py DEBUG    0.0.0 set 7/2/20 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:49:11,856 SmartHome.py DEBUG    1.1.19 set 3/1/39 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:12,360 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:49:13,188 SmartHome.py DEBUG    0.0.0 set 8/6/201 to 14 d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:14,902 SmartHome.py DEBUG    0.0.0 set 7/2/21 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:49:18,711 SmartHome.py DEBUG    0.0.0 set 7/1/51 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:20,065 SmartHome.py DEBUG    0.0.0 set 8/6/202 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:20,893 SmartHome.py DEBUG    0.0.0 set 7/1/1 to 6 ef -- __init__.py:parse_telegram:162
        2013-05-16 20:49:23,557 SmartHome.py DEBUG    0.0.0 set 7/2/37 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:23,724 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:25,698 SmartHome.py DEBUG    0.0.0 set 7/2/22 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:49:28,156 SmartHome.py DEBUG    0.0.0 set 7/2/2 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:28,249 SmartHome.py DEBUG    0.0.0 set 8/6/203 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:32,846 SmartHome.py DEBUG    0.0.0 set 7/1/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:49:35,248 SmartHome.py DEBUG    0.0.0 set 7/2/50 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:35,402 SmartHome.py DEBUG    0.0.0 set 8/5/0 to 2 4e -- __init__.py:parse_telegram:162
        2013-05-16 20:49:37,821 SmartHome.py DEBUG    0.0.0 set 7/2/52 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:49:39,874 SmartHome.py DEBUG    0.0.0 set 7/7/4 to 7 6c -- __init__.py:parse_telegram:162
        2013-05-16 20:49:39,926 SmartHome.py DEBUG    0.0.0 set 7/7/5 to 17 9e -- __init__.py:parse_telegram:162
        2013-05-16 20:49:39,949 SmartHome.py DEBUG    0.0.0 set 7/7/6 to c 7e -- __init__.py:parse_telegram:162
        2013-05-16 20:49:39,975 SmartHome.py DEBUG    0.0.0 set 7/7/7 to 5 dc -- __init__.py:parse_telegram:162
        2013-05-16 20:49:40,009 SmartHome.py DEBUG    0.0.0 set 7/7/8 to 48 65 69 74 65 72 0 0 0 0 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:40,037 SmartHome.py DEBUG    Unknown APDU -- __init__.py:parse_telegram:142
        2013-05-16 20:49:40,076 SmartHome.py DEBUG    0.0.0 set 7/7/10 to 46 72 6f 6d 20 74 68 65 20 4e 45 20 61 74 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:40,093 SmartHome.py DEBUG    0.0.0 set 7/7/11 to 4e 45 0 0 0 0 0 0 0 0 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:41,004 SmartHome.py DEBUG    0.0.0 set 7/1/10 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:42,376 SmartHome.py DEBUG    0.0.0 set 8/6/100 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:45,713 SmartHome.py DEBUG    0.0.0 set 7/2/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:49:47,820 SmartHome.py DEBUG    1.1.19 set 1/1/35 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:47,862 SmartHome.py DEBUG    1.1.2 set 1/1/36 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:49:49,234 SmartHome.py DEBUG    0.0.0 set 8/6/110 to 12 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:52,140 SmartHome.py DEBUG    0.0.0 set 7/1/12 to 7 6c -- __init__.py:parse_telegram:162
        2013-05-16 20:49:54,140 SmartHome.py DEBUG    0.0.0 set 7/0/20 to 14 d5 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:56,550 SmartHome.py DEBUG    0.0.0 set 8/6/111 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:49:56,831 SmartHome.py DEBUG    0.0.0 set 7/3/0 to c ee -- __init__.py:parse_telegram:162
        2013-05-16 20:50:03,856 SmartHome.py DEBUG    0.0.0 set 8/6/120 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:50:04,079 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:50:05,080 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:50:06,080 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:50:07,087 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:50:08,106 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:50:11,681 SmartHome.py DEBUG    0.0.0 set 8/6/121 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:50:18,553 SmartHome.py DEBUG    0.0.0 set 8/6/150 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:18,975 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4329.00585938 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:18,980 SmartHome.py INFO     zaehler.haushalt.stand = 4329.00585938 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:50:19,127 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:19,131 SmartHome.py INFO     zaehler.haushalt.spannung_l1 = 238.88 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:50:19,159 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:19,196 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:19,233 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 8.76 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:19,238 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 8.76 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:50:19,269 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 2.11 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:19,273 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 2.11 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:50:19,306 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.2 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:19,310 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.2 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:50:19,326 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 2.68 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:19,330 SmartHome.py INFO     zaehler.haushalt.verbrauch = 2.68 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:50:25,501 SmartHome.py DEBUG    0.0.0 set 8/6/122 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:50:32,287 SmartHome.py DEBUG    0.0.0 set 8/6/151 to 14 1e -- __init__.py:parse_telegram:162
        2013-05-16 20:50:32,449 SmartHome.py DEBUG    0.0.0 set 0/7/4 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:32,579 SmartHome.py DEBUG    0.0.0 set 0/7/1 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:32,672 SmartHome.py DEBUG    0.0.0 set 0/7/3 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:32,756 SmartHome.py DEBUG    0.0.0 set 0/7/2 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:32,808 SmartHome.py DEBUG    0.0.0 set 0/7/5 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:32,869 SmartHome.py DEBUG    0.0.0 set 0/7/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:33,506 SmartHome.py DEBUG    0.0.0 set 2/1/102 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:33,622 SmartHome.py DEBUG    0.0.0 set 2/1/101 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:39,236 SmartHome.py DEBUG    0.0.0 set 8/6/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:43,993 SmartHome.py DEBUG    1.1.210 set 1/2/20 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:44,040 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 66 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:44,737 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 153 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:44,746 SmartHome.py INFO     og.flur.licht_decke.dim = 153 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:50:46,060 SmartHome.py DEBUG    0.0.0 set 8/6/1 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:50,414 SmartHome.py DEBUG    1.1.20 set 3/1/19 to 5 dc -- __init__.py:parse_telegram:162
        2013-05-16 20:50:52,834 SmartHome.py DEBUG    0.0.0 set 8/6/10 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:53,573 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 84.4 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:53,580 SmartHome.py INFO     eg.flur_klein.pm.lux = 84.4 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:50:57,919 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 14.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:50:57,924 SmartHome.py INFO     og.flur.pm.lux = 14.0 via KNX 1.1.210 -- item.py:_update:186
        2013-05-16 20:50:57,996 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:50:58,046 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:58,086 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:50:59,984 SmartHome.py DEBUG    0.0.0 set 8/6/20 to 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:51:03,914 SmartHome.py DEBUG    1.1.11 set 2/1/53 to 3 bb -- __init__.py:parse_telegram:162
        2013-05-16 20:51:05,352 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 28.24 -- __init__.py:parse_telegram:167
        2013-05-16 20:51:05,357 SmartHome.py INFO     eg.flur_gross.pm.lux = 28.24 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:51:07,252 SmartHome.py DEBUG    0.0.0 set 8/6/21 to 0 0 65 98 -- __init__.py:parse_telegram:162
        2013-05-16 20:51:09,149 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:51:10,181 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:51:11,173 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:51:11,633 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:51:12,176 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:51:13,192 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:51:15,654 SmartHome.py DEBUG    0.0.0 set 8/6/22 to 0 0 65 a0 -- __init__.py:parse_telegram:162
        2013-05-16 20:51:22,928 SmartHome.py DEBUG    0.0.0 set 8/6/30 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:51:29,751 SmartHome.py DEBUG    0.0.0 set 8/6/40 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:51:36,564 SmartHome.py DEBUG    0.0.0 set 8/6/51 to 14 c2 -- __init__.py:parse_telegram:162
        2013-05-16 20:51:43,373 SmartHome.py DEBUG    0.0.0 set 8/6/52 to d 5f -- __init__.py:parse_telegram:162
        2013-05-16 20:51:50,243 SmartHome.py DEBUG    0.0.0 set 8/6/42 to 3 a9 -- __init__.py:parse_telegram:162
        2013-05-16 20:51:52,355 SmartHome.py DEBUG    1.1.20 set 1/1/15 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:51:52,401 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 20:51:53,405 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:51:53,409 SmartHome.py INFO     eg.kueche.licht_decke.dim = 0 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:51:53,443 SmartHome.py DEBUG    1.1.2 set 1/1/16 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:51:53,447 SmartHome.py INFO     eg.kueche.licht_decke.switch = False via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:51:54,404 SmartHome.py DEBUG    0.0.0 set 7/1/52 to 7 9e -- __init__.py:parse_telegram:162
        2013-05-16 20:51:58,971 SmartHome.py DEBUG    0.0.0 set 8/6/41 to 4 45 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:05,679 SmartHome.py DEBUG    0.0.0 read 8/2/43 -- __init__.py:parse_telegram:180
        2013-05-16 20:52:05,744 SmartHome.py DEBUG    1.1.18 set 8/2/43 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:05,848 SmartHome.py DEBUG    0.0.0 set 8/6/61 to 0 0 e ff -- __init__.py:parse_telegram:162
        2013-05-16 20:52:07,853 SmartHome.py DEBUG    0.0.0 set 7/1/42 to 7 9e -- __init__.py:parse_telegram:162
        2013-05-16 20:52:11,715 SmartHome.py DEBUG    1.1.19 set 3/1/39 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:12,295 SmartHome.py DEBUG    0.0.0 set 7/0/13 to 4 fb -- __init__.py:parse_telegram:162
        2013-05-16 20:52:12,610 SmartHome.py DEBUG    0.0.0 set 8/6/62 to 2 fa -- __init__.py:parse_telegram:162
        2013-05-16 20:52:14,953 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:52:15,960 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:52:16,969 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:52:17,963 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:52:18,392 Scheduler    DEBUG    ow.bus next time: 2013-05-16 21:02:18+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:52:18,413 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4329.09521484 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:18,417 SmartHome.py INFO     zaehler.haushalt.stand = 4329.09521484 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:52:18,552 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 237.92 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:18,557 SmartHome.py INFO     zaehler.haushalt.spannung_l1 = 237.92 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:52:18,596 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:18,604 SmartHome.py INFO     zaehler.haushalt.spannung_l2 = 240.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:52:18,654 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:18,708 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 8.92 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:18,712 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 8.92 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:52:18,758 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 1.24 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:18,763 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 1.24 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:52:18,820 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.32 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:18,825 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.32 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:52:18,852 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 2.56 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:18,856 SmartHome.py INFO     zaehler.haushalt.verbrauch = 2.56 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:52:18,988 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:52:21,227 Scheduler    DEBUG    ow next time: 2013-05-16 20:57:21+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:52:21,594 SmartHome.py DEBUG    0.0.0 set 8/6/63 to e eb -- __init__.py:parse_telegram:162
        2013-05-16 20:52:25,155 SmartHome.py DEBUG    0.0.0 set 7/2/40 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:52:27,325 SmartHome.py DEBUG    0.0.0 set 7/2/10 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:28,690 SmartHome.py DEBUG    0.0.0 set 8/6/200 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:33,124 SmartHome.py DEBUG    0.0.0 set 7/1/62 to 7 b7 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:36,109 SmartHome.py DEBUG    0.0.0 set 8/6/201 to 14 d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:36,270 SmartHome.py DEBUG    0.0.0 set 7/0/16 to f b7 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:38,463 SmartHome.py DEBUG    0.0.0 set 7/2/51 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:40,874 SmartHome.py DEBUG    0.0.0 set 7/0/10 to 14 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:43,125 SmartHome.py DEBUG    0.0.0 set 7/0/0 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:43,258 SmartHome.py DEBUG    0.0.0 set 8/6/202 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:45,564 SmartHome.py DEBUG    0.0.0 set 7/2/12 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:52:47,994 SmartHome.py DEBUG    0.0.0 set 7/2/62 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:48,130 SmartHome.py DEBUG    0.0.0 set 0/0/102 to 94 34 30 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:48,178 SmartHome.py DEBUG    0.0.0 set 0/0/101 to 10 5 d -- __init__.py:parse_telegram:162
        2013-05-16 20:52:50,609 SmartHome.py DEBUG    0.0.0 set 8/6/203 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:53,037 SmartHome.py DEBUG    0.0.0 set 7/2/60 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:53,552 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 16.79 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:53,557 SmartHome.py INFO     eg.flur_klein.pm.lux = 16.79 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:52:55,400 SmartHome.py DEBUG    0.0.0 set 7/1/31 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:52:57,826 SmartHome.py DEBUG    0.0.0 set 8/5/0 to 2 4e -- __init__.py:parse_telegram:162
        2013-05-16 20:52:57,876 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 13.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:52:57,881 SmartHome.py INFO     og.flur.pm.lux = 13.0 via KNX 1.1.210 -- item.py:_update:186
        2013-05-16 20:52:58,364 SmartHome.py DEBUG    0.0.0 set 7/2/1 to 7 d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:02,988 SmartHome.py DEBUG    0.0.0 set 7/2/31 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:04,406 SmartHome.py DEBUG    0.0.0 set 8/6/100 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:05,316 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 20.25 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:05,321 SmartHome.py INFO     eg.flur_gross.pm.lux = 20.25 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:53:06,012 SmartHome.py DEBUG    0.0.0 set 7/2/41 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:08,280 SmartHome.py DEBUG    0.0.0 set 7/1/50 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:10,199 SmartHome.py DEBUG    1.1.20 set 1/1/15 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:10,268 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 2 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:10,273 SmartHome.py INFO     eg.kueche.licht_decke.dim = 2 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:53:10,318 SmartHome.py DEBUG    1.1.2 set 1/1/16 to True -- __init__.py:parse_telegram:167
        2013-05-16 20:53:10,323 SmartHome.py INFO     eg.kueche.licht_decke.switch = True via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:53:11,137 SmartHome.py DEBUG    0.0.0 set 8/6/110 to 12 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:11,255 SmartHome.py DEBUG    0.0.0 set 7/0/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:53:11,300 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:11,305 SmartHome.py INFO     eg.kueche.licht_decke.dim = 127 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:53:11,907 SmartHome.py DEBUG    1.1.101 set 1/1/20 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:11,942 SmartHome.py DEBUG    1.1.2 set 1/1/23 to 2 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:11,946 SmartHome.py INFO     eg.flur_klein.licht_decke.dim = 2 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:53:11,979 SmartHome.py DEBUG    1.1.2 set 1/1/21 to True -- __init__.py:parse_telegram:167
        2013-05-16 20:53:11,984 SmartHome.py INFO     eg.flur_klein.licht_decke.switch = True via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:53:12,061 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:12,957 SmartHome.py DEBUG    1.1.2 set 1/1/23 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:12,962 SmartHome.py INFO     eg.flur_klein.licht_decke.dim = 127 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:53:13,512 SmartHome.py DEBUG    0.0.0 set 7/2/11 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:15,713 SmartHome.py DEBUG    0.0.0 set 7/1/19 to c bc -- __init__.py:parse_telegram:162
        2013-05-16 20:53:17,394 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 119.76 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:17,399 SmartHome.py INFO     eg.flur_klein.pm.lux = 119.76 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:53:18,178 SmartHome.py DEBUG    0.0.0 set 7/2/32 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:53:18,967 SmartHome.py DEBUG    0.0.0 set 8/6/111 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:20,286 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:53:20,351 SmartHome.py DEBUG    0.0.0 set 7/2/30 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:53:21,264 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:53:22,248 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:53:23,280 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:53:23,974 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:53:24,037 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:24,060 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:24,276 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:53:25,107 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 226.72 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:25,112 SmartHome.py INFO     eg.flur_klein.pm.lux = 226.72 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:53:26,139 SmartHome.py DEBUG    0.0.0 set 7/1/53 to 7 d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:26,976 SmartHome.py DEBUG    0.0.0 set 8/6/120 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:53:28,248 SmartHome.py DEBUG    0.0.0 set 7/2/38 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:53:28,358 SmartHome.py DEBUG    0.0.0 read 1/2/36 -- __init__.py:parse_telegram:180
        2013-05-16 20:53:28,421 SmartHome.py DEBUG    1.1.200 set 1/2/36 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:28,482 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:28,690 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:28,953 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:29,238 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:29,334 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:31,308 SmartHome.py DEBUG    0.0.0 set 7/0/12 to 3 cf -- __init__.py:parse_telegram:162
        2013-05-16 20:53:33,517 SmartHome.py DEBUG    0.0.0 set 7/1/40 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:53:34,350 SmartHome.py DEBUG    0.0.0 set 8/6/121 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:53:35,620 SmartHome.py DEBUG    0.0.0 set 7/1/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:53:38,339 SmartHome.py DEBUG    0.0.0 set 7/1/2 to 7 6c -- __init__.py:parse_telegram:162
        2013-05-16 20:53:39,165 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 328.32 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:39,170 SmartHome.py INFO     eg.flur_klein.pm.lux = 328.32 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:53:40,533 SmartHome.py DEBUG    0.0.0 set 7/1/39 to c 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:42,512 SmartHome.py DEBUG    0.0.0 set 8/6/150 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:45,467 SmartHome.py DEBUG    0.0.0 set 7/1/30 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:53:48,129 SmartHome.py DEBUG    0.0.0 set 7/2/42 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:49,532 SmartHome.py DEBUG    0.0.0 set 8/6/122 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:53:50,272 SmartHome.py DEBUG    0.0.0 set 7/2/36 to d 2d -- __init__.py:parse_telegram:162
        2013-05-16 20:53:50,323 SmartHome.py DEBUG    1.1.20 set 3/1/19 to 6 40 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:51,097 SmartHome.py DEBUG    1.1.210 set 1/2/20 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:51,130 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 153 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:52,333 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:53:52,338 SmartHome.py INFO     og.flur.licht_decke.dim = 0 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:53:52,356 SmartHome.py DEBUG    1.1.201 set 1/2/21 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:53:52,361 SmartHome.py INFO     og.flur.licht_decke.switch = False via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:53:52,980 SmartHome.py DEBUG    0.0.0 set 7/2/39 to d 20 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:55,618 SmartHome.py DEBUG    0.0.0 set 7/0/15 to 14 39 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:56,974 SmartHome.py DEBUG    0.0.0 set 8/6/151 to 14 3d -- __init__.py:parse_telegram:162
        2013-05-16 20:53:57,359 Scheduler    DEBUG    rrd next time: 2013-05-16 20:58:57+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:53:57,924 SmartHome.py DEBUG    0.0.0 set 7/1/32 to 7 53 -- __init__.py:parse_telegram:162
        2013-05-16 20:53:59,936 SmartHome.py DEBUG    0.0.0 set 7/2/20 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:54:03,673 SmartHome.py DEBUG    1.1.11 set 2/1/53 to 3 c5 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:04,504 SmartHome.py DEBUG    0.0.0 set 8/6/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:04,803 SmartHome.py DEBUG    0.0.0 set 7/2/21 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:54:07,012 SmartHome.py DEBUG    0.0.0 set 7/1/51 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:09,150 SmartHome.py DEBUG    0.0.0 set 7/1/1 to 7 21 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:11,637 SmartHome.py DEBUG    0.0.0 set 8/6/1 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:12,106 SmartHome.py DEBUG    0.0.0 set 7/2/37 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:12,218 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:14,196 SmartHome.py DEBUG    0.0.0 set 7/2/22 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:54:17,063 SmartHome.py DEBUG    0.0.0 set 7/2/2 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:17,962 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4329.19287109 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:17,967 SmartHome.py INFO     zaehler.haushalt.stand = 4329.19287109 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:54:18,122 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:18,127 SmartHome.py INFO     zaehler.haushalt.spannung_l1 = 238.88 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:54:18,171 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:18,176 SmartHome.py INFO     zaehler.haushalt.spannung_l2 = 240.96 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:54:18,223 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:18,227 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 240.96 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:54:18,272 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 8.53 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:18,277 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 8.53 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:54:18,322 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 1.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:18,327 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 1.96 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:54:18,377 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.4 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:18,382 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.4 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:54:18,402 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 2.65 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:18,407 SmartHome.py INFO     zaehler.haushalt.verbrauch = 2.65 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:54:20,512 SmartHome.py DEBUG    0.0.0 set 8/6/10 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:21,608 SmartHome.py DEBUG    0.0.0 set 7/1/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:54:23,506 SmartHome.py DEBUG    0.0.0 set 7/2/50 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:25,686 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:54:26,061 SmartHome.py DEBUG    0.0.0 set 7/2/52 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:54:26,681 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:54:27,741 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:54:28,238 SmartHome.py DEBUG    0.0.0 set 7/1/10 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:28,693 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:54:29,724 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:54:32,156 SmartHome.py DEBUG    0.0.0 set 8/6/20 to 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:32,328 SmartHome.py DEBUG    0.0.0 set 7/2/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:54:34,001 SmartHome.py DEBUG    0.0.0 set 0/7/4 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:34,042 SmartHome.py DEBUG    0.0.0 set 0/7/1 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:34,108 SmartHome.py DEBUG    0.0.0 set 0/7/3 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:34,150 SmartHome.py DEBUG    0.0.0 set 0/7/2 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:34,181 SmartHome.py DEBUG    0.0.0 set 0/7/5 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:34,225 SmartHome.py DEBUG    0.0.0 set 0/7/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:35,414 SmartHome.py DEBUG    0.0.0 set 2/1/102 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:35,522 SmartHome.py DEBUG    0.0.0 set 2/1/101 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:39,504 SmartHome.py DEBUG    0.0.0 set 7/1/12 to 7 9e -- __init__.py:parse_telegram:162
        2013-05-16 20:54:39,553 SmartHome.py DEBUG    0.0.0 set 8/6/21 to 0 0 65 98 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:42,021 SmartHome.py DEBUG    0.0.0 set 7/0/20 to 14 d5 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:45,448 SmartHome.py DEBUG    0.0.0 set 7/3/0 to c fb -- __init__.py:parse_telegram:162
        2013-05-16 20:54:46,849 SmartHome.py DEBUG    0.0.0 set 8/6/22 to 0 0 65 a0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:53,569 SmartHome.py DEBUG    0.0.0 set 8/6/30 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:54:57,739 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 0.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:54:57,744 SmartHome.py INFO     og.flur.pm.lux = 0.0 via KNX 1.1.210 -- item.py:_update:186
        2013-05-16 20:55:00,708 SmartHome.py DEBUG    0.0.0 set 8/6/40 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:55:05,306 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 45.16 -- __init__.py:parse_telegram:167
        2013-05-16 20:55:05,312 SmartHome.py INFO     eg.flur_gross.pm.lux = 45.16 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:55:07,193 SmartHome.py DEBUG    0.0.0 set 8/6/51 to 14 a3 -- __init__.py:parse_telegram:162
        2013-05-16 20:55:11,435 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:55:11,600 SmartHome.py DEBUG    1.1.19 set 3/1/39 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:55:14,032 SmartHome.py DEBUG    0.0.0 set 8/6/52 to c de -- __init__.py:parse_telegram:162
        2013-05-16 20:55:21,092 SmartHome.py DEBUG    0.0.0 set 8/6/42 to 3 bc -- __init__.py:parse_telegram:162
        2013-05-16 20:55:27,905 SmartHome.py DEBUG    0.0.0 set 8/6/41 to 4 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:55:31,265 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:55:32,298 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:55:33,298 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:55:34,304 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:55:35,290 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:55:38,060 SmartHome.py DEBUG    0.0.0 set 8/6/61 to 0 0 e ff -- __init__.py:parse_telegram:162
        2013-05-16 20:55:38,532 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 352.96 -- __init__.py:parse_telegram:167
        2013-05-16 20:55:38,545 SmartHome.py INFO     eg.flur_klein.pm.lux = 352.96 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:55:42,850 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:55:42,916 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:55:42,951 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:55:44,888 SmartHome.py DEBUG    0.0.0 set 8/6/62 to 2 f9 -- __init__.py:parse_telegram:162
        2013-05-16 20:55:51,728 SmartHome.py DEBUG    0.0.0 set 8/6/63 to e b9 -- __init__.py:parse_telegram:162
        2013-05-16 20:55:58,492 SmartHome.py DEBUG    0.0.0 set 8/6/200 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:05,330 SmartHome.py DEBUG    0.0.0 set 8/6/201 to 14 cf -- __init__.py:parse_telegram:162
        2013-05-16 20:56:12,154 SmartHome.py DEBUG    0.0.0 set 8/6/202 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:14,594 SmartHome.py DEBUG    1.1.101 set 1/1/20 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:14,637 SmartHome.py DEBUG    1.1.2 set 1/1/23 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:15,614 SmartHome.py DEBUG    1.1.2 set 1/1/23 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:15,620 SmartHome.py INFO     eg.flur_klein.licht_decke.dim = 0 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:56:15,656 SmartHome.py DEBUG    1.1.2 set 1/1/21 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:56:15,663 SmartHome.py INFO     eg.flur_klein.licht_decke.switch = False via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:56:16,186 SmartHome.py DEBUG    1.1.20 set 1/1/15 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:16,235 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:17,179 SmartHome.py DEBUG    1.1.2 set 1/1/18 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:17,190 SmartHome.py INFO     eg.kueche.licht_decke.dim = 0 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:56:17,208 SmartHome.py DEBUG    1.1.2 set 1/1/16 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:56:17,212 SmartHome.py INFO     eg.kueche.licht_decke.switch = False via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 20:56:18,849 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4329.26708984 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:18,853 SmartHome.py INFO     zaehler.haushalt.stand = 4329.26708984 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:56:18,981 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:18,986 SmartHome.py INFO     zaehler.haushalt.spannung_l2 = 240.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:56:19,005 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 237.92 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:19,010 SmartHome.py INFO     zaehler.haushalt.spannung_l1 = 237.92 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:56:19,050 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:19,054 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 240.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:56:19,108 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 8.53 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:19,156 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 1.97 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:19,161 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 1.97 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:56:19,193 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.25 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:19,198 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.25 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:56:19,216 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 2.59 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:19,220 SmartHome.py INFO     zaehler.haushalt.verbrauch = 2.59 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:56:19,245 SmartHome.py DEBUG    0.0.0 set 8/6/203 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:20,414 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 251.04 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:20,418 SmartHome.py INFO     eg.flur_klein.pm.lux = 251.04 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:56:26,605 SmartHome.py DEBUG    0.0.0 set 8/5/0 to 2 4e -- __init__.py:parse_telegram:162
        2013-05-16 20:56:28,120 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 145.76 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:28,125 SmartHome.py INFO     eg.flur_klein.pm.lux = 145.76 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:56:33,697 SmartHome.py DEBUG    0.0.0 set 8/6/100 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:37,086 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:56:37,681 SmartHome.py DEBUG    0.0.0 set 7/1/52 to 7 d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:38,106 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:56:39,113 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:56:40,142 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:56:41,108 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:56:43,562 SmartHome.py DEBUG    0.0.0 set 8/6/110 to 12 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:46,010 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 45.44 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:46,015 SmartHome.py INFO     eg.flur_klein.pm.lux = 45.44 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:56:49,127 SmartHome.py DEBUG    0.0.0 set 0/0/102 to 94 38 31 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:49,204 SmartHome.py DEBUG    0.0.0 set 0/0/101 to 10 5 d -- __init__.py:parse_telegram:162
        2013-05-16 20:56:50,118 SmartHome.py DEBUG    1.1.20 set 3/1/19 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:50,648 SmartHome.py DEBUG    0.0.0 set 7/1/42 to 7 b7 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:51,324 SmartHome.py DEBUG    0.0.0 set 8/6/111 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:56,475 SmartHome.py DEBUG    0.0.0 set 7/0/13 to 5 14 -- __init__.py:parse_telegram:162
        2013-05-16 20:56:57,659 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 0.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:56:58,462 SmartHome.py DEBUG    0.0.0 set 8/6/120 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:57:03,444 SmartHome.py DEBUG    1.1.11 set 2/1/53 to 3 55 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:05,285 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 14.38 -- __init__.py:parse_telegram:167
        2013-05-16 20:57:05,289 SmartHome.py INFO     eg.flur_gross.pm.lux = 14.38 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:57:05,332 SmartHome.py DEBUG    0.0.0 set 8/6/121 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:57:05,951 SmartHome.py DEBUG    0.0.0 read 8/2/63 -- __init__.py:parse_telegram:180
        2013-05-16 20:57:06,015 SmartHome.py DEBUG    1.1.18 set 8/2/63 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:12,165 SmartHome.py DEBUG    0.0.0 set 8/6/150 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:12,407 SmartHome.py DEBUG    0.0.0 set 7/2/40 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:57:12,532 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:57:14,566 SmartHome.py DEBUG    0.0.0 set 7/2/10 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:18,904 SmartHome.py DEBUG    0.0.0 set 7/1/62 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:19,534 SmartHome.py DEBUG    0.0.0 set 8/6/122 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:57:21,286 Scheduler    DEBUG    ow next time: 2013-05-16 21:02:21+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:57:21,504 SmartHome.py DEBUG    0.0.0 set 7/0/16 to f 78 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:23,608 SmartHome.py DEBUG    0.0.0 set 7/2/51 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:25,933 SmartHome.py DEBUG    0.0.0 set 7/0/10 to 14 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:57:26,233 SmartHome.py DEBUG    1.1.210 set 1/2/20 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:26,290 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 2 -- __init__.py:parse_telegram:167
        2013-05-16 20:57:26,295 SmartHome.py INFO     og.flur.licht_decke.dim = 2 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:57:26,320 SmartHome.py DEBUG    1.1.201 set 1/2/21 to True -- __init__.py:parse_telegram:167
        2013-05-16 20:57:26,325 SmartHome.py INFO     og.flur.licht_decke.switch = True via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:57:27,276 SmartHome.py DEBUG    0.0.0 set 8/6/151 to 14 4a -- __init__.py:parse_telegram:162
        2013-05-16 20:57:27,473 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 153 -- __init__.py:parse_telegram:167
        2013-05-16 20:57:27,479 SmartHome.py INFO     og.flur.licht_decke.dim = 153 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:57:28,216 SmartHome.py DEBUG    0.0.0 set 7/0/0 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:57:30,340 SmartHome.py DEBUG    0.0.0 set 7/2/12 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:57:32,862 SmartHome.py DEBUG    0.0.0 set 7/2/62 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:35,060 SmartHome.py DEBUG    0.0.0 set 8/6/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:36,839 SmartHome.py DEBUG    0.0.0 set 7/2/60 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:39,101 SmartHome.py DEBUG    0.0.0 set 7/1/31 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:41,473 SmartHome.py DEBUG    0.0.0 set 7/2/1 to 7 d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:42,348 SmartHome.py DEBUG    0.0.0 set 8/6/1 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:42,544 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:57:43,521 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:57:44,554 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:57:45,359 SmartHome.py DEBUG    0.0.0 set 7/2/31 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:45,553 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:57:46,547 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:57:47,772 SmartHome.py DEBUG    0.0.0 set 7/2/41 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:49,614 SmartHome.py DEBUG    0.0.0 set 8/6/10 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:57:50,034 SmartHome.py DEBUG    0.0.0 set 7/1/50 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:52,666 SmartHome.py DEBUG    0.0.0 set 7/0/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:57:55,077 SmartHome.py DEBUG    0.0.0 set 7/2/11 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:56,995 SmartHome.py DEBUG    0.0.0 set 8/6/20 to 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:57,342 SmartHome.py DEBUG    0.0.0 set 7/1/19 to c a3 -- __init__.py:parse_telegram:162
        2013-05-16 20:57:59,800 SmartHome.py DEBUG    0.0.0 set 7/2/32 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:58:02,130 SmartHome.py DEBUG    0.0.0 set 7/2/30 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:58:04,273 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:58:04,322 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:04,352 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:04,764 SmartHome.py DEBUG    0.0.0 set 8/6/21 to 0 0 65 98 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:06,595 SmartHome.py DEBUG    0.0.0 set 7/1/53 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:08,981 SmartHome.py DEBUG    0.0.0 set 7/2/38 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:58:09,130 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:11,456 SmartHome.py DEBUG    1.1.19 set 3/1/39 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:11,533 SmartHome.py DEBUG    0.0.0 set 7/0/12 to 3 e8 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:12,358 SmartHome.py DEBUG    0.0.0 set 8/6/22 to 0 0 65 a0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:13,907 SmartHome.py DEBUG    0.0.0 set 7/1/40 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:58:16,069 SmartHome.py DEBUG    0.0.0 set 7/1/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 20:58:17,509 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4329.35986328 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:17,514 SmartHome.py INFO     zaehler.haushalt.stand = 4329.35986328 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:58:17,643 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 237.92 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:17,675 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:17,712 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:17,716 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 238.88 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:58:17,750 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 11.75 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:17,755 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 11.75 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:58:17,803 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 1.3 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:17,808 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 1.3 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:58:17,850 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.11 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:17,856 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.11 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:58:17,876 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 3.15 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:17,880 SmartHome.py INFO     zaehler.haushalt.verbrauch = 3.15 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 20:58:18,733 SmartHome.py DEBUG    0.0.0 set 7/1/2 to 7 85 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:20,074 SmartHome.py DEBUG    0.0.0 set 8/6/30 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:20,923 SmartHome.py DEBUG    0.0.0 set 7/1/39 to c 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:24,735 SmartHome.py DEBUG    0.0.0 set 7/1/30 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:58:27,132 SmartHome.py DEBUG    0.0.0 set 7/2/42 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:27,537 SmartHome.py DEBUG    0.0.0 set 8/6/40 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:29,428 SmartHome.py DEBUG    0.0.0 set 7/2/36 to d 20 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:31,537 SmartHome.py DEBUG    0.0.0 set 7/2/39 to c fb -- __init__.py:parse_telegram:162
        2013-05-16 20:58:33,916 SmartHome.py DEBUG    0.0.0 set 7/0/15 to 14 1a -- __init__.py:parse_telegram:162
        2013-05-16 20:58:34,722 SmartHome.py DEBUG    0.0.0 set 8/6/51 to 14 7a -- __init__.py:parse_telegram:162
        2013-05-16 20:58:35,558 SmartHome.py DEBUG    0.0.0 set 0/7/4 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:35,643 SmartHome.py DEBUG    0.0.0 set 0/7/1 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:35,749 SmartHome.py DEBUG    0.0.0 set 0/7/3 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:35,829 SmartHome.py DEBUG    0.0.0 set 0/7/2 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:35,885 SmartHome.py DEBUG    0.0.0 set 0/7/5 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:35,938 SmartHome.py DEBUG    0.0.0 set 0/7/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:36,474 SmartHome.py DEBUG    0.0.0 set 2/1/102 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:36,594 SmartHome.py DEBUG    0.0.0 set 2/1/101 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:36,901 SmartHome.py DEBUG    0.0.0 set 7/1/32 to 7 85 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:39,751 SmartHome.py DEBUG    0.0.0 set 7/2/20 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:58:42,654 SmartHome.py DEBUG    0.0.0 set 8/6/52 to c 9a -- __init__.py:parse_telegram:162
        2013-05-16 20:58:44,239 SmartHome.py DEBUG    0.0.0 set 7/2/21 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 20:58:45,521 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 11.62 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:45,526 SmartHome.py INFO     eg.flur_klein.pm.lux = 11.62 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 20:58:47,381 SmartHome.py DEBUG    0.0.0 set 7/1/51 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:47,949 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:58:48,989 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:58:49,676 SmartHome.py DEBUG    0.0.0 set 7/1/1 to 7 3a -- __init__.py:parse_telegram:162
        2013-05-16 20:58:49,978 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:58:50,982 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:58:52,003 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 20:58:52,363 SmartHome.py DEBUG    0.0.0 set 7/2/37 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:52,474 SmartHome.py DEBUG    0.0.0 read 1/2/36 -- __init__.py:parse_telegram:180
        2013-05-16 20:58:52,550 SmartHome.py DEBUG    1.1.200 set 1/2/36 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:52,621 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:52,804 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:52,923 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:53,099 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:53,195 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:58:54,652 SmartHome.py DEBUG    0.0.0 set 8/6/42 to 3 cf -- __init__.py:parse_telegram:162
        2013-05-16 20:58:55,163 SmartHome.py DEBUG    0.0.0 set 7/2/22 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:58:57,405 Scheduler    DEBUG    rrd next time: 2013-05-16 21:03:57+02:00 -- scheduler.py:_next_time:193
        2013-05-16 20:58:57,556 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 12.0 -- __init__.py:parse_telegram:167
        2013-05-16 20:58:57,561 SmartHome.py INFO     og.flur.pm.lux = 12.0 via KNX 1.1.210 -- item.py:_update:186
        2013-05-16 20:58:58,221 SmartHome.py DEBUG    0.0.0 set 7/2/2 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:01,260 SmartHome.py DEBUG    0.0.0 set 8/6/41 to 4 26 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:03,404 SmartHome.py DEBUG    0.0.0 set 7/1/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:59:05,281 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 14.95 -- __init__.py:parse_telegram:167
        2013-05-16 20:59:05,285 SmartHome.py INFO     eg.flur_gross.pm.lux = 14.95 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 20:59:05,740 SmartHome.py DEBUG    0.0.0 set 7/2/50 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:08,040 SmartHome.py DEBUG    0.0.0 set 7/2/52 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:59:08,872 SmartHome.py DEBUG    0.0.0 set 8/6/61 to 0 0 e ff -- __init__.py:parse_telegram:162
        2013-05-16 20:59:10,353 SmartHome.py DEBUG    0.0.0 set 7/1/10 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:12,208 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 20:59:14,514 SmartHome.py DEBUG    0.0.0 set 7/2/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 20:59:17,666 SmartHome.py DEBUG    0.0.0 set 8/6/62 to 2 f9 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:21,217 SmartHome.py DEBUG    0.0.0 set 7/1/12 to 7 b7 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:23,541 SmartHome.py DEBUG    0.0.0 set 7/0/20 to 14 cf -- __init__.py:parse_telegram:162
        2013-05-16 20:59:24,507 SmartHome.py DEBUG    0.0.0 set 8/6/63 to e 97 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:25,812 SmartHome.py DEBUG    0.0.0 set 7/3/0 to c fb -- __init__.py:parse_telegram:162
        2013-05-16 20:59:31,798 SmartHome.py DEBUG    0.0.0 set 8/6/200 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:32,858 SmartHome.py DEBUG    1.1.210 set 1/2/20 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:32,896 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 153 -- __init__.py:parse_telegram:167
        2013-05-16 20:59:34,075 SmartHome.py DEBUG    1.1.201 set 1/2/23 to 0 -- __init__.py:parse_telegram:167
        2013-05-16 20:59:34,079 SmartHome.py INFO     og.flur.licht_decke.dim = 0 via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:59:34,104 SmartHome.py DEBUG    1.1.201 set 1/2/21 to False -- __init__.py:parse_telegram:167
        2013-05-16 20:59:34,108 SmartHome.py INFO     og.flur.licht_decke.switch = False via KNX 1.1.201 -- item.py:_update:186
        2013-05-16 20:59:39,601 SmartHome.py DEBUG    0.0.0 set 8/6/201 to 14 cf -- __init__.py:parse_telegram:162
        2013-05-16 20:59:46,362 SmartHome.py DEBUG    0.0.0 set 8/6/202 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:49,972 SmartHome.py DEBUG    1.1.20 set 3/1/19 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:53,441 SmartHome.py DEBUG    0.0.0 set 8/6/203 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 20:59:53,641 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 20:59:54,637 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 20:59:55,642 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 20:59:56,668 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 20:59:57,658 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 21:00:00,138 SmartHome.py DEBUG    0.0.0 set 8/5/0 to 2 4e -- __init__.py:parse_telegram:162
        2013-05-16 21:00:03,204 SmartHome.py DEBUG    1.1.11 set 2/1/53 to 2 ff -- __init__.py:parse_telegram:162
        2013-05-16 21:00:07,957 SmartHome.py DEBUG    0.0.0 set 8/6/100 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 21:00:14,777 SmartHome.py DEBUG    0.0.0 set 8/6/110 to 12 -- __init__.py:parse_telegram:162
        2013-05-16 21:00:19,010 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4329.42675781 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:19,016 SmartHome.py INFO     zaehler.haushalt.stand = 4329.42675781 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:00:19,145 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 237.92 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:19,193 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:19,199 SmartHome.py INFO     zaehler.haushalt.spannung_l2 = 238.88 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:00:19,230 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:19,235 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 240.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:00:19,263 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 3.99 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:19,267 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 3.99 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:00:19,301 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 1.27 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:19,306 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 1.27 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:00:19,338 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.18 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:19,342 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.18 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:00:19,364 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 1.32 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:19,369 SmartHome.py INFO     zaehler.haushalt.verbrauch = 1.32 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:00:21,797 SmartHome.py DEBUG    0.0.0 set 8/6/111 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:00:22,066 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:00:22,154 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:00:22,178 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:00:28,812 SmartHome.py DEBUG    0.0.0 set 8/6/120 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:00:36,290 SmartHome.py DEBUG    0.0.0 set 8/6/121 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:00:43,112 SmartHome.py DEBUG    0.0.0 set 8/6/150 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:00:45,529 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 5.16 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:45,533 SmartHome.py INFO     eg.flur_klein.pm.lux = 5.16 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 21:00:50,132 SmartHome.py DEBUG    0.0.0 set 0/0/102 to 95 0 32 -- __init__.py:parse_telegram:162
        2013-05-16 21:00:50,220 SmartHome.py DEBUG    0.0.0 set 8/6/122 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:00:50,281 SmartHome.py DEBUG    0.0.0 set 0/0/101 to 10 5 d -- __init__.py:parse_telegram:162
        2013-05-16 21:00:57,017 SmartHome.py DEBUG    0.0.0 set 8/6/151 to 14 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:00:57,489 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 0.0 -- __init__.py:parse_telegram:167
        2013-05-16 21:00:57,494 SmartHome.py INFO     og.flur.pm.lux = 0.0 via KNX 1.1.210 -- item.py:_update:186
        2013-05-16 21:00:59,629 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 21:01:00,642 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 21:01:01,676 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 21:01:02,661 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 21:01:03,676 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 21:01:05,279 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 10.0 -- __init__.py:parse_telegram:167
        2013-05-16 21:01:05,284 SmartHome.py INFO     eg.flur_gross.pm.lux = 10.0 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:01:07,268 SmartHome.py DEBUG    0.0.0 set 8/6/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:11,338 SmartHome.py DEBUG    1.1.19 set 3/1/39 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:11,878 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 21:01:14,577 SmartHome.py DEBUG    0.0.0 set 8/6/1 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:14,793 SmartHome.py DEBUG    0.0.0 set 7/1/52 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:21,410 SmartHome.py DEBUG    0.0.0 set 8/6/10 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:01:26,926 SmartHome.py DEBUG    0.0.0 set 7/1/42 to 7 b7 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:28,284 SmartHome.py DEBUG    0.0.0 set 8/6/20 to 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:32,405 SmartHome.py DEBUG    0.0.0 set 7/0/13 to 5 14 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:35,381 SmartHome.py DEBUG    0.0.0 set 8/6/21 to 0 0 65 98 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:42,205 SmartHome.py DEBUG    0.0.0 set 8/6/22 to 0 0 65 a0 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:46,364 SmartHome.py DEBUG    0.0.0 set 7/2/40 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 21:01:47,304 SmartHome.py DEBUG    1.1.19 set 3/1/30 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:48,454 SmartHome.py DEBUG    0.0.0 set 7/2/10 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:49,828 SmartHome.py DEBUG    0.0.0 set 8/6/30 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:52,891 SmartHome.py DEBUG    0.0.0 set 7/1/62 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:55,035 SmartHome.py DEBUG    0.0.0 set 7/0/16 to f 46 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:56,612 SmartHome.py DEBUG    0.0.0 set 8/6/40 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:57,156 SmartHome.py DEBUG    0.0.0 set 7/2/51 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 21:01:59,154 SmartHome.py DEBUG    0.0.0 set 7/0/10 to 14 45 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:01,628 SmartHome.py DEBUG    0.0.0 set 7/0/0 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:02:04,106 SmartHome.py DEBUG    0.0.0 set 8/6/51 to 14 4d -- __init__.py:parse_telegram:162
        2013-05-16 21:02:04,345 SmartHome.py DEBUG    0.0.0 set 7/2/12 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 21:02:04,899 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 21:02:05,908 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 21:02:06,577 SmartHome.py DEBUG    0.0.0 read 8/2/43 -- __init__.py:parse_telegram:180
        2013-05-16 21:02:06,630 SmartHome.py DEBUG    1.1.18 set 8/2/43 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:06,780 SmartHome.py DEBUG    0.0.0 set 7/2/62 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:06,930 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 21:02:07,928 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 21:02:08,917 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 21:02:10,904 SmartHome.py DEBUG    0.0.0 set 7/2/60 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:11,760 SmartHome.py DEBUG    0.0.0 set 8/6/52 to c 6e -- __init__.py:parse_telegram:162
        2013-05-16 21:02:12,920 SmartHome.py DEBUG    0.0.0 set 7/1/31 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:15,389 SmartHome.py DEBUG    0.0.0 set 7/2/1 to 7 d0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:18,299 Scheduler    DEBUG    ow.bus next time: 2013-05-16 21:12:18+02:00 -- scheduler.py:_next_time:193
        2013-05-16 21:02:18,837 SmartHome.py DEBUG    0.0.0 set 8/6/42 to 3 f4 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:19,328 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4329.4921875 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,333 SmartHome.py INFO     zaehler.haushalt.stand = 4329.4921875 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:02:19,408 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,423 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 237.92 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,479 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 237.92 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,484 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 237.92 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:02:19,550 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 8.82 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,555 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 8.82 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:02:19,610 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 1.45 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,615 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 1.45 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:02:19,650 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.48 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,657 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.48 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:02:19,675 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 2.5 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,679 SmartHome.py INFO     zaehler.haushalt.verbrauch = 2.5 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:02:19,703 SmartHome.py DEBUG    0.0.0 set 7/2/31 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:19,754 SmartHome.py DEBUG    1.1.100 set 1/1/40 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:19,778 SmartHome.py DEBUG    1.1.102 set 1/1/43 to 2 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,782 SmartHome.py INFO     eg.flur_gross.licht_decke.dim = 2 via KNX 1.1.102 -- item.py:_update:186
        2013-05-16 21:02:19,837 SmartHome.py DEBUG    1.1.102 set 1/1/41 to True -- __init__.py:parse_telegram:167
        2013-05-16 21:02:19,842 SmartHome.py INFO     eg.flur_gross.licht_decke.switch = True via KNX 1.1.102 -- item.py:_update:186
        2013-05-16 21:02:21,336 Scheduler    DEBUG    ow next time: 2013-05-16 21:07:21+02:00 -- scheduler.py:_next_time:193
        2013-05-16 21:02:21,778 SmartHome.py DEBUG    0.0.0 set 7/2/41 to 7 e9 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:22,682 SmartHome.py DEBUG    1.1.102 set 1/1/43 to 191 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:22,686 SmartHome.py INFO     eg.flur_gross.licht_decke.dim = 191 via KNX 1.1.102 -- item.py:_update:186
        2013-05-16 21:02:23,750 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 198.88 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:23,764 SmartHome.py INFO     eg.flur_gross.pm.lux = 198.88 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:24,046 SmartHome.py DEBUG    1.1.101 set 1/1/20 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:24,088 SmartHome.py DEBUG    1.1.2 set 1/1/23 to 2 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:24,093 SmartHome.py INFO     eg.flur_klein.licht_decke.dim = 2 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 21:02:24,153 SmartHome.py DEBUG    1.1.2 set 1/1/21 to True -- __init__.py:parse_telegram:167
        2013-05-16 21:02:24,158 SmartHome.py INFO     eg.flur_klein.licht_decke.switch = True via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 21:02:24,278 SmartHome.py DEBUG    0.0.0 set 7/1/50 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:25,017 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 328.32 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:25,022 SmartHome.py INFO     eg.flur_gross.pm.lux = 328.32 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:25,067 SmartHome.py DEBUG    1.1.2 set 1/1/23 to 127 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:25,072 SmartHome.py INFO     eg.flur_klein.licht_decke.dim = 127 via KNX 1.1.2 -- item.py:_update:186
        2013-05-16 21:02:26,298 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 449.92 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:26,303 SmartHome.py INFO     eg.flur_gross.pm.lux = 449.92 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:26,540 SmartHome.py DEBUG    0.0.0 set 8/6/41 to 4 20 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:26,580 SmartHome.py DEBUG    0.0.0 set 7/0/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 21:02:27,608 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 552.64 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:27,614 SmartHome.py INFO     eg.flur_gross.pm.lux = 552.64 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:27,739 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 130.72 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:27,743 SmartHome.py INFO     eg.flur_klein.pm.lux = 130.72 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 21:02:28,748 SmartHome.py DEBUG    0.0.0 set 7/2/11 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:30,151 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 691.2 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:30,156 SmartHome.py INFO     eg.flur_gross.pm.lux = 691.2 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:31,577 SmartHome.py DEBUG    0.0.0 set 7/1/19 to c 8a -- __init__.py:parse_telegram:162
        2013-05-16 21:02:32,730 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 816.0 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:32,735 SmartHome.py INFO     eg.flur_gross.pm.lux = 816.0 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:32,876 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 241.6 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:32,881 SmartHome.py INFO     eg.flur_klein.pm.lux = 241.6 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 21:02:33,694 SmartHome.py DEBUG    0.0.0 set 8/6/61 to 0 0 e ff -- __init__.py:parse_telegram:162
        2013-05-16 21:02:34,333 SmartHome.py DEBUG    0.0.0 set 7/2/32 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 21:02:35,257 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 959.36 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:35,261 SmartHome.py INFO     eg.flur_gross.pm.lux = 959.36 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:35,958 SmartHome.py DEBUG    0.0.0 set 0/7/4 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:36,094 SmartHome.py DEBUG    0.0.0 set 0/7/1 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:36,174 SmartHome.py DEBUG    0.0.0 set 0/7/3 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:36,280 SmartHome.py DEBUG    0.0.0 set 0/7/2 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:36,342 SmartHome.py DEBUG    0.0.0 set 0/7/5 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:36,398 SmartHome.py DEBUG    0.0.0 set 0/7/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:36,882 SmartHome.py DEBUG    0.0.0 set 7/2/30 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:02:37,052 SmartHome.py DEBUG    0.0.0 set 2/1/102 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:37,180 SmartHome.py DEBUG    0.0.0 set 2/1/101 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:39,094 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 1080.32 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:39,099 SmartHome.py INFO     eg.flur_gross.pm.lux = 1080.32 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:39,373 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:02:39,432 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:39,471 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:40,528 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 348.8 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:40,532 SmartHome.py INFO     eg.flur_klein.pm.lux = 348.8 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 21:02:40,846 SmartHome.py DEBUG    0.0.0 set 8/6/62 to 2 f9 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:42,238 SmartHome.py DEBUG    0.0.0 set 7/1/53 to c 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:44,213 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 1219.2 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:44,217 SmartHome.py INFO     eg.flur_gross.pm.lux = 1219.2 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:44,398 SmartHome.py DEBUG    0.0.0 set 7/2/38 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 21:02:44,506 SmartHome.py DEBUG    0.0.0 set 1/2/113 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:46,424 SmartHome.py DEBUG    0.0.0 set 7/0/12 to 4 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:48,302 SmartHome.py DEBUG    0.0.0 set 8/6/63 to e 78 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:48,683 SmartHome.py DEBUG    0.0.0 set 7/1/40 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:02:49,859 SmartHome.py DEBUG    1.1.20 set 3/1/19 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:51,293 SmartHome.py DEBUG    0.0.0 set 7/1/11 to c d -- __init__.py:parse_telegram:162
        2013-05-16 21:02:53,177 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 1333.76 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:53,181 SmartHome.py INFO     eg.flur_gross.pm.lux = 1333.76 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:02:54,953 SmartHome.py DEBUG    0.0.0 set 7/1/2 to 7 9e -- __init__.py:parse_telegram:162
        2013-05-16 21:02:55,047 SmartHome.py DEBUG    0.0.0 set 8/6/200 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:57,161 SmartHome.py DEBUG    0.0.0 set 7/1/39 to c 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:02:57,388 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 0.0 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:58,445 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 450.56 -- __init__.py:parse_telegram:167
        2013-05-16 21:02:58,450 SmartHome.py INFO     eg.flur_klein.pm.lux = 450.56 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 21:03:01,945 SmartHome.py DEBUG    0.0.0 set 8/6/201 to 14 cf -- __init__.py:parse_telegram:162
        2013-05-16 21:03:02,241 SmartHome.py DEBUG    0.0.0 set 7/1/30 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:03:02,967 SmartHome.py DEBUG    1.1.11 set 2/1/53 to 3 75 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:04,421 SmartHome.py DEBUG    0.0.0 set 7/2/42 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:07,076 SmartHome.py DEBUG    0.0.0 set 7/2/36 to d 20 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:07,273 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 1446.4 -- __init__.py:parse_telegram:167
        2013-05-16 21:03:07,278 SmartHome.py INFO     eg.flur_gross.pm.lux = 1446.4 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:03:08,623 SmartHome.py DEBUG    0.0.0 set 8/6/202 to f d0 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:09,200 SmartHome.py DEBUG    0.0.0 set 7/2/39 to c e2 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:10,971 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 21:03:11,549 SmartHome.py DEBUG    0.0.0 set 7/0/15 to 14 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:11,925 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 21:03:12,058 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 21:03:12,941 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 21:03:13,700 SmartHome.py DEBUG    0.0.0 set 7/1/32 to 7 9e -- __init__.py:parse_telegram:162
        2013-05-16 21:03:13,965 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 21:03:14,936 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 21:03:16,836 SmartHome.py DEBUG    0.0.0 set 7/2/20 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:03:17,654 SmartHome.py DEBUG    0.0.0 set 8/6/203 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:20,753 SmartHome.py DEBUG    0.0.0 set 7/2/21 to c 3f -- __init__.py:parse_telegram:162
        2013-05-16 21:03:23,495 SmartHome.py DEBUG    0.0.0 set 7/1/51 to c 33 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:25,986 SmartHome.py DEBUG    0.0.0 set 8/5/0 to 2 4e -- __init__.py:parse_telegram:162
        2013-05-16 21:03:26,065 SmartHome.py DEBUG    0.0.0 set 7/1/1 to 7 6c -- __init__.py:parse_telegram:162
        2013-05-16 21:03:28,854 SmartHome.py DEBUG    0.0.0 set 7/2/37 to c 26 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:29,027 SmartHome.py DEBUG    0.0.0 set 1/2/108 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:31,064 SmartHome.py DEBUG    0.0.0 set 7/2/22 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:03:32,945 SmartHome.py DEBUG    0.0.0 set 8/6/100 to 3 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:33,983 SmartHome.py DEBUG    0.0.0 set 7/2/2 to c 58 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:38,685 SmartHome.py DEBUG    0.0.0 set 7/1/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:03:39,476 SmartHome.py DEBUG    0.0.0 set 8/6/110 to 12 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:41,345 SmartHome.py DEBUG    0.0.0 set 7/2/50 to c 65 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:44,792 SmartHome.py DEBUG    0.0.0 set 7/2/52 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:03:46,704 SmartHome.py DEBUG    0.0.0 set 8/6/111 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:47,043 SmartHome.py DEBUG    0.0.0 set 7/1/10 to c 71 -- __init__.py:parse_telegram:162
        2013-05-16 21:03:51,667 SmartHome.py DEBUG    0.0.0 set 7/2/61 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:03:54,084 SmartHome.py DEBUG    0.0.0 set 8/6/120 to c 4c -- __init__.py:parse_telegram:162
        2013-05-16 21:03:57,267 Scheduler    DEBUG    rrd next time: 2013-05-16 21:08:57+02:00 -- scheduler.py:_next_time:193
        2013-05-16 21:03:58,286 SmartHome.py DEBUG    0.0.0 set 7/1/12 to 7 b7 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:00,520 SmartHome.py DEBUG    0.0.0 set 7/0/20 to 14 cf -- __init__.py:parse_telegram:162
        2013-05-16 21:04:01,472 SmartHome.py DEBUG    0.0.0 set 8/6/121 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:04:02,660 SmartHome.py DEBUG    0.0.0 set 7/3/0 to d 7 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:08,284 SmartHome.py DEBUG    0.0.0 set 8/6/150 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:11,170 SmartHome.py DEBUG    1.1.19 set 3/1/39 to 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:15,184 SmartHome.py DEBUG    0.0.0 set 8/6/122 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:04:16,450 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 21:04:17,478 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 21:04:18,537 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 21:04:18,696 SmartHome.py DEBUG    0.0.0 set 6/1/0 to 4329.58984375 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:18,700 SmartHome.py INFO     zaehler.haushalt.stand = 4329.58984375 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:04:18,777 SmartHome.py DEBUG    0.0.0 set 6/1/11 to 236.96 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:18,781 SmartHome.py INFO     zaehler.haushalt.spannung_l1 = 236.96 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:04:18,840 SmartHome.py DEBUG    0.0.0 set 6/1/21 to 238.88 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:18,921 SmartHome.py DEBUG    0.0.0 set 6/1/31 to 240.0 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:18,925 SmartHome.py INFO     zaehler.haushalt.spannung_l3 = 240.0 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:04:19,001 SmartHome.py DEBUG    0.0.0 set 6/1/10 to 11.34 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:19,006 SmartHome.py INFO     zaehler.haushalt.strom_l1 = 11.34 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:04:19,080 SmartHome.py DEBUG    0.0.0 set 6/1/20 to 2.04 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:19,086 SmartHome.py INFO     zaehler.haushalt.strom_l2 = 2.04 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:04:19,143 SmartHome.py DEBUG    0.0.0 set 6/1/30 to 1.44 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:19,147 SmartHome.py INFO     zaehler.haushalt.strom_l3 = 1.44 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:04:19,179 SmartHome.py DEBUG    0.0.0 set 6/1/1 to 3.34 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:19,183 SmartHome.py INFO     zaehler.haushalt.verbrauch = 3.34 via KNX 0.0.0 -- item.py:_update:186
        2013-05-16 21:04:19,488 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 21:04:20,495 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 21:04:23,235 SmartHome.py DEBUG    0.0.0 set 8/6/151 to 14 42 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:30,714 SmartHome.py DEBUG    0.0.0 set 8/6/0 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:38,654 SmartHome.py DEBUG    0.0.0 set 8/6/1 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:45,411 SmartHome.py DEBUG    0.0.0 set 8/6/10 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:04:51,176 SmartHome.py DEBUG    0.0.0 set 0/0/102 to 95 4 33 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:51,254 SmartHome.py DEBUG    0.0.0 set 0/0/101 to 10 5 d -- __init__.py:parse_telegram:162
        2013-05-16 21:04:52,618 SmartHome.py DEBUG    0.0.0 set 8/6/20 to 0 0 0 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:04:57,312 SmartHome.py DEBUG    1.1.210 set 3/2/29 to 0.0 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:57,485 SmartHome.py DEBUG    1.1.101 set 3/1/29 to 489.6 -- __init__.py:parse_telegram:167
        2013-05-16 21:04:57,489 SmartHome.py INFO     eg.flur_klein.pm.lux = 489.6 via KNX 1.1.101 -- item.py:_update:186
        2013-05-16 21:04:59,922 SmartHome.py DEBUG    0.0.0 set 8/6/21 to 0 0 65 98 -- __init__.py:parse_telegram:162
        2013-05-16 21:05:00,329 SmartHome.py DEBUG    0.0.0 set 7/1/38 to c 1a -- __init__.py:parse_telegram:162
        2013-05-16 21:05:00,375 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:05:00,407 SmartHome.py DEBUG    1.1.2 set 3/1/38 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:05:07,031 SmartHome.py DEBUG    0.0.0 set 8/6/22 to 0 0 65 a0 -- __init__.py:parse_telegram:162
        2013-05-16 21:05:07,240 SmartHome.py DEBUG    1.1.100 set 3/1/49 to 1495.04 -- __init__.py:parse_telegram:167
        2013-05-16 21:05:07,245 SmartHome.py INFO     eg.flur_gross.pm.lux = 1495.04 via KNX 1.1.100 -- item.py:_update:186
        2013-05-16 21:05:11,979 SmartHome.py DEBUG    0.0.0 set 6/2/0 to 5949.79980469 -- __init__.py:parse_telegram:167
        2013-05-16 21:05:13,878 SmartHome.py DEBUG    0.0.0 set 8/6/30 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:05:20,705 SmartHome.py DEBUG    0.0.0 set 8/6/40 to 1 -- __init__.py:parse_telegram:162
        2013-05-16 21:05:21,960 SmartHome.py DEBUG    0.0.0 read 0/6/14 -- __init__.py:parse_telegram:180
        2013-05-16 21:05:22,952 SmartHome.py DEBUG    0.0.0 read 0/6/15 -- __init__.py:parse_telegram:180
        2013-05-16 21:05:23,996 SmartHome.py DEBUG    0.0.0 read 0/6/16 -- __init__.py:parse_telegram:180
        2013-05-16 21:05:24,976 SmartHome.py DEBUG    0.0.0 read 0/6/17 -- __init__.py:parse_telegram:180
        2013-05-16 21:05:25,978 SmartHome.py DEBUG    0.0.0 read 0/6/18 -- __init__.py:parse_telegram:180
        2013-05-16 21:05:28,448 SmartHome.py DEBUG    0.0.0 set 8/6/51 to 14 23 -- __init__.py:parse_telegram:162
        2013-05-16 21:05:30,259 SmartHome.py DEBUG    1.1.100 set 1/1/40 to 0 -- __init__.py:parse_telegram:162
        2013-05-16 21:05:30,307 SmartHome.py DEBUG    1.1.102 set 1/1/43 to 191 -- __init__.py:parse_telegram:167
        So ... viel mehr geht nicht
        Der Text, den du eingegeben hast, besteht aus 163296 Zeichen und ist damit zu lang. Bitte kürze den Text auf die maximale Länge von 150000 Zeichen.
        Habe eben nochmal die Doku gecheckt und auch keine neuen Erkenntnisse gewonnen.

        Grüße

        Grüße
        Umgezogen? Ja! ... Fertig? Nein!
        Baustelle 2.0 !

        Kommentar


          #19
          Ahh, harte Nuss.
          Du verwendest das letzte Release 0.8 und die Configoptionen von 0.9.
          Ich rate Dir auf die aktuelle Entwicklerversion zu gehen, dort wurde das 1-Wire Plugin grundlegend überarbeitet.

          https://github.com/mknx/smarthome/archive/master.zip

          Bis bald

          Marcus

          Kommentar


            #20
            Zitat von JuMi2006 Beitrag anzeigen
            ... wobei ich jetzt dacht dass ich auf dem neuesten Stand wäre, oder gabs seit 0.8 noch Änderungen in git die notwendig wären. ...
            Na sag ich doch. Läuft jetzt - Perfekt !
            Dann kann ich mich nochmal an das convert.py machen und dort erste Python Erfahrungen sammeln.

            Grüße
            Umgezogen? Ja! ... Fertig? Nein!
            Baustelle 2.0 !

            Kommentar


              #21
              Ich muss nochmal nachfragen. Gabs da nicht irgendwo ne Doku wo das mit den iButtons erklärt war ? Ich hab da irgendwie Sensortypen "B" und "BM" im Kopf ... ich finds aber nicht. Ich baue gerade das convert.py etwas aus.

              Grüße
              Umgezogen? Ja! ... Fertig? Nein!
              Baustelle 2.0 !

              Kommentar


                #22
                SmartHome.py - 1-Wire Plugin

                ???
                Derzeit zwischen Kistenauspacken und Garten anlegen.
                Baublog im Profil.

                Kommentar


                  #23
                  Oh man...sorry...das stand da eben aber noch nicht
                  Dein Script hat schonmal richtig gut portiert!

                  Danke!
                  Umgezogen? Ja! ... Fertig? Nein!
                  Baustelle 2.0 !

                  Kommentar


                    #24
                    doch stand da.
                    aber onewire ungleich owng
                    owng ist "hidden"
                    Derzeit zwischen Kistenauspacken und Garten anlegen.
                    Baublog im Profil.

                    Kommentar


                      #25
                      Na da kann ich lange suchen

                      Wie ist denn der Stand mit dem 1-Wire-Plugin bzgl. iButtons?

                      Ich bin mit dem Plugin auf dem Master-Stand, der iButton wird beim Start gefunden:
                      Code:
                      2013-05-18 09:23:32,631 1w-disc      INFO     1-Wire: 01.FF8A5B130000 with sensors: B -- __init__.py:_discovery:390
                      Die item.conf sieht an der Stelle so aus:
                      Code:
                      [ow]
                      [[Besitzer]]
                          name = Besitzer
                          type = bool
                          ow_addr = 01.FF8A5B130000
                          ow_sensor = B
                          #knx_send = 0/7/2
                          #knx_reply = 0/7/2
                      Allerdings bekomme ich auch über das CLI immer "FALSE" zurück:
                      Code:
                      > ls ow.Besitzer
                      Items:
                      ======
                      ow.Besitzer = False
                      >
                      Der iButton hängt aber wirklich und wird im owhttp auch angezeigt. Wie gesagt das owfs läuft noch auf dem WireGate.
                      Umgezogen? Ja! ... Fertig? Nein!
                      Baustelle 2.0 !

                      Kommentar


                        #26
                        Hallo,

                        Zitat von JuMi2006 Beitrag anzeigen
                        Wie ist denn der Stand mit dem 1-Wire-Plugin bzgl. iButtons?
                        gut. Hast Du einen iButton-Busmaster angegeben? Aus dem Doku-Beispiel:

                        Code:
                        [[bm-ibutton]]
                                name = ibutton busmaster to identify ibutton buses
                                type = bool
                                ow_addr = 81.75172D000000
                                ow_sensor = BM
                        Hast Du einen separaten Busmaster dafür? Ist wirklich zu empfehlen, da eine hohe Last auf dem Bus erzeugt wird, da alle 0.5 Sekunden der Zustand erfasst wird.
                        Wenn kein dedizierter Busmaster vorhanden ist, könntest Du das Intervall mit der Pluginoption
                        Code:
                        button_wait = 2.0
                        verändern.

                        Bis bald

                        Marcus

                        Kommentar


                          #27
                          Muss ich testen, hatte keinen BM angegeben weil das "If" hier eher optional klingt.

                          If an ibutton master ('BM') is specified, the 1-wire plugin will monitor this bus with a higher frequency for changes. The ibutton sensor ('B') returns 'true', if the ibutton is present or 'false', if not. If I/O sensors (2406) are specified they will be monitored within a shorter timeframe.
                          Umgezogen? Ja! ... Fertig? Nein!
                          Baustelle 2.0 !

                          Kommentar


                            #28
                            Jetzt müsste mal jemand ein paar der neuen WG Multi I/O besorgen. Damit die supportet werden. Ich wollte meine Türen eigentlich mit KNX Eingängen überwachen. Nun rätsel ich...
                            Derzeit zwischen Kistenauspacken und Garten anlegen.
                            Baublog im Profil.

                            Kommentar


                              #29
                              AW: - √ - 1-Wire Sensoren

                              Ich hab einen aus der Beta Serie, müsste ich mal angehen.
                              Ich würde die Türen mit Roberts BCU Variante überwachen . Das ist "broteinfach".

                              Baustelle 2.0
                              Umgezogen? Ja! ... Fertig? Nein!
                              Baustelle 2.0 !

                              Kommentar


                                #30
                                Ja gehs an oder schick in her
                                Ich habe zwei Türen, wo ich einen I brauche (Kontakt), und eine Tür, wo es 2 I und 1 O (LED) bedarf. Geht das alles damit?
                                Derzeit zwischen Kistenauspacken und Garten anlegen.
                                Baublog im Profil.

                                Kommentar

                                Lädt...
                                X