Nach dem Upgrade auf 1.4.1 funktioniert die UZSU nicht mehr. Im Log erhalte ich im Debug Modus folgende Fehlermeldung:
Code:
[27/Dec/2017:20:37:42] ENGINE Bus STARTING [27/Dec/2017:20:37:42] ENGINE Started monitor thread '_TimeoutMonitor'. [27/Dec/2017:20:37:42] ENGINE Serving on http://10.x.x.20:8383 [27/Dec/2017:20:37:42] ENGINE Serving on http://10.x.x.20:8384 [27/Dec/2017:20:37:42] ENGINE Bus STARTED Exception in thread uzsu: Traceback (most recent call last): File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner self.run() File "/usr/local/smarthome/lib/plugin.py", line 445, in run self.plugin.run() File "/usr/local/smarthome/plugins/uzsu/__init__.py", line 99, in run self._schedule(item) File "/usr/local/smarthome/plugins/uzsu/__init__.py", line 152, in _schedule self.logger.debug("uzsu active entry for item {} with datetime {}, value {} and tzinfo {}".format(item, next, value, next.tzinfo)) AttributeError: 'NoneType' object has no attribute 'tzinfo'
Kommentar