Commit graph

164 commits

Author SHA1 Message Date
Daniel
d3fc7cc41e Add error handling for BYD CAN 2023-07-26 11:22:59 +03:00
Daniel
0a59baa3ea Add LEAF CAN controlled contactor closing 2023-07-25 23:21:04 +03:00
Daniel
155b036ada Fix compilation error in Chademo 2023-07-25 15:35:29 +03:00
Daniel Öster
a04132dad5
Merge pull request #26 from dalathegreat/sungrow-fixes
Sungrow fixes
2023-07-24 23:45:41 +03:00
Daniel
1fa0eac51a Fix average temperature value 2023-07-24 23:39:41 +03:00
Daniel
4cef75b157 Improve Chademo mappings 2023-07-24 23:09:02 +03:00
Daniel
ef6744415b Fix BYD_190 content 2023-07-24 22:17:40 +03:00
Daniel
bd05fbc992 Always send initial CAN once 2023-07-24 22:01:04 +03:00
Daniel
c936b79a03 Send limits in Amps instead of Watts 2023-07-24 21:54:02 +03:00
Daniel
44090190e0 Add Chademo skeleton 2023-07-24 21:26:32 +03:00
Daniel
9b68291144 Add cell voltage monitoring for LEAF 2023-07-20 00:19:08 +03:00
Daniel
26f7250f1e Add initial Pylon mappings 2023-07-19 22:19:48 +03:00
Daniel
7bb165cdc1 Add Pylon skeleton 2023-07-18 22:02:54 +03:00
Daniel
006214f2f6 Renault Kangoo BMS fix 2023-07-18 21:07:40 +03:00
Daniel
e2295273d4 Fix Tesla CAN detection 2023-07-17 13:07:19 +03:00
Daniel
4da17fefb9 Fix charge/discharge limits 2023-07-17 00:24:28 +03:00
Daniel
1817dacde1 Add debug log for SOC 2023-07-16 23:56:13 +03:00
Daniel
3f3cf70938 Remove calculated SOC, add real SOC 2023-07-16 23:51:21 +03:00
Daniel
70232020b9 Fix temperature scaling 2023-07-16 21:32:03 +03:00
Daniel
9f0acf61b8 Remove static from millis() 2023-07-12 22:47:27 +03:00
Daniel
d55bdbd42a Add Solax CAN mappings for SOC and limits 2023-07-04 16:50:28 +03:00
Daniel
deb664d097 Rewrite CAN handler. Add Solax 2023-07-04 11:54:09 +03:00
Daniel
aedeacc6af Fix so Renault handling is called 2023-06-14 11:59:44 +03:00
Daniel
630b19ac10 Fix GPIO set level error 2023-06-14 11:50:47 +03:00
Daniel
766d49fd37 Add images, improve CAN mappings 2023-06-13 00:27:39 +03:00
Daniel
18cd308bf2 Fix so BYD-CAN compiles and can be used 2023-06-12 22:00:17 +03:00
Daniel
469a9e5796 Simplify defines 2023-06-12 17:01:32 +03:00
Daniel
b43c30c7c4 Add SOC/SOH/TEMP 2023-06-12 01:05:20 +03:00
Daniel
34161f1618 Add base for Zoe battery 2023-06-12 00:40:02 +03:00
Daniel
309ab78985 Improve BYD CAN mappings 2023-06-08 00:11:24 +03:00
Daniel
bd22738ca6 Improve logging, add shutdown state 2023-06-06 20:34:55 +03:00
Daniel
9e8305f278 Add battery agnostic contactor closing 2023-06-05 23:28:47 +03:00
Daniel
02df5b1cc8 Add skeleton for BYD-CAN 2023-06-04 23:35:43 +03:00
Daniel
4941cc684b Add CRC handling for LEAF 2023-06-02 23:23:52 +03:00
Daniel
88db72b051 Add latest Tesla change 2023-05-22 22:51:12 +03:00
Daniel
38f4486ee0 Add more mappings for Tesla 2023-05-12 23:31:38 +03:00
Daniel
41695d1e97 Add contactor handling 2023-05-12 00:20:12 +03:00
Daniel
8d8a4abac4 Add more CAN mappings 2023-05-11 22:32:25 +03:00
Daniel
14e2f90798 Improve CAN handling for SOC 2023-05-09 23:53:58 +03:00
Daniel
ecb657570a Improve logging and set Tesla as default 2023-05-09 23:17:18 +03:00
Daniel
825c889721 Add initial CAN translations 2023-05-03 22:33:22 +03:00
Daniel
a526a33258 Add initial CAN handling for Tesla packs 2023-05-03 00:21:24 +03:00
Daniel
8ff544e23c Fix compliation errors 2023-05-02 23:28:15 +03:00
Daniel
5e13344354 Remove old ino file 2023-05-02 23:01:19 +03:00
Daniel
ad4cbcc703 Sync with latest master 2023-05-02 22:49:24 +03:00
Daniel
df67067099 Rewrite to handle multiple batteries 2023-03-15 00:12:44 +02:00
Daniel Öster
d9f60e11a6
Add 60s CAN timeout detection
If no CAN message has been received in the last minute, controller sets battery into failed state
2023-03-13 17:11:43 +02:00
Daniel Öster
f7d7fa1ae5
Improve LEAF battery safety
Improve safety by checking the signals that the BMS sends (LB_Relay_Cut_Request , LB_Failsafe_Status , LB_Full_CHARGE_flag). Also added optional LB_Interlock monitoring
2023-03-12 23:15:07 +02:00
Daniel Öster
ca38c5609b
Fix 1F2 and 1D4 writing
Bugfix for SOC% not updating after battery has been turned on
2023-03-11 20:37:27 +02:00
JesperSOGT
4179ad5f9f
Update BYD-MODBUS-2-LEAF-CAN.ino
I think you got this wrong regarding the charge and discharge limits
2023-03-09 21:56:06 +01:00