basking-in-the-sun2000 / solar-logger

A datalogger for a solar inverter. Stores data in influxdb and displays it in grafana. Has load diverting capability, to use the inverter's excess power
GNU General Public License v3.0
99 stars 32 forks source link

Deye Inverter #51

Open AtmosphereZA opened 2 years ago

AtmosphereZA commented 2 years ago

Anyone have config settings or instructions for setting this up to work with the DEYE inverters?

TIA

basking-in-the-sun2000 commented 2 years ago

The first part would be to create a modbus register map file, similar to Huawei.default.py. Currently the logger works with modbus tcp, but you should be able to use it with rtu.

The general idea was disused in another thread

andysu commented 10 months ago

deye loggers has two ways to communicate 1 ModbusTCP - the usual modbusTCP, but the frames are wrapped in a proprietary protocol. But there are already decryption projects on git (successful) 2 ModbusRTU - original modbus. but registers map has many garbage - remains (imho) from different models. but main registers can be read without problems

sorry for terrible English))