Jaakko Haakana
f609d54a14
Add some required includes
2025-07-25 19:11:07 +03:00
Jaakko Haakana
64d1fa418a
Remove include.h, does not build yet
2025-07-23 09:32:53 +03:00
Daniel Öster
6936681366
Add more battery info page for Chademo
2025-06-26 22:20:32 +03:00
Daniel Öster
ec2d871475
Make webserver more compact
2025-06-16 23:34:06 +03:00
Daniel Öster
f44091997f
Improvement: ECMP contactor closing ( #1177 )
...
* Add contactor closing and diagnostic commands
2025-06-12 12:55:31 +03:00
freddanastrom
4e00dbb86c
Rename function and simplifying how SOC method is toggled.
2025-06-07 20:48:13 +02:00
freddanastrom
c6363f9467
Add feature to changing SOC method in UI on BYD Atto3
2025-06-07 10:15:55 +02:00
Jaakko Haakana
17a22dc59d
Clarify BatteryCommand with some documentation
2025-06-01 13:54:07 +03:00
Jaakko Haakana
662ae57d2b
Batteries implement HTML renderers for status and commands
2025-06-01 09:59:46 +03:00
Daniel Öster
3b3ab6d915
Merge pull request #1185 from kyberias/fix-adv-ui
...
Fix advanced battery settings web page
2025-05-28 21:22:47 +03:00
Jaakko Haakana
25ce55d31d
Include a header file to fix what is displayed by the advanced battery settings web page
2025-05-28 15:59:40 +03:00
Daniel Öster
d3f0b46923
Merge branch 'main' into improvement/simplify-zoe-cellvoltages
2025-05-24 00:12:06 +03:00
Daniel Öster
2f9a7b05e7
Merge branch 'main' into feature/stellantis-ecmp-values
2025-05-23 11:11:35 +03:00
Jaakko Haakana
a9ccc179f6
Merge pull request #1152 Contactor closing variable fix and more double batteries converter to use the base class
2025-05-21 14:01:05 +03:00
Daniel Öster
dadef047ce
Add more battery info for Zoe
2025-05-18 23:14:16 +03:00
Jaakko Haakana
4e8c798803
Kia Hyundai 64 class
2025-05-18 12:56:32 +03:00
Daniel Öster
11ca72b731
Merge branch 'main' into feature/geely-geometry-battery
2025-05-13 22:50:41 +03:00
lenvm
f3c250368a
BMW iX: add functionality to close and open contactors, including webserver buttons to close and open contactors
2025-05-11 21:32:23 +02:00
Daniel Öster
801bce9d8b
Add more Stellantis info
2025-05-10 19:56:36 +03:00
Daniel Öster
aa520e171b
Merge branch 'main' into bugfix/atto3-end-of-charge-ramping
2025-05-05 17:10:56 +03:00
Daniel Öster
2266619592
Discovered charge power PID
2025-05-03 00:02:35 +03:00
Daniel Öster
0c90cb2ce0
Add more PID polls
2025-05-02 00:09:20 +03:00
Daniel Öster
f205c7f6e1
Merge branch 'main' into feature/BYD-unlock-crashed
2025-04-27 13:09:56 +03:00
Daniel Öster
12d0bbded3
Add button for NVROL reset
2025-04-21 23:52:34 +03:00
Daniel Öster
7d8ebcef44
Add more CAN decoding
2025-04-21 18:24:40 +03:00
Daniel Öster
e8bdc22356
Add software version number reading
2025-04-21 13:52:10 +03:00
Daniel Öster
3b51872aa0
Add multiframe polling and module temperatures
2025-04-21 12:47:46 +03:00
Daniel Öster
8a05d5f66b
Add more mappings
2025-04-19 23:36:28 +03:00
Daniel Öster
dd341c06a1
Add more CAN findings
2025-04-19 23:08:50 +03:00
Daniel Öster
a486571bfb
Add polling
2025-04-19 16:54:14 +03:00
Daniel Öster
fc3c410db7
Merge branch 'main' into feature/geely-geometry-battery
2025-04-18 23:48:10 +03:00
Daniel Öster
881a6e7630
Add more CAN findings
2025-04-15 00:05:02 +03:00
Daniel Öster
4fbca4b029
Add Crash reset to More Battery Info page
2025-04-14 00:04:02 +03:00
Daniel Öster
71449caf4e
Merge pull request #971 from dalathegreat/feature/CMFA-EV
...
New battery: Add support for CMFA-EV battery
2025-04-13 11:36:09 +03:00
James Brookes
f1ae250266
Tesla: update naming of BMS reset and Isolation clear functions
2025-04-07 19:19:25 +01:00
James Brookes
a5c99488dd
Feature: Add Tesla BMS ECU reset, basic UDS response logging
2025-04-06 19:40:57 +01:00
mvgalen
70a08391b0
Add question mark for unknown values.
2025-04-05 14:45:37 +02:00
mvgalen
43fbb84b8f
Add welded contactors status to webpage
2025-04-02 10:28:21 +02:00
Daniel Öster
94cd005f84
Add more to datalayer
2025-03-31 21:09:27 +03:00
Daniel Öster
9626c04233
Add more battery info page for CMFA
2025-03-31 15:18:53 +03:00
Marijn van Galen
07a4ad7abc
Add (dis)charged_energy_Wh to datalayer and mqtt. ( #1003 )
...
- Add (dis)charged_energy_Wh to datalayer and mqtt.
- MEB: report (dis)charged_energy_Wh
- MEB: Fix SOH calculation.
- TESLA: also use the total_(dis)charged_battery_Wh in generic datalayer.
2025-03-25 19:18:20 +01:00
Marijn van Galen
e6a6ce9925
MEB: Improve MEB status output. ( #983 )
...
* Add 4 missing status outputs from battery to MEB more battery page.
BMS_fault_performance
BMS_fault_emergency_shutdown_crash
BMS_error_shutdown_request
BMS_error_shutdown
* Adds SOH calculation.
* Fixes: (hopefully) the capacity calculation from Ah to kWh.
* Only update capacity and soh if number of cells is set. Remove incorrect scaling on Wh_max.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-20 16:34:33 +01:00
Nicolas MAINIL
84ef08b50b
Changes from pre-commit
2025-02-24 08:44:38 +01:00
nmainil
09e5436cea
Add files via upload
2025-02-23 16:35:58 +01:00
Matt Holmes
4a060b7109
Merge pull request #849 from dalathegreat/feature/byd-atto3-temperature-datalayer
...
BYD Atto3: Add 10 temperature sensors to datalayer
2025-02-12 14:48:54 +00:00
Marijn van Galen
566039be5d
MEB: improvements ( #848 )
...
- Don't regulate precharge voltage with external voltage 0.
- Improve log output
- Wait before starting precharge.
- MEB: Improve handling of data from battery BMS
- Use actual_Cellvoltage_lowest / highest instead of calculating min/max ourselves.
- Correct conversion of temperature_min/max _dC
- Correct total_capacity_Wh calculation
- Set overall battery_temperature_dC in extended datalayer
- Set celltemperature values in extended datalayer
- Set temp_points temperature values in extended datalayer
- Fix TODO comments that are already solved
- Add temp point PIDs and store in extended datalayer.
- Display temp points and cell temperatures in advanced battery page
- MEB: Add events start/end balancing
- Use actual precharge status for precharge bit send to BMS
- Only set lowest/highest cell voltage in datalayer when they have actually been received.
2025-02-04 08:42:54 +01:00
Daniel Öster
6f717841a0
Add 10 temperature sensors to datalayer
2025-02-03 22:14:02 +02:00
josiahhiggs
23a728bf62
Update advanced_battery_html.cpp
2025-01-28 06:50:43 +13:00
josiahhiggs
3acb810077
Update advanced_battery_html.cpp
...
Revert back to static const char* due to compile issues
2025-01-27 10:38:29 +13:00
josiahhiggs
87ac87cbf0
Merge branch 'dalathegreat:main' into tesla-bugfixes
2025-01-26 23:12:31 +13:00