mirror of
https://github.com/sjlongland/cluster-powerctl.git
synced 2025-09-13 12:03:14 +10:00
setpoints: Drop solar to 4V, battery to 12.75V
Reduce the solar threshold so that we're at the point where the SSR can work properly. i.e. we're at first light. The battery can discharge for an hour or two at this point, which will give it a break from the charger just before sunrise. This may trigger the other charge controller to charge the battery during the day. Drop the battery voltage just a fraction so we are past the "knee" of the discharge curve at 12.8V.
This commit is contained in:
parent
fe8520116f
commit
037f3a16d6
@ -63,7 +63,7 @@
|
||||
* should turn the charger on if it remains below this level for T_LOW_S
|
||||
* seconds.
|
||||
*/
|
||||
#define V_L_MV (12800)
|
||||
#define V_L_MV (12750)
|
||||
|
||||
/*!
|
||||
* Critical Low battery voltage. If the voltage dips to or below this
|
||||
@ -75,7 +75,7 @@
|
||||
* Solar minimum voltage. If the solar is below this threshold, we
|
||||
* consider it too low to reliably charge the system.
|
||||
*/
|
||||
#define V_SOL_MIN_MV (10000)
|
||||
#define V_SOL_MIN_MV (4000)
|
||||
|
||||
/* --- Timeouts --- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user