You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Anyone have config settings or instructions for setting this up to work with the DEYE inverters?
TIA
The text was updated successfully, but these errors were encountered: