Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 545 Bytes

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