Hallo zusammen,
ich habe ein Problem beim erstmaligen Starten von SmartHomeNG. Ich bin der Anleitung bis zum Punkt "erstmaliges Starten" gefolgt. Ich verwende dabei einen Odroid XU 4 mit Ubuntu 18
Beim Starten bekommen ich folgende Fehlermeldung zur smarthome.yaml
Ich habe da dann reigenschaut und bemerkt, dass an der entsprechenden Stelle ein Zeichen nicht interpretiert werden kann -> abgek ndigte Funktionen - habe das dann in -> falls abgekuendigte Funktionen - geändert.
Jetzt läuft der Startbefehl durch
allerdings zeigt die Kontrolle nichts an
Die Debug-Funktion spuckt mir folgendes aus
Leider reichen hier jetzt meine Kenntnisse nicht mehr aus, um weiterzumachen. Kann das jemand interpretieren?
Vielen Dank vorab für die Rückmeldung!
BG
ich habe ein Problem beim erstmaligen Starten von SmartHomeNG. Ich bin der Anleitung bis zum Punkt "erstmaliges Starten" gefolgt. Ich verwende dabei einen Odroid XU 4 mit Ubuntu 18
Beim Starten bekommen ich folgende Fehlermeldung zur smarthome.yaml
Code:
smarthome@odroid:/usr/local/smarthome$ python3 bin/smarthome.py YAML-file load error in /usr/local/smarthome/etc/smarthome.yaml: 'ascii' codec can't decode byte 0xc3 in position 844: ordinal not in range(128) No file '/usr/local/smarthome/etc/smarthome.*' found with SmartHomeNG configuration Daemon PID 3004
Jetzt läuft der Startbefehl durch
Code:
smarthome@odroid:/usr/local/smarthome$ python3 bin/smarthome.py Daemon PID 3035
Code:
smarthome@odroid:/usr/local/smarthome$ ps -ef|grep smarthome|grep bin smarthome@odroid:/usr/local/smarthome$
Code:
smarthome@odroid:/usr/local/smarthome/bin$ python3 smarthome.py -d Traceback (most recent call last): File "smarthome.py", line 1318, in <module> sh = SmartHome(extern_conf_dir=extern_conf_dir) File "smarthome.py", line 339, in __init__ plugin_reqs = self.shpypi.test_conf_plugins_requirements(self._p lugin_conf_basename, self._plugins_dir) File "/usr/local/smarthome/lib/shpypi.py", line 273, in test_conf_plugins_requirements for plugin_instance in plugin_conf: TypeError: 'NoneType' object is not iterable
Vielen Dank vorab für die Rückmeldung!
BG
Kommentar