Commit graph

289 commits

Author SHA1 Message Date
nmainil
bd86b26fac
Update USER_SETTINGS.h 2025-02-23 17:55:16 +01:00
nmainil
0b2d9a990d
Update USER_SETTINGS.h 2025-02-23 17:08:17 +01:00
nmainil
2ca41c680d
Update USER_SETTINGS.h 2025-02-23 17:07:21 +01:00
nmainil
a4466f4665
Add files via upload 2025-02-23 16:34:09 +01:00
Daniel Öster
62355e7a10
Update USER_SETTINGS.h
Added warnings about logging to SD in user settings
2025-02-20 23:14:22 +02:00
laughingguffly
d1fb7a95c9 merge period bms reset offset with main; 2025-02-14 23:13:27 +00:00
laughingguffly
6d5e25ff04 Merge branch 'main' of https://github.com/laughingguffly/Battery-Emulator into feature/bms_reset_at_with_ntp 2025-02-14 23:09:02 +00:00
Daniel Öster
9ebf99445e Add Orion BMS support 2025-02-12 19:47:27 +02:00
Daniel Öster
641356622e
Merge pull request #857 from M4GNV5/feat/daly-rs485
New Battery: Daly SmartBMS Support
2025-02-12 17:49:55 +03:00
Daniel Öster
da075cecc1
Merge pull request #871 from dalathegreat/feature/ferroamp-dedicated-protocol
New inverter: Add dedicated Ferroamp pylon spinoff
2025-02-11 21:59:57 +03:00
laughingguffly
26358748ad rebase from main 2025-02-10 21:45:15 +00:00
laughingguffly
03b50c0ca5 rebase from main 2025-02-10 21:39:42 +00:00
Daniel Öster
a47405a321 Add dedicated Ferroamp pylon spinoff 2025-02-10 19:01:51 +02:00
laughingguffly
ac209e17f4 add extern declaration for bmsReset 2025-02-10 12:17:21 +00:00
laughingguffly
68573e4e9c add extern declaration for bmsReset 2025-02-10 12:12:52 +00:00
Daniel Öster
001912a05c Restore USER_SETTINGS 2025-02-10 11:08:05 +02:00
Daniel Öster
f43725455a Add inverter brand to datalayer 2025-02-10 10:31:27 +02:00
laughingguffly
254886c7dd merge to main 2025-02-08 21:47:02 +00:00
laughingguffly
e84f73709d merge with main branch 2025-02-08 21:39:34 +00:00
laughingguffly
60e6d57838 revert USER_SETTINGS.h to main 2025-02-06 21:00:14 +00:00
laughingguffly
5a5624521d reset timeoffset to 0 after first bms reset to ensure reset occurs every 24 hours there after 2025-02-06 20:55:41 +00:00
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