Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release 2024.05.03 #948

Merged
merged 77 commits into from
May 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
811b64a
PowerLimiter.cpp: simplification and minor correction of logic table …
DDvO Mar 25, 2024
eff8d52
better alignment inverter, issue 360
Mar 25, 2024
91a0992
fix: VE.Direct MPPT data not always updated in websocket
schlimmchen Mar 26, 2024
6f3b8fb
Fix: Change default NTP server
tbnobody Mar 31, 2024
1888054
Fix: Re-Request grid profile parameters if received data are invalid …
tbnobody Mar 31, 2024
f0a8cab
webapp: update dependencies
tbnobody Mar 31, 2024
bdff1e1
Added github workflow to do some repository cleanup
tbnobody Mar 31, 2024
1258865
webapp: add app.js.gz
tbnobody Mar 31, 2024
6940418
Move source files for TimeoutHelper to correct directories
tbnobody Mar 31, 2024
58efd9e
Move source files for ThreadSafeQueue to correct directories
tbnobody Mar 31, 2024
8add226
Save flash: Move WebApi json parsing to separate method to prevent a …
tbnobody Apr 1, 2024
7186900
Fix include for TimeoutHelper
tbnobody Apr 1, 2024
da96273
Fix typo in German locale (#831)
PhilJaro Apr 2, 2024
d2d775d
Update espressif32 from 6.5.0 to 6.6.0
tbnobody Apr 2, 2024
8abf614
Feature: BMS initiated emergency charging
MalteSchm Mar 18, 2024
187f197
Feature: add unique prefix to VE.Direct messages
schlimmchen Mar 29, 2024
ad125ea
Fix: properly handle fragmented VE.Direct messages
schlimmchen Mar 29, 2024
b299b9d
VE.Direct: simplify access to data
schlimmchen Mar 29, 2024
92a7f27
VE.Direct: use float rather than double
schlimmchen Mar 29, 2024
43f553d
VE.Direct MQTT: simplify code
schlimmchen Mar 29, 2024
8c6e925
VE.Direct: make state machine timeout robust against overflow
schlimmchen Mar 29, 2024
ff44267
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24…
helgeerbe Apr 3, 2024
aadd730
Feature: add support for VE.Direct hex messages
SW-Niko Mar 11, 2024
6b8c93d
polish VE.Direct HEX support
schlimmchen Mar 30, 2024
21cdc69
Feature: use VE.Direct "network total DC power"
schlimmchen Apr 1, 2024
b55ca53
Fix: Setting DTU options was only possible once without reboot
tbnobody Apr 3, 2024
aa10c2c
Fix: Too small event_queue_size in AsyncTCP lead to wdt reset
tbnobody Apr 3, 2024
3934906
Merge pull request #836 from helgeerbe/merge-v24.3.31
schlimmchen Apr 3, 2024
e7a9c96
Upgrade ESP Async WebServer from 2.8.1 to 2.9.0
tbnobody Apr 3, 2024
2e3125f
Feature: Migrated ArduinoJson 6 to 7
tbnobody Apr 2, 2024
980e847
Feature: Check for out of memory situations when sending json responses
tbnobody Apr 4, 2024
ea28903
Move parsing of serial from web request to separate method
tbnobody Apr 4, 2024
b9ad1e3
VE.Direct: process more values and refactor variable names
SW-Niko Apr 3, 2024
0ed09ae
Feature: Huawei: add SoC stop threshold and verbose logging switch
eu-gh Sep 18, 2023
165a9bc
adjust VE.Direct MPPT yield resulotion (#859)
PhilJaro Apr 9, 2024
a9c3e05
PowerMeter admin: URL examples to the top and hidden if disabled
schlimmchen Apr 10, 2024
f634f58
Fix: DPL: use correct channel type to get inverter efficiency
schlimmchen Apr 11, 2024
8b3a1be
Fix: show AC input power of Huawei AC charger in live view
schlimmchen Apr 11, 2024
153293e
remove remaining usage of F() macro
schlimmchen Apr 12, 2024
4c2822c
remove usage of F() macro
schlimmchen Apr 12, 2024
bf49410
Merge branch 'pr1909' into dev
tbnobody Apr 12, 2024
b58d086
webapp: update dependencies
tbnobody Apr 12, 2024
de156ef
webapp: Fix lint errors
tbnobody Apr 12, 2024
011f00e
Fix: If unauthenticaed, the redirect to login page did not work
tbnobody Apr 12, 2024
68b1a9e
Remove no more required web server patch
tbnobody Apr 12, 2024
d098193
webapp: add app.js.gz
tbnobody Apr 12, 2024
cf1ea42
power limiter: remove obsolete enum
schlimmchen Apr 9, 2024
7e30711
Feature: DPL: introduce base load setting
schlimmchen Apr 9, 2024
52d7ac9
Feature: DPL: support setups without power meter
schlimmchen Apr 10, 2024
5fcf09d
fix hysteresis hint texts
schlimmchen Apr 10, 2024
4bc4def
DPL: insist on power meter value more recent than inverter stats
schlimmchen Apr 11, 2024
e92701c
reuse power meter's HTTP config struct
schlimmchen Apr 16, 2024
247cfe7
HTTP power meter: prevent out-of-bound array access
schlimmchen Apr 16, 2024
ede1abb
Feature: HTTP power meter: support mW/kW as units
schlimmchen Apr 16, 2024
abe01ae
Feature: HTTP power meter: support changing sign
schlimmchen Apr 17, 2024
4cd690d
VE.Direct: publish data retrieved from HEX protocol
schlimmchen Apr 18, 2024
1d4bea2
Fix: JK BMS: BMS name is second part of product ID
schlimmchen Apr 18, 2024
eb9bfd1
Fix: DPL mode 2 for solar-powered inverters
schlimmchen Apr 21, 2024
c36369a
Upgrade ESP Async WebServer from 2.9.0 to 2.9.3
tbnobody Apr 23, 2024
21cadab
Upgrade olikraus/U8g2 from 2.35.15 to 2.35.17
tbnobody Apr 23, 2024
74330a5
Feature: restart unresponsive inverter
schlimmchen Apr 18, 2024
f0df583
Feature: support for Huawei target power consumption
MalteSchm Apr 24, 2024
f8cc171
Fix: Return 404 (and nothing else) if file not found
tbnobody Apr 24, 2024
2940301
Fix: Device Manager shows 404 if no pin_mapping.json was available
tbnobody Apr 24, 2024
5ab4b6d
webapp: update dependencies
tbnobody Apr 24, 2024
5a93a7e
Updated timezone config
tbnobody Apr 24, 2024
4623839
webapp: add app.js.gz
tbnobody Apr 24, 2024
fdc5054
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into merge-v24…
helgeerbe Apr 25, 2024
64738a6
Introducing defines for RX2/TX2
MalteSchm Apr 25, 2024
84e83f2
adopt WebApiClass::parseRequestData() method
schlimmchen Apr 29, 2024
d3b306e
appease eslint
schlimmchen Apr 29, 2024
4e36c8c
Feature: battery interface: use HW serial 0 on ESP32-C3 or S3 (#933)
schlimmchen Apr 29, 2024
4cf596e
Merge pull request #923 from helgeerbe/merge-v24.4.12
schlimmchen Apr 29, 2024
18dab3c
Merge upstream tag 'v24.4.24' into development
schlimmchen May 2, 2024
744df41
Merge pull request #945 from helgeerbe/merge-v24.4.24
schlimmchen May 2, 2024
686b5df
Feature: Publish Huawei AC charger mode via MQTT (#876)
eu-gh May 2, 2024
6620ab4
Fix: VE.Direct: take the load current into account
SW-Niko Apr 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update espressif32 from 6.5.0 to 6.6.0
  • Loading branch information
tbnobody committed Apr 2, 2024
commit d2d775d687b1b5cd4898931b48de9b80c6ef57aa
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ extra_configs =
custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb

framework = arduino
platform = espressif32@6.5.0
platform = espressif32@6.6.0

build_flags =
-DPIOENV=\"$PIOENV\"