tumstech / epever-solar-modbus

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Java 100.0%