Daniel Öster
77fb9d6b26
Update Software.ino
2025-02-15 00:19:11 +02:00
Daniel Öster
8b3b282a27
Update Software.ino
2025-02-14 23:36:32 +02:00
Daniel Öster
6012619869
Move back Wifi/logging tasks, so they can log properly
2025-02-14 17:37:45 +02:00
Daniel Öster
e6d53d6df5
Enable task watchdogs
2025-02-14 17:26:55 +02:00
Daniel Öster
8ecea1c309
Feature: Add charging/discharging limiting reason to Webserver ( #874 )
...
* Add limiting reason to Webserver
* Add info if settings limit charge/discharge power
2025-02-13 20:06:18 +01: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
mvgalen
fe5541a639
Merge remote-tracking branch 'origin/main' into feature/automatic-precharge
2025-02-11 16:11:21 +01:00
mvgalen
c07aa7f950
Events should be initialised before everything that can generate an event.
2025-02-11 16:07:40 +01:00
Daniel Öster
fee857f2ab
Update Software.ino
2025-02-09 12:15:52 +02:00
Daniel Öster
56d5d1efab
Update Software.ino
2025-02-09 12:07:55 +02:00
Jakob Löw
5de2af3bdf
✨ 🚧 initial version of talking to DALY BMS via RS485
2025-02-05 08:58:36 +01:00
Daniel Öster
21bcf3cf00
Update Software.ino
2025-02-03 22:08:20 +02:00
Daniel Öster
2939944d50
Update version number for release
2025-02-02 13:56:42 +03:00
Daniel Öster
49d2bffe11
Update Software.ino to signal dev
2025-01-26 12:31:16 +02:00
Daniel Öster
759cfcf0bf
Update software version number
2025-01-26 09:47:51 +02:00
Daniel Öster
ffe583d551
Move global charger variables to datalayer ( #810 )
2025-01-21 09:09:03 +01:00
Daniel Öster
f0dfa67dde
Update version number to signal dev
2025-01-19 16:40:38 +03:00
Daniel Öster
a6a0f8219c
Update version number for release
2025-01-19 16:11:36 +03:00
mvgalen
9410b8732b
Changes due to review comments
...
- Split bms_status (system status) to real_bms_status (bms status)
- Put #ifdef DEBUG_LOG around all log calls.
- Do not update bms_status (system status) directly, fire event instead from automatic precharge control
- Add Battery BMS status to webserver for MEB battery type only
2025-01-14 22:26:31 +01:00
mvgalen
fbd9fe6900
Merge remote-tracking branch 'origin/main' into feature/automatic-precharge
2025-01-14 08:40:24 +01:00
Daniel Öster
0a31337334
Move Battery2 power calculation outside SOC scaling function
2025-01-12 12:06:02 +02:00
Daniel Öster
7fadcdfbdb
Update Software.ino
2025-01-10 17:41:30 +02:00
Daniel Öster
ef3ab5c6c7
Update version number for release
2025-01-10 16:44:44 +02:00
Daniel Öster
81cf36fee4
Update version number for release
2025-01-10 16:44:26 +02:00
Daniel Öster
d14af30028
Remove unreachable RGB function
2025-01-08 18:57:59 +02:00
mvgalen
76695dad1c
Fix code formatting.
2025-01-05 11:48:34 +01:00
mvgalen
af296ac88a
Move logging of version/data/time to setup()
...
Move logging of version/data/time to setup() to ensure it is also printed to serial.
2025-01-05 11:48:28 +01:00
mvgalen
54d96a6339
Fix code formatting.
2025-01-04 22:34:20 +01:00
mvgalen
f47f5ca9d3
Move logging of version/data/time to setup()
...
Move logging of version/data/time to setup() to ensure it is also printed to serial.
2025-01-04 22:29:46 +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
Daniel Öster
850031ccf9
Update version number to signal dev
2025-01-02 13:22:23 +02:00
Daniel Öster
3bfac77fb0
Update version number for release
2025-01-02 12:37:46 +02:00
rha
3d5f03823f
merge
2025-01-01 16:35:10 +02:00
lenvm
0b096010c1
reword functions in CAN communication
2024-12-29 18:30:10 +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
30a07aba77
Pre-commit fix
2024-12-28 12:45:17 +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
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
rha
605f416954
Merge fix
2024-12-21 22:29:50 +02:00
lenvm
4e3dcf159b
add doxygen style comments to functions, and change function names for consistency
2024-12-15 17:35:06 +01:00
lenvm
4c4b4eef81
move setting storage related settings from Software.ino to nvme folder
2024-12-15 17:27:30 +01:00
lenvm
6aa4a4ef95
move equipment stop button related functions from Software.ino to equipmentstopbutton folder
2024-12-15 17:24:30 +01:00
lenvm
624926b552
move contactor control related functions from Software.ino to comm_contactorcontrol folder
2024-12-15 17:24:27 +01:00
lenvm
df6145f210
move RS485 related functions to rs485 folder and move Serial Link related function to seriallink folder
2024-12-15 17:22:36 +01:00
lenvm
83764aa17f
move CAN related functions from Software.ino to can communication folder
2024-12-15 17:22:36 +01:00
lenvm
b512c17504
add comments for #endif statements
2024-12-15 17:22:33 +01:00
lenvm
7fe5dcb0b8
update DUAL_CAN to CAN_ADDON and update CAN_FD to CANFD_ADDON
2024-12-15 17:21:43 +01:00