Moin zusammen,
nachdem ich meine Items um die Hue Funktionalität erweitert habe, musste ich feststellen, dass diese Items aufgrund eines Fehlers ausgelassen werden:
Kommt das jemandem bekannt vor, der mir einen kurzen Tipp geben kann? Momentan stehe ich etwas auf dem Schlauch.
Danke Euch =)
Gruß
Honta
nachdem ich meine Items um die Hue Funktionalität erweitert habe, musste ich feststellen, dass diese Items aufgrund eines Fehlers ausgelassen werden:
Code:
2018-12-15 00:21:19 ERROR Main Item eg.hue.power: problem creating: 'Items' object has no attribute 'conf' Traceback (most recent call last): File "/usr/local/smarthome/lib/item.py", line 468, in __init__ child = Item(smarthome, self, child_path, value) File "/usr/local/smarthome/lib/item.py", line 531, in __init__ update = plugin.parse_item(self) File "/usr/local/smarthome/plugins/hue/__init__.py", line 262, in parse_item hueLampId = self._find_item_attribute(item, 'hue_lamp_id', 1) File "/usr/local/smarthome/plugins/hue/__init__.py", line 223, in _find_item_attribute while (not attribute in itemSearch.conf): AttributeError: 'Items' object has no attribute 'conf' 2018-12-15 00:21:19 ERROR Main Item eg.hue.reachable: problem creating: 'Items' object has no attribute 'conf' Traceback (most recent call last): File "/usr/local/smarthome/lib/item.py", line 468, in __init__ child = Item(smarthome, self, child_path, value) File "/usr/local/smarthome/lib/item.py", line 531, in __init__ update = plugin.parse_item(self) File "/usr/local/smarthome/plugins/hue/__init__.py", line 262, in parse_item hueLampId = self._find_item_attribute(item, 'hue_lamp_id', 1) File "/usr/local/smarthome/plugins/hue/__init__.py", line 223, in _find_item_attribute while (not attribute in itemSearch.conf): AttributeError: 'Items' object has no attribute 'conf' 2018-12-15 00:21:19 ERROR Main Item eg.hue.ct: problem creating: 'Items' object has no attribute 'conf' Traceback (most recent call last): File "/usr/local/smarthome/lib/item.py", line 468, in __init__ child = Item(smarthome, self, child_path, value) File "/usr/local/smarthome/lib/item.py", line 531, in __init__ update = plugin.parse_item(self) File "/usr/local/smarthome/plugins/hue/__init__.py", line 262, in parse_item hueLampId = self._find_item_attribute(item, 'hue_lamp_id', 1) File "/usr/local/smarthome/plugins/hue/__init__.py", line 223, in _find_item_attribute while (not attribute in itemSearch.conf): AttributeError: 'Items' object has no attribute 'conf' 2018-12-15 00:21:19 WARNING Main Item eg.hue.bri: problem reading cache: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/usr/local/smarthome/var/cache/eg.hue.bri' 2018-12-15 00:21:19 WARNING Main Item /usr/local/smarthome/var/cache/eg.hue.bri: Created cache for item: /usr/local/smarthome/var/cache/eg.hue.bri 2018-12-15 00:21:19 ERROR Main Item eg.hue.bri: problem creating: 'Items' object has no attribute 'conf'
Danke Euch =)
Gruß
Honta
Kommentar