Hi Jan,
ich schau mir das einmal näher an.
Bis bald
Marcus
ich schau mir das einmal näher an.
Bis bald
Marcus
[noah] [[klima]] [[[heizung]]] [[[[modus]]]] [[[[[nacht]]]]] type = bool knx_dpt = 1 knx_send = 4/0/106 crontab = 30 5 * * = 0 | 30 19 * * = 1
noah.klima.heizung.modus.nacht Item 'noah.klima.heizung.modus.nacht': value (1,30 5 * * = 0) does not match type (bool). Via Scheduler None -- item.py:__call__:230
>>> sh.scheduler._runq.qsize() 290 >>> sh.scheduler._runq.qsize() 292 >>> sh.scheduler._runq.qsize() 298 >>> sh.scheduler._runq.qsize() 346
[szene] [[nacht]] type = scene knx_dpt = 1 knx_send = 0/4/1 knx_listen = 0/4/1 visu = yes enforce_updates = on [[rollladen]] type = scene knx_dpt = 1 knx_send = 0/4/150 knx_listen = 0/4/150 visu =yes enforce_updates = on
2013-10-16 19:57:06,723 ERROR Main Item szene.nacht: value does not match type scene. -- item.py:__init__:228 2013-10-16 19:57:06,725 ERROR Main Item szene.nacht: problem creating: () -- item.py:__init__:195 Traceback (most recent call last): File "/usr/local/smarthome/lib/item.py", line 226, in __init__ self._value = self.__cast(self._value) File "/usr/local/smarthome/lib/item.py", line 80, in _cast_scene return int(value) ValueError: invalid literal for int() with base 10: '' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/smarthome/lib/item.py", line 193, in __init__ child = Item(smarthome, self, child_path, value) File "/usr/local/smarthome/lib/item.py", line 229, in __init__ raise ValueError ValueError
2013-10-16 19:57:06,867 DEBUG Main Logic: notify -- logic.py:__init__:44 2013-10-16 19:57:06,882 ERROR Main Unhandled exception: 'Item' object has no attribute 'add_logic_trigger' <class 'AttributeError'> File "/usr/local/smarthome/bin/smarthome.py", line 663, in <module> sh.start() File "/usr/local/smarthome/bin/smarthome.py", line 351, in start self._logics = lib.logic.Logics(self, self._logic_conf, self._env_logic_conf) File "/usr/local/smarthome/lib/logic.py", line 71, in __init__ item.add_logic_trigger(logic) -- smarthome.py:_excepthook:513
2013-10-17 08:21:27,422 ERROR heizung Logic: heizung, File: /usr/local/smarthome/logics/heizung.py, Line: 35, Method: <module>, Exception: 'Item' object has no attribute 'age' -- scheduler.py:_task:334 Traceback (most recent call last): File "/usr/local/smarthome/lib/scheduler.py", line 327, in _task exec(obj.bytecode) File "/usr/local/smarthome/logics/heizung.py", line 35, in <module> elif ((sh.technik.heizung.temperatur.vorlauf() < (vl_soll - hysterese)) and (sh.technik.heizung.pumpe.age()>600) and (not sh.technik.heizung.brenner())): AttributeError: 'Item' object has no attribute 'age'
tail -f /usr/local/smarthome/var/log/smarthome.log
2013-10-17 08:34:17,542 INFO Main SmartHome.py stopped -- smarthome.py:stop:395 Init SmartHome.py 0.9
AttributeError: 'Item' object has no attribute 'age'
tail -f /usr/local/smarthome/var/log/smarthome.log
alias sh.log="tail -F /usr/smarthome/var/log/smarthome.log | sed \ -e '/WARNING\|ERROR\|CRITICAL\|FAIL/s/WARNING\|ERROR\|CRITICAL\|FAIL/\x1b[91m&\x1b[0m/i' \ -e '/PASS/s/PASS/\x1b[92m&\x1b[0m/i'"
2013-10-17 02:03:06 ERROR Dummy-9 Unhandled exception: 'utf-8' codec can't decode byte 0xdf in position 2717: invalid continuation byte <class 'UnicodeDecodeError'> File "/usr/lib/python3.2/threading.py", line 713, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.2/threading.py", line 753, in _bootstrap_inner (self.name, _format_exc())) File "/usr/lib/python3.2/traceback.py", line 269, in format_exc format_exception(etype, value, tb, limit, chain)) File "/usr/lib/python3.2/traceback.py", line 186, in format_exception list.extend(format_tb(tb, limit)) File "/usr/lib/python3.2/traceback.py", line 75, in format_tb return format_list(extract_tb(tb, limit)) File "/usr/lib/python3.2/traceback.py", line 100, in extract_tb line = linecache.getline(filename, lineno, f.f_globals) File "/usr/lib/python3.2/linecache.py", line 15, in getline lines = getlines(filename, module_globals) File "/usr/lib/python3.2/linecache.py", line 41, in getlines return updatecache(filename, module_globals) File "/usr/lib/python3.2/linecache.py", line 132, in updatecache lines = fp.readlines() File "/usr/lib/python3.2/codecs.py", line 300, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) 2013-10-17 02:03:23 INFO system Threads (8): idle: 4, Main: 1, system: 1, Scheduler: 1, Dummy-9: 1
2013-10-17 12:34:47 ERROR Dummy-12 Unhandled exception: 'utf-8' codec can't decode byte 0xdf in position 2717: invalid continuation byte <class 'UnicodeDecodeError'> File "/usr/lib/python3.2/threading.py", line 713, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.2/threading.py", line 753, in _bootstrap_inner (self.name, _format_exc())) File "/usr/lib/python3.2/traceback.py", line 269, in format_exc format_exception(etype, value, tb, limit, chain)) File "/usr/lib/python3.2/traceback.py", line 186, in format_exception list.extend(format_tb(tb, limit)) File "/usr/lib/python3.2/traceback.py", line 75, in format_tb return format_list(extract_tb(tb, limit)) File "/usr/lib/python3.2/traceback.py", line 100, in extract_tb line = linecache.getline(filename, lineno, f.f_globals) File "/usr/lib/python3.2/linecache.py", line 15, in getline lines = getlines(filename, module_globals) File "/usr/lib/python3.2/linecache.py", line 41, in getlines return updatecache(filename, module_globals) File "/usr/lib/python3.2/linecache.py", line 132, in updatecache lines = fp.readlines() File "/usr/lib/python3.2/codecs.py", line 300, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) 2013-10-17 12:34:49 INFO system Threads (8): Dummy-12: 1, system: 1, idle: 2, Scheduler: 1, dimplex: 1, Main: 1, Dummy-9: 1
Wir verarbeiten personenbezogene Daten über die Nutzer unserer Website mithilfe von Cookies und anderen Technologien, um unsere Dienste bereitzustellen. Weitere Informationen findest Du in unserer Datenschutzerklärung.
Indem Du unten auf "ICH stimme zu" klickst, stimmst Du unserer Datenschutzerklärung und unseren persönlichen Datenverarbeitungs- und Cookie-Praktiken zu, wie darin beschrieben. Du erkennst außerdem an, dass dieses Forum möglicherweise außerhalb Deines Landes gehostet wird und bist damit einverstanden, dass Deine Daten in dem Land, in dem dieses Forum gehostet wird, gesammelt, gespeichert und verarbeitet werden.
Kommentar