Ankündigung

Einklappen
Keine Ankündigung bisher.

SmartVisu 2.8 erstellt keine HTML-Seiten

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

    #16
    Aus dem Log ist ersichtlich, dass Deine Comfig Files nicht im utf-8 Format ihne bom abgespeichert sind. -> Mehrfacher Hinweis, dass 0xc3 keingültiger ascii Wert ist.

    FÜR Abhilfe suche mal im smarthome.py Forum nach UTF-8 ohne BOM.
    Viele Grüße
    Martin

    There is no cloud. It's only someone else's computer.

    Kommentar


      #17
      Hast du es mal ohne das "Brunnen" vor den "{{" beim sv_widget versucht?

      Kommentar


        #18
        Danke Leute das ihr versucht mir zu helfen.

        Also ich geh mit WinSCP auf dem Pi und ich habe folgende Verzeichnisse:

        /var/www/smartvisu
        (ohne html im Pfad)

        darin befinden sich
        Code:
        admin@raspberrypi:/var/www/smartvisu$ ls -l
        total 132K
        -rwxrwxrwx  1 www-data admin     35K Sep 11 09:52 LICENSE*
        drwxrwxrwx  2 www-data admin    4.0K Sep 11 09:52 apps/
        -rwxrwxrwx  1 www-data admin    8.0K Sep 11 09:52 changelog.md*
        -rwxrwxrwx  1 www-data www-data 1.5K Oct 16 21:02 config.php*
        drwxrwxrwx  3 www-data admin    4.0K Sep 11 09:52 designs/
        drwxrwxrwx  2 www-data admin    4.0K Sep 11 09:52 driver/
        -rwxrwxrwx  1 www-data admin    2.8K Sep 11 09:52 favicon.ico*
        -rwxrwxrwx  1 www-data admin    6.5K Sep 11 09:52 favicon.png*
        -rwxrwxrwx  1 www-data admin    8.0K Sep 11 09:52 history.txt*
        drwxrwxrwx  4 www-data admin    4.0K Sep 11 09:52 icons/
        -rwxrwxrwx  1 www-data admin    4.8K Sep 11 09:52 index.php*
        drwxrwxrwx  2 www-data admin    4.0K Sep 11 09:52 lang/
        drwxrwxrwx  9 www-data admin    4.0K Sep 11 09:52 lib/
        -rwxrwxrwx  1 www-data admin    2.0K Sep 11 09:52 make.php*
        drwxrwxrwx 14 www-data admin    4.0K Oct 16 20:11 pages/
        drwxrwxrwx  7 www-data admin    4.0K Sep 11 09:52 pics/
        -rwxrwxrwx  1 www-data admin    2.8K Sep 11 09:52 readme.md*
        drwxrwxrwx 17 www-data admin    4.0K Sep 20 23:18 temp/
        drwxrwxrwx 11 www-data admin    4.0K Sep 11 09:52 vendor/
        -rwxrwxrwx  1 www-data admin      80 Sep 11 09:52 version-info.php*
        drwxrwxrwx  3 www-data admin    4.0K Oct 16 17:02 widgets/
        und in pages:

        Code:
        admin@raspberrypi:/var/www/smartvisu/pages$ ls -l
        total 48K
        drwxrwxrwx  2 www-data admin 4.0K Sep 11 09:52 _template/
        drwxrwxrwx  3 www-data admin 4.0K Sep 11 09:52 alber.eibd/
        drwxrwxrwx  3 www-data admin 4.0K Sep 11 09:52 alber.smarthome.py/
        drwxrwxrwx  4 www-data admin 4.0K Oct 16 17:02 base/
        drwxrwxrwx 14 www-data admin 4.0K Sep 11 09:52 docu/
        drwxrwxrwx  8 www-data admin 4.0K Sep 11 09:52 fleischer/
        drwxrwxrwx  2 www-data admin 4.0K Sep 11 09:52 gleiss.linknx/
        drwxrwxrwx  2 www-data admin 4.0K Sep 11 09:52 gleiss.smarthome.py/
        drwxrwxrwx  5 www-data admin 4.0K Sep 11 09:52 otterstaetter/
        drwxrwxrwx  2 admin    admin 4.0K Sep 18 20:15 smartVISU/
        drwxrwxrwx  2 root     root  4.0K Oct 16 20:54 smarthome/
        ich denk der Pfad müsste passen

        Kommentar


          #19
          hast Du mal Post 16 berücksichtigt?

          Kommentar


            #20
            hatte dem Post übersehen...

            finde aber grade nichts im Forum

            er meint wohl diesen Teil:

            Code:
            Exception in thread smartvisu:
            Traceback (most recent call last):
              File "/usr/local/lib/python3.5/threading.py", line 914, in _bootstrap_inner
                self.run()
              File "/usr/smarthome/lib/plugin.py", line 124, in run
                self.plugin.run()
              File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 79, in run
                sv_iwdg = SmartVisuInstallWidgets(self._sh, self.smartvisu_dir)
              File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 417, in __init__
                self.install_widgets(self._sh)
              File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 431, in install_widgets
                root_contents = f_root.readlines()
              File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
                return codecs.ascii_decode(input, self.errors)[0]
            UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128)
            aber ich denk an den Dateien hab ich nichts geändert.
            bezieht sich der Fehler "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128)" auf den ganzen Abschnitt oder nur auf das File "/usr/local/lib/python3.5/encodings/ascii.py"

            ich werde mal weiter suchen.

            Als Editor benutze ich KomodoEdit

            edit: Post 17 berücksichtigt, keine Besserung.
            Zuletzt geändert von Jue; 16.10.2016, 21:02.

            Kommentar


              #21
              Schaue mal mit Notepad++ bewußt in die Datei "/usr/smarthome/etc/logic.conf" rein ob das ganze als UTF-8 ohne BOM gespeichert ist.

              Kommentar


                #22
                Du hast den Fahrt auch noch auskommentiert oder?

                Kommentar


                  #23
                  Servus, bin zurück....

                  Also bmx du hattes recht die Config Datei war in ASCII gespeichert. Nur haben sich noch mehr Würmer versteckt.

                  Der neue Log:

                  Code:
                  admin@raspberrypi:~$ sudo /etc/init.d/smarthome debug
                  2016-10-17 19:46:12 WARNING  smarthome    Main         --------------------   Init smarthomeNG 1.3.736.dev   -------------------- -- smarthome.py:__init__:194
                  2016-10-17 19:46:12 DEBUG    smarthome    Main         Python 3.5.2 -- smarthome.py:__init__:195
                  2016-10-17 19:46:12 INFO     scheduler    Main         Init Scheduler -- scheduler.py:__init__:87
                  2016-10-17 19:46:12 DEBUG    scheduler    Scheduler    creating 5 workers -- scheduler.py:run:94
                  2016-10-17 19:46:12 INFO     smarthome    Main         Init Plugins -- smarthome.py:start:260
                  2016-10-17 19:46:12 DEBUG    plugin       Main         Plugin: knx -- plugin.py:__init__:48
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Using arguments ['time_ga', 'date_ga', 'send_time'] -- plugin.py:__init__:116
                  2016-10-17 19:46:13 DEBUG    scheduler    Main         KNX[default] time next time: 2016-10-17 19:46:26+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Plugin: visu -- plugin.py:__init__:48
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Using arguments ['port', 'acl'] -- plugin.py:__init__:116
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Plugin: smartvisu -- plugin.py:__init__:48
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Using arguments ['smartvisu_dir'] -- plugin.py:__init__:116
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Plugin: BackendServer -- plugin.py:__init__:48
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Using arguments ['port', 'threads', 'updates_allowed', 'user', 'password', 'language'] -- plugin.py:__init__:116
                  2016-10-17 19:46:14 WARNING  __init__     Main         BackendServer: Giving plaintext password in configuration is insecure. Consider using 'hashed_password' instead! -- __init__.py:__init__:77
                  2016-10-17 19:46:14 DEBUG    __init__     Main         BackendServer: Using local ip address '192.168.0.58' -- __init__.py:__init__:101
                  2016-10-17 19:46:14 ERROR    utils        Main         Backend: load_translation language='de': Error ''ascii' codec can't decode byte 0xc3 in position 86: ordinal not in range(128)' -- utils.py:load_translation:72
                  2016-10-17 19:46:14 WARNING  __init__     Main         BackendServer: Language 'de' not found, using standard language instead -- __init__.py:__init__:110
                  2016-10-17 19:46:14 DEBUG    __init__     Main         BackendServer running from '/usr/smarthome/plugins/backend' -- __init__.py:__init__:123
                  2016-10-17 19:46:14 INFO     smarthome    Main         Init Items -- smarthome.py:start:266
                  2016-10-17 19:46:14 INFO     smarthome    Main         Items: 49 -- smarthome.py:start:298
                  2016-10-17 19:46:14 INFO     logic        Main         Start Logics -- logic.py:__init__:33
                  2016-10-17 19:46:14 DEBUG    logic        Main         Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:66
                  2016-10-17 19:46:14 DEBUG    logic        Main         Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:66
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: env_init -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: env_stat -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    scheduler    Main         env_stat next time: 2016-10-17 19:46:24+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: env_loc -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: logic_lueftung -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: env_daily -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    scheduler    Main         env_daily next time: 2016-10-18 06:00:00+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:14 INFO     plugin       Main         Start Plugins -- plugin.py:start:76
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Starting knx Plugin -- plugin.py:start:78
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Starting visu Plugin -- plugin.py:start:78
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Starting smartvisu Plugin -- plugin.py:start:78
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Starting BackendServer Plugin -- plugin.py:start:78
                  2016-10-17 19:46:14 WARNING  __init__     smartvisu    Installing widgets into smartVISU -- __init__.py:__init__:407
                  2016-10-17 19:46:14 INFO     __init__     smartvisu    install_widgets: Installing from '/usr/smarthome' to '/var/www/smartvisu' -- __init__.py:__init__:415
                  2016-10-17 19:46:14 INFO     __init__     smartvisu    install_widgets: Creating  directory for widgets -- __init__.py:remove_oldfiles:550
                  2016-10-17 19:46:14 INFO     __init__     smartvisu    install_widgets: Removing old dynamic widget files -- __init__.py:remove_oldfiles:561
                  Exception in thread smartvisu:
                  Traceback (most recent call last):
                    File "/usr/local/lib/python3.5/threading.py", line 914, in _bootstrap_inner
                      self.run()
                    File "/usr/smarthome/lib/plugin.py", line 124, in run
                      self.plugin.run()
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 79, in run
                      sv_iwdg = SmartVisuInstallWidgets(self._sh, self.smartvisu_dir)
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 417, in __init__
                      self.install_widgets(self._sh)
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 431, in install_widgets
                      root_contents = f_root.readlines()
                    File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
                      return codecs.ascii_decode(input, self.errors)[0]
                  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128)
                  
                  
                  
                  
                  2016-10-17 19:46:14 DEBUG    __init__     BackendServer BackendServer: rest run -- __init__.py:run:149
                  [17/Oct/2016:19:46:14] ENGINE Bus STARTING
                  2016-10-17 19:46:14 INFO     _cplogging   BackendServer [17/Oct/2016:19:46:14] ENGINE Bus STARTING -- _cplogging.py:error:217
                  CherryPy Checker:
                  dir is an absolute path, even though a root is provided.
                  section: [/static]
                  root: '/usr/smarthome/plugins/backend'
                  dir: '/usr/smarthome/plugins/backend/static'
                  
                  
                  
                  
                  [17/Oct/2016:19:46:14] ENGINE Started monitor thread '_TimeoutMonitor'.
                  2016-10-17 19:46:14 INFO     _cplogging   BackendServer [17/Oct/2016:19:46:14] ENGINE Started monitor thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                  [17/Oct/2016:19:46:15] ENGINE Serving on http://192.168.0.58:8383
                  2016-10-17 19:46:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:46:15] ENGINE Serving on http://192.168.0.58:8383 -- _cplogging.py:error:217
                  [17/Oct/2016:19:46:15] ENGINE Bus STARTED
                  2016-10-17 19:46:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:46:15] ENGINE Bus STARTED -- _cplogging.py:error:217
                  2016-10-17 19:46:15 DEBUG    __init__     BackendServer BackendServer: engine started -- __init__.py:run:152
                  2016-10-17 19:46:15 DEBUG    connection   Connections  KNX: connected to 127.0.0.1:6720 -- connection.py:connect:393
                  2016-10-17 19:46:15 DEBUG    connection   Connections  _websocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:160
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise = 2016-10-18 07:37:49.049381+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_init     Item env.core.version = 1.3.736.dev via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 ERROR    scheduler    logic_lueftung Logic: logic_lueftung, File: /usr/smarthome/logics/logic_lueftung.py, Line: 3, Method: <module>, Exception: 'SmartHome' object has no attribute 'technik' -- scheduler.py:_task:367
                  Traceback (most recent call last):
                    File "/usr/smarthome/lib/scheduler.py", line 355, in _task
                      exec(obj.bytecode)
                    File "/usr/smarthome/logics/logic_lueftung.py", line 3, in <module>
                      aussenluft = sh.technik.luftung.info.aussenluft
                  AttributeError: 'SmartHome' object has no attribute 'technik'
                  2016-10-17 19:46:20 DEBUG    smarthome    sh.gc        Garbage collector: collected 7 objects. -- smarthome.py:_garbage_collection:495
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise.azimut.degrees = 128.08 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_init     Item env.core.start = 2016-10-17 19:46:20.092644+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise.elevation.degrees = 16.72 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_init     Item env.system.name = raspberrypi via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise.azimut.radians = 2.24 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise.elevation.radians = 0.29 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_init     Item env.system.start = 2016-10-16 20:49:16.131153+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset = 2016-10-18 18:16:25.324478+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset.azimut.degrees = 278.47 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset.elevation.degrees = -20.41 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset.azimut.radians = 4.86 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset.elevation.radians = -0.36 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sun_position.azimut.degrees = 272.85 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sun_position.elevation.degrees = -15.2 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sun_position.azimut.radians = 4.76 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sun_position.elevation.radians = -0.27 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.moonrise = 2016-10-18 20:12:17.317953+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.moonset = 2016-10-18 10:11:32.230206+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.moonphase = 5 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.night = True via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    scheduler    Scheduler    env_loc next time: 2016-10-17 20:16:20+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:20 DEBUG    scheduler    Scheduler    sh.gc next time: 2016-10-18 02:04:00+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:20 DEBUG    smarthome    sh.gc        Object references: 23345 -- smarthome.py:_maintenance:487
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.libs.ephem_version = 3.7.6.0 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.core.threads = 17 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.core.memory = 23777280 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.load = 0.02 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.diskfree = 219574272 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.disksize = 1896226816 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.diskusage = 1556684800 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.diskusagepercent = 82.09 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.location.moonlight = 96 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    scheduler    Scheduler    env_stat next time: 2016-10-17 19:51:24+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:26 DEBUG    scheduler    Scheduler    KNX[default] time next time: 2016-10-17 19:56:26+02:00 -- scheduler.py:_next_time:316
                  ^C2016-10-17 19:47:07 INFO     smarthome    Main         Number of Threads: 17 -- smarthome.py:stop:336
                  2016-10-17 19:47:07 INFO     plugin       Main         Stop Plugins -- plugin.py:stop:82
                  2016-10-17 19:47:07 DEBUG    plugin       Main         Stopping knx Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:07 DEBUG    plugin       Main         Stopping visu Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:07 DEBUG    plugin       Main         Stopping smartvisu Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:07 DEBUG    plugin       Main         Stopping BackendServer Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:07 DEBUG    __init__     Main         BackendServer: shutting down -- __init__.py:stop:157
                  [17/Oct/2016:19:47:07] ENGINE Bus STOPPING
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Bus STOPPING -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE Stopped thread '_TimeoutMonitor'.
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Stopped thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE Bus STOPPED
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Bus STOPPED -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE Bus EXITING
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Bus EXITING -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE Bus EXITED
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Bus EXITED -- _cplogging.py:error:217
                  2016-10-17 19:47:07 DEBUG    __init__     Main         BackendServer: engine exited -- __init__.py:stop:159
                  2016-10-17 19:47:07 DEBUG    connection   Main         KNX: closing socket 127.0.0.1:6720 -- connection.py:close:310
                  2016-10-17 19:47:09 INFO     smarthome    Main         Thread: Main, still alive -- smarthome.py:stop:358
                  2016-10-17 19:47:09 INFO     smarthome    Main         Thread: _TimeoutMonitor, still alive -- smarthome.py:stop:358
                  admin@raspberrypi:~$ sudo /etc/init.d/smarthome stop
                  admin@raspberrypi:~$ sudo /etc/init.d/smarthome debug
                  2016-10-17 19:47:13 WARNING  smarthome    Main         --------------------   Init smarthomeNG 1.3.736.dev   -------------------- -- smarthome.py:__init__:194
                  2016-10-17 19:47:13 DEBUG    smarthome    Main         Python 3.5.2 -- smarthome.py:__init__:195
                  2016-10-17 19:47:13 INFO     scheduler    Main         Init Scheduler -- scheduler.py:__init__:87
                  2016-10-17 19:47:13 DEBUG    scheduler    Scheduler    creating 5 workers -- scheduler.py:run:94
                  2016-10-17 19:47:13 INFO     smarthome    Main         Init Plugins -- smarthome.py:start:260
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Plugin: knx -- plugin.py:__init__:48
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Using arguments ['time_ga', 'date_ga', 'send_time'] -- plugin.py:__init__:116
                  2016-10-17 19:47:13 DEBUG    scheduler    Main         KNX[default] time next time: 2016-10-17 19:47:28+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Plugin: visu -- plugin.py:__init__:48
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Using arguments ['port', 'acl'] -- plugin.py:__init__:116
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Plugin: smartvisu -- plugin.py:__init__:48
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Using arguments ['smartvisu_dir'] -- plugin.py:__init__:116
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Plugin: BackendServer -- plugin.py:__init__:48
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Using arguments ['port', 'threads', 'updates_allowed', 'user', 'password', 'language'] -- plugin.py:__init__:116
                  2016-10-17 19:47:15 WARNING  __init__     Main         BackendServer: Giving plaintext password in configuration is insecure. Consider using 'hashed_password' instead! -- __init__.py:__init__:77
                  2016-10-17 19:47:15 DEBUG    __init__     Main         BackendServer: Using local ip address '192.168.0.58' -- __init__.py:__init__:101
                  2016-10-17 19:47:15 ERROR    utils        Main         Backend: load_translation language='de': Error ''ascii' codec can't decode byte 0xc3 in position 86: ordinal not in range(128)' -- utils.py:load_translation:72
                  2016-10-17 19:47:15 WARNING  __init__     Main         BackendServer: Language 'de' not found, using standard language instead -- __init__.py:__init__:110
                  2016-10-17 19:47:15 DEBUG    __init__     Main         BackendServer running from '/usr/smarthome/plugins/backend' -- __init__.py:__init__:123
                  2016-10-17 19:47:15 INFO     smarthome    Main         Init Items -- smarthome.py:start:266
                  2016-10-17 19:47:15 INFO     smarthome    Main         Items: 49 -- smarthome.py:start:298
                  2016-10-17 19:47:15 INFO     logic        Main         Start Logics -- logic.py:__init__:33
                  2016-10-17 19:47:15 DEBUG    logic        Main         Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:66
                  2016-10-17 19:47:15 DEBUG    logic        Main         Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:66
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: env_init -- logic.py:__init__:44
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: env_stat -- logic.py:__init__:44
                  2016-10-17 19:47:15 DEBUG    scheduler    Main         env_stat next time: 2016-10-17 19:47:28+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: env_daily -- logic.py:__init__:44
                  2016-10-17 19:47:15 DEBUG    scheduler    Main         env_daily next time: 2016-10-18 06:00:00+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: env_loc -- logic.py:__init__:44
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: logic_lueftung -- logic.py:__init__:44
                  2016-10-17 19:47:15 INFO     plugin       Main         Start Plugins -- plugin.py:start:76
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Starting knx Plugin -- plugin.py:start:78
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Starting visu Plugin -- plugin.py:start:78
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Starting smartvisu Plugin -- plugin.py:start:78
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Starting BackendServer Plugin -- plugin.py:start:78
                  2016-10-17 19:47:15 WARNING  __init__     smartvisu    Installing widgets into smartVISU -- __init__.py:__init__:407
                  2016-10-17 19:47:15 DEBUG    __init__     BackendServer BackendServer: rest run -- __init__.py:run:149
                  [17/Oct/2016:19:47:15] ENGINE Bus STARTING
                  2016-10-17 19:47:15 INFO     __init__     smartvisu    install_widgets: Installing from '/usr/smarthome' to '/var/www/smartvisu' -- __init__.py:__init__:415
                  2016-10-17 19:47:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:47:15] ENGINE Bus STARTING -- _cplogging.py:error:217
                  CherryPy Checker:
                  dir is an absolute path, even though a root is provided.
                  section: [/static]
                  root: '/usr/smarthome/plugins/backend'
                  dir: '/usr/smarthome/plugins/backend/static'
                  
                  
                  
                  
                  2016-10-17 19:47:15 INFO     __init__     smartvisu    install_widgets: Creating  directory for widgets -- __init__.py:remove_oldfiles:550
                  2016-10-17 19:47:15 INFO     __init__     smartvisu    install_widgets: Removing old dynamic widget files -- __init__.py:remove_oldfiles:561
                  Exception in thread smartvisu:
                  Traceback (most recent call last):
                    File "/usr/local/lib/python3.5/threading.py", line 914, in _bootstrap_inner
                      self.run()
                    File "/usr/smarthome/lib/plugin.py", line 124, in run
                      self.plugin.run()
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 79, in run
                      sv_iwdg = SmartVisuInstallWidgets(self._sh, self.smartvisu_dir)
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 417, in __init__
                      self.install_widgets(self._sh)
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 431, in install_widgets
                      root_contents = f_root.readlines()
                    File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
                      return codecs.ascii_decode(input, self.errors)[0]
                  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128)
                  
                  
                  
                  
                  [17/Oct/2016:19:47:15] ENGINE Started monitor thread '_TimeoutMonitor'.
                  2016-10-17 19:47:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:47:15] ENGINE Started monitor thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:15] ENGINE Serving on http://192.168.0.58:8383
                  2016-10-17 19:47:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:47:15] ENGINE Serving on http://192.168.0.58:8383 -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:15] ENGINE Bus STARTED
                  2016-10-17 19:47:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:47:15] ENGINE Bus STARTED -- _cplogging.py:error:217
                  2016-10-17 19:47:15 DEBUG    __init__     BackendServer BackendServer: engine started -- __init__.py:run:152
                  2016-10-17 19:47:15 DEBUG    connection   Connections  KNX: connected to 127.0.0.1:6720 -- connection.py:connect:393
                  2016-10-17 19:47:15 DEBUG    connection   Connections  _websocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:160
                  2016-10-17 19:47:20 DEBUG    item         env_init     Item env.core.version = 1.3.736.dev via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_init     Item env.core.start = 2016-10-17 19:47:20.933168+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    smarthome    sh.gc        Garbage collector: collected 7 objects. -- smarthome.py:_garbage_collection:495
                  2016-10-17 19:47:20 DEBUG    item         env_init     Item env.system.name = raspberrypi via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 ERROR    scheduler    logic_lueftung Logic: logic_lueftung, File: /usr/smarthome/logics/logic_lueftung.py, Line: 3, Method: <module>, Exception: 'SmartHome' object has no attribute 'technik' -- scheduler.py:_task:367
                  Traceback (most recent call last):
                    File "/usr/smarthome/lib/scheduler.py", line 355, in _task
                      exec(obj.bytecode)
                    File "/usr/smarthome/logics/logic_lueftung.py", line 3, in <module>
                      aussenluft = sh.technik.luftung.info.aussenluft
                  AttributeError: 'SmartHome' object has no attribute 'technik'
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise = 2016-10-18 07:37:49.049381+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise.azimut.degrees = 128.08 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise.elevation.degrees = 16.72 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise.azimut.radians = 2.24 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise.elevation.radians = 0.29 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_init     Item env.system.start = 2016-10-16 20:49:15.990402+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset = 2016-10-18 18:16:25.324478+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset.azimut.degrees = 278.47 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset.elevation.degrees = -20.41 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset.azimut.radians = 4.86 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset.elevation.radians = -0.36 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sun_position.azimut.degrees = 273.04 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sun_position.elevation.degrees = -15.37 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sun_position.azimut.radians = 4.77 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sun_position.elevation.radians = -0.27 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.moonrise = 2016-10-18 20:12:17.317953+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.moonset = 2016-10-18 10:11:32.230206+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.moonphase = 5 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.night = True via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    scheduler    Scheduler    env_loc next time: 2016-10-17 20:17:21+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:21 DEBUG    scheduler    Scheduler    sh.gc next time: 2016-10-18 02:04:00+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:21 DEBUG    smarthome    sh.gc        Object references: 23357 -- smarthome.py:_maintenance:487
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.libs.ephem_version = 3.7.6.0 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.core.threads = 17 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.core.memory = 23568384 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.load = 0.03 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.diskfree = 219566080 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.disksize = 1896226816 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.diskusage = 1556692992 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.diskusagepercent = 82.09 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.location.moonlight = 96 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    scheduler    Scheduler    KNX[default] time next time: 2016-10-17 19:57:28+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:28 DEBUG    scheduler    Scheduler    env_stat next time: 2016-10-17 19:52:28+02:00 -- scheduler.py:_next_time:316
                  ^C2016-10-17 19:47:58 INFO     smarthome    Main         Number of Threads: 17 -- smarthome.py:stop:336
                  2016-10-17 19:47:58 INFO     plugin       Main         Stop Plugins -- plugin.py:stop:82
                  2016-10-17 19:47:58 DEBUG    plugin       Main         Stopping knx Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:58 DEBUG    plugin       Main         Stopping visu Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:58 DEBUG    plugin       Main         Stopping smartvisu Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:58 DEBUG    plugin       Main         Stopping BackendServer Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:58 DEBUG    __init__     Main         BackendServer: shutting down -- __init__.py:stop:157
                  [17/Oct/2016:19:47:58] ENGINE Bus STOPPING
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Bus STOPPING -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE Stopped thread '_TimeoutMonitor'.
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Stopped thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE Bus STOPPED
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Bus STOPPED -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE Bus EXITING
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Bus EXITING -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE Bus EXITED
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Bus EXITED -- _cplogging.py:error:217
                  2016-10-17 19:47:58 DEBUG    __init__     Main         BackendServer: engine exited -- __init__.py:stop:159
                  2016-10-17 19:47:58 DEBUG    connection   Main         KNX: closing socket 127.0.0.1:6720 -- connection.py:close:310
                  2016-10-17 19:48:00 INFO     smarthome    Main         Thread: Main, still alive -- smarthome.py:stop:358
                  2016-10-17 19:48:00 INFO     smarthome    Main         Thread: _TimeoutMonitor, still alive -- smarthome.py:stop:358
                  admin@raspberrypi:~$
                  
                  
                  admin@raspberrypi:~$ sudo /etc/init.d/smarthome debug
                  2016-10-17 19:46:12 WARNING  smarthome    Main         --------------------   Init smarthomeNG 1.3.736.dev   -------------------- -- smarthome.py:__init__:194
                  2016-10-17 19:46:12 DEBUG    smarthome    Main         Python 3.5.2 -- smarthome.py:__init__:195
                  2016-10-17 19:46:12 INFO     scheduler    Main         Init Scheduler -- scheduler.py:__init__:87
                  2016-10-17 19:46:12 DEBUG    scheduler    Scheduler    creating 5 workers -- scheduler.py:run:94
                  2016-10-17 19:46:12 INFO     smarthome    Main         Init Plugins -- smarthome.py:start:260
                  2016-10-17 19:46:12 DEBUG    plugin       Main         Plugin: knx -- plugin.py:__init__:48
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Using arguments ['time_ga', 'date_ga', 'send_time'] -- plugin.py:__init__:116
                  2016-10-17 19:46:13 DEBUG    scheduler    Main         KNX[default] time next time: 2016-10-17 19:46:26+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Plugin: visu -- plugin.py:__init__:48
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Using arguments ['port', 'acl'] -- plugin.py:__init__:116
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Plugin: smartvisu -- plugin.py:__init__:48
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Using arguments ['smartvisu_dir'] -- plugin.py:__init__:116
                  2016-10-17 19:46:13 DEBUG    plugin       Main         Plugin: BackendServer -- plugin.py:__init__:48
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Using arguments ['port', 'threads', 'updates_allowed', 'user', 'password', 'language'] -- plugin.py:__init__:116
                  2016-10-17 19:46:14 WARNING  __init__     Main         BackendServer: Giving plaintext password in configuration is insecure. Consider using 'hashed_password' instead! -- __init__.py:__init__:77
                  2016-10-17 19:46:14 DEBUG    __init__     Main         BackendServer: Using local ip address '192.168.0.58' -- __init__.py:__init__:101
                  2016-10-17 19:46:14 ERROR    utils        Main         Backend: load_translation language='de': Error ''ascii' codec can't decode byte 0xc3 in position 86: ordinal not in range(128)' -- utils.py:load_translation:72
                  2016-10-17 19:46:14 WARNING  __init__     Main         BackendServer: Language 'de' not found, using standard language instead -- __init__.py:__init__:110
                  2016-10-17 19:46:14 DEBUG    __init__     Main         BackendServer running from '/usr/smarthome/plugins/backend' -- __init__.py:__init__:123
                  2016-10-17 19:46:14 INFO     smarthome    Main         Init Items -- smarthome.py:start:266
                  2016-10-17 19:46:14 INFO     smarthome    Main         Items: 49 -- smarthome.py:start:298
                  2016-10-17 19:46:14 INFO     logic        Main         Start Logics -- logic.py:__init__:33
                  2016-10-17 19:46:14 DEBUG    logic        Main         Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:66
                  2016-10-17 19:46:14 DEBUG    logic        Main         Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:66
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: env_init -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: env_stat -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    scheduler    Main         env_stat next time: 2016-10-17 19:46:24+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: env_loc -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: logic_lueftung -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    logic        Main         Logic: env_daily -- logic.py:__init__:44
                  2016-10-17 19:46:14 DEBUG    scheduler    Main         env_daily next time: 2016-10-18 06:00:00+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:14 INFO     plugin       Main         Start Plugins -- plugin.py:start:76
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Starting knx Plugin -- plugin.py:start:78
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Starting visu Plugin -- plugin.py:start:78
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Starting smartvisu Plugin -- plugin.py:start:78
                  2016-10-17 19:46:14 DEBUG    plugin       Main         Starting BackendServer Plugin -- plugin.py:start:78
                  2016-10-17 19:46:14 WARNING  __init__     smartvisu    Installing widgets into smartVISU -- __init__.py:__init__:407
                  2016-10-17 19:46:14 INFO     __init__     smartvisu    install_widgets: Installing from '/usr/smarthome' to '/var/www/smartvisu' -- __init__.py:__init__:415
                  2016-10-17 19:46:14 INFO     __init__     smartvisu    install_widgets: Creating  directory for widgets -- __init__.py:remove_oldfiles:550
                  2016-10-17 19:46:14 INFO     __init__     smartvisu    install_widgets: Removing old dynamic widget files -- __init__.py:remove_oldfiles:561
                  Exception in thread smartvisu:
                  Traceback (most recent call last):
                    File "/usr/local/lib/python3.5/threading.py", line 914, in _bootstrap_inner
                      self.run()
                    File "/usr/smarthome/lib/plugin.py", line 124, in run
                      self.plugin.run()
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 79, in run
                      sv_iwdg = SmartVisuInstallWidgets(self._sh, self.smartvisu_dir)
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 417, in __init__
                      self.install_widgets(self._sh)
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 431, in install_widgets
                      root_contents = f_root.readlines()
                    File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
                      return codecs.ascii_decode(input, self.errors)[0]
                  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128)
                  
                  
                  
                  
                  2016-10-17 19:46:14 DEBUG    __init__     BackendServer BackendServer: rest run -- __init__.py:run:149
                  [17/Oct/2016:19:46:14] ENGINE Bus STARTING
                  2016-10-17 19:46:14 INFO     _cplogging   BackendServer [17/Oct/2016:19:46:14] ENGINE Bus STARTING -- _cplogging.py:error:217
                  CherryPy Checker:
                  dir is an absolute path, even though a root is provided.
                  section: [/static]
                  root: '/usr/smarthome/plugins/backend'
                  dir: '/usr/smarthome/plugins/backend/static'
                  
                  
                  
                  
                  [17/Oct/2016:19:46:14] ENGINE Started monitor thread '_TimeoutMonitor'.
                  2016-10-17 19:46:14 INFO     _cplogging   BackendServer [17/Oct/2016:19:46:14] ENGINE Started monitor thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                  [17/Oct/2016:19:46:15] ENGINE Serving on http://192.168.0.58:8383
                  2016-10-17 19:46:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:46:15] ENGINE Serving on http://192.168.0.58:8383 -- _cplogging.py:error:217
                  [17/Oct/2016:19:46:15] ENGINE Bus STARTED
                  2016-10-17 19:46:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:46:15] ENGINE Bus STARTED -- _cplogging.py:error:217
                  2016-10-17 19:46:15 DEBUG    __init__     BackendServer BackendServer: engine started -- __init__.py:run:152
                  2016-10-17 19:46:15 DEBUG    connection   Connections  KNX: connected to 127.0.0.1:6720 -- connection.py:connect:393
                  2016-10-17 19:46:15 DEBUG    connection   Connections  _websocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:160
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise = 2016-10-18 07:37:49.049381+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_init     Item env.core.version = 1.3.736.dev via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 ERROR    scheduler    logic_lueftung Logic: logic_lueftung, File: /usr/smarthome/logics/logic_lueftung.py, Line: 3, Method: <module>, Exception: 'SmartHome' object has no attribute 'technik' -- scheduler.py:_task:367
                  Traceback (most recent call last):
                    File "/usr/smarthome/lib/scheduler.py", line 355, in _task
                      exec(obj.bytecode)
                    File "/usr/smarthome/logics/logic_lueftung.py", line 3, in <module>
                      aussenluft = sh.technik.luftung.info.aussenluft
                  AttributeError: 'SmartHome' object has no attribute 'technik'
                  2016-10-17 19:46:20 DEBUG    smarthome    sh.gc        Garbage collector: collected 7 objects. -- smarthome.py:_garbage_collection:495
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise.azimut.degrees = 128.08 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_init     Item env.core.start = 2016-10-17 19:46:20.092644+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise.elevation.degrees = 16.72 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_init     Item env.system.name = raspberrypi via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise.azimut.radians = 2.24 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunrise.elevation.radians = 0.29 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_init     Item env.system.start = 2016-10-16 20:49:16.131153+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset = 2016-10-18 18:16:25.324478+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset.azimut.degrees = 278.47 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset.elevation.degrees = -20.41 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset.azimut.radians = 4.86 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sunset.elevation.radians = -0.36 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sun_position.azimut.degrees = 272.85 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sun_position.elevation.degrees = -15.2 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sun_position.azimut.radians = 4.76 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.sun_position.elevation.radians = -0.27 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.moonrise = 2016-10-18 20:12:17.317953+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.moonset = 2016-10-18 10:11:32.230206+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.moonphase = 5 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    item         env_loc      Item env.location.night = True via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:20 DEBUG    scheduler    Scheduler    env_loc next time: 2016-10-17 20:16:20+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:20 DEBUG    scheduler    Scheduler    sh.gc next time: 2016-10-18 02:04:00+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:20 DEBUG    smarthome    sh.gc        Object references: 23345 -- smarthome.py:_maintenance:487
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.libs.ephem_version = 3.7.6.0 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.core.threads = 17 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.core.memory = 23777280 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.load = 0.02 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.diskfree = 219574272 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.disksize = 1896226816 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.diskusage = 1556684800 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.system.diskusagepercent = 82.09 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    item         env_stat     Item env.location.moonlight = 96 via Logic None None -- item.py:__update:470
                  2016-10-17 19:46:24 DEBUG    scheduler    Scheduler    env_stat next time: 2016-10-17 19:51:24+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:46:26 DEBUG    scheduler    Scheduler    KNX[default] time next time: 2016-10-17 19:56:26+02:00 -- scheduler.py:_next_time:316
                  ^C2016-10-17 19:47:07 INFO     smarthome    Main         Number of Threads: 17 -- smarthome.py:stop:336
                  2016-10-17 19:47:07 INFO     plugin       Main         Stop Plugins -- plugin.py:stop:82
                  2016-10-17 19:47:07 DEBUG    plugin       Main         Stopping knx Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:07 DEBUG    plugin       Main         Stopping visu Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:07 DEBUG    plugin       Main         Stopping smartvisu Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:07 DEBUG    plugin       Main         Stopping BackendServer Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:07 DEBUG    __init__     Main         BackendServer: shutting down -- __init__.py:stop:157
                  [17/Oct/2016:19:47:07] ENGINE Bus STOPPING
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Bus STOPPING -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE Stopped thread '_TimeoutMonitor'.
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Stopped thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE Bus STOPPED
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Bus STOPPED -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE Bus EXITING
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Bus EXITING -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:07] ENGINE Bus EXITED
                  2016-10-17 19:47:07 INFO     _cplogging   Main         [17/Oct/2016:19:47:07] ENGINE Bus EXITED -- _cplogging.py:error:217
                  2016-10-17 19:47:07 DEBUG    __init__     Main         BackendServer: engine exited -- __init__.py:stop:159
                  2016-10-17 19:47:07 DEBUG    connection   Main         KNX: closing socket 127.0.0.1:6720 -- connection.py:close:310
                  2016-10-17 19:47:09 INFO     smarthome    Main         Thread: Main, still alive -- smarthome.py:stop:358
                  2016-10-17 19:47:09 INFO     smarthome    Main         Thread: _TimeoutMonitor, still alive -- smarthome.py:stop:358
                  admin@raspberrypi:~$ sudo /etc/init.d/smarthome stop
                  admin@raspberrypi:~$ sudo /etc/init.d/smarthome debug
                  2016-10-17 19:47:13 WARNING  smarthome    Main         --------------------   Init smarthomeNG 1.3.736.dev   -------------------- -- smarthome.py:__init__:194
                  2016-10-17 19:47:13 DEBUG    smarthome    Main         Python 3.5.2 -- smarthome.py:__init__:195
                  2016-10-17 19:47:13 INFO     scheduler    Main         Init Scheduler -- scheduler.py:__init__:87
                  2016-10-17 19:47:13 DEBUG    scheduler    Scheduler    creating 5 workers -- scheduler.py:run:94
                  2016-10-17 19:47:13 INFO     smarthome    Main         Init Plugins -- smarthome.py:start:260
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Plugin: knx -- plugin.py:__init__:48
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Using arguments ['time_ga', 'date_ga', 'send_time'] -- plugin.py:__init__:116
                  2016-10-17 19:47:13 DEBUG    scheduler    Main         KNX[default] time next time: 2016-10-17 19:47:28+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Plugin: visu -- plugin.py:__init__:48
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Using arguments ['port', 'acl'] -- plugin.py:__init__:116
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Plugin: smartvisu -- plugin.py:__init__:48
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Using arguments ['smartvisu_dir'] -- plugin.py:__init__:116
                  2016-10-17 19:47:13 DEBUG    plugin       Main         Plugin: BackendServer -- plugin.py:__init__:48
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Using arguments ['port', 'threads', 'updates_allowed', 'user', 'password', 'language'] -- plugin.py:__init__:116
                  2016-10-17 19:47:15 WARNING  __init__     Main         BackendServer: Giving plaintext password in configuration is insecure. Consider using 'hashed_password' instead! -- __init__.py:__init__:77
                  2016-10-17 19:47:15 DEBUG    __init__     Main         BackendServer: Using local ip address '192.168.0.58' -- __init__.py:__init__:101
                  2016-10-17 19:47:15 ERROR    utils        Main         Backend: load_translation language='de': Error ''ascii' codec can't decode byte 0xc3 in position 86: ordinal not in range(128)' -- utils.py:load_translation:72
                  2016-10-17 19:47:15 WARNING  __init__     Main         BackendServer: Language 'de' not found, using standard language instead -- __init__.py:__init__:110
                  2016-10-17 19:47:15 DEBUG    __init__     Main         BackendServer running from '/usr/smarthome/plugins/backend' -- __init__.py:__init__:123
                  2016-10-17 19:47:15 INFO     smarthome    Main         Init Items -- smarthome.py:start:266
                  2016-10-17 19:47:15 INFO     smarthome    Main         Items: 49 -- smarthome.py:start:298
                  2016-10-17 19:47:15 INFO     logic        Main         Start Logics -- logic.py:__init__:33
                  2016-10-17 19:47:15 DEBUG    logic        Main         Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:66
                  2016-10-17 19:47:15 DEBUG    logic        Main         Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:66
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: env_init -- logic.py:__init__:44
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: env_stat -- logic.py:__init__:44
                  2016-10-17 19:47:15 DEBUG    scheduler    Main         env_stat next time: 2016-10-17 19:47:28+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: env_daily -- logic.py:__init__:44
                  2016-10-17 19:47:15 DEBUG    scheduler    Main         env_daily next time: 2016-10-18 06:00:00+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: env_loc -- logic.py:__init__:44
                  2016-10-17 19:47:15 DEBUG    logic        Main         Logic: logic_lueftung -- logic.py:__init__:44
                  2016-10-17 19:47:15 INFO     plugin       Main         Start Plugins -- plugin.py:start:76
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Starting knx Plugin -- plugin.py:start:78
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Starting visu Plugin -- plugin.py:start:78
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Starting smartvisu Plugin -- plugin.py:start:78
                  2016-10-17 19:47:15 DEBUG    plugin       Main         Starting BackendServer Plugin -- plugin.py:start:78
                  2016-10-17 19:47:15 WARNING  __init__     smartvisu    Installing widgets into smartVISU -- __init__.py:__init__:407
                  2016-10-17 19:47:15 DEBUG    __init__     BackendServer BackendServer: rest run -- __init__.py:run:149
                  [17/Oct/2016:19:47:15] ENGINE Bus STARTING
                  2016-10-17 19:47:15 INFO     __init__     smartvisu    install_widgets: Installing from '/usr/smarthome' to '/var/www/smartvisu' -- __init__.py:__init__:415
                  2016-10-17 19:47:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:47:15] ENGINE Bus STARTING -- _cplogging.py:error:217
                  CherryPy Checker:
                  dir is an absolute path, even though a root is provided.
                  section: [/static]
                  root: '/usr/smarthome/plugins/backend'
                  dir: '/usr/smarthome/plugins/backend/static'
                  
                  
                  
                  
                  2016-10-17 19:47:15 INFO     __init__     smartvisu    install_widgets: Creating  directory for widgets -- __init__.py:remove_oldfiles:550
                  2016-10-17 19:47:15 INFO     __init__     smartvisu    install_widgets: Removing old dynamic widget files -- __init__.py:remove_oldfiles:561
                  Exception in thread smartvisu:
                  Traceback (most recent call last):
                    File "/usr/local/lib/python3.5/threading.py", line 914, in _bootstrap_inner
                      self.run()
                    File "/usr/smarthome/lib/plugin.py", line 124, in run
                      self.plugin.run()
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 79, in run
                      sv_iwdg = SmartVisuInstallWidgets(self._sh, self.smartvisu_dir)
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 417, in __init__
                      self.install_widgets(self._sh)
                    File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 431, in install_widgets
                      root_contents = f_root.readlines()
                    File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
                      return codecs.ascii_decode(input, self.errors)[0]
                  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128)
                  
                  
                  
                  
                  [17/Oct/2016:19:47:15] ENGINE Started monitor thread '_TimeoutMonitor'.
                  2016-10-17 19:47:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:47:15] ENGINE Started monitor thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:15] ENGINE Serving on http://192.168.0.58:8383
                  2016-10-17 19:47:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:47:15] ENGINE Serving on http://192.168.0.58:8383 -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:15] ENGINE Bus STARTED
                  2016-10-17 19:47:15 INFO     _cplogging   BackendServer [17/Oct/2016:19:47:15] ENGINE Bus STARTED -- _cplogging.py:error:217
                  2016-10-17 19:47:15 DEBUG    __init__     BackendServer BackendServer: engine started -- __init__.py:run:152
                  2016-10-17 19:47:15 DEBUG    connection   Connections  KNX: connected to 127.0.0.1:6720 -- connection.py:connect:393
                  2016-10-17 19:47:15 DEBUG    connection   Connections  _websocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:160
                  2016-10-17 19:47:20 DEBUG    item         env_init     Item env.core.version = 1.3.736.dev via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_init     Item env.core.start = 2016-10-17 19:47:20.933168+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    smarthome    sh.gc        Garbage collector: collected 7 objects. -- smarthome.py:_garbage_collection:495
                  2016-10-17 19:47:20 DEBUG    item         env_init     Item env.system.name = raspberrypi via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 ERROR    scheduler    logic_lueftung Logic: logic_lueftung, File: /usr/smarthome/logics/logic_lueftung.py, Line: 3, Method: <module>, Exception: 'SmartHome' object has no attribute 'technik' -- scheduler.py:_task:367
                  Traceback (most recent call last):
                    File "/usr/smarthome/lib/scheduler.py", line 355, in _task
                      exec(obj.bytecode)
                    File "/usr/smarthome/logics/logic_lueftung.py", line 3, in <module>
                      aussenluft = sh.technik.luftung.info.aussenluft
                  AttributeError: 'SmartHome' object has no attribute 'technik'
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise = 2016-10-18 07:37:49.049381+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise.azimut.degrees = 128.08 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise.elevation.degrees = 16.72 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise.azimut.radians = 2.24 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_loc      Item env.location.sunrise.elevation.radians = 0.29 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:20 DEBUG    item         env_init     Item env.system.start = 2016-10-16 20:49:15.990402+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset = 2016-10-18 18:16:25.324478+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset.azimut.degrees = 278.47 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset.elevation.degrees = -20.41 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset.azimut.radians = 4.86 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sunset.elevation.radians = -0.36 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sun_position.azimut.degrees = 273.04 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sun_position.elevation.degrees = -15.37 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sun_position.azimut.radians = 4.77 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.sun_position.elevation.radians = -0.27 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.moonrise = 2016-10-18 20:12:17.317953+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.moonset = 2016-10-18 10:11:32.230206+02:00 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.moonphase = 5 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    item         env_loc      Item env.location.night = True via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:21 DEBUG    scheduler    Scheduler    env_loc next time: 2016-10-17 20:17:21+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:21 DEBUG    scheduler    Scheduler    sh.gc next time: 2016-10-18 02:04:00+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:21 DEBUG    smarthome    sh.gc        Object references: 23357 -- smarthome.py:_maintenance:487
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.libs.ephem_version = 3.7.6.0 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.core.threads = 17 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.core.memory = 23568384 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.load = 0.03 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.diskfree = 219566080 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.disksize = 1896226816 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.diskusage = 1556692992 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.system.diskusagepercent = 82.09 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    item         env_stat     Item env.location.moonlight = 96 via Logic None None -- item.py:__update:470
                  2016-10-17 19:47:28 DEBUG    scheduler    Scheduler    KNX[default] time next time: 2016-10-17 19:57:28+02:00 -- scheduler.py:_next_time:316
                  2016-10-17 19:47:28 DEBUG    scheduler    Scheduler    env_stat next time: 2016-10-17 19:52:28+02:00 -- scheduler.py:_next_time:316
                  ^C2016-10-17 19:47:58 INFO     smarthome    Main         Number of Threads: 17 -- smarthome.py:stop:336
                  2016-10-17 19:47:58 INFO     plugin       Main         Stop Plugins -- plugin.py:stop:82
                  2016-10-17 19:47:58 DEBUG    plugin       Main         Stopping knx Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:58 DEBUG    plugin       Main         Stopping visu Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:58 DEBUG    plugin       Main         Stopping smartvisu Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:58 DEBUG    plugin       Main         Stopping BackendServer Plugin -- plugin.py:stop:84
                  2016-10-17 19:47:58 DEBUG    __init__     Main         BackendServer: shutting down -- __init__.py:stop:157
                  [17/Oct/2016:19:47:58] ENGINE Bus STOPPING
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Bus STOPPING -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE Stopped thread '_TimeoutMonitor'.
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Stopped thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE Bus STOPPED
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Bus STOPPED -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE Bus EXITING
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Bus EXITING -- _cplogging.py:error:217
                  [17/Oct/2016:19:47:58] ENGINE Bus EXITED
                  2016-10-17 19:47:58 INFO     _cplogging   Main         [17/Oct/2016:19:47:58] ENGINE Bus EXITED -- _cplogging.py:error:217
                  2016-10-17 19:47:58 DEBUG    __init__     Main         BackendServer: engine exited -- __init__.py:stop:159
                  2016-10-17 19:47:58 DEBUG    connection   Main         KNX: closing socket 127.0.0.1:6720 -- connection.py:close:310
                  2016-10-17 19:48:00 INFO     smarthome    Main         Thread: Main, still alive -- smarthome.py:stop:358
                  2016-10-17 19:48:00 INFO     smarthome    Main         Thread: _TimeoutMonitor, still alive -- smarthome.py:stop:358
                  admin@raspberrypi:~$
                  Den Pfad hab ich jetzt wieder rein:

                  Code:
                  [knx]
                     class_name = KNX
                     class_path = plugins.knx
                     send_time = 600 # update date/time every 600 seconds, default none
                     time_ga = 10/4/1 # default none
                     date_ga = 10/4/0# default none
                  
                  
                  
                  
                  [visu]
                     class_name = WebSocket
                     class_path = plugins.visu_websocket
                  #   #ip=0.0.0.0
                     port=2424
                     acl=rw
                     wsproto = 4
                     smartvisu_dir = /var/www/smartvisu
                  
                  
                  
                  
                  
                  
                  [smartvisu]
                      class_name = SmartVisu
                      class_path = plugins.visu_smartvisu
                      smartvisu_dir = /var/www/smartvisu
                  
                  
                  
                  
                  [BackendServer]
                      class_name = BackendServer
                      class_path = plugins.backend
                      #ip = xxx.xxx.xxx.xxx
                      port = 8383
                      updates_allowed = True
                      threads = 8
                      user = admin
                      password = admin
                      language = de

                  Danke Leute für euere Unterstützung

                  Kommentar


                    #24
                    Vorschlag: Alle Deine conf Dateien noch mal prüfen auf UTF-8 ohne BOM.
                    logic_lueftung.py hat noch einen Fehler drin, ohne Deine Items ist das schwer zu sehen was da genau nicht stimmt. IMHO fehlt am Ende ein Klammerpaar bei der Abfrage des Item Values und es scheint technik nicht zu geben. Mal die Groß- und Kleinschreibung beachten..?

                    Kommentar


                      #25
                      Hab meine conf-dateien geprüft:
                      logik.conf
                      plugin.conf
                      smarthome.conf
                      sind jetzt alle sauber.

                      Das mit den fehlenden Items kommt daher das ich zum Test nur eine kleine Item.conf genommen habe und die Logik sich auf ein Item bezieht das nicht vorhanden ist.

                      ich mach ein log mit allen Items:

                      Code:
                      admin@raspberrypi:~$ sudo /etc/init.d/smarthome debug
                      2016-10-17 20:15:14 WARNING  smarthome    Main         --------------------   Init smarthomeNG 1.3.736.dev   -------------------- -- smarthome.py:__init__:194
                      2016-10-17 20:15:14 DEBUG    smarthome    Main         Python 3.5.2 -- smarthome.py:__init__:195
                      2016-10-17 20:15:14 INFO     scheduler    Main         Init Scheduler -- scheduler.py:__init__:87
                      2016-10-17 20:15:14 DEBUG    scheduler    Scheduler    creating 5 workers -- scheduler.py:run:94
                      2016-10-17 20:15:14 INFO     smarthome    Main         Init Plugins -- smarthome.py:start:260
                      2016-10-17 20:15:14 DEBUG    plugin       Main         Plugin: knx -- plugin.py:__init__:48
                      2016-10-17 20:15:14 DEBUG    plugin       Main         Using arguments ['time_ga', 'date_ga', 'send_time'] -- plugin.py:__init__:116
                      2016-10-17 20:15:14 DEBUG    scheduler    Main         KNX[default] time next time: 2016-10-17 20:15:27+02:00 -- scheduler.py:_next_time:316
                      2016-10-17 20:15:14 DEBUG    plugin       Main         Plugin: visu -- plugin.py:__init__:48
                      2016-10-17 20:15:14 DEBUG    plugin       Main         Using arguments ['port', 'acl', 'wsproto'] -- plugin.py:__init__:116
                      2016-10-17 20:15:14 DEBUG    plugin       Main         Plugin: smartvisu -- plugin.py:__init__:48
                      2016-10-17 20:15:14 DEBUG    plugin       Main         Using arguments ['smartvisu_dir'] -- plugin.py:__init__:116
                      2016-10-17 20:15:14 DEBUG    plugin       Main         Plugin: BackendServer -- plugin.py:__init__:48
                      2016-10-17 20:15:16 DEBUG    plugin       Main         Using arguments ['port', 'threads', 'updates_allowed', 'user', 'password', 'language'] -- plugin.py:__init__:116
                      2016-10-17 20:15:16 WARNING  __init__     Main         BackendServer: Giving plaintext password in configuration is insecure. Consider using 'hashed_password' instead! -- __init__.py:__init__:77
                      2016-10-17 20:15:16 DEBUG    __init__     Main         BackendServer: Using local ip address '192.168.0.58' -- __init__.py:__init__:101
                      2016-10-17 20:15:16 ERROR    utils        Main         Backend: load_translation language='de': Error ''ascii' codec can't decode byte 0xc3 in position 86: ordinal not in range(128)' -- utils.py:load_translation:72
                      2016-10-17 20:15:16 WARNING  __init__     Main         BackendServer: Language 'de' not found, using standard language instead -- __init__.py:__init__:110
                      2016-10-17 20:15:16 DEBUG    __init__     Main         BackendServer running from '/usr/smarthome/plugins/backend' -- __init__.py:__init__:123
                      2016-10-17 20:15:16 INFO     smarthome    Main         Init Items -- smarthome.py:start:266
                      2016-10-17 20:15:16 INFO     smarthome    Main         Items: 368 -- smarthome.py:start:298
                      2016-10-17 20:15:16 INFO     logic        Main         Start Logics -- logic.py:__init__:33
                      2016-10-17 20:15:16 DEBUG    logic        Main         Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:66
                      2016-10-17 20:15:16 DEBUG    logic        Main         Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:66
                      2016-10-17 20:15:16 DEBUG    logic        Main         Logic: env_stat -- logic.py:__init__:44
                      2016-10-17 20:15:16 DEBUG    scheduler    Main         env_stat next time: 2016-10-17 20:15:27+02:00 -- scheduler.py:_next_time:316
                      2016-10-17 20:15:16 DEBUG    logic        Main         Logic: env_init -- logic.py:__init__:44
                      2016-10-17 20:15:16 DEBUG    logic        Main         Logic: logic_lueftung -- logic.py:__init__:44
                      2016-10-17 20:15:16 DEBUG    logic        Main         Logic: env_daily -- logic.py:__init__:44
                      2016-10-17 20:15:16 DEBUG    scheduler    Main         env_daily next time: 2016-10-18 06:00:00+02:00 -- scheduler.py:_next_time:316
                      2016-10-17 20:15:16 DEBUG    logic        Main         Logic: env_loc -- logic.py:__init__:44
                      2016-10-17 20:15:16 INFO     plugin       Main         Start Plugins -- plugin.py:start:76
                      2016-10-17 20:15:16 DEBUG    plugin       Main         Starting knx Plugin -- plugin.py:start:78
                      2016-10-17 20:15:16 DEBUG    plugin       Main         Starting visu Plugin -- plugin.py:start:78
                      2016-10-17 20:15:16 DEBUG    plugin       Main         Starting smartvisu Plugin -- plugin.py:start:78
                      2016-10-17 20:15:16 DEBUG    plugin       Main         Starting BackendServer Plugin -- plugin.py:start:78
                      2016-10-17 20:15:16 WARNING  __init__     smartvisu    Installing widgets into smartVISU -- __init__.py:__init__:407
                      2016-10-17 20:15:16 INFO     __init__     smartvisu    install_widgets: Installing from '/usr/smarthome' to '/var/www/smartvisu' -- __init__.py:__init__:415
                      2016-10-17 20:15:16 INFO     __init__     smartvisu    install_widgets: Creating  directory for widgets -- __init__.py:remove_oldfiles:550
                      2016-10-17 20:15:16 INFO     __init__     smartvisu    install_widgets: Removing old dynamic widget files -- __init__.py:remove_oldfiles:561
                      Exception in thread smartvisu:
                      Traceback (most recent call last):
                        File "/usr/local/lib/python3.5/threading.py", line 914, in _bootstrap_inner
                          self.run()
                        File "/usr/smarthome/lib/plugin.py", line 124, in run
                          self.plugin.run()
                        File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 79, in run
                          sv_iwdg = SmartVisuInstallWidgets(self._sh, self.smartvisu_dir)
                        File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 417, in __init__
                          self.install_widgets(self._sh)
                        File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 431, in install_widgets
                          root_contents = f_root.readlines()
                        File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
                          return codecs.ascii_decode(input, self.errors)[0]
                      UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128)
                      
                      
                      
                      
                      2016-10-17 20:15:16 DEBUG    __init__     BackendServer BackendServer: rest run -- __init__.py:run:149
                      [17/Oct/2016:20:15:16] ENGINE Bus STARTING
                      2016-10-17 20:15:16 INFO     _cplogging   BackendServer [17/Oct/2016:20:15:16] ENGINE Bus STARTING -- _cplogging.py:error:217
                      CherryPy Checker:
                      dir is an absolute path, even though a root is provided.
                      section: [/static]
                      root: '/usr/smarthome/plugins/backend'
                      dir: '/usr/smarthome/plugins/backend/static'
                      
                      
                      
                      
                      [17/Oct/2016:20:15:16] ENGINE Started monitor thread '_TimeoutMonitor'.
                      2016-10-17 20:15:16 INFO     _cplogging   BackendServer [17/Oct/2016:20:15:16] ENGINE Started monitor thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                      2016-10-17 20:15:16 DEBUG    connection   Connections  KNX: connected to 127.0.0.1:6720 -- connection.py:connect:393
                      2016-10-17 20:15:16 DEBUG    connection   Connections  _websocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:160
                      [17/Oct/2016:20:15:16] ENGINE Serving on http://192.168.0.58:8383
                      2016-10-17 20:15:16 INFO     _cplogging   BackendServer [17/Oct/2016:20:15:16] ENGINE Serving on http://192.168.0.58:8383 -- _cplogging.py:error:217
                      [17/Oct/2016:20:15:16] ENGINE Bus STARTED
                      2016-10-17 20:15:16 INFO     _cplogging   BackendServer [17/Oct/2016:20:15:16] ENGINE Bus STARTED -- _cplogging.py:error:217
                      2016-10-17 20:15:16 DEBUG    __init__     BackendServer BackendServer: engine started -- __init__.py:run:152
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.abstellraum.rollo.pos = 255 via KNX 1.1.61 18/3/2 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.buero.heizung.set = 22.0 via KNX 1.1.40 4/2/3 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.buero.heizung.soll = 22.0 via KNX 1.1.40 4/2/3 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.buero.heizung = 23.1 via KNX 1.1.40 4/2/4 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.buero.rollo.pos = 255 via KNX 1.1.61 18/1/2 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.wc.heizung.set = 22.0 via KNX 1.1.43 4/3/3 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.wc.heizung.soll = 22.0 via KNX 1.1.43 4/3/3 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.wc.heizung.ist = 22.1 via KNX 1.1.43 4/3/4 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.wc.heizung = 22.1 via KNX 1.1.43 4/3/4 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.wc.rollo1.pos = 255 via KNX 1.1.61 18/2/2 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.wohnen.rollo1.pos = 255 via KNX 1.1.61 18/0/2 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.wohnen.rollo2.pos = 255 via KNX 1.1.61 18/0/7 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item eg.wohnen.rollo3.pos = 255 via KNX 1.1.61 18/0/12 -- item.py:__update:470
                      2016-10-17 20:15:17 DEBUG    item         Main         Item kg.wohnen.heizung.stellwert = 56.5 via KNX 1.1.26 5/2/2 -- item.py:__update:470
                      2016-10-17 20:15:18 DEBUG    item         Main         Item og.kind3.heizung.ist = 22.2 via KNX 1.1.77 3/4/4 -- item.py:__update:470
                      2016-10-17 20:15:18 DEBUG    item         Main         Item og.kind3.heizung = 22.2 via KNX 1.1.77 3/4/4 -- item.py:__update:470
                      2016-10-17 20:15:20 DEBUG    item         Main         Item og.schlafen.heizung.ist = 22.2 via KNX 1.1.74 3/2/4 -- item.py:__update:470
                      2016-10-17 20:15:20 DEBUG    item         Main         Item og.schlafen.heizung = 22.2 via KNX 1.1.74 3/2/4 -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         Main         Item og.linda.heizung = 22.1 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_init     Item env.core.version = 1.3.736.dev via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_init     Item env.core.start = 2016-10-17 20:15:21.850335+02:00 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         logic_lueftung Item technik.luftung.regelung.bypassstellwert = 5 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    smarthome    sh.gc        Garbage collector: collected 6 objects. -- smarthome.py:_garbage_collection:495
                      2016-10-17 20:15:21 DEBUG    scheduler    logic_lueftung Triggering logic_lueftung - by: Item source: technik.luftung.regelung.bypassstellwert dest: None value: 5 -- scheduler.py:trigger:165
                      2016-10-17 20:15:21 DEBUG    item         env_init     Item env.system.name = raspberrypi via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_loc      Item env.location.sunrise = 2016-10-18 07:37:49.049381+02:00 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_loc      Item env.location.sunrise.azimut.degrees = 128.08 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_init     Item env.system.start = 2016-10-16 20:49:15.976141+02:00 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_loc      Item env.location.sunrise.elevation.degrees = 16.72 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_loc      Item env.location.sunrise.azimut.radians = 2.24 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_loc      Item env.location.sunrise.elevation.radians = 0.29 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_loc      Item env.location.sunset = 2016-10-18 18:16:25.324478+02:00 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_loc      Item env.location.sunset.azimut.degrees = 278.47 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:21 DEBUG    item         env_loc      Item env.location.sunset.elevation.degrees = -20.41 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.sunset.azimut.radians = 4.86 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.sunset.elevation.radians = -0.36 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.sun_position.azimut.degrees = 278.48 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.sun_position.elevation.degrees = -19.94 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.sun_position.azimut.radians = 4.86 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.sun_position.elevation.radians = -0.35 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.moonrise = 2016-10-18 20:12:17.317953+02:00 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.moonset = 2016-10-18 10:11:32.230206+02:00 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.moonphase = 5 via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    item         env_loc      Item env.location.night = True via Logic None None -- item.py:__update:470
                      2016-10-17 20:15:22 DEBUG    scheduler    Scheduler    sh.gc next time: 2016-10-18 02:04:00+02:00 -- scheduler.py:_next_time:316
                      2016-10-17 20:15:22 DEBUG    scheduler    Scheduler    env_loc next time: 2016-10-17 20:45:22+02:00 -- scheduler.py:_next_time:316
                      2016-10-17 20:15:22 DEBUG    smarthome    sh.gc        Object references: 24016 -- smarthome.py:_maintenance:487
                      2016-10-17 20:15:22 DEBUG    item         Main         Item og.milena.heizung = 22.1 via KNX 1.1.71 3/5/4 -- item.py:__update:470
                      ^C2016-10-17 20:15:25 INFO     smarthome    Main         Number of Threads: 17 -- smarthome.py:stop:336
                      2016-10-17 20:15:25 INFO     plugin       Main         Stop Plugins -- plugin.py:stop:82
                      2016-10-17 20:15:25 DEBUG    plugin       Main         Stopping knx Plugin -- plugin.py:stop:84
                      2016-10-17 20:15:25 DEBUG    plugin       Main         Stopping visu Plugin -- plugin.py:stop:84
                      2016-10-17 20:15:25 DEBUG    plugin       Main         Stopping smartvisu Plugin -- plugin.py:stop:84
                      2016-10-17 20:15:25 DEBUG    plugin       Main         Stopping BackendServer Plugin -- plugin.py:stop:84
                      2016-10-17 20:15:25 DEBUG    __init__     Main         BackendServer: shutting down -- __init__.py:stop:157
                      [17/Oct/2016:20:15:25] ENGINE Bus STOPPING
                      2016-10-17 20:15:25 INFO     _cplogging   Main         [17/Oct/2016:20:15:25] ENGINE Bus STOPPING -- _cplogging.py:error:217
                      [17/Oct/2016:20:15:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down
                      2016-10-17 20:15:25 INFO     _cplogging   Main         [17/Oct/2016:20:15:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.58', 8383)) shut down -- _cplogging.py:error:217
                      [17/Oct/2016:20:15:25] ENGINE Stopped thread '_TimeoutMonitor'.
                      2016-10-17 20:15:25 INFO     _cplogging   Main         [17/Oct/2016:20:15:25] ENGINE Stopped thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                      [17/Oct/2016:20:15:25] ENGINE Bus STOPPED
                      2016-10-17 20:15:25 INFO     _cplogging   Main         [17/Oct/2016:20:15:25] ENGINE Bus STOPPED -- _cplogging.py:error:217
                      [17/Oct/2016:20:15:25] ENGINE Bus EXITING
                      2016-10-17 20:15:25 INFO     _cplogging   Main         [17/Oct/2016:20:15:25] ENGINE Bus EXITING -- _cplogging.py:error:217
                      [17/Oct/2016:20:15:25] ENGINE Bus EXITED
                      2016-10-17 20:15:25 INFO     _cplogging   Main         [17/Oct/2016:20:15:25] ENGINE Bus EXITED -- _cplogging.py:error:217
                      2016-10-17 20:15:25 DEBUG    __init__     Main         BackendServer: engine exited -- __init__.py:stop:159
                      2016-10-17 20:15:25 DEBUG    connection   Main         KNX: closing socket 127.0.0.1:6720 -- connection.py:close:310
                      2016-10-17 20:15:26 INFO     smarthome    Main         Thread: Main, still alive -- smarthome.py:stop:358
                      2016-10-17 20:15:26 INFO     smarthome    Main         Thread: _TimeoutMonitor, still alive -- smarthome.py:stop:358
                      ich hoffe es hilft, ich schau es mir auch schon die ganze Zeit an..

                      Danke

                      Kommentar


                        #26
                        Hast Du auch Deine Item.conf (alle Dateien unter /usr/local/smarthome/items) geprüft?

                        Kommentar


                          #27

                          ascii' codec can't decode byte 0xc3

                          Kommentar


                            #28
                            hab jetzt alle config-dateien durchsucht.

                            Einige waren auf Win/Dos UTF-8 die hab ich auf Unix UTF-8 umgespeichert.

                            hier das neue LOG:

                            Code:
                            admin@raspberrypi:~$ sudo /etc/init.d/smarthome debug
                            2016-10-18 18:47:10 WARNING  smarthome    Main         --------------------   Init smarthomeNG 1.3.736.dev   -------------------- -- smarthome.py:__init__:194
                            2016-10-18 18:47:10 DEBUG    smarthome    Main         Python 3.5.2 -- smarthome.py:__init__:195
                            2016-10-18 18:47:10 INFO     scheduler    Main         Init Scheduler -- scheduler.py:__init__:87
                            2016-10-18 18:47:10 DEBUG    scheduler    Scheduler    creating 5 workers -- scheduler.py:run:94
                            2016-10-18 18:47:10 INFO     smarthome    Main         Init Plugins -- smarthome.py:start:260
                            2016-10-18 18:47:10 DEBUG    plugin       Main         Plugin: knx -- plugin.py:__init__:48
                            2016-10-18 18:47:10 DEBUG    plugin       Main         Using arguments ['time_ga', 'date_ga', 'send_time'] -- plugin.py:__init__:116
                            2016-10-18 18:47:10 DEBUG    scheduler    Main         KNX[default] time next time: 2016-10-18 18:47:23+02:00 -- scheduler.py:_next_time:316
                            2016-10-18 18:47:10 DEBUG    plugin       Main         Plugin: visu -- plugin.py:__init__:48
                            2016-10-18 18:47:10 DEBUG    plugin       Main         Using arguments ['port', 'acl', 'wsproto'] -- plugin.py:__init__:116
                            2016-10-18 18:47:10 DEBUG    plugin       Main         Plugin: smartvisu -- plugin.py:__init__:48
                            2016-10-18 18:47:10 DEBUG    plugin       Main         Using arguments ['smartvisu_dir'] -- plugin.py:__init__:116
                            2016-10-18 18:47:10 DEBUG    plugin       Main         Plugin: BackendServer -- plugin.py:__init__:48
                            2016-10-18 18:47:12 DEBUG    plugin       Main         Using arguments ['port', 'threads', 'updates_allowed', 'user', 'password', 'language'] -- plugin.py:__init__:116
                            2016-10-18 18:47:12 WARNING  __init__     Main         BackendServer: Giving plaintext password in configuration is insecure. Consider using 'hashed_password' instead! -- __init__.py:__init__:77
                            2016-10-18 18:47:12 DEBUG    __init__     Main         BackendServer: Using local ip address '192.168.0.58' -- __init__.py:__init__:101
                            2016-10-18 18:47:12 ERROR    utils        Main         Backend: load_translation language='de': Error ''ascii' codec can't decode byte 0xc3 in position 86: ordinal not in range(128)' -- utils.py:load_translation:72
                            2016-10-18 18:47:12 WARNING  __init__     Main         BackendServer: Language 'de' not found, using standard language instead -- __init__.py:__init__:110
                            2016-10-18 18:47:12 DEBUG    __init__     Main         BackendServer running from '/usr/smarthome/plugins/backend' -- __init__.py:__init__:123
                            2016-10-18 18:47:12 INFO     smarthome    Main         Init Items -- smarthome.py:start:266
                            2016-10-18 18:47:12 INFO     smarthome    Main         Items: 368 -- smarthome.py:start:298
                            2016-10-18 18:47:12 INFO     logic        Main         Start Logics -- logic.py:__init__:33
                            2016-10-18 18:47:12 DEBUG    logic        Main         Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:66
                            2016-10-18 18:47:12 DEBUG    logic        Main         Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:66
                            2016-10-18 18:47:12 DEBUG    logic        Main         Logic: logic_lueftung -- logic.py:__init__:44
                            2016-10-18 18:47:12 DEBUG    logic        Main         Logic: env_daily -- logic.py:__init__:44
                            2016-10-18 18:47:12 DEBUG    scheduler    Main         env_daily next time: 2016-10-19 06:00:00+02:00 -- scheduler.py:_next_time:316
                            2016-10-18 18:47:12 DEBUG    logic        Main         Logic: env_loc -- logic.py:__init__:44
                            2016-10-18 18:47:12 DEBUG    logic        Main         Logic: env_init -- logic.py:__init__:44
                            2016-10-18 18:47:12 DEBUG    logic        Main         Logic: env_stat -- logic.py:__init__:44
                            2016-10-18 18:47:12 DEBUG    scheduler    Main         env_stat next time: 2016-10-18 18:47:22+02:00 -- scheduler.py:_next_time:316
                            2016-10-18 18:47:12 INFO     plugin       Main         Start Plugins -- plugin.py:start:76
                            2016-10-18 18:47:12 DEBUG    plugin       Main         Starting knx Plugin -- plugin.py:start:78
                            2016-10-18 18:47:12 DEBUG    plugin       Main         Starting visu Plugin -- plugin.py:start:78
                            2016-10-18 18:47:12 DEBUG    plugin       Main         Starting smartvisu Plugin -- plugin.py:start:78
                            2016-10-18 18:47:12 WARNING  __init__     smartvisu    Installing widgets into smartVISU -- __init__.py:__init__:407
                            2016-10-18 18:47:12 DEBUG    plugin       Main         Starting BackendServer Plugin -- plugin.py:start:78
                            2016-10-18 18:47:12 INFO     __init__     smartvisu    install_widgets: Installing from '/usr/smarthome' to '/var/www/smartvisu' -- __init__.py:__init__:415
                            2016-10-18 18:47:12 INFO     __init__     smartvisu    install_widgets: Creating  directory for widgets -- __init__.py:remove_oldfiles:550
                            2016-10-18 18:47:12 INFO     __init__     smartvisu    install_widgets: Removing old dynamic widget files -- __init__.py:remove_oldfiles:561
                            Exception in thread smartvisu:
                            Traceback (most recent call last):
                              File "/usr/local/lib/python3.5/threading.py", line 914, in _bootstrap_inner
                                self.run()
                              File "/usr/smarthome/lib/plugin.py", line 124, in run
                                self.plugin.run()
                              File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 79, in run
                                sv_iwdg = SmartVisuInstallWidgets(self._sh, self.smartvisu_dir)
                              File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 417, in __init__
                                self.install_widgets(self._sh)
                              File "/usr/smarthome/plugins/visu_smartvisu/__init__.py", line 431, in install_widgets
                                root_contents = f_root.readlines()
                              File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
                                return codecs.ascii_decode(input, self.errors)[0]
                            UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 135: ordinal not in range(128)
                            
                            
                            
                            
                            2016-10-18 18:47:12 DEBUG    __init__     BackendServer BackendServer: rest run -- __init__.py:run:149
                            [18/Oct/2016:18:47:12] ENGINE Bus STARTING
                            2016-10-18 18:47:12 INFO     _cplogging   BackendServer [18/Oct/2016:18:47:12] ENGINE Bus STARTING -- _cplogging.py:error:217
                            CherryPy Checker:
                            dir is an absolute path, even though a root is provided.
                            section: [/static]
                            root: '/usr/smarthome/plugins/backend'
                            dir: '/usr/smarthome/plugins/backend/static'
                            
                            
                            
                            
                            [18/Oct/2016:18:47:12] ENGINE Started monitor thread '_TimeoutMonitor'.
                            2016-10-18 18:47:12 INFO     _cplogging   BackendServer [18/Oct/2016:18:47:12] ENGINE Started monitor thread '_TimeoutMonitor'. -- _cplogging.py:error:217
                            2016-10-18 18:47:12 DEBUG    connection   Connections  KNX: connected to 127.0.0.1:6720 -- connection.py:connect:393
                            2016-10-18 18:47:12 DEBUG    connection   Connections  _websocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:160
                            [18/Oct/2016:18:47:12] ENGINE Serving on http://192.168.0.58:8383
                            2016-10-18 18:47:12 INFO     _cplogging   BackendServer [18/Oct/2016:18:47:12] ENGINE Serving on http://192.168.0.58:8383 -- _cplogging.py:error:217
                            [18/Oct/2016:18:47:12] ENGINE Bus STARTED
                            2016-10-18 18:47:12 INFO     _cplogging   BackendServer [18/Oct/2016:18:47:12] ENGINE Bus STARTED -- _cplogging.py:error:217
                            2016-10-18 18:47:12 DEBUG    __init__     BackendServer BackendServer: engine started -- __init__.py:run:152
                            2016-10-18 18:47:13 DEBUG    item         Main         Item eg.buero.heizung.set = 22.0 via KNX 1.1.40 4/2/3 -- item.py:__update:470
                            2016-10-18 18:47:13 DEBUG    item         Main         Item eg.buero.heizung.soll = 22.0 via KNX 1.1.40 4/2/3 -- item.py:__update:470
                            2016-10-18 18:47:13 DEBUG    item         Main         Item eg.buero.heizung = 22.8 via KNX 1.1.40 4/2/4 -- item.py:__update:470
                            2016-10-18 18:47:13 DEBUG    item         Main         Item eg.wc.heizung.set = 22.0 via KNX 1.1.43 4/3/3 -- item.py:__update:470
                            2016-10-18 18:47:13 DEBUG    item         Main         Item eg.wc.heizung.soll = 22.0 via KNX 1.1.43 4/3/3 -- item.py:__update:470
                            2016-10-18 18:47:13 DEBUG    item         Main         Item eg.wc.heizung = 22.0 via KNX 1.1.43 4/3/4 -- item.py:__update:470
                            2016-10-18 18:47:13 DEBUG    item         Main         Item eg.wc.heizung.stellwert = 4.3 via KNX 1.1.43 4/3/2 -- item.py:__update:470
                            2016-10-18 18:47:17 DEBUG    item         logic_lueftung Item technik.luftung.regelung.bypassstellwert = 5 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:17 DEBUG    item         env_init     Item env.core.version = 1.3.736.dev via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:17 DEBUG    item         env_loc      Item env.location.sunrise = 2016-10-19 07:39:22.313532+02:00 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    scheduler    logic_lueftung Triggering logic_lueftung - by: Item source: technik.luftung.regelung.bypassstellwert dest: None value: 5 -- scheduler.py:trigger:165
                            2016-10-18 18:47:18 DEBUG    item         env_init     Item env.core.start = 2016-10-18 18:47:18.039651+02:00 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunrise.azimut.degrees = 128.66 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    smarthome    sh.gc        Garbage collector: collected 6 objects. -- smarthome.py:_garbage_collection:495
                            2016-10-18 18:47:18 DEBUG    item         env_init     Item env.system.name = raspberrypi via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunrise.elevation.degrees = 16.63 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunrise.azimut.radians = 2.25 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunrise.elevation.radians = 0.29 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_init     Item env.system.start = 2016-10-16 20:49:16.087738+02:00 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunset = 2016-10-19 18:14:30.419089+02:00 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunset.azimut.degrees = 277.87 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunset.elevation.degrees = -20.4 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunset.azimut.radians = 4.85 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sunset.elevation.radians = -0.36 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sun_position.azimut.degrees = 261.56 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sun_position.elevation.degrees = -5.65 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sun_position.azimut.radians = 4.57 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.sun_position.elevation.radians = -0.1 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.moonrise = 2016-10-18 20:12:17.317962+02:00 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.moonset = 2016-10-19 11:25:36.019317+02:00 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.moonphase = 5 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    item         env_loc      Item env.location.day = True via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:18 DEBUG    scheduler    Scheduler    env_loc next time: 2016-10-18 16:54:41.203807+00:00 -- scheduler.py:_next_time:316
                            2016-10-18 18:47:18 DEBUG    scheduler    Scheduler    sh.gc next time: 2016-10-19 02:04:00+02:00 -- scheduler.py:_next_time:316
                            2016-10-18 18:47:18 DEBUG    smarthome    sh.gc        Object references: 23983 -- smarthome.py:_maintenance:487
                            2016-10-18 18:47:21 DEBUG    item         Main         Item og.linda.heizung.ist = 21.8 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:47:21 DEBUG    item         Main         Item og.linda.heizung = 21.8 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:47:21 DEBUG    item         Main         Item og.kind3.heizung.ist = 22.1 via KNX 1.1.77 3/4/4 -- item.py:__update:470
                            2016-10-18 18:47:21 DEBUG    item         Main         Item og.kind3.heizung = 22.1 via KNX 1.1.77 3/4/4 -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.system.libs.ephem_version = 3.7.6.0 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.core.threads = 17 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.core.memory = 24567808 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.system.load = 0.02 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.system.diskfree = 218685440 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.system.disksize = 1896226816 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.system.diskusage = 1557573632 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.system.diskusagepercent = 82.14 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    item         env_stat     Item env.location.moonlight = 91 via Logic None None -- item.py:__update:470
                            2016-10-18 18:47:22 DEBUG    scheduler    Scheduler    env_stat next time: 2016-10-18 18:52:22+02:00 -- scheduler.py:_next_time:316
                            2016-10-18 18:47:23 DEBUG    item         Main         Item og.schlafen.heizung = 22.1 via KNX 1.1.74 3/2/4 -- item.py:__update:470
                            2016-10-18 18:47:23 DEBUG    scheduler    Scheduler    KNX[default] time next time: 2016-10-18 18:57:23+02:00 -- scheduler.py:_next_time:316
                            2016-10-18 18:47:24 DEBUG    item         Main         Item og.milena.heizung = 21.8 via KNX 1.1.71 3/5/4 -- item.py:__update:470
                            2016-10-18 18:47:34 DEBUG    item         Main         Item kg.wohnen.heizung.ist = 22.8 via KNX 1.1.26 5/2/4 -- item.py:__update:470
                            2016-10-18 18:47:34 DEBUG    item         Main         Item kg.wohnen.heizung = 22.8 via KNX 1.1.26 5/2/4 -- item.py:__update:470
                            2016-10-18 18:47:35 DEBUG    item         Main         Item eg.wohnen.heizung = 23.5 via KNX 1.1.41 4/1/4 -- item.py:__update:470
                            2016-10-18 18:47:37 DEBUG    item         Main         Item og.bad.heizung = 21.7 via KNX 1.1.75 3/1/4 -- item.py:__update:470
                            2016-10-18 18:47:37 DEBUG    item         Main         Item kg.badkg.heizung = 22.1 via KNX 1.1.23 5/1/4 -- item.py:__update:470
                            2016-10-18 18:47:51 DEBUG    item         Main         Item og.linda.heizung.ist = 21.9 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:47:51 DEBUG    item         Main         Item og.linda.heizung = 21.9 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:47:51 DEBUG    item         Main         Item og.kind3.heizung.ist = 22.0 via KNX 1.1.77 3/4/4 -- item.py:__update:470
                            2016-10-18 18:47:51 DEBUG    item         Main         Item og.kind3.heizung = 22.0 via KNX 1.1.77 3/4/4 -- item.py:__update:470
                            2016-10-18 18:48:04 DEBUG    item         Main         Item kg.wohnen.heizung.ist = 22.9 via KNX 1.1.26 5/2/4 -- item.py:__update:470
                            2016-10-18 18:48:04 DEBUG    item         Main         Item kg.wohnen.heizung = 22.9 via KNX 1.1.26 5/2/4 -- item.py:__update:470
                            2016-10-18 18:48:21 DEBUG    item         Main         Item og.linda.heizung.ist = 22.0 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:48:21 DEBUG    item         Main         Item og.linda.heizung = 22.0 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:48:23 DEBUG    item         Main         Item og.bad.heizung.stellwert = 100.0 via KNX 1.1.75 3/1/2 -- item.py:__update:470
                            2016-10-18 18:48:37 DEBUG    item         Main         Item kg.badkg.heizung.ist = 22.0 via KNX 1.1.23 5/1/4 -- item.py:__update:470
                            2016-10-18 18:48:37 DEBUG    item         Main         Item kg.badkg.heizung = 22.0 via KNX 1.1.23 5/1/4 -- item.py:__update:470
                            2016-10-18 18:48:51 DEBUG    item         Main         Item og.linda.heizung.ist = 21.9 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:48:51 DEBUG    item         Main         Item og.linda.heizung = 21.9 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:48:54 DEBUG    item         Main         Item og.milena.heizung.ist = 21.7 via KNX 1.1.71 3/5/4 -- item.py:__update:470
                            2016-10-18 18:48:54 DEBUG    item         Main         Item og.milena.heizung = 21.7 via KNX 1.1.71 3/5/4 -- item.py:__update:470
                            2016-10-18 18:49:21 DEBUG    item         Main         Item og.linda.heizung.ist = 21.8 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:49:21 DEBUG    item         Main         Item og.linda.heizung = 21.8 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:49:24 DEBUG    item         Main         Item og.milena.heizung.ist = 21.8 via KNX 1.1.71 3/5/4 -- item.py:__update:470
                            2016-10-18 18:49:24 DEBUG    item         Main         Item og.milena.heizung = 21.8 via KNX 1.1.71 3/5/4 -- item.py:__update:470
                            2016-10-18 18:49:37 DEBUG    item         Main         Item kg.badkg.heizung.ist = 22.1 via KNX 1.1.23 5/1/4 -- item.py:__update:470
                            2016-10-18 18:49:37 DEBUG    item         Main         Item kg.badkg.heizung = 22.1 via KNX 1.1.23 5/1/4 -- item.py:__update:470
                            2016-10-18 18:49:51 DEBUG    item         Main         Item og.linda.heizung.ist = 21.9 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            2016-10-18 18:49:51 DEBUG    item         Main         Item og.linda.heizung = 21.9 via KNX 1.1.72 3/3/4 -- item.py:__update:470
                            ascii' codec can't decode byte 0xc3 -> was genau soll mir das sagen? das irrgendwo ein Byte ist welches ein à (komisches Ä) ist?

                            Grüße Jürgen
                            Zuletzt geändert von Jue; 18.10.2016, 18:13.

                            Kommentar


                              #29
                              Jue, könnte es sein, das Du auf dem Develop-Branch unterwegs bist? Der ist als nicht stabil anzusehen und heißt darum ja auch develop...
                              Für den Fall das Du auf Develop unterwegs bist bitte wechsel auf den Master Branch.

                              Kommentar


                                #30
                                ich hab das neue Pi-Image drauf ich glaub nicht das das Develop ist.

                                Was würde passieren wenn ich mir die Smarthome/Smartvisu-Dateien runterlade und einfach mal darüberkopiere? Wäre das eine Alternative?

                                Kommentar

                                Lädt...
                                X