rebulk offset, absorbtion time on Li-ion Nmc battery #23
-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 19 replies
-
for now i will be making a test
is esp32 code. BTW, Should i edit battery modules if i have a 14S battery? what it is affecting? |
Beta Was this translation helpful? Give feedback.
-
ok, so far so good. I got absorbtion stage activated, after 30 wait stage started Is this normal that i am experiencing a slight discharge that is appearing on the BMS discharge register 100w and then dropping to 30-40w. do you have just 0 charge and 0 discharge on your Deye? |
Beta Was this translation helpful? Give feedback.
-
So that % charge "System work mode" menu seem to be the Time of use to charge from grid. Note it may also be selling power into grid? Which mode are you running in? |
Beta Was this translation helpful? Give feedback.
-
Upd. Have surely a little problem friend. i pushed battery charge, it charged to 57.7volts exactly as my config was Li Bms is still showing 0.0v I reinstalled ESP32 config once again with no changes made, just hit the install button so it gets rebooted and my Li Bms is showing volts, My JK status showing Absorbption For some reason Li Bms info is working partially it gets charged to what config is, but doesnt show target V, and Changes the JK status (wait, bulk, absorbption) reinstalling (maybe ill try just usb reboot helps) Ill check one more time if it gets wiped out |
Beta Was this translation helpful? Give feedback.
-
Confirmed working properly with the code here |
Beta Was this translation helpful? Give feedback.
-
I had a problem with not displaying Battery voltage charge on Deye screen and it is fixed now by the new code lines |
Beta Was this translation helpful? Give feedback.
-
Here is my graph. Absorbtion is 30 minutes, and there is like 30 minutes inverter makes charge for 30-50watts more on his own |
Beta Was this translation helpful? Give feedback.
-
Closed due to inactivity. Please consider supporting my work so I can continue to develop new feature and provide help and assistance. |
Beta Was this translation helpful? Give feedback.
You may need to discharge a little more to trigger a charging cycle.
It will start charging at 57.7 - 2(rebulk_offset) = 55.7v
Try replacing this code segment to see if the voltage and SOC displays correctly.
#1 (reply in thread)