Ankündigung

Einklappen
Keine Ankündigung bisher.

smarthome.py läuft nicht auf Port 2424

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

    smarthome.py läuft nicht auf Port 2424

    Hallo zusammen,

    mein Raspi ist nun fertig eingerichtet und aktiv.
    Die Eibd Verbinung steht.

    Mit groupswrite empfängt und verarbeitet er auch Befehle.

    Leider funktioniert miene smartvisu nicht wirklich...

    Ich erhalte folgenden Fehler:
    Could not connect to smarthome.py server!
    Websocket error undefined.

    Per netstat musste ich feststellen das der Port 2424 nicht aktiv bzw. vorhanden ist..

    Der smarthome.py Dienst läufte jedoch ..
    Habe das original Image installiert..

    Wo fehlt mir was ^?

    #2
    Zitat von pimpi Beitrag anzeigen
    Wo fehlt mir was ^?
    Es fehlen viele Informationen: https://knx-user-forum.de/smarthome-...rbehebung.html

    Bis bald

    Marcus

    Kommentar


      #3
      Hi,
      danke für die rasche Antwort und sorry für die wenigen Informationen.

      meine plugin.conf sieht so aus:

      Code:
      # plugin.conf
      
      [knx]
         class_name = KNX
         class_path = plugins.knx
      #   host = 127.0.0.1
      #   port = 6720
      #   send_time = 600 # update date/time every 600 seconds, default none
      #   time_ga = 1/1/1 # default none
      #   date_ga = 1/1/2 # default none
      
      [visu]
          class_name = WebSocket
          class_path = plugins.visu
      #    ip='192.168.220.104'
      #    port=2424
          acl = ro
          smartvisu_dir = /var/www/smartvisu
      
      [cli]
          class_name = CLI
          class_path = plugins.cli
          ip = 0.0.0.0
          update = True
      
      [sql]
          class_name = SQL
          class_path = plugins.sqlite
      
      #[ow]
      #    class_name = OneWire
      #    class_path = plugins.onewire
      #    host = 127.0.0.1
      #    port = 4304
      Im Webinterface wird folgender Status vermeldet:

      Code:
      eibd [[COLOR=green]OK[/COLOR]]>[URL="https://192.168.220.104:8080/#"]RESTART[/URL]
      owserver [STOPPED]>[URL="https://192.168.220.104:8080/#"]START[/URL]
      owhttpd [STOPPED]>[URL="https://192.168.220.104:8080/#"]START[/URL]
      smarthome.py [[COLOR=green]OK[/COLOR]]>[URL="https://192.168.220.104:8080/#"]RESTART[/URL]
      Im Logfile ist irgendwie gar nicht...

      Da steht immer nur das er Service initalisiert wurde..
      Auch wenn ich mit "-d" starte

      Die "items" usw. funktionieren...
      Nur irgendwie kommt der Dienst auf Port 2424 wohl nicht hoch...

      Bei IO Connection im Webinterface
      Ist die korrekte IP sowie smarthome.py als Schnittstelle hinterlegt

      Der eibd Dienst ist konfiguriert und kommt auch nach dem neustart sauber hoch...
      ... wie gesagt reagiert auch auf die Befehle super..

      Kommentar


        #4
        Hi,

        super. Wenn Du der Expert beim Logfile auswerten bist, dann bekommst Du das Problem bestimmt alleine gelöst.

        Viel Erfolg

        Marcus

        Kommentar


          #5
          *lach* nein so war das nicht gemeint


          Code:
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room1_bath.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room1_dinning.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room1_hwr.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room1_living.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room1_office.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room1_sleeping.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room1_storage.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room1_xx.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._room2_bath.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:09 ERROR    Main         Problem reading ._smartvisu.conf: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          Traceback (most recent call last):
            File "/usr/smarthome/bin/smarthome.py", line 291, in start
              item_conf = lib.config.parse(self._items_dir + item_file, item_conf)
            File "/usr/smarthome/lib/config.py", line 46, in parse
              for raw in f.readlines():
            File "/usr/lib/python3.2/codecs.py", line 300, in decode
              (result, consumed) = self._buffer_decode(data, self.errors, final)
          UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte
          2014-01-19 18:48:25 ERROR    dummy        Logic: dummy, File: /usr/smarthome/logics/dummy_series.py, Line: 2, Method: <module>, Exception: 'Item' object has no attribute 'living'
          Traceback (most recent call last):
            File "/usr/smarthome/lib/scheduler.py", line 327, in _task
              exec(obj.bytecode)
            File "/usr/smarthome/logics/dummy_series.py", line 2, in <module>
              sh.first.living.temperature(random.randint(20, 23))
          AttributeError: 'Item' object has no attribute 'living'
          eben festgestellt das der Dienst zuhause wieder läuft....
          (war im Neubau - dort gibts noch kein I-NET aber funktionsfähiges Netzwerk)


          Dort sah das logfile wie folgt aus:
          Code:
          Init SmartHome.py 1.0-23-g43fa9aa+
          Init SmartHome.py 1.0-23-g43fa9aa+
          Init SmartHome.py 1.0-23-g43fa9aa+
          Init SmartHome.py 1.0-23-g43fa9aa+
          Init SmartHome.py 1.0-23-g43fa9aa+
          Init SmartHome.py 1.0-23-g43fa9aa+
          Init SmartHome.py 1.0-23-g43fa9aa+
          Init SmartHome.py 1.0-23-g43fa9aa+
          Init SmartHome.py 1.0-23-g43fa9aa+
          und es wurde mit Datum von 1970 gespeichert...


          Nun findet auch netstat was :
          smarthome.local:/# netstat -lptu | grep 2424
          tcp 0 0 *:2424 *:* LISTEN 1918/python3

          Läuft der Dienst ohne Internet nicht ?

          Kommentar


            #6
            1. Du solltest deine .conf files mit "UTF-8 ohne BOM" speichern, am besten Notepad++ als Editor verwenden.
            2. Du hast vermutlich keine Uhrzeit auf dem Raspi gesetzt, schau mal was "date" ausgibt, wenn du da als Jahr "1970" stehen hast, musst du erstmal manuell die Uhrzeit setzen. Danach smarthome.py mit "/etc/init.d/smarthome reboot" noch mal neu starten.

            Kommentar


              #7
              1) danke für die Info's... bin gerade am umspeichern der Dateien

              2) ja Datum war 1970... habs auch bemerkt ... aber mir nichts dabei gedacht bzw. nicht vermutet das es daran liegen könnte !?!?

              Am fehlenden Internet kann's nicht liegen ?

              Kommentar


                #8
                indirekt. Ohne Internet gibt es keine korrekte Zeit für den Pi.

                Kommentar


                  #9
                  okay... d.h. wenn ich die zeit händisch setze ... müsste es wieder funktionieren...

                  ... gleich mal testen ;-)

                  Kommentar


                    #10
                    Ja einfach mit

                    Code:
                    date -s "19 JAN 2014 20:10:00"
                    setzen. Uhrzeit und Datum natürlich ggf. anpassen.

                    Kommentar


                      #11
                      ja habs gerade nochmal reproduziert...

                      Datum auf 1999 ... dann startet der Dienst nicht mehr...

                      Da kann ich lange die config-Files durchforsten ;-)

                      Danke für eure Hilfe

                      Kommentar


                        #12
                        So heute nochmal im Neubau getestet...

                        Uhrzeit korrekt eingestellt
                        eibd sowie Smarthome.py neugestartet...

                        Leider läuft der Dienst ohne Internet-Verbindung nicht an...

                        Naja muss ich eben zuhause trockenübungen machen bis ich I-NET habe.

                        Soll nur für andere als Info dienen....

                        Kommentar


                          #13
                          Zitat von pimpi Beitrag anzeigen
                          Leider läuft der Dienst ohne Internet-Verbindung nicht an...
                          Kann ich nicht bestätigen, bei mir ist momentan auch noch keine Internetverbindung vorhanden, aber es funktioniert einwandfrei.
                          Da muss bei dir noch etwas anderes faul sein. Poste mal bitte die Ausgabe von "date" bevor und nachdem du das Datum gesetzt hast.

                          Kommentar


                            #14
                            kleines Update...

                            Hab mittlerweile INET im Neubau...

                            Das Datum des raspis ist nun korrekt gesetzt.

                            Nur leider fährt der Dienst wieder nicht noch..

                            Er erstellt auch überhaupt keine vernünftige Logfile ausgabe
                            Code:
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+ 
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+ 
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+ 
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+ 
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+ 
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+ 
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+ 
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+ 
                            Init [URL="http://redaktion.knx-user-forum.de/lexikon/SmartHome.py/"]SmartHome.[/URL][URL="http://redaktion.knx-user-forum.de/lexikon/py/"]py[/URL] 1.0-23-g43fa9aa+
                            .

                            Der Raspi hat definitiv I-NET zugriff sowie das korrekte Datum.

                            Kann einen ping auf WEB.de refolgreich absetzten

                            Sowie in der commando-line die Rollos rauf/runter fahren.

                            Hat wer eine Idee warum der Dienst im "alten" Netzwerk 1a hochfährt und läuft und im neuen so gar nichts tut ?

                            netstat

                            Code:
                            smarthome.local:log# netstat -lptu | grep 2424
                            tcp        0      0 *:2424                  *:*                     LISTEN      2148/python3
                            udp6       0      0 [::]:32424              [::]:*                              1419/dhclient
                            Wenn ich smarthome.py mit -d starte erhalte ich folgende ausgabe:
                            Code:
                            root@smarthome.local:log# /usr/smarthome/bin/smarthome.py -d
                            2014-01-30 21:41:52,686 INFO     Main         Start SmartHome.py 1.0-25-g921ba82 -- smarthome.py:__init__:231
                            2014-01-30 21:41:52,691 DEBUG    Main         Python 3.2.3 -- smarthome.py:__init__:232
                            2014-01-30 21:41:52,698 INFO     Main         Init Scheduler -- scheduler.py:__init__:86
                            2014-01-30 21:41:52,705 INFO     Main         Init Plugins -- smarthome.py:start:274
                            2014-01-30 21:41:52,712 DEBUG    Scheduler    creating 5 workers -- scheduler.py:run:93
                            2014-01-30 21:41:52,730 DEBUG    Main         Plugin: knx -- plugin.py:__init__:43
                            2014-01-30 21:41:52,763 DEBUG    Main         Plugin: visu -- plugin.py:__init__:43
                            2014-01-30 21:41:52,856 DEBUG    Main         Plugin: cli -- plugin.py:__init__:43
                            2014-01-30 21:41:52,869 DEBUG    Main         Plugin: sql -- plugin.py:__init__:43
                            2014-01-30 21:41:52,903 DEBUG    Main         SQLite 3.7.13 -- __init__.py:__init__:62
                            2014-01-30 21:41:53,457 DEBUG    Main         SQLite: database integrity ok -- __init__.py:__init__:78
                            2014-01-30 21:41:53,487 DEBUG    Main         SQLite pack next time: 2014-01-31 03:02:00+01:00 -- scheduler.py:_next_time:289
                            2014-01-30 21:41:53,494 INFO     Main         Init Items -- smarthome.py:start:280
                            2014-01-30 21:41:53,649 DEBUG    Main         Item env.core.memory = 14237696.0 via SQLite None None -- item.py:set:457
                            2014-01-30 21:41:53,719 DEBUG    Main         Item env.core.threads = 7.0 via SQLite None None -- item.py:set:457
                            2014-01-30 21:41:53,790 DEBUG    Main         Item env.core.garbage = 0.0 via SQLite None None -- item.py:set:457
                            2014-01-30 21:41:53,797 DEBUG    Main         Item env.core: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:53,846 DEBUG    Main         Item env.location: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:53,923 DEBUG    Main         Item env.system.load = 0.24 via SQLite None None -- item.py:set:457
                            2014-01-30 21:41:53,935 DEBUG    Main         Item env.system: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:53,940 DEBUG    Main         Item env: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:53,992 DEBUG    Main         KNX: Grundbeleuchtung listen on and init with cache 0/1/10 -- __init__.py:parse_item:254
                            2014-01-30 21:41:54,002 DEBUG    Main         KNX: Beleuchtung Spiegel listen on 0/0/1 -- __init__.py:parse_item:235
                            2014-01-30 21:41:54,007 DEBUG    Main         KNX: Beleuchtung Spiegel listen on and init with cache 0/0/1 -- __init__.py:parse_item:254
                            2014-01-30 21:41:54,013 DEBUG    Main         Item first.bath.Licht0: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:54,027 DEBUG    Main         KNX: LED3 listen on and init with cache 0/1/10 -- __init__.py:parse_item:254
                            2014-01-30 21:41:54,038 DEBUG    Main         KNX: Beleuchtung Spiegel listen on 0/2/0 -- __init__.py:parse_item:235
                            2014-01-30 21:41:54,043 DEBUG    Main         KNX: Beleuchtung Spiegel listen on and init with cache 0/2/0 -- __init__.py:parse_item:254
                            2014-01-30 21:41:54,048 DEBUG    Main         Item first.bath.Licht1: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:54,084 DEBUG    Main         Item first.bath.temperature.state: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:54,123 DEBUG    Main         Item first.bath.shutter1: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:54,152 DEBUG    Main         Item first.bath.shutter2: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:54,157 DEBUG    Main         Item first.bath: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:54,162 DEBUG    Main         Item first: no type specified. -- item.py:__init__:242
                            2014-01-30 21:41:54,171 INFO     Main         Start Plugins -- plugin.py:start:65
                            2014-01-30 21:41:54,241 INFO     Main         Start Logics -- logic.py:__init__:33
                            2014-01-30 21:41:54,246 DEBUG    Main         Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:64
                            2014-01-30 21:41:54,273 DEBUG    Main         Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:64
                            2014-01-30 21:41:54,292 DEBUG    Main         Logic: dummy -- logic.py:__init__:44
                            2014-01-30 21:41:54,368 DEBUG    Main         dummy next time: 2014-01-30 21:42:09+01:00 -- scheduler.py:_next_time:289
                            2014-01-30 21:41:54,413 DEBUG    Main         Logic: hello -- logic.py:__init__:44
                            2014-01-30 21:41:54,448 DEBUG    Main         Logic: env_init -- logic.py:__init__:44
                            2014-01-30 21:41:54,480 DEBUG    Main         Logic: env_stat -- logic.py:__init__:44
                            2014-01-30 21:41:54,520 DEBUG    Main         env_stat next time: 2014-01-30 21:42:07+01:00 -- scheduler.py:_next_time:289
                            2014-01-30 21:41:54,540 DEBUG    Main         Logic: env_loc -- logic.py:__init__:44
                            2014-01-30 21:41:54,568 DEBUG    Connections  KNX: connected to 127.0.0.1:6720 -- connection.py:connect:391
                            2014-01-30 21:41:54,576 DEBUG    Connections  KNX: reading eibd cache -- __init__.py:handle_connect:113
                            2014-01-30 21:41:54,587 DEBUG    Connections  KNX: enable group monitor -- __init__.py:handle_connect:117
                            2014-01-30 21:41:54,602 DEBUG    Connections  WebSocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:161
                            2014-01-30 21:41:54,609 DEBUG    Connections  CLI: binding to 0.0.0.0:2323 (TCP) -- connection.py:connect:161
                            2014-01-30 21:41:59,968 INFO     hello        Hello World! -- hello.py:<module>:3
                            2014-01-30 21:41:59,970 DEBUG    sh.gc        Garbage collector: collected 0 objects. -- smarthome.py:_garbage_collection:498
                            2014-01-30 21:41:59,981 DEBUG    env_loc      Item env.location.sunrise = 2014-01-31 07:56:41.719812+01:00 via Logic None None -- item.py:__update:363
                            2014-01-30 21:41:59,973 DEBUG    env_init     Item env.core.version = 1.0-25-g921ba82 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,033 DEBUG    env_init     Item env.core.start = 2014-01-30 21:42:00.029385+01:00 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,047 DEBUG    env_loc      Item env.location.sunset = 2014-01-31 17:07:10.431592+01:00 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,066 DEBUG    env_init     Item env.system.name = smarthome.local via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,124 DEBUG    env_init     Item env.system.start = 2014-01-30 21:01:59.120625+01:00 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,163 DEBUG    env_loc      Item env.location.moonrise = 2014-01-31 07:45:01.874698+01:00 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,246 DEBUG    env_loc      Item env.location.moonset = 2014-01-31 18:24:13.489175+01:00 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,287 DEBUG    env_loc      Item env.location.moonphase = 8 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,345 DEBUG    env_loc      Item env.location.night = True via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:00,352 DEBUG    sh.gc        Object references: 9068 -- smarthome.py:_maintenance:490
                            2014-01-30 21:42:00,525 DEBUG    Scheduler    env_loc next time: 2014-01-30 22:12:00+01:00 -- scheduler.py:_next_time:289
                            2014-01-30 21:42:00,548 DEBUG    Scheduler    sh.gc next time: 2014-01-31 02:04:00+01:00 -- scheduler.py:_next_time:289
                            2014-01-30 21:42:07,145 DEBUG    env_stat     Item env.core.memory = 14241792 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:07,154 DEBUG    env_stat     Item env.system.load = 0.29 via Logic None None -- item.py:__update:363
                            2014-01-30 21:42:07,597 DEBUG    Scheduler    env_stat next time: 2014-01-30 21:47:07+01:00 -- scheduler.py:_next_time:289
                            2014-01-30 21:42:09,613 DEBUG    Scheduler    dummy next time: 2014-01-30 21:47:09+01:00 -- scheduler.py:_next_time:289

                            Kommentar

                            Lädt...
                            X