Hallo zusammen
ich wollte gerne meine HUE v1 auf die v2 Updaten jedoch bekomme ich das Plugin nicht mal zum laufen.
Angaben zum System:
SmartHomeNG Version:v1.9.2-master (cc57a0ad) in /usr/local/smarthome (tags/v1.9.2)
Betriebssystem: Debian GNU/Linux 11 (bullseye)
Python Version:3.9.2 final (/usr/bin/python3)
HUE Info aus dem LOG
ich wollte gerne meine HUE v1 auf die v2 Updaten jedoch bekomme ich das Plugin nicht mal zum laufen.
Angaben zum System:
SmartHomeNG Version:v1.9.2-master (cc57a0ad) in /usr/local/smarthome (tags/v1.9.2)
Betriebssystem: Debian GNU/Linux 11 (bullseye)
Python Version:3.9.2 final (/usr/bin/python3)
HUE Info aus dem LOG
Code:
2022-09-12 09:35:11 ERROR lib.plugin Plugin 'hue2' from section 'hue' exception: 'ip' > Traceback (most recent call last): > File "/usr/local/smarthome/lib/plugin.py", line 162, in __init__ > plugin_thread = PluginWrapper(smarthome, plugin, classname, classpath, args, instance, self.meta, self._configfile) > File "/usr/local/smarthome/lib/plugin.py", line 629, in __init__ > exec("self.plugin.__init__(smarthome{0}{1})".format("," if len(arglist) else "", argstring)) > File "<string>", line 1, in <module> > File "/usr/local/smarthome/plugins/hue2/__init__.py", line 135, in __init__ > if self.bridge['ip'] != self.bridge_ip: > KeyError: 'ip'
Kommentar