Library (java jar) supporting communication with EPever solar charge controllers over USB with Modbus protocol.
It uses jlibmodbus to send epever specific messages.
Needed a pure Java approach to managing EPever charge controllers. It supports a Java web application.
Maven and Java JDK 1.8+ are required. Example build:
Build jar from project folder:
# build jar and make available in local repo for other projects
mvn clean install