Suite à des modifications du système d'authentification de Netatmo, des modifications ont été effectuées sur l'application Domoticz. Ces modifications ont été apportée à partir de la build 15535. Quand j'installe le package correspondant sous Docker, j'ai le plugin qui part en vrille au démérrage. Que puis-je faire?
Code : Tout sélectionner
ZIGATE: Worker thread started.
2023-09-12 12:22:30.819 Status: ZIGATE: Entering work loop.
2023-09-12 12:22:30.819 Status: ZIGATE: Started.
2023-09-12 12:22:31.294 Error: ZIGATE: (Zigate) failed to load 'plugin.py', Python Path used was '/opt/domoticz/userdata/plugins/Domoticz-Zigbee/:/usr/lib/python39.zip:/usr/lib/python3.9:/usr/lib/python3.9/lib-dynload:/usr/local/lib/python3.9/dist-packages:/usr/lib/python3/dist-packages:/usr/lib/python3.9/dist-packages'.
2023-09-12 12:22:31.296 Error: ZIGATE: Traceback (most recent call last):
2023-09-12 12:22:31.296 Error: ZIGATE: File "/opt/domoticz/userdata/plugins/Domoticz-Zigbee/plugin.py", line 113, in <module>
2023-09-12 12:22:31.296 Error: ZIGATE: from Classes.WebServer.WebServer import WebServer
2023-09-12 12:22:31.296 Error: ZIGATE: File "/opt/domoticz/userdata/plugins/Domoticz-Zigbee/Classes/WebServer/WebServer.py", line 55, in <module>
2023-09-12 12:22:31.296 Error: ZIGATE: class WebServer(object):
2023-09-12 12:22:31.296 Error: ZIGATE: File "/opt/domoticz/userdata/plugins/Domoticz-Zigbee/Classes/WebServer/WebServer.py", line 86, in WebServer
2023-09-12 12:22:31.296 Error: ZIGATE: from Classes.WebServer.rest_PluginUpgrade import (
2023-09-12 12:22:31.296 Error: ZIGATE: File "/opt/domoticz/userdata/plugins/Domoticz-Zigbee/Classes/WebServer/rest_PluginUpgrade.py", line 6, in <module>
2023-09-12 12:22:31.296 Error: ZIGATE: import z4d_certified_devices
2023-09-12 12:22:31.296 Error: ZIGATE: ModuleNotFoundError: No module named 'z4d_certified_devices'