Closed alexandrecuer closed 6 months ago
the pip package sdm_modbus now requires pymodbus >= 3.0.0
https://github.com/nmakel/sdm_modbus/blob/8b80589443f2cb18fc0d342ed0c01e90fc6ea3f8/setup.cfg#L28
when calling pip install sdm_modbus
, it should remove the pymodbus version coming from apt and install a version > 3
So I think that on new or updated installs, the following interfacers should be broken :
If it is confirmed, I can make a PR....but as I dont use these tools, a confirmation should be welcome
pymodbus 3 has been released
basically :
becomes
and
becomes
as emonhub uses the apt packet to install pymodbus, there is no problem anyway, but if the apt packet gets updated, the code of emonhub interfacers using pymodbus should be updated