Commit graph

3582 commits

Author SHA1 Message Date
Daniel Öster
b6b812690f
Update Software.ino 2025-07-22 11:33:54 +03:00
Daniel Öster
342090f3b8
Merge pull request #1287 from kyberias/hal2
Hal refactoring and GPIO allocations
2025-07-22 11:33:18 +03:00
Daniel Öster
a26f28aaa3
Merge pull request #1333 from jonny5532/fix/cpu-temperature
Fix: Ignore erroneous 53.3c CPU temperature value that ESP32 often returns
2025-07-22 11:18:31 +03:00
Daniel Öster
3b598406b5
Update Software.ino 2025-07-22 11:16:31 +03:00
Jaakko Haakana
c0ff7aed88
Merge pull request #1327 from kyberias/fix-dates
Fix display of event dates
2025-07-22 09:27:31 +03:00
Jonny
606f4163d4 Ignore erroneous 53.3c CPU temperature value that ESP32 often returns 2025-07-22 06:29:02 +01:00
Daniel Öster
3b80dcb14f
Merge pull request #1328 from freddanastrom/improvement/BYD-Atto3-discharge-power
Atto 3: Max discharge power, charge power scaling and unknown values
2025-07-22 00:09:15 +03:00
Daniel Öster
85df91e443
Merge pull request #1307 from dalathegreat/feature/solxpow-protocol
Feature: Solxpow CAN protocol 
2025-07-21 23:33:58 +03:00
Daniel Öster
2cb32353e3
Merge pull request #1325 from dalathegreat/improvement/library-update-2025
Library 📜 : Update eModbus and ESP32 core
2025-07-21 23:31:46 +03:00
freddanastrom
45c084614b Using max discharge power from BMS, correction of scaling and mapping unknown values 2025-07-21 10:14:27 +02:00
Jaakko Haakana
276a548e9d Use safe get_timestamp 2025-07-21 10:01:44 +03:00
Jaakko Haakana
001d254cd3 Use rollover count at the time of the event, not the current value to
produce correct dates. Use 64-bit integers for timestamp to ease
arithmetic.
2025-07-21 09:52:07 +03:00
Daniel Öster
8c3a420ad0 Improve contactor logging via USB_DEBUG 2025-07-20 12:08:44 +03:00
Daniel Öster
0e62e5fc4b Remove wrong buttons 2025-07-20 11:15:03 +03:00
Daniel Öster
024dae7c64 Update eModbus to v1.7.4 2025-07-20 00:57:08 +03:00
Daniel Öster
a1557b955a Cherry pick eModbus/pull/412 2025-07-20 00:46:57 +03:00
Daniel Öster
b2587f3a36 Update ESP32 from 3.2.0 -> 3.2.1 2025-07-20 00:42:26 +03:00
Daniel Öster
9bc00b0faf Remove compilation error when using DEBUG_VIA_USB 2025-07-19 23:14:43 +03:00
Daniel Öster
627e6aeb26 Add still alive triggering on all known Tesla CAN messages 2025-07-19 22:12:51 +03:00
Daniel Öster
dbf2def0e2
Merge pull request #1324 from dalathegreat/bugfix/compiler-warning-sono
Fix compiler warning for overflow on Sono
2025-07-19 21:48:41 +03:00
Daniel Öster
8f4bf68df7 Fix compiler warning for overflow on Sono 2025-07-19 21:47:52 +03:00
Daniel Öster
fc20d6b7f6
Merge pull request #1318 from dalathegreat/bugfix/i3-startup
Handle WUP pin better for reboots
2025-07-19 21:21:51 +03:00
Daniel Öster
fedcc29662 Update credits section 2025-07-19 21:03:05 +03:00
Daniel Öster
5ddc68682a
Update Software.ino 2025-07-19 17:07:37 +03:00
Daniel Öster
2974601228
Merge pull request #1301 from dalathegreat/bugfix/bolt-ampera-7E4-poll
GM BEV2: Add SOC candidate
2025-07-19 16:22:31 +03:00
Daniel Öster
2384e72403 Add Init/Error display for temperatre to more battery info page 2025-07-19 14:53:07 +03:00
Daniel Öster
4ac1052675
Merge pull request #1315 from freddanastrom/feature/BYD-Atto3-soc-ramp-down
Atto 3: Add ramp down of discharge power
2025-07-19 14:11:38 +03:00
Jaakko Haakana
0c6a3baa2f
Merge pull request #1320 from kyberias/fix-kostal
Fix RS485 inverters by proper registration of a receiver
2025-07-18 17:53:28 +03:00
freddanastrom
fe7e4de3de Rampdown improvement and safety checks 2025-07-18 10:30:09 +02:00
Jaakko Haakana
34a13bdf2a Register RS485 inverter as a receiver 2025-07-18 10:24:10 +03:00
Jaakko Haakana
a131fca7c1 Merge from main and fix conflicts 2025-07-18 09:44:47 +03:00
Jaakko Haakana
60aa3da5ee Fix Zoe1 double battery on common image 2025-07-18 09:03:01 +03:00
Daniel Öster
59d4dd4a8a change from packvoltage to cell estimated SOC 2025-07-18 00:17:45 +03:00
Daniel Öster
f77401a26f Handle WUP pin better for reboots 2025-07-17 23:59:39 +03:00
Daniel Öster
68889a4f35 Replace polled current with periodically sent current 2025-07-17 23:14:26 +03:00
Daniel Öster
d15be7ef75 Improve note on GTW settings 2025-07-16 23:42:12 +03:00
Daniel Öster
3a6c3904c4 Convert more of send-all branch to main 2025-07-16 22:14:48 +03:00
Daniel Öster
2de724e1d2
Merge pull request #1277 from dalathegreat/feature/sofar-multiple-packs
Feature: Sofar CAN protocol 
2025-07-16 21:30:25 +03:00
Jaakko Haakana
aedc4e8443 Remove redundant check 2025-07-16 09:16:45 +03:00
Daniel Öster
3c0928d7fc
MEB: Fix contactors incorrectly opening after 49 days. (#1308)
Fixed rollover millis bug (#1308)
2025-07-15 20:18:28 +02:00
freddanastrom
1477ea2f81 Add ramp down of discharge power 2025-07-15 15:53:38 +02:00
Daniel Öster
e15f28ec40 Take into use greenoem method 2025-07-15 15:44:56 +03:00
Daniel Öster
d587d9176c Re-enable estimated SOC 2025-07-15 14:26:30 +03:00
Daniel Öster
5f72e66acd Change from polled to periodically sent values 2025-07-15 14:00:02 +03:00
Daniel Öster
268e8b4947 Correct decoding on cell matrix messages 2025-07-15 00:45:41 +03:00
Jaakko Haakana
c2fa2ae68d Use default values for mqtt topics when none given 2025-07-14 09:39:32 +03:00
Jaakko Haakana
ec1cee929a Eliminate some warnings 2025-07-14 09:23:48 +03:00
Daniel Öster
4c2713cb9b Add Solxpow protocol 2025-07-13 23:39:34 +03:00
Jaakko Haakana
895ebc07a2 Clarify GPIO error messages 2025-07-13 09:51:25 +03:00
Jaakko Haakana
18927d2450 Fix error check 2025-07-13 09:44:30 +03:00