Commit graph

1828 commits

Author SHA1 Message Date
József Nagy
e656869508 Update CHADEMO-BATTERY.cpp
Add GPIO INPUT config.
2024-11-17 05:35:55 +01:00
József Nagy
8061230380 Update Software.ino
I added the CHAdeMO GPIO configuration. I thought it was fine that way, but the inputs still didn't work.
2024-11-17 05:35:55 +01:00
Daniel Öster
10a7cfec15
Merge branch 'main' into feature/LEAF-30-reset-SOH 2024-11-15 23:03:23 +02:00
Daniel Öster
0ad093ef75 Remove Serialprints leftover from dev 2024-11-15 23:00:33 +02:00
Daniel Öster
115e7db33f Revise commands from testing round 2024-11-15 22:58:36 +02:00
Daniel Öster
d5f310cbff
Merge pull request #618 from dalathegreat/feature/more-BYD-mappings
Feature: Add more BYD inverter mappings
2024-11-15 22:11:13 +02:00
Daniel Öster
cb4a830a57 Add second contactor closing function 2024-11-15 20:54:37 +02:00
Daniel Öster
7f16ee6fb0 Wrap digitalwrite and PWMwrite in own function 2024-11-15 20:07:19 +02:00
Daniel Öster
5d9105d9a8 Add more BYD inverter mappings 2024-11-14 22:54:19 +02:00
Daniel Öster
a537b7ff1b Fix compilation issue for seriallink 2024-11-14 22:33:35 +02:00
Daniel Öster
0b278034d4 Remove compilation error, runtime event catches egmp CAN-FD 2024-11-14 22:25:10 +02:00
Daniel Öster
3b546d1466 Add all inv/bat to Github workflow 2024-11-14 21:24:49 +02:00
Daniel Öster
8bba614053 Add init function for inverters 2024-11-14 19:36:37 +02:00
Daniel Öster
950b0bbb26 Remove comment 2024-11-14 18:40:09 +02:00
Daniel Öster
edb6dcd39b Add battery text to datalayer 2024-11-14 18:38:23 +02:00
wjcloudy
d5cd25bdf3 Ensure both stale checks run 2024-11-14 16:35:42 +00:00
Daniel Öster
f83b714824 Add Schneider CAN inverter protocol 2024-11-14 13:44:22 +02:00
wjcloudy
578cb07263 Update BMW-IX-BATTERY.cpp
Code formatting
2024-11-14 09:51:24 +00:00
wjcloudy
ca83af81dc Stale value improvement
Stale values still overly sensitive in idle conditions. Now requires both min/max to go stale (ie: the whole frame)
2024-11-14 09:09:26 +00:00
Daniel Öster
59a58f45c9
Merge pull request #613 from dalathegreat/bugfix/BYD-CAN-endian
Bugfix: BYD CAN, Fix endianess & simplify inverter brand read
2024-11-14 10:48:42 +02:00
Daniel Öster
1398c6213b Update datalayer comment 2024-11-13 23:07:05 +02:00
Daniel Öster
1e50394b0f Centralize active_power_w writing 2024-11-13 22:41:51 +02:00
Daniel Öster
3a9aefd58c Fix endianess, simplify inverter brand read 2024-11-13 21:28:46 +02:00
Daniel Öster
ce3711f8c5 Merge branch 'main' into improvement/atto3-soc 2024-11-13 16:22:37 +02:00
Daniel Öster
ff496f3d4e Add Range Rover PHEV support 2024-11-13 12:11:07 +02:00
Daniel Öster
5c45fe0295
Merge pull request #607 from dalathegreat/feature/CAN-logging-simplified
Feature: Simplify CAN logging
2024-11-12 14:39:45 +02:00
Daniel Öster
72c2373cf4 Fix inverter missing event for Foxess 2024-11-12 00:02:14 +02:00
Daniel Öster
538d7b6ac0 Remove LEAF 2024-11-11 20:56:40 +02:00
Daniel Öster
ec00b9be8f Refactor CAN logging 2024-11-11 20:26:35 +02:00
Daniel Öster
7c6b18f0d1
Merge pull request #570 from dalathegreat/bugfix/tesla-3Y-contactor-opening
Bugfix: Tesla S/3/X/Y , add contactor opening incase of FAULT
2024-11-11 19:22:41 +02:00
Daniel Öster
19ed2ca662
Merge pull request #603 from dalathegreat/feature/ampere-datalayer
Improvement: Add charge/discharge current to datalayer
2024-11-11 12:23:23 +02:00
Daniel Öster
a502d72509
Merge pull request #600 from dalathegreat/feature/3LB-initial-HAL
Feature: Add initial HAL for v0.1 3LB
2024-11-11 12:23:09 +02:00
Daniel Öster
52b3259268
Merge pull request #606 from dalathegreat/feature/bmw-ix-support
BugFix - BMW iX - Stale trigger sensitivity
2024-11-10 19:35:38 +02:00
wjcloudy
5650c991ab Reduce iX stale value sensitivity 2024-11-10 14:24:12 +00:00
Daniel Öster
0c35684676
Merge pull request #598 from dalathegreat/bugfix/update-BYD-CAN-FW
Bugfix: Update BYD FW to 3.29
2024-11-10 11:52:26 +02:00
Daniel Öster
c3e67d2f62 Make discharge limits under settings datalayer 2024-11-10 11:49:31 +02:00
wjcloudy
ae34a9985c Update BMW-IX-BATTERY.h 2024-11-09 21:03:37 +00:00
rha
221278355e added tmpframe for battery_info 2024-11-09 22:40:41 +02:00
Daniel Öster
91f3c8caf9 Rename user specified limit in datalayer 2024-11-08 23:37:16 +02:00
Daniel Öster
710a7339d8 Add charge/discharge current to datalayer 2024-11-08 22:56:53 +02:00
Daniel Öster
c2e92aee02 Clean up code 2024-11-08 21:25:32 +02:00
wjcloudy
8b14078b52 Cleaner update of detected cell count 2024-11-08 15:25:49 +00:00
wjcloudy
7efe4323fd Various Review cleanups
-unchecked debug logging removed
-datalayer updates grouped
-cleaned up message loops
-cleaned up setup function
2024-11-08 14:14:20 +00:00
wjcloudy
b08d93b6a7 Discharge rate defs and plausible check coverage 2024-11-08 13:44:12 +00:00
wjcloudy
8a4525c15c Update formatting part 3 2024-11-08 12:20:27 +00:00
wjcloudy
bb77d91791 Update formatting Part 2 2024-11-08 12:14:35 +00:00
wjcloudy
00f78ce76c Update formatting 2024-11-08 12:08:08 +00:00
Daniel Öster
271621f997 Revise bit placement in challenge reply 2024-11-08 13:31:24 +02:00
wjcloudy
23a6abfec2 Update BMW-IX-BATTERY.cpp 2024-11-08 11:25:21 +00:00
wjcloudy
5dd30f7d33 Update advanced_battery_html.cpp 2024-11-08 10:55:07 +00:00