Setup and applying plugins problem on Windows
Posted: Monday 19 February 2024 14:31
Hi,
I've just started using Domoticz for my smart home and I find a problem, for which solution I couldn't find online.
I want to instal plugins on my windows based Domoticz. I don't have raspberry pi and anything like this (in the future I would like to add esp8266 devices) but for now I have multiple switches and bulbs connected to Tuya Smart app. After creating directory "Domoticz/plugins" and copying there any GitHub solution eg.: https://github.com/guino/tuyaha changing permissions etc it still doesn't work.
The problem indicated by Domoticz is as follows:
Does anyone can help my to troubleshoot what's the reason of problem?
I've just started using Domoticz for my smart home and I find a problem, for which solution I couldn't find online.
I want to instal plugins on my windows based Domoticz. I don't have raspberry pi and anything like this (in the future I would like to add esp8266 devices) but for now I have multiple switches and bulbs connected to Tuya Smart app. After creating directory "Domoticz/plugins" and copying there any GitHub solution eg.: https://github.com/guino/tuyaha changing permissions etc it still doesn't work.
The problem indicated by Domoticz is as follows:
Code: Select all
2024-02-19 14:30:33.103 Error: T2: (tuya) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\;C:\Program Files (x86)\Python311-32\python311.zip;C:\Program Files (x86)\Python311-32\DLLs;C:\Program Files (x86)\Python311-32\Lib;C:\Program Files (x86)\Domoticz;C:\Program Files (x86)\Python311-32;C:\Program Files (x86)\Python311-32\Lib\site-packages'.
2024-02-19 14:30:33.103 Error: T1: (tuya) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\;C:\Program Files (x86)\Python311-32\python311.zip;C:\Program Files (x86)\Python311-32\DLLs;C:\Program Files (x86)\Python311-32\Lib;C:\Program Files (x86)\Domoticz;C:\Program Files (x86)\Python311-32;C:\Program Files (x86)\Python311-32\Lib\site-packages'.
2024-02-19 14:30:33.108 Error: Test: (tuya) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\;C:\Program Files (x86)\Python311-32\python311.zip;C:\Program Files (x86)\Python311-32\DLLs;C:\Program Files (x86)\Python311-32\Lib;C:\Program Files (x86)\Domoticz;C:\Program Files (x86)\Python311-32;C:\Program Files (x86)\Python311-32\Lib\site-packages'.
2024-02-19 14:30:33.113 Error: T: (tuya) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\;C:\Program Files (x86)\Python311-32\python311.zip;C:\Program Files (x86)\Python311-32\DLLs;C:\Program Files (x86)\Python311-32\Lib;C:\Program Files (x86)\Domoticz;C:\Program Files (x86)\Python311-32;C:\Program Files (x86)\Python311-32\Lib\site-packages'.
2024-02-19 14:30:33.113 Error: Tuya new: (tuya) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\;C:\Program Files (x86)\Python311-32\python311.zip;C:\Program Files (x86)\Python311-32\DLLs;C:\Program Files (x86)\Python311-32\Lib;C:\Program Files (x86)\Domoticz;C:\Program Files (x86)\Python311-32;C:\Program Files (x86)\Python311-32\Lib\site-packages'.
2024-02-19 14:30:33.113 Error: Tuya: (tuya) failed to load 'plugin.py', Python Path used was 'C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\;C:\Program Files (x86)\Python311-32\python311.zip;C:\Program Files (x86)\Python311-32\DLLs;C:\Program Files (x86)\Python311-32\Lib;C:\Program Files (x86)\Domoticz;C:\Program Files (x86)\Python311-32;C:\Program Files (x86)\Python311-32\Lib\site-packages'.
2024-02-19 14:30:33.186 Error: Test: Traceback (most recent call last):
2024-02-19 14:30:33.186 Error: Test: File "C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\plugin.py", line 65, in <module>
2024-02-19 14:30:33.186 Error: Test: import tuyaha
2024-02-19 14:30:33.186 Error: Test: ModuleNotFoundError: No module named 'tuyaha'
2024-02-19 14:30:33.196 Error: T2: Traceback (most recent call last):
2024-02-19 14:30:33.196 Error: T2: File "C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\plugin.py", line 65, in <module>
2024-02-19 14:30:33.196 Error: T2: import tuyaha
2024-02-19 14:30:33.196 Error: T2: ModuleNotFoundError: No module named 'tuyaha'
2024-02-19 14:30:33.198 Error: Tuya: Traceback (most recent call last):
2024-02-19 14:30:33.198 Error: Tuya: File "C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\plugin.py", line 65, in <module>
2024-02-19 14:30:33.198 Error: Tuya: import tuyaha
2024-02-19 14:30:33.198 Error: Tuya: ModuleNotFoundError: No module named 'tuyaha'
2024-02-19 14:30:33.198 Error: Tuya new: Traceback (most recent call last):
2024-02-19 14:30:33.198 Error: Tuya new: File "C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\plugin.py", line 65, in <module>
2024-02-19 14:30:33.198 Error: Tuya new: import tuyaha
2024-02-19 14:30:33.198 Error: Tuya new: ModuleNotFoundError: No module named 'tuyaha'
2024-02-19 14:30:33.198 Error: T: Traceback (most recent call last):
2024-02-19 14:30:33.198 Error: T: File "C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\plugin.py", line 65, in <module>
2024-02-19 14:30:33.198 Error: T: import tuyaha
2024-02-19 14:30:33.198 Error: T: ModuleNotFoundError: No module named 'tuyaha'
2024-02-19 14:30:33.198 Error: T1: Traceback (most recent call last):
2024-02-19 14:30:33.198 Error: T1: File "C:\Program Files (x86)\Domoticz\plugins\Domoticz-TUYA-Plugin-master\plugin.py", line 65, in <module>
2024-02-19 14:30:33.198 Error: T1: import tuyaha
2024-02-19 14:30:33.198 Error: T1: ModuleNotFoundError: No module named 'tuyaha'