Commit graph

268 commits

Author SHA1 Message Date
laughingguffly
bbfe680e16 reset timeoffset to 0 after first bms reset to ensure reset occurs every 24 hours there after 2025-02-06 14:54:33 +00:00
Jakob Löw
5de2af3bdf
🚧 initial version of talking to DALY BMS via RS485 2025-02-05 08:58:36 +01:00
laughingguffly
de66ec0e95 add only BMS RESET AT 2025-02-04 22:08:54 +00:00
mvgalen
d678ea1981 Add event for large temperature difference in battery 2025-02-04 08:45:39 +01: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
laughingguffly
401a4eb90c bms reset at 2025-02-03 21:29:43 +00:00
laughingguffly
4796e114a8 user specific settings for testing BMS RESET AT 2025-02-03 14:18:28 +00:00
laughingguffly
920143a45a user minimum settings for using the PERIODIC_BMS_RESET_AT 2025-02-03 12:51:07 +00:00
Daniel Öster
3fb6e058cb
Add FoxESS support (#830) 2025-02-01 10:23:22 +01:00
Matt Holmes
42b1c18d01 Adding mqtt QoS config setting with a default of 0 and updating platformio to use 3.1.1 2025-01-30 21:26:01 +00:00
Daniel Öster
854e9093fd
Move Tesla LFP option to USER_SETTINGS, rearrange USER_SETTINGS (#806) 2025-01-21 09:12:39 +01:00
Daniel Öster
ffe583d551
Move global charger variables to datalayer (#810) 2025-01-21 09:09:03 +01:00
wjcloudy
a84a1d6580
Add Beta BMW PHEV Support (#804)
* Add Beta BMW PHEV Support
2025-01-19 20:27:57 +02:00
mvgalen
fbd9fe6900 Merge remote-tracking branch 'origin/main' into feature/automatic-precharge 2025-01-14 08:40:24 +01:00
Daniel Öster
700dad23e5 Merge branch 'main' into feature/sungrow-can 2025-01-13 09:57:13 +02:00
Daniel Öster
1e0d43af5c Add Growatt HV protocl 2025-01-12 20:03:38 +02:00
Daniel Öster
5b684ecdb2
New inverter protocol: Growatt 48V Low Voltage (#776)
* Add initial Growatt LV protocol
2025-01-10 15:28:41 +01:00
Daniel Öster
e83533fd08
Merge pull request #754 from dalathegreat/feature/sono-battery
New battery: Add support for Sono Motors Battery
2025-01-10 10:55:06 +03:00
Matt Holmes
d2d67db844
Adding ability to remotely trigger a BMS reset via MQTT and configure Device ID for multiple emulators (#746)
* Adding ability to remotely trigger a BMS reset via MQTT

* Adding comment to remove build warning

* Enabling configuration of HA Device Id to allow for multiple battery emulators in HA without collision
2025-01-08 17:53:23 +01:00
Daniel Öster
e387ab9cf0 Add support for Sono Motors Battery 2025-01-06 10:56:27 +02:00
Daniel Öster
33aa75bd7c
Add BMS power reset functionality (#706) 2025-01-02 22:43:31 +01:00
mvgalen
dccfca17ea Add Automatic Precharge Control for modified HIA4V1 boards 2025-01-02 21:58:24 +01:00
Matt Holmes
f138f97905
Adding feature to log to SD Card (#708)
* Adding feature to log to SD Card

Co-authored-by: mvgalen <marijnvangalen@gmail.com>
2025-01-02 21:46:10 +02:00
rha
3d5f03823f merge 2025-01-01 16:35:10 +02:00
lenvm
95ae99aeef add hardware abstraction layer for ESP32 DevKit V1 2024-12-30 23:42:03 +01:00
lenvm
52a5fd9f86
Merge pull request #715 from lenvm/feature/add-hardware-to-github-actions
Add hardware to GitHub Actions workflows
2024-12-30 20:19:37 +01:00
lenvm
5b11e5b956 add hardware to GitHub Actions workflows 2024-12-30 18:21:22 +01:00
lenvm
08e0ea5f6d rename SMA defines, to use more consistent naming 2024-12-29 20:25:27 +01:00
Daniel Öster
e5b0481903
Merge pull request #707 from No-Signal/feature/CAN_Logging_To_SDCard
Adding ability to log CAN frames to SD card
2024-12-29 18:20:21 +03:00
No-Signal
40399b446e Adding ability to log CAN frames to SD card 2024-12-29 13:44:17 +00:00
Daniel Öster
d0ffb97816 Rename to stellantis, add TODO 2024-12-28 16:19:41 +03:00
Daniel Öster
fe4bd981cc Merge branch 'main' into feature/PSA-battery 2024-12-28 15:51:19 +03:00
Daniel Öster
24baf41994 fix order of includes 2024-12-24 00:31:13 +02:00
Daniel Öster
ad84b7e0f8 Make USER_SETTINGS more simplified 2024-12-24 00:22:33 +02:00
Daniel Öster
6535e96804
Merge branch 'main' into feature/bolt-ampera-battery 2024-12-23 15:55:17 +02:00
Daniel Öster
d28c59ccfc
Merge pull request #662 from No-Signal/feature/user_secrets
Improvement: Moving secrets from USER_SETTINGS.cpp to platformio config
2024-12-23 15:48:30 +02:00
mvgalen
c713d0a94e
Change Serial logging to flexible logging (#690)
* Add Logging class
Add Logging class which inherits from Print class, to be able to route logging to USB Serial or to memory for display in the webpage. Adds a log webpage only visible when DEBUG_VIA_WEB is defined.
2024-12-22 22:48:35 +01:00
No-Signal
b4474e504d Moving additional sensitive settings to USER_SECRETS.h 2024-12-22 11:34:16 +00:00
rha
b12480b6af Merge branch 'main' into feature/bmw-sbox 2024-12-21 22:24:20 +02:00
rha
b4be33e179 sbox merge cleanup 2024-12-21 20:20:18 +02:00
rha
774be64ce3 sbox merge cleanup 2024-12-21 20:18:48 +02:00
No-Signal
8870027d75 Moving secrets from USER_SETTINGS to USER_SECRETS.h 2024-12-21 11:12:55 +00:00
lenvm
7fe5dcb0b8 update DUAL_CAN to CAN_ADDON and update CAN_FD to CANFD_ADDON 2024-12-15 17:21:43 +01:00
Daniel Öster
3653ff6449 Add target voltage setting, configurable 2024-12-15 16:41:53 +02:00
rha
45586a2284 precharge boolean 2024-12-15 11:47:24 +02:00
Daniel Öster
3f715bf13a
Merge pull request #668 from dalathegreat/bugfix/precharge-pwm
Bugfix: PWM causes precharge to break
2024-12-14 15:28:46 +02:00
Daniel Öster
602fc6dc92 Update comments to make them more clear 2024-12-13 23:12:19 +02:00
Daniel Öster
7191931544 Merge branch 'main' into feature/sungrow-can 2024-12-13 13:01:34 +02:00
lenvm
30a6eef326 sort battery and inverter options lexicographically, and add missing options to workflows 2024-12-12 21:58:59 +01:00
Daniel Öster
62778628e5 Fix so PWM precharge works 2024-12-12 22:36:34 +02:00