Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Charging for Temperature Changes #20

Open
flywire opened this issue Nov 29, 2020 · 2 comments
Open

Adjust Charging for Temperature Changes #20

flywire opened this issue Nov 29, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@flywire
Copy link

flywire commented Nov 29, 2020

See ARDUINO PWM SOLAR CHARGE CONTROLLER ( V 2.02):

  • Step 6: Temperature Measurement

Why Temperature monitoring is Required?

The battery’s chemical reactions change with temperature. As the battery gets warmer, the gassing increases. As the battery gets colder, it becomes more resistant to charging. Depending on how much the battery temperature varies, it is important to adjust the charging for temperature changes. So it is important to adjust charging to account for the temperature effects. The temperature sensor will measure the battery temperature, and the Solar Charge Controller uses this input to adjust the charge set point as required. The compensation value is - 5mv /degC/cell for lead-acid type batteries. (–30mV/ºC for 12V and 15mV/ºC for 6V battery).The negative sign of temperature compensation indicates an increase in temperature requires a reduction in charge set point. For more details, you may follow this article.

8b8b82_c190502e40a24d7fa6b7d827c01ad882_mv2
8b8b82_9d38cef894ec473c9babe2208b1b4046_mv2

  • Step 21: Software & Libraries
@t413
Copy link
Member

t413 commented Nov 29, 2020

I’ve got a pack of these same sensors on my desk and a half-complete code change— but it’s fallen by the wayside of priorities sadly. Are you planning on running lead acid batteries stored outdoors? I’m happy to reprioritize if so

Great documentation reference!

@t413 t413 added the enhancement New feature or request label Nov 29, 2020
@flywire
Copy link
Author

flywire commented Nov 30, 2020

Are you planning on running lead acid batteries stored outdoors?

Yes, in a vehicle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants