• Have you tried out dark mode?! Scroll to the bottom of any page to find a sun or moon icon to turn dark mode on or off!

diy solar

diy solar

Deye Firmware Tracker Thread

Upgraded my 8K EU from my super old 6006 to 6026.

Should have done that a while ago : had quite substantial voltage drop between grid & inverter supply (- 6V) and DC bus reaching +60°C most of the time despite 20°C ambient temperature. Both issues solved & seems they also changed when fans start from 60°C to 55°C.
 
Does anyone know or could anyone check if this MPPT scan feature is also available in the Deye 12K-SG04LP3 inverter?
 
I have tried to update this github repo with some of the latest info from this thread. It seems, almost all the files that people have been sent by Deye can be downloaded from their server, i.e http://47.254.36.66/0_5407_1/MCU1-SG-Ver0000-C36E-CK.bin

I have successfully updated my 5K-SG04 inverters from both MCU1 and MCU2 bin files from this server. The trick is working out what the correct file names are for your inverter. To do that, you can either ask them to send the files to you, or you can run something like squid proxy on your router to log the web address that your inverter pulls the firmware from when Deye updates your firmware remotely.

If you want to fork my repo (which I forked from https://github.com/dasrecht/deye-firmware) and tidy it up, please feel free, as I don't have much time to spend on it. It might be worth getting rid of all the microinverter firmwares and info and have one repo just for Hybrid inverters.

Here's some example URLs you can use to pull files.

# Deye Hybrid Inverters HMI Firmware (MCU1)

# Deye Hybrid Inverters Main Firmware (MCU2)
http://47.254.36.66/0_5407_1/SG_5K_MCU2_V3387-NR.bin ##(SUN-5K-SG04LP1-AU)
http://47.254.36.66/0_5407_1/SG_6K_MCU2_V4386-NR.bin ##(SUN-6K-SG03LP1-EU)
http://47.254.36.66/0_5407_1/MCU2_5227US_NC_NR8K59V.bin ##(SUN-8K-SG01LP1-??)
http://47.254.36.66/0_5407_1/MCU2_6027US_NC_NR8K59V.bin ##(SUN-8K-SG01LP1-??)
 
I have tried to update this github repo with some of the latest info from this thread. It seems, almost all the files that people have been sent by Deye can be downloaded from their server, i.e http://47.254.36.66/0_5407_1/MCU1-SG-Ver0000-C36E-CK.bin

I have successfully updated my 5K-SG04 inverters from both MCU1 and MCU2 bin files from this server. The trick is working out what the correct file names are for your inverter. To do that, you can either ask them to send the files to you, or you can run something like squid proxy on your router to log the web address that your inverter pulls the firmware from when Deye updates your firmware remotely.

If you want to fork my repo (which I forked from https://github.com/dasrecht/deye-firmware) and tidy it up, please feel free, as I don't have much time to spend on it. It might be worth getting rid of all the microinverter firmwares and info and have one repo just for Hybrid inverters.

Here's some example URLs you can use to pull files.

# Deye Hybrid Inverters HMI Firmware (MCU1)

# Deye Hybrid Inverters Main Firmware (MCU2)
http://47.254.36.66/0_5407_1/SG_5K_MCU2_V3387-NR.bin ##(SUN-5K-SG04LP1-AU)
http://47.254.36.66/0_5407_1/SG_6K_MCU2_V4386-NR.bin ##(SUN-6K-SG03LP1-EU)
http://47.254.36.66/0_5407_1/MCU2_5227US_NC_NR8K59V.bin ##(SUN-8K-SG01LP1-??)
http://47.254.36.66/0_5407_1/MCU2_6027US_NC_NR8K59V.bin ##(SUN-8K-SG01LP1-??)

Very good infos 😉
 
Thanks @cods4 for finding the Deye server address ;)

For those who want it, you can download the latest firmware for SG 6K with the links below (haven't tried it myself yet) :

http://47.254.36.66/0_5407_1/SG_6K_MCU2_V4387-NR.bin

Unfortunately not everything is deposited on this server.

I attach my MCU1 firmware pack with the C370 as well as the update procedure.

Have a nice day ☀️
 

Attachments

I have tried to update this github repo with some of the latest info from this thread. It seems, almost all the files that people have been sent by Deye can be downloaded from their server, i.e http://47.254.36.66/0_5407_1/MCU1-SG-Ver0000-C36E-CK.bin

I have successfully updated my 5K-SG04 inverters from both MCU1 and MCU2 bin files from this server. The trick is working out what the correct file names are for your inverter. To do that, you can either ask them to send the files to you, or you can run something like squid proxy on your router to log the web address that your inverter pulls the firmware from when Deye updates your firmware remotely.

If you want to fork my repo (which I forked from https://github.com/dasrecht/deye-firmware) and tidy it up, please feel free, as I don't have much time to spend on it. It might be worth getting rid of all the microinverter firmwares and info and have one repo just for Hybrid inverters.

Here's some example URLs you can use to pull files.

# Deye Hybrid Inverters HMI Firmware (MCU1)

# Deye Hybrid Inverters Main Firmware (MCU2)
http://47.254.36.66/0_5407_1/SG_5K_MCU2_V3387-NR.bin ##(SUN-5K-SG04LP1-AU)
http://47.254.36.66/0_5407_1/SG_6K_MCU2_V4386-NR.bin ##(SUN-6K-SG03LP1-EU)
http://47.254.36.66/0_5407_1/MCU2_5227US_NC_NR8K59V.bin ##(SUN-8K-SG01LP1-??)
http://47.254.36.66/0_5407_1/MCU2_6027US_NC_NR8K59V.bin ##(SUN-8K-SG01LP1-??)

FYI concerning 8K firmware.

5xxx = SUN-8K-SG01LP1-US
6xxx = SUN-8K-SG01LP1-EU

But according to @soca90 tests it's possible to install a 5xxx firmware on an EU version and vice versa.

Apparently the 2 programs are equivalent, both work fine on the inverter, the changes seen are the default configurations. The 6027 will setup the EU Grid standar as default and the 5227 will put US Grid standard. They may have more internal different things but so far all screens and setting are the same.
 
Thanks @cods4 for finding the Deye server address ;)

For those who want it, you can download the latest firmware for SG 6K with the links below (haven't tried it myself yet) :

http://47.254.36.66/0_5407_1/SG_6K_MCU2_V4387-NR.bin

Unfortunately not everything is deposited on this server.

I attach my MCU1 firmware pack with the C370 as well as the update procedure.

Have a nice day ☀️
Could you clarify for me which version is the latest one?
MCU1-SG-Ver0000-C36E-CK.bin
Or
MCU1-SG-Ver0000-C370-CK.bin
Thanks a lot.
 
For Deye 8k US this is the latest one.
MCU1-SG-Ver0000-C372-CK.bin
MCU2_5227US_NC_NR8K59V.bin

When a new firmware is release Deye remove the old one from the server.
 
Last edited:
Hi, can somebody give me a link for the latest MCU2 fw for SUN-8K-SG01LP1-EU? my is 6006...
thanks in advance
 
Hi all,
I have SUN-10K-SG04LP3-EU.
I did not find my firmware here in forum .
Can I update firmware from SUN-12K-SG04LP3-EU ?
Thanks
 
SUN-12K-SG04LP3-EU
  • MAIN:2005-1147-1807
  • HMI:1001-C049
 

Attachments

  • Screenshot_22.jpg
    Screenshot_22.jpg
    34.4 KB · Views: 31
Hi All,

Does anybody have a spare control board for 5KW 1Ph Deye Hybrid "SUN-5K-SG04LP1-EU".

Regards,

Benson Antony.

53761491960_73fc93cd50_o.jpg
 
Hi there, I'm new over here.
I'm going to buy a deye sun-5k-SG03LP1-EU, and I'm wondering if someone know if new firmware with global maximum power point tracking is available for this model.
Thanks

 

diy solar

diy solar
Back
Top