KrystianD / esmart_modbus

eSmart MPPT charger API connector + Modbus TCP server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

eSmart MPPT charger API connector + Modbus TCP server.


Languages

Language:Python 99.7%Language:Shell 0.3%