Commit graph

156 commits

Author SHA1 Message Date
Paul Brand
00e44ccf9a Makes MDNS optional by user setting
Makes WIFI AP optional by user setting
Tweaks ifdefs for double battery and charger settings
Updates platformio platform packages
2024-08-24 23:14:01 +02:00
Daniel Öster
b84ee20c69
Merge pull request #410 from dalathegreat/feature/byd-sma
New protocol: BYD-SMA
2024-08-21 22:06:46 +03:00
Daniel Öster
5bcf17dc20 Make CAN sending batch based 2024-08-16 21:20:45 +03:00
Daniel Öster
031138862b Add skeleton for BYD-SMA 2024-08-14 23:27:33 +03:00
Daniel Öster
d16144ae0d Add Stark CANFD native support 2024-08-12 14:14:27 +03:00
Daniel
439f2cdbcf Add option to use CAN-FD as classic CAN 2024-08-09 18:47:23 +03:00
Daniel Öster
e183602f44 Start of CANFD refactoring 2024-08-09 16:13:13 +03:00
Daniel Öster
572c9c050b Add RX handlign via struct 2024-08-09 13:52:03 +03:00
Daniel
f51381897c Remove USB debug 2024-08-07 20:55:49 +03:00
Daniel
28c4bf1c7f Make CAN-FD work with refactor 2024-08-07 20:51:23 +03:00
Daniel Öster
e92f35e50b CAN-FD testing 2024-08-07 22:13:00 +03:00
Daniel Öster
c34bc58c8a Fix compilation issue 2024-08-06 14:15:41 +03:00
Daniel Öster
635f450e53 Make all components use new transmit function 2024-08-06 14:07:12 +03:00
Daniel Öster
d8b91eb34e Add event for using missing interface 2024-08-06 10:57:56 +03:00
Daniel Öster
4f508dba86 Refactor CAN sending to interface agnostic 2024-08-05 23:47:34 +03:00
Daniel Öster
28703453f9 Add can-configuration to webui 2024-08-05 22:14:23 +03:00
Daniel Öster
239cfeb03c Fix compilation error 2024-07-12 17:45:48 +03:00
Daniel Öster
f46dd6048f Add double battery support for Tesla S/3/X/Y 2024-07-12 15:05:00 +03:00
Daniel Öster
5f0301d672 Make builds pass 2024-07-11 23:25:08 +03:00
Daniel Öster
8b952b805c Add support for 2x LEAF batteries 2024-07-11 13:38:47 +03:00
Daniel Öster
1f295871b9 Merge branch 'main' into feature/double-battery 2024-07-11 12:29:21 +03:00
Daniel Öster
99fd0d46b2 Add SSID/PWD writing from webserver 2024-07-09 23:38:17 +03:00
Daniel Öster
43c06180eb
Merge pull request #357 from smaresca/smaresca/CHADEMO-Shunt-Refactor
CHAdeMO - shunt refactor
2024-07-08 20:36:02 +03:00
Daniel Öster
32e86ea00c
Merge pull request #368 from obbardc/wip/obbardc/ipace
Initial iPace battery support
2024-07-07 21:43:19 +03:00
Christopher Obbard
3c2b1e3cb3 Initial iPace battery support
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
2024-07-07 19:40:08 +01:00
Daniel Öster
145a6496e5
Merge pull request #365 from dalathegreat/feature/kia-hyundai-hybrid
Feature: New battery, Kia Niro Hybrid
2024-07-07 21:28:30 +03:00
Frank Spijkerman
897b4e7184 Removed MQTT subscription functionality 2024-06-26 17:29:56 +02:00
Steven Maresca
6fedbe5288 Software/USER_SETTINGS.h - remove ISA_SHUNT define 2024-06-16 19:28:11 -04:00
Daniel Öster
0e8c75beaa Split Zoe handling with OVMS info 2024-06-12 23:59:13 +03:00
Daniel
9b818bb41e Add skeleton for Kia-Hybrid 2024-06-11 21:15:19 +03:00
Daniel Öster
218ed254be
Feature: Add initial support for Atto 3 (#325)
* Add initial files for Atto 3
2024-06-10 23:35:30 +03:00
Daniel
8eeae699e5 Add skeleton for MG5 battery integration 2024-05-26 00:09:46 +03:00
Daniel Öster
7193938dcd
Merge pull request #309 from dalathegreat/feature/stark-hardware
Feature: Add initial support for Stark hardware
2024-05-19 21:05:48 +03:00
Daniel
d98996b7be Add Stark board as option 2024-05-17 23:10:04 +03:00
Steven Maresca
2aa6ca1cac Rework CHAdeMO support to more fully implement standard, including appropriate sequence for negotiation. Testing and further refinement is needed before this feature is entirely usable. 2024-05-16 18:24:41 -04:00
Steven Maresca
23c7443cb2 Add SimpleISA library for use in measuring current/voltage, lightly modified from source material to support ESP32-Arduino-CAN 2024-05-14 05:14:58 -04:00
itpr-gwis2
0fa7f7f92f Add debug functions for can fd 2024-05-05 19:53:23 +03:00
Daniel
a1cdd36469 Add initial files 2024-04-23 19:45:20 +03:00
Daniel
f83bbc35eb Minimum viable product for double battery 2024-04-20 20:39:59 +03:00
Cabooman
0fee07313a
Data layer introduction (#254)
* Active power, SOH

* Total and remaining capacity

* pre-commit, baby!

* Typo

* pre-commit wrestling

* Temp min/max

* Voltage and current

* Min/max design voltage

* BMS status, max charge/discharge, cell min/max

* BMS status cleanup

* Pre-commit, we meet again

* Cell voltages and minor fixes

* Cell number

* SOC

* Missed a spot

* Event handling moved, Wh bugs fixed, time measurements improved

* Pre-commit, old friend...

* Battery chemistry

* Update TESLA-MODEL-3-BATTERY.cpp

* Total capacity/Wh max, soem default values

* Good ol' pre-comm

* Some prio/core cleanup, docs...

* Contactor closing variables

* Max charge/discharge amps

* Data layer variable documentation

* USER_SETTINGS comments

* Charger comment

* Update datalayer.h
2024-04-15 22:26:10 +02:00
Cabooman
ffa7a54f20
Refactoring: Scalability and performance (#252)
Refactoring v5.7 step 1
2024-04-14 14:41:01 +02:00
Daniel Öster
63371c8b60
Feature: CAN-FD + EGMP batteries! (#244)
* ACAN2517FD lib addition, integrate support for canfd, and add initial EGMP battery capability
2024-04-08 20:45:14 +03:00
Daniel
0c62bf16df Add ifdefs for all prints. Remove example folders 2024-03-28 17:01:02 +02:00
Daniel
f533e938a3 Add webserver text when Volvo SPA battery used 2024-02-29 13:35:27 +02:00
Daniel
f4f32e0238 Add initial files for Volvo SPA batteries 2024-02-29 13:28:13 +02:00
Daniel
7bad65eb20 Fix wrong variable name and missing # 2024-02-20 23:22:49 +02:00
Daniel
4cf741a32b Make serial compile, add github workflow 2024-02-20 21:24:32 +02:00
Daniel
2c4fd25943 Change how parameter is read on startup 2024-02-19 23:33:10 +02:00
Daniel
e57cae0bbf Remove USER_SETTINGS 2024-02-19 14:46:36 +02:00
Daniel
032a0d75ee Rewrite part 1 2024-02-19 00:44:04 +02:00