stas-demydiuk / domoticz-zigbee2mqtt-plugin

zigbee2mqtt plugin for domoticz
MIT License
136 stars 98 forks source link

problem since the update #695

Closed Fab-ME closed 3 years ago

Fab-ME commented 3 years ago

Hello, since the update the plugin does not start anymore.

Error: Zigbee2MQTT Gateway: (Zigbee2MQTT) failed to load 'plugin.py', Python Path used was '/home/domoticz/domoticz/plugins/zigbee2mqtt/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib/python3.7/dist-packages:/usr/lib/python3/dist-packages:/usr/lib/python3.7/dist-packages'. 2021-09-04 16:42:05.092 Error: Zigbee2MQTT Gateway: (Zigbee2MQTT Gateway) Module Import failed, exception: 'ModuleNotFoundError' 2021-09-04 16:42:05.092 Error: Zigbee2MQTT Gateway: (Zigbee2MQTT Gateway) Module Import failed: ' Name: DomoticzEx' 2021-09-04 16:42:05.092 Error: Zigbee2MQTT Gateway: (Zigbee2MQTT Gateway) Error Line details not available.

I have affected the rights as well as chmod +x plugin.py

stas-demydiuk commented 3 years ago

As you can see the error is

Module Import failed: ' Name: DomoticzEx'

which means that you are using a Domoticz version that doesn't support DomoticzEx, you need the latest beta to be able to run this version of the plugin

Fab-ME commented 3 years ago

Thank you.