Modification for applying CCCV charging scheme #31
paulsteigel
started this conversation in
General
Replies: 1 comment 4 replies
-
|
Hi Ngoc, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Armin,
I have added the following procedure to modify the charge scheme for old Luxpower inverter and have tested in a week to:
I would like to share here for you to consider if this helps. Some modifications to the LimitFrame and data structure is neeed such as: MaxCellVoltage, Battery Type.
One point to note: the bool IsCharging is set base on your getCurrent(), it has only 2 state. I would like to have isCharging set to true when current is greater than zero but it a bit difficult to work with bit shifting in your getCurrent(), please help ( I have no basic knowledge on C++ programing, what I did was learning from your code and my background on VB)
Best
Ngoc
`
Beta Was this translation helpful? Give feedback.
All reactions