nmakel/solaredge_meterproxy

ModuleNotFoundError: No module named 'pymodbus.server.sync'

Closed this issue · 2 comments

Hi all,

I installed all requirements, but I still get the following error:

openhabian@rpizero:~/shared/solaredge_meterproxy $ python3 semp-rtu.py
Traceback (most recent call last):
File "/home/openhabian/shared/solaredge_meterproxy/semp-rtu.py", line 11, in
from pymodbus.server.sync import StartSerialServer
ModuleNotFoundError: No module named 'pymodbus.server.sync'

Anybody knows where to look for?

Many thanks for your support!!

You're using an outdated semp-rtu.py. Grab the latest from github and you should be good to go.

Many thanks!!