Skip to content

KrystianD/esmart_modbus

Repository files navigation

esmart_modbus

eSmart MPPT charger exposes RS485 interface for data reading and control. However, it is not Modbus RTU compatible. This project wraps its custom protocol and exposes Modbus TCP server that allows this device to be used in Modbus-based systems.

Usage

python -m esmart_modbus --esmart-port /dev/ttyUSB0 --modbus-host localhost --modbus-port 5000