Commit graph

2942 commits

Author SHA1 Message Date
Daniel Öster
a7897f30e6
Update Software.ino 2025-08-16 12:17:28 +03:00
Daniel Öster
6e6e9dea49
Update Software.ino 2025-08-15 20:34:01 +03:00
Daniel Öster
7f54b2a6f2
Merge pull request #1417 from dalathegreat/cleanup/uptime
Cleanup 🧹 Remove obsolete uptime library
2025-08-15 20:33:18 +03:00
Daniel Öster
6c0675c85a
Merge pull request #1408 from dalathegreat/bugfix/sofar-fix
Sofar CAN: Reduced CAN sending rate, improved inverter response
2025-08-15 20:32:26 +03:00
Daniel Öster
ca1bb08973
Merge pull request #1400 from dalathegreat/bugfix/pairing-success-rate-SMA
SMA (All protocols): Improve pairing success rate
2025-08-15 20:31:09 +03:00
Daniel Öster
73834cceeb
Merge pull request #1378 from jonny5532/feature/modbus-inverter-ram-usage
Make Modbus inverters allocate their own register memory as required
2025-08-15 20:30:36 +03:00
Daniel Öster
dc01dea9b2 Remove static, adjust datatypes 2025-08-15 18:52:58 +03:00
Jonny
71b552a6f6 Revert AsyncTCP extra taskYIELD (unnecessary) 2025-08-15 08:57:52 +01:00
Daniel Öster
7fa65629e7
Merge pull request #1416 from dalathegreat/bugfix/nvrol-stop-streaming
Bugfix Zoe2: Improve NVROL streaming
2025-08-14 23:27:30 +03:00
Daniel Öster
102c359f5d Improve calculation 2025-08-14 21:46:32 +03:00
Daniel Öster
5d6c845573 Simplify uptime calculation with millis64 2025-08-14 21:37:33 +03:00
Daniel Öster
cf3db85d20
Merge pull request #1396 from jonny5532/fix/sort-out-watchdogs
Readd watchdog (re)initialization code, disable idle timeouts, make AsyncTCP yield (discuss!)
2025-08-14 19:37:44 +03:00
Daniel Öster
7c4586e602 Add 100ms message 0x375 status 2025-08-14 16:44:40 +03:00
Daniel Öster
02739cc32f Add vehicle ID and Boost time CAN sending 2025-08-14 16:28:18 +03:00
Daniel Öster
64ad1fc472 Switch to periodically sent cellvoltages for faster read 2025-08-14 16:14:56 +03:00
Daniel Öster
0dad293d96 Add corrupted CAN message detection 2025-08-14 15:56:51 +03:00
Daniel Öster
2dff7c62af Add CRC handling. Add 0x0EE pedal position message 2025-08-14 14:59:42 +03:00
Daniel Öster
3fff2bde2b Add Interlock event incase connectors not seated 2025-08-14 12:58:36 +03:00
Daniel Öster
a0c1a2f8fd Implement still alive CAN, speedup voltage reading 2025-08-14 12:52:14 +03:00
Daniel Öster
a890447efa Improve NVROL streaming 2025-08-14 11:50:28 +03:00
Daniel Öster
146420b91b Update ESP32AsyncWebServer to v3.8.0 2025-08-13 18:04:18 +03:00
Daniel Öster
9ce4f98e19
Merge pull request #1403 from dalathegreat/bugfix/ZE1-LEAF-CAN
Nissan LEAF: Add more ZE1 CAN message sending
2025-08-13 17:44:27 +03:00
Daniel Öster
c92a99590c
Merge pull request #1402 from jonny5532/feature/constexpr-can-messages-main
Add static constexpr to lots of static battery CAN_frames to save RAM
2025-08-13 17:40:30 +03:00
Daniel Öster
161e33ad97 Add voltage limits to RangeRoverPHEV 2025-08-13 15:57:39 +03:00
Daniel Öster
17226d94ed
Merge pull request #1405 from dalathegreat/bugfix/ix-startup-error
BMW iX, i4‐i7: Reduce startup events
2025-08-13 13:57:09 +03:00
Daniel Öster
1625e34ed4 Reduced CAN sending rate, improved inverter response 2025-08-10 22:44:42 +03:00
Daniel Öster
d03050963a Increase max capacity from 120kWh to 400kWh 2025-08-10 21:42:01 +03:00
Daniel Öster
91a32e60c2
Merge pull request #1399 from dalathegreat/feature/sol-ark-lv
New inverter protocol  Sol-Ark LV CAN
2025-08-09 14:26:38 +03:00
Daniel Öster
fb1b7194ba
Merge pull request #1392 from dalathegreat/bugfix/volvo-robustness
Volvo SPA: Improve robustness of reading of values
2025-08-09 14:26:21 +03:00
Daniel Öster
d7e73794f9 Add event for low 12V voltage 2025-08-08 15:07:01 +03:00
Daniel Öster
7becd8c2b2 Fix datatypes and startup voltage value 2025-08-08 15:04:41 +03:00
Daniel Öster
c617499da8 Add HX to More Battery Info Page 2025-08-08 11:29:48 +03:00
Daniel Öster
d31fa7f118 Add more ZE1 CAN message sending 2025-08-07 23:42:10 +03:00
Jonny
ab3d63ab18 Add static constexpr to lots of static battery CAN_frames to save RAM 2025-08-07 21:31:11 +01:00
Daniel Öster
d0c8886250 Improve pairing success rate 2025-08-07 20:49:27 +03:00
Daniel Öster
16ec6791e3 Finalize SolArkLV protocol 2025-08-07 19:24:56 +03:00
Daniel Öster
83d2b2a754 Add configuration option for Sol-Ark 2025-08-07 19:21:53 +03:00
Daniel Öster
a27f9c45af
Merge pull request #1397 from kyberias/fix-dbl-cont
Fix double battery contactor control settings
2025-08-07 19:13:22 +03:00
Jaakko Haakana
4469d07b82 Fix double battery contactor control settings 2025-08-07 15:57:51 +03:00
Jonny
de770144a2 Make AsyncTCP yield each loop, to let other same-prio tasks get a turn 2025-08-07 09:48:06 +01:00
Jonny
5f23463914 Readd watchdog (re)initialization, disable idle watchdogs 2025-08-07 09:48:03 +01:00
Jonny
9eac0a90b5 Refactor Modbus inverter handling into superclass, use std::map instead of static array 2025-08-06 20:25:57 +01:00
Jonny
b2e9515d44 Fix invalid C++ in eModbus (0xff in a char[]) 2025-08-06 20:23:31 +01:00
Daniel Öster
675f1e9771
Update Software.ino 2025-08-06 15:47:26 +03:00
Daniel Öster
5c306230fc Improve robustness of reading of values 2025-08-06 15:35:32 +03:00
Daniel Öster
2d9660e6c5 Add Sol-ark files 2025-08-06 15:31:45 +03:00
Daniel Öster
15ddc87afa
Update Software.ino 2025-08-04 23:07:23 +03:00
Jaakko Haakana
d8534b8fa0 Merge from main and fix conflicts 2025-08-03 21:54:06 +03:00
Daniel Öster
27f95c5388
Merge pull request #1367 from dalathegreat/feature/growatt-WIT
New Inverter  Add initial support for Growatt Wit CAN
2025-08-03 21:00:14 +03:00
Daniel Öster
6ab63497f4 Fix startup crash 2025-08-03 20:52:50 +03:00