mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
add battery folder
This commit is contained in:
parent
40526f4029
commit
a3583b6897
16 changed files with 29 additions and 29 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
#include "Adafruit_NeoPixel.h"
|
||||
#include "BATTERIES.h"
|
||||
#include "src/battery/BATTERIES.h"
|
||||
#include "INVERTERS.h"
|
||||
|
||||
//CAN parameters
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "BMW-I3-BATTERY.h"
|
||||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../CAN_config.h"
|
||||
|
||||
//TODO before using
|
||||
// Map the final values in update_values_i3_battery, set some to static values if not available (current, discharge max , charge max)
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef BMW_I3_BATTERY_H
|
||||
#define BMW_I3_BATTERY_H
|
||||
#include <Arduino.h>
|
||||
#include "ESP32CAN.h"
|
||||
#include "USER_SETTINGS.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../USER_SETTINGS.h"
|
||||
|
||||
#define ABSOLUTE_MAX_VOLTAGE 4040 // 404.4V,if battery voltage goes over this, charging is not possible (goes into forced discharge)
|
||||
#define ABSOLUTE_MIN_VOLTAGE 3100 // 310.0V if battery voltage goes under this, discharging further is disabled
|
|
@ -1,6 +1,6 @@
|
|||
#include "CHADEMO-BATTERY.h"
|
||||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../CAN_config.h"
|
||||
|
||||
/* Do not change code below unless you are sure what you are doing */
|
||||
static unsigned long previousMillis100 = 0; // will store last time a 100ms CAN Message was send
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef CHADEMO_BATTERY_H
|
||||
#define CHADEMO_BATTERY_H
|
||||
#include <Arduino.h>
|
||||
#include "ESP32CAN.h"
|
||||
#include "USER_SETTINGS.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../USER_SETTINGS.h"
|
||||
|
||||
#define ABSOLUTE_MAX_VOLTAGE 4040 // 404.4V,if battery voltage goes over this, charging is not possible (goes into forced discharge)
|
||||
#define ABSOLUTE_MIN_VOLTAGE 3100 // 310.0V if battery voltage goes under this, discharging further is disabled
|
|
@ -1,6 +1,6 @@
|
|||
#include "IMIEV-CZERO-ION-BATTERY.h"
|
||||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../CAN_config.h"
|
||||
|
||||
//Code still work in progress, TODO:
|
||||
//Figure out if CAN messages need to be sent to keep the system happy?
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef IMIEV_CZERO_ION_BATTERY_H
|
||||
#define IMIEV_CZERO_ION_BATTERY_H
|
||||
#include <Arduino.h>
|
||||
#include "ESP32CAN.h"
|
||||
#include "USER_SETTINGS.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../USER_SETTINGS.h"
|
||||
|
||||
#define ABSOLUTE_MAX_VOLTAGE 4040 // 404.4V,if battery voltage goes over this, charging is not possible (goes into forced discharge)
|
||||
#define ABSOLUTE_MIN_VOLTAGE 3100 // 310.0V if battery voltage goes under this, discharging further is disabled
|
|
@ -1,6 +1,6 @@
|
|||
#include "KIA-HYUNDAI-64-BATTERY.h"
|
||||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../CAN_config.h"
|
||||
|
||||
/* Do not change code below unless you are sure what you are doing */
|
||||
static unsigned long previousMillis10 = 0; // will store last time a 10ms CAN Message was send
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef KIA_HYUNDAI_64_BATTERY_H
|
||||
#define KIA_HYUNDAI_64_BATTERY_H
|
||||
#include <Arduino.h>
|
||||
#include "ESP32CAN.h"
|
||||
#include "USER_SETTINGS.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../USER_SETTINGS.h"
|
||||
|
||||
#define ABSOLUTE_MAX_VOLTAGE 4040 // 404.4V,if battery voltage goes over this, charging is not possible (goes into forced discharge)
|
||||
#define ABSOLUTE_MIN_VOLTAGE 3100 // 310.0V if battery voltage goes under this, discharging further is disabled
|
|
@ -1,6 +1,6 @@
|
|||
#include "NISSAN-LEAF-BATTERY.h"
|
||||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../CAN_config.h"
|
||||
|
||||
/* Do not change code below unless you are sure what you are doing */
|
||||
static unsigned long previousMillis10 = 0; // will store last time a 10ms CAN Message was send
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef NISSAN_LEAF_BATTERY_H
|
||||
#define NISSAN_LEAF_BATTERY_H
|
||||
#include <Arduino.h>
|
||||
#include "ESP32CAN.h"
|
||||
#include "USER_SETTINGS.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../USER_SETTINGS.h"
|
||||
|
||||
#define ABSOLUTE_MAX_VOLTAGE 4040 // 404.4V,if battery voltage goes over this, charging is not possible (goes into forced discharge)
|
||||
#define ABSOLUTE_MIN_VOLTAGE 3100 // 310.0V if battery voltage goes under this, discharging further is disabled
|
|
@ -1,6 +1,6 @@
|
|||
#include "RENAULT-ZOE-BATTERY.h"
|
||||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../CAN_config.h"
|
||||
|
||||
/* Do not change code below unless you are sure what you are doing */
|
||||
#define LB_MAX_SOC 1000 //BMS never goes over this value. We use this info to rescale SOC% sent to Fronius
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef RENAULT_ZOE_BATTERY_H
|
||||
#define RENAULT_ZOE_BATTERY_H
|
||||
#include <Arduino.h>
|
||||
#include "ESP32CAN.h"
|
||||
#include "USER_SETTINGS.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../USER_SETTINGS.h"
|
||||
|
||||
#define ABSOLUTE_MAX_VOLTAGE 4040 // 404.4V,if battery voltage goes over this, charging is not possible (goes into forced discharge)
|
||||
#define ABSOLUTE_MIN_VOLTAGE 3100 // 310.0V if battery voltage goes under this, discharging further is disabled
|
|
@ -1,6 +1,6 @@
|
|||
#include "TESLA-MODEL-3-BATTERY.h"
|
||||
#include "ESP32CAN.h"
|
||||
#include "CAN_config.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../CAN_config.h"
|
||||
|
||||
/* Do not change code below unless you are sure what you are doing */
|
||||
/* Credits: Most of the code comes from Per Carlen's bms_comms_tesla_model3.py (https://gitlab.com/pelle8/batt2gen24/) */
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef TESLA_MODEL_3_BATTERY_H
|
||||
#define TESLA_MODEL_3_BATTERY_H
|
||||
#include <Arduino.h>
|
||||
#include "ESP32CAN.h"
|
||||
#include "USER_SETTINGS.h"
|
||||
#include "../../ESP32CAN.h"
|
||||
#include "../../USER_SETTINGS.h"
|
||||
|
||||
#define ABSOLUTE_MAX_VOLTAGE 4030 // 403.0V,if battery voltage goes over this, charging is not possible (goes into forced discharge)
|
||||
#define ABSOLUTE_MIN_VOLTAGE 2450 // 245.0V if battery voltage goes under this, discharging further is disabled
|
Loading…
Add table
Add a link
Reference in a new issue