Commit graph

401 commits

Author SHA1 Message Date
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
Daniel Öster
4fef40b2a3
Update version number to signal dev 2024-12-15 17:05:20 +02:00
Daniel Öster
f8140b19f1
Update version number for release 2024-12-15 16:43:35 +02:00
Daniel Öster
005f3e6e7d Make parameter saving work 2024-12-15 16:41:53 +02:00
mvgalen
8dbc50be3e Reduce preferences key length to max 15 characters. Add notes about this limitation. 2024-12-15 16:41:53 +02:00
Daniel Öster
3653ff6449 Add target voltage setting, configurable 2024-12-15 16:41:53 +02:00
Daniel Öster
e71ca81feb
Add startup delay for contactors (#673) 2024-12-15 13:07:58 +01:00
Daniel Öster
c7e0d968bb
Update Software.ino
Signal development version
2024-12-14 15:39:41 +02:00
Daniel Öster
d4f04cea6a
Update Software.ino
Update tag name for release
2024-12-14 15:29:20 +02:00
Daniel Öster
602fc6dc92 Update comments to make them more clear 2024-12-13 23:12:19 +02:00
Daniel Öster
62778628e5 Fix so PWM precharge works 2024-12-12 22:36:34 +02:00
Daniel Öster
30507e78bd
Update Software.ino 2024-12-08 11:53:07 +02:00
Daniel Öster
e900888d40
Update Software.ino 2024-12-08 11:45:46 +02:00
mvgalen
3d1a3eb2c3
Change web based CAN log file format to CANdump (#655)
* Update web page CAN logging to CANdump format
* Improve performance of web based CAN logging by removing unnecessary strcat and strlen calls.
2024-12-04 10:26:21 +01:00
Daniel Öster
0750c6ab5b
Feature: Volkswagen MEB platform support (#405)
* Add MEB Support

Co-authored-by: mvgalen <marijnvangalen@gmail.com>
2024-12-02 18:39:57 +02:00
Daniel Öster
4232da8aec
Feature: Add initial version of CAN logger (#639)
* Add initial version of CAN logger
2024-11-27 20:00:16 +02:00
Daniel Öster
69664b902b
Update version number to signal dev 2024-11-25 13:01:24 +02:00
Daniel Öster
be257a1658
Update version number for release 2024-11-25 12:47:52 +02:00
amarofarinha
198c5a63f4 include DOUBLE_BATTERY setup in the fix 2024-11-25 10:13:05 +00:00
amarofarinha
2c54366b57 bugfix - Scaled Remaining Capacity underflows 2024-11-25 10:03:23 +00:00
Daniel Öster
9e74fcd032
Merge pull request #619 from dalathegreat/feature/double-automatic-contactor
Feature: Double contactor support + NC support
2024-11-24 01:14:10 +02:00
Daniel Öster
9a7dda5e11 Merge branch 'main' into feature/double-automatic-contactor 2024-11-23 23:59:28 +02:00
Daniel Öster
95981d8365 Refactor check_interconnect 2024-11-23 23:59:18 +02:00
Daniel Öster
a005533ef2 Refactor according to 7.8.dev 2024-11-22 19:08:33 +02:00
Daniel Öster
504c6b3d7a Merge branch 'main' into feature/kostal-rs485 2024-11-22 19:00:04 +02:00
Daniel Öster
7fa3a160e1 Squash bugs related to estop and datalayer 2024-11-20 21:49:18 +02:00
Daniel Öster
2352cf035e Branch out contactor_battery2 handling 2024-11-18 22:48:55 +02:00
Daniel Öster
f2cbc26f5e Add inverter check for battery2 2024-11-18 22:35:30 +02:00
Daniel Öster
40717942fb Make webserver reflect actual second battery control status 2024-11-18 22:27:24 +02:00
Daniel Öster
21b801b983 Fix so that contactors open on second battery incase of FAULT 2024-11-18 13:16:35 +02:00
József Nagy
8e8051269f
Merge branch 'dalathegreat:main' into CHAdeMO 2024-11-17 21:01:05 +01:00
Daniel Öster
478d0014ad
Update Software.ino 2024-11-17 20:09:17 +02:00
Daniel Öster
bfebe18876
Update Software.ino 2024-11-17 19:46:24 +02:00
NJbubo
af191b3606 Fixed CHAdeMO GPIO, Added CAN message to ISA SHUNT 2024-11-17 07:23:44 +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
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
0b278034d4 Remove compilation error, runtime event catches egmp CAN-FD 2024-11-14 22:25:10 +02:00
Daniel Öster
8bba614053 Add init function for inverters 2024-11-14 19:36:37 +02:00
Daniel Öster
1e50394b0f Centralize active_power_w writing 2024-11-13 22:41:51 +02:00
Daniel Öster
ec00b9be8f Refactor CAN logging 2024-11-11 20:26:35 +02:00
Daniel Öster
c3e67d2f62 Make discharge limits under settings datalayer 2024-11-10 11:49:31 +02:00
Daniel Öster
710a7339d8 Add charge/discharge current to datalayer 2024-11-08 22:56:53 +02:00
amarofarinha
f68539e9e2 Fake Battery and Web Server Adjustments 2024-11-07 09:34:29 +00:00
rha
a18f0bdbfb Merge branch 'main' into feature/kostal-rs485
Merge main
2024-11-06 21:20:01 +02:00
amarofarinha
ecc71eec60 Bug Fix for Precharge Contactor Handling in SHUTDOWN_REQUESTED State and Web Interface Enhancement for Contactor Status Display 2024-11-03 18:30:56 +00:00
Daniel Öster
e21001ae5b
Update Software.ino 2024-11-03 18:08:29 +02:00