Wird der aktuelle Master des SmarthomeNG im interaktiven Modus oder im Debug_Modus gestartet kommen ungewöhliche Fehler im Logger:
2017-12-14 22:00:56 ERROR scheduler env_stat Logic: env_stat, File: /usr/local/smarthome/lib/env/stat.py, Line: 5, Method: <module>, Exception: 'Item' object has no attribute 'system' -- scheduler.py:_task:394
Traceback (most recent call last):
File "/usr/local/smarthome/lib/scheduler.py", line 382, in _task
exec(obj.bytecode)
File "/usr/local/smarthome/lib/env/stat.py", line 5, in <module>
if sh.env.system.libs.ephem_version is not None:
AttributeError: 'Item' object has no attribute 'system'
Ich komme leider mit der Fehlermeldung nicht klar.
Weiß jemand vielleicht die Ursache?
2017-12-14 22:00:56 ERROR scheduler env_stat Logic: env_stat, File: /usr/local/smarthome/lib/env/stat.py, Line: 5, Method: <module>, Exception: 'Item' object has no attribute 'system' -- scheduler.py:_task:394
Traceback (most recent call last):
File "/usr/local/smarthome/lib/scheduler.py", line 382, in _task
exec(obj.bytecode)
File "/usr/local/smarthome/lib/env/stat.py", line 5, in <module>
if sh.env.system.libs.ephem_version is not None:
AttributeError: 'Item' object has no attribute 'system'
Ich komme leider mit der Fehlermeldung nicht klar.
Weiß jemand vielleicht die Ursache?
Kommentar