Commit graph

162 commits

Author SHA1 Message Date
Steven Maresca
5f2c11ba35 Basic support for the Chevy Volt Gen1 charger, including webserver integration. Intended to enable use of inverters lacking charging functions and standalone charging modes. 2024-01-31 01:09:39 -05:00
Cabooman
957a91e55e Loop function added, generic timer added, message buffer increased (you never know) 2024-01-30 07:36:43 +01:00
Daniel
93b6a3941e Code review naming 2024-01-29 20:03:36 +02:00
Daniel
79e98c997d Add ability to save parameters to flash 2024-01-28 22:54:01 +02:00
Daniel
cf77f4676b Add initial Santa Fe struct 2024-01-10 22:36:58 +02:00
Daniel Öster
af46eeea50
Merge branch 'main' into bugfix/renault-gkoe 2024-01-09 13:49:21 +02:00
Daniel
493bec29d9 Refactor and fix char/dis bug 2024-01-07 23:57:35 +02:00
Daniel
958ddde672 Separate Zoe and Kangoo 2024-01-06 23:53:28 +02:00
Daniel
e9aa9652ba Add color. Make memory safe 2023-12-31 17:07:03 +02:00
Daniel
78c0ac7009 Pre-commit fix 2023-12-20 23:50:59 +02:00
Daniel
bc6beaf1ab Code review by Dala 2023-12-20 23:47:16 +02:00
Daniel Öster
2ab1970e88
Merge branch 'main' into feature/double-lilygo 2023-12-19 00:17:07 +02:00
Daniel
90bb3fe843 Final fixes from andy 2023-12-18 00:34:50 +02:00
Dima Lipko
651335a9aa
Fix update data to sofar 2023-12-07 01:38:48 +02:00
lenvm
e37b8f7e1b reduce Luna2000 register allocation from 50k to 30k 2023-12-03 20:10:27 +01:00
lenvm
e7b1958ff5 add WEBSERVER macro to enable or disable webserver functionality 2023-12-03 20:10:27 +01:00
lenvm
ce47ffd452 add ElegantOTA to webserver 2023-12-03 20:10:27 +01:00
lenvm
34ab0a0900 add initial version of asynchronous webserver 2023-12-03 20:10:25 +01:00
Daniel
ced696379c Make LFP_Chemistry global 2023-11-28 13:41:02 +02:00
Daniel
ca21dae6ba Change inverterAllowsContactorClosing logic to default OFF 2023-11-28 12:40:24 +02:00
Daniel
1b297afa91 Improve logging 2023-11-27 23:53:40 +02:00
Daniel
470ddc7f81 Fix millis() bug 2023-11-27 23:49:31 +02:00
Daniel
bf1e10c32b Add debug output for Inverter lilygo 2023-11-27 23:15:24 +02:00
Daniel
4f6aecfdb2 Add error handling write values to 0 2023-11-25 11:53:42 +02:00
Daniel
44fa2ba3b0 Merge branch 'main' into feature/double-lilygo 2023-11-25 11:36:40 +02:00
Daniel
744db66f49 Latest fixes from Andy 2023-11-24 00:01:36 +02:00
rjsc
6e183f506b
Revert "New feature: Double LilyGo!" 2023-11-22 22:47:48 +00:00
rjsc
f1ac772d89
Merge pull request #103 from dalathegreat/feature/double-lilygo
New feature: Double LilyGo!
2023-11-22 22:09:52 +00:00
Daniel
79709ea7df Add compilation error for missing battery 2023-11-22 22:56:20 +02:00
Daniel
0bfb757dff Add fixes from AndyMack-e- 2023-11-21 21:46:49 +02:00
Daniel
154cd7f001 Add skeleton for SerialLink 2023-11-19 22:50:10 +02:00
Daniel
a1aea67d30 Add libraries 2023-11-19 22:23:35 +02:00
Daniel Öster
8dbf3960c4
Merge branch 'main' into feature/test-mode 2023-11-15 17:23:03 +02:00
lenvm
e2cac8f77d update uint8_t to bool 2023-11-14 22:01:59 +01:00
lenvm
ce08e00a5d use booleans for booleans 2023-11-14 22:01:31 +01:00
lenvm
ea64785545 add define for contactor parameters 2023-11-14 21:57:40 +01:00
Daniel
d4290cc430 Silly typo 2023-11-14 21:55:02 +02:00
Daniel
2621e29e5f Refactor LED defines 2023-11-14 21:52:41 +02:00
Daniel
edf032947b Add RGB LED test 2023-11-13 22:15:33 +02:00
Daniel
7767d39782 Add fake battery skeleton 2023-11-13 00:13:00 +02:00
lenvm
212244adbd add initialization functions 2023-11-12 12:58:52 +01:00
lenvm
ad17f5a800 update comments 2023-11-12 12:47:18 +01:00
lenvm
e552a59a13 change order of declarations in preamble, to match order in setup() 2023-11-12 12:32:58 +01:00
lenvm
c6e09c8610 update handle_inverter() to update_values(), to better reflect its function 2023-11-12 12:29:29 +01:00
lenvm
9e663fa166 split handle_can() into receive_can() and send_can() 2023-11-12 12:25:39 +01:00
lenvm
23797e7f7c reorder functions at bottom of Software.ino, to reflect order in main 2023-11-12 12:15:32 +01:00
Daniel
8c88352c5f Rewrite max/min voltage to save memory 2023-11-11 22:47:48 +02:00
lenvm
6500d2aa76 move files to directories where they belong to 2023-11-11 14:28:51 +01:00
lenvm
e1c84e32f4 update name of ESP32 CAN library from ThomasBarth-ESP32-CAN-Driver to miwagner-ESP32-Arduino-CAN
- this change is implemented as the README.md file states that the miwagner/ESP32-Arduino-CAN is used in a slightly modified form
2023-11-11 13:45:46 +01:00
lenvm
43c46bfb35 fix error in functions used for chademo battery 2023-11-10 19:23:10 +01:00