-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to load 'plugin.py' #40
Comments
there is no one to helpme ? |
Am I the only one with this problem? |
Have you looked at #38 ?, maybe same issue and how to resolve it. |
Hi Anyone who try with new install maybe have same issue |
And you did install pymodbus and pymodbusTCP? Hmmm is there any other log available (to see the underlying problem)?, what if you run the plugin.py with python3 from bash?, any see if any errors are popping up (e.g. import errors)? |
Hi Yes pymodbus and pymodbusTCP are installed with pip install I have done a lot of installations since December on pi3b, pi4b,VMs I'll try to run plugin.py this day with python3 to see other log |
Hmmm nothing much on info in that error, when i find some time later-on i will give the new domoticz a try!, Very strange no one else is here to help.... |
Im trying to configure Chromebox 3 and move Domoticz there using latest Debian with Python3.11, fresh installation of pymodbus version 3.7.0. So far I installed the latest pymodbus and got similar error. it was gone when I changed. to as the pymodbus.client.sync no longer exist it is now pymodbus.client. Next there was an error with these lines: seems like auto_open and auto_close is not used anymore at RTU over TCP and TCP/IP as in the library it looks:
the plugin after the mod looks as below (has to be changed in both read and write plugins):
I'm dealing now with: edit
Next error with decoder:
Again checking the module (payload.py) we have: You can try it copying the below to modbus-read plugin.py
and modbus-write plugin.py (not tested as I use mine customized version)
|
latest findings correction as per DomoticX#40
as per findings at DomoticX#40
Hello, Error on log : |
Hi
i have this issue (ModbusREAD) failed to load 'plugin.py', Python Path used was '/home/pi4/domoticz/plugins/modbus-read/:/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'.
Domoticz 2023.2 / Bullseye
have you an idea to help me ?
The text was updated successfully, but these errors were encountered: