/epever-solar-modbus

Java jar for communicating with epever solar charge controllers using Modbus protocol

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

epever-solar-modbus

Synopsis

Library (java jar) supporting communication with EPever solar charge controllers over USB with Modbus protocol.

It uses jlibmodbus to send epever specific messages.

Motivation

Needed a pure Java approach to managing EPever charge controllers. It supports a Java web application.

Installation

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