Ankündigung

Einklappen
Keine Ankündigung bisher.

Homematic Plugin Problem

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Homematic Plugin Problem

    Hi Leute,


    seit einem Update bekomme ich immer wieder auf dem Hommatic Plugin Fehler 500.


    Im Log steht folgendes:

    Code:
    2021-07-31 13:51:12 WARNING lib.smarthome.main -------------------- SmartHomeNG restarting, initiated by admin interface --------------------
    2021-07-31 13:51:20 WARNING pyhomematic._hm ServerThread.proxyDeInit: Not performing de-init for myserver-rf
    2021-07-31 13:51:20 WARNING pyhomematic._hm ServerThread.proxyDeInit: Not performing de-init for myserver_ip-ip
    2021-07-31 13:51:32 WARNING lib.smarthome.main -------------------- SmartHomeNG stopped --------------------
    2021-07-31 13:51:52 WARNING lib.smarthome.main -------------------- Init SmartHomeNG 1.8.2.master (5c3f6d20) --------------------
    2021-07-31 13:51:52 WARNING lib.smarthome.main Running in Python interpreter 'v3.8.6 final', from directory /usr/local/smarthome
    2021-07-31 13:51:52 WARNING lib.smarthome.main - on Linux-5.10.52-v7+-armv7l-with-glibc2.28 (pid=2071)
    2021-07-31 13:51:53 WARNING lib.smarthome.main - Nutze Feiertage für Land 'DE', Provinz 'None', 1 benutzerdefinierte(r) Feiertag(e) definiert
    2021-07-31 13:52:22 ERROR plugins.homematic get_hmchannelforfunction: Invalid channel '4' specified for Vorlage-Struktur für Zeitschaltuhren
    2021-07-31 13:52:22 ERROR plugins.homematic get_hmchannelforfunction: Invalid channel '4' specified for Vorlage-Struktur für Zeitschaltuhren
    2021-07-31 13:52:22 WARNING lib.smarthome.main -------------------- SmartHomeNG initialization finished --------------------
    2021-07-31 13:52:30 ERROR cherrypy.error.1695938304 [31/Jul/2021:13:52:30] HTTP
    > Traceback (most recent call last):
    > File "/home/smarthome/.local/lib/python3.8/site-packages/cherrypy/_cprequest.py", line 638, in respond
    > self._do_respond(path_info)
    > File "/home/smarthome/.local/lib/python3.8/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
    > response.body = self.handler()
    > File "/home/smarthome/.local/lib/python3.8/site-packages/cherrypy/lib/encoding.py", line 219, in __call__
    > self.body = self.oldhandler(*args, **kwargs)
    > File "/home/smarthome/.local/lib/python3.8/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
    > return self.callable(*self.args, **self.kwargs)
    > File "/usr/local/smarthome/plugins/homematic/__init__.py", line 556, in index
    > items=sorted(self.plugin.hm_items), item_count=len(self.plugin.hm_items),
    > TypeError: '<' not supported between instances of 'Item' and 'Item'
    kann mir da jemand helfen ?.



    Gruß Zeta
    Zuletzt geändert von Zeta1990; 01.08.2021, 16:52.

    #2
    Etwas habe ich schon lokalisiert.

    Sobald ich das item struct: uzsu.child benutze kommt die fehler meldung . Sobald ich es aus kommentiere ist die meldung weg
    You do not have permission to view this gallery.
    This gallery has 1 photos.
    Zuletzt geändert von Zeta1990; 01.08.2021, 17:04.

    Kommentar


      #3
      Das Problem tritt auf, wenn Items gleiche Namen haben. Ich hatte das vor einigen Jahren lokal gefixt, bei Neuinstallation wieder das gleiche. Habe den fix als PR in den developer Branch gestellt

      Kommentar

      Lädt...
      X