dewet22 / givenergy-modbus

A python library to access GivEnergy inverters via Modbus TCP on a local network, with no dependency on the GivEnergy Cloud.
Other
19 stars 15 forks source link

pymodbus 3.x support #28

Open FileGo opened 1 year ago

FileGo commented 1 year ago

Description

I'm using givenergy-local integration in Home Assistant, which uses this library. I also use home-assistant-solaredge-modbus integration to monitor my Solaredge inverter.

The Solaredge integration (and the -multi one as well) uses pymodbus >= 3.1.1. Is there any chance to upgrade this project to use a more modern version of pymodbus (currently ^2.5.3)?

Thanks.

dewet22 commented 1 year ago

@FileGo you'll be glad to hear that in the next major release currently being worked on, the dependency on pymodbus is completely removed.

FileGo commented 1 year ago

@dewet22 Is there any rough ETA on this?