Other Parts Discussed in Thread: LM234
Hi Support,
We use the BQ24650 in our solar home system products for few months now and we realized that the solar panels produce less than what we expected.
By investigating deeper, we found out that the MPPSET could be the issue.
Indeed, we can find from the datasheet:
If the solar panel or other input source cannot provide the total power of the system and bq24650 charger, the input voltage drops. When the voltage sensed on the MPPSET pin drops below 1.2 V, the charger maintains the input voltage by reducing the charge current.
However, this logic brings two main issues:
1. The voltage at maximum power (Vmp) decreases when the temperature rises.
Example: If Vmp=17.8V at 25°C and temperature coefficient of Pmax = -0.4%/°C. When temperature rises to 45°C, Vmp = 17.8V*(1-0.004*20) = 16.4V
This issue can be solved by measuring the panel temperature with a LM234 as explained in the datasheet. However, it is not feasible in our use case.
- The cable between the controller and the solar panels can be quite long sometimes, which brings voltage losses and thus the panel voltage measured by the controller is lower than in reality.
Example: If the cable is 10m and 4mm², with a current of 10A, we measure a voltage loss of 0.8V.
The controller measures 17.2V instead of 18V.
These two issues force us to reduce the Vmp to take in account cable losses and temperature.
But putting a lower Vmp at all time will of course reduce the solar production in certain conditions.
For example, if temperature is 25°C and no losses on cable because the panels are really close from the controller, the voltage will drop until it reaches the MPPSET.
If we take a quick hypothesis that, between 16.5 and 17.8V, the current equals the short circuit current (Isc = 9A),
Pmax = 17.8*9 = 160W
However, the voltage is 16.5V. So, the actual power is: 16,5*9 = 148,5W
There is thus a loss of around 8%.
My question is: how could we optimize the solar production in these conditions? Is it fine to reduce the MPPSET threshold to 16.5V? What are the risks?
Thank you very much for your help!
Michel