mirror of
https://github.com/sjlongland/cluster-powerctl.git
synced 2025-09-13 12:03:14 +10:00
setpoints: Tweak solar and battery thresholds.
Raise battery minimum voltage threshold to account for inaccuracy in the ADC readings (which can be as much as 500mV). Lower the solar threshold so that it doesn't flap when clouds pass over.
This commit is contained in:
parent
3f0aff5a00
commit
7e9520db3a
@ -62,13 +62,13 @@
|
||||
* Low battery voltage. If the voltage dips to or below this level, we
|
||||
* should turn the charger on.
|
||||
*/
|
||||
#define V_L_MV (12400)
|
||||
#define V_L_MV (12800)
|
||||
|
||||
/*!
|
||||
* 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 (18000)
|
||||
#define V_SOL_MIN_MV (14000)
|
||||
|
||||
/* --- Timeouts --- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user