mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Default SOC method changed to measured
This commit is contained in:
parent
ce1f8955e9
commit
291f858488
2 changed files with 6 additions and 8 deletions
|
@ -4,12 +4,6 @@
|
||||||
#include "../datalayer/datalayer_extended.h"
|
#include "../datalayer/datalayer_extended.h"
|
||||||
#include "../devboard/utils/events.h"
|
#include "../devboard/utils/events.h"
|
||||||
|
|
||||||
/* Notes
|
|
||||||
SOC% by default is now ESTIMATED.
|
|
||||||
If you have a crash-locked pack, See the Wiki for more info on how to attempt an unlock
|
|
||||||
After battery has been unlocked, you can remove the "USE_ESTIMATED_SOC" from the BYD-ATTO-3-BATTERY.h file
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define POLL_FOR_BATTERY_VOLTAGE 0x0008
|
#define POLL_FOR_BATTERY_VOLTAGE 0x0008
|
||||||
#define POLL_FOR_BATTERY_CURRENT 0x0009
|
#define POLL_FOR_BATTERY_CURRENT 0x0009
|
||||||
#define POLL_FOR_LOWEST_TEMP_CELL 0x002f
|
#define POLL_FOR_LOWEST_TEMP_CELL 0x002f
|
||||||
|
|
|
@ -7,8 +7,12 @@
|
||||||
#include "BYD-ATTO-3-HTML.h"
|
#include "BYD-ATTO-3-HTML.h"
|
||||||
#include "CanBattery.h"
|
#include "CanBattery.h"
|
||||||
|
|
||||||
#define USE_ESTIMATED_SOC // If enabled, SOC is estimated from pack voltage. Useful for locked packs. \
|
/* Notes
|
||||||
// Comment out this only if you know your BMS is unlocked and able to send SOC%
|
SOC% by default is now MEASURED by BMS.
|
||||||
|
If you have a crash-locked pack, See the Wiki for more info on how to attempt an unlock.
|
||||||
|
Remove the comment from "USE_ESTIMATED_SOC" below if you still decide to use a locked battery and want to use estimated SOC.
|
||||||
|
*/
|
||||||
|
//#define USE_ESTIMATED_SOC
|
||||||
|
|
||||||
//Uncomment and configure this line, if you want to filter out a broken temperature sensor (1-10)
|
//Uncomment and configure this line, if you want to filter out a broken temperature sensor (1-10)
|
||||||
//Make sure you understand risks associated with disabling. Values can be read via "More Battery info"
|
//Make sure you understand risks associated with disabling. Values can be read via "More Battery info"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue