Commit Graph

5752 Commits

Author SHA1 Message Date
MichaelDvP
534989e4bb Merge branch 'dev' into core3 2026-07-10 13:19:39 +02:00
MichaelDvP
0a5d0fbf88 Merge remote-tracking branch 'emsesp/core3' into core3 2026-07-10 12:37:31 +02:00
MichaelDvP
fd284ce57d fix memoryleak 2026-07-10 12:34:18 +02:00
MichaelDvP
f31dbd44a5 rollback regex 2026-07-10 12:13:31 +02:00
MichaelDvP
5c55c2216e rollback regex
crashes
2026-07-10 10:41:43 +02:00
MichaelDvP
5a1d06d39e fix possible memory leaks 2026-07-10 09:33:15 +02:00
MichaelDvP
fa31dcdf24 use F7 only for auto mode 2026-07-10 08:33:19 +02:00
MichaelDvP
2c80cc597e SRC modes from set-telegram 2026-07-10 08:17:53 +02:00
MichaelDvP
d7641fbb2f use regex for isnum 2026-07-10 08:16:58 +02:00
MichaelDvP
2255ad0b17 update modbus 2026-07-09 19:46:45 +02:00
MichaelDvP
ed8adf2617 SRC modes from MenuConfig F7 2026-07-09 19:42:32 +02:00
MichaelDvP
5c2205cf65 calc_dew to helpers 2026-07-09 19:41:54 +02:00
MichaelDvP
f6cb695635 direct call compute 2026-07-09 19:41:13 +02:00
MichaelDvP
fae0f9fb49 changelog 2026-07-06 17:12:41 +02:00
MichaelDvP
8638424d5b fix water circulation for dhw circuits 1/2 2026-07-06 17:00:12 +02:00
MichaelDvP
1d016ec356 formatting, manual set time 2026-07-06 16:55:23 +02:00
MichaelDvP
f16b10f544 fix different timezones 2026-07-06 16:11:14 +02:00
MichaelDvP
dd0c8a5ca8 SRC cooling mode, guess 2026-07-06 10:24:27 +02:00
MichaelDvP
7175191c66 Merge remote-tracking branch 'emsesp/dev' into dev 2026-07-06 08:25:11 +02:00
MichaelDvP
f7a81c50b0 fix standalone, formatting 2026-07-06 08:24:43 +02:00
MichaelDvP
abd1c36ec9 option to sync thermostat clock 2026-07-05 21:20:54 +02:00
Rainer
ebd6d15c48 update water.cpp: modify set_wwCircTc to use new command values 2026-07-05 17:34:20 +02:00
MichaelDvP
f4979d905d hpminflowtemp telegramoffset depends on control 2026-06-29 21:17:51 +02:00
MichaelDvP
496884c78a dev.9, changelog 2026-06-29 10:02:58 +02:00
MichaelDvP
696c82364e fix offset of hpminflowtemp #3144 2026-06-29 10:01:34 +02:00
proddy
55a0e4b2b5 Revert "Reduce DeviceValue heap usage with on-demand custom name"
This reverts commit 5aadf7234f.
2026-06-28 16:30:24 +02:00
proddy
eceb097cc7 fix thermostat date/time for HT3 2026-06-28 16:08:31 +02:00
proddy
1040450cb2 fix set datetime for junkers 2026-06-28 16:03:31 +02:00
proddy
7f308f4036 auto-formatting 2026-06-28 14:39:02 +02:00
proddy
61d3ad023a updates from 3.8.3-dev.7 2026-06-28 14:38:29 +02:00
Proddy
0e18645ba5 Merge branch 'emsesp:dev' into dev 2026-06-27 14:32:48 +02:00
MichaelDvP
943048a920 dev.7 2026-06-27 13:14:57 +02:00
MichaelDvP
2b8a0bd8b7 Merge remote-tracking branch 'emsesp/dev' into dev 2026-06-27 13:06:19 +02:00
MichaelDvP
d83b56a13c calcutae dewtemp for Easycontrol, #3135 2026-06-27 13:03:10 +02:00
proddy
1a603e70ec AP crash and infinite loop during WiFi scan #3128 2026-06-25 21:29:02 +02:00
proddy
2a6b436b2e fix: negative dew point calculation (emulated RC100H) #3134 2026-06-25 21:23:49 +02:00
Proddy
1f34a41d27 Merge branch 'emsesp:dev' into dev 2026-06-25 21:14:59 +02:00
s-schnitzer
855edace20 fix: negative dew point calc. (emulated RC100H) 2026-06-25 18:10:52 +02:00
MichaelDvP
20e3d6a19b dev.7, fix crash 2026-06-23 07:57:55 +02:00
proddy
745d87c6d2 fixes https://github.com/emsesp/EMS-ESP32/discussions/3127 2026-06-22 22:54:25 +02:00
MichaelDvP
67953fccd6 from PR #3128 2026-06-22 11:59:06 +02:00
MichaelDvP
ec8c94f733 wifi scanner, mock example schedule 2026-06-22 08:12:54 +02:00
soderdaen
b6a7fb0bf0 Update changelog_latest.md and emsesp_version 2026-06-21 21:15:47 +02:00
MichaelDvP
95f475ab6f command message calsl compute direct,#3127 2026-06-21 10:53:10 +02:00
proddy
74e260b4be 3.9.0-dev.14 2026-06-21 10:48:02 +02:00
soderdaen
f8fa092ac3 Fix: AP crash and infinite loop during WiFi scan. 2026-06-20 10:42:38 +02:00
proddy
5aadf7234f Reduce DeviceValue heap usage with on-demand custom name
Store the per-entity custom_fullname as a heap-allocated string that is
only created when a custom name is actually set, instead of an inline
std::string on every DeviceValue. Saves ~20 bytes per entity (hundreds to
~1000 entities), reclaiming internal heap on no-PSRAM boards.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 19:53:14 +02:00
Proddy
437b8447a2 Merge pull request #3122 from proddy/commands
Commands - update web
2026-06-14 17:11:13 +02:00
proddy
fa265e8ea4 3.9.0-dev.13 2026-06-14 17:09:52 +02:00
MichaelDvP
c260914dac fix update warning message 2026-06-14 08:59:50 +02:00