deye-controller
deye-controller copied to clipboard
DEYE Hybrid inverters library
Hello. I have one SUN-6K-SG03LP1-EU with one Pylontech 5000 and I'm trying to use this code to read and write from/to the inverter. I'm having a bit of a hard...
First of all this looks fantastic even though I come with a lot of questions (sorry). I can now see that this will work. First, a prologue where I am...
is a good approach and i will like to use it in my automation but i need more info on the usage of the code. i.e in example provided the...
Hi, thanks for your project. I can set the prog table successfully. Is it also possible to set the work mode ? I checked the WritableRegisters but cannot find it....
""" Charge / Discharge """ MaxChargeAmps = IntWritable(address=108, low_limit=0, high_limit=185) MaxDischargeAmps = IntWritable(address=109, low_limit=0, high_limit=185) I'm curious why they are limited to 185? According to spec the SUN-12K-SG04LP3-EU (same as...
Would it be possible to control the import and export power of the DEYE inverter using Modbus? Can we do this per phase, or as total amount? Could you help...
Hi, I have a new Deye balcony device. It is an all-in-one solution with PV storage and a micro hybrid inverter. However, I cannot read the data from the datalogger....
Thank you for writing this library, it really helped getting started on reading inverter I have. I'll preface that I might missing something due of lack of skill. Issue: HoldingRegisters.GRIDTotalPower...