Skip to content

Commit

Permalink
Some major 1.1 changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
Olli69 committed May 5, 2024
1 parent 1a06b9f commit 5183bd8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
* Load management based on measured energy consumption
* Developed channel rules UI: picking blocks, hours, etc and default rule / channel
* Standalone mode (no WiFi connection) with limited set of variables, requires HAN P1 Serial connection
* Supports LilyGO T-Relay S3 (esp32s3lilygo-6ch) with connected HAN P1 adapter + RGB signal led connected to the external cascade port (from beta4)

### Bug Fixes
* http 1.1 response handling/cleanup rewritten. Should fix Entso-E price query zero price errors.
* Extended memory allocation for long channel rulesets, see. issue 41
* "Serial.flush();" made conditional to prevent stall in LilyGo ESP32-S with usb power.

### Other Changes
* Price time series are cached in the NVR. New price query not needed after restart of MCU if price data is valid.
Expand Down
2 changes: 1 addition & 1 deletion data/data/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.1.0-beta4.5175 - 2024-05-04 12:05:00
1.1.0-beta4.5176 - 2024-05-05 10:46:16

6 changes: 3 additions & 3 deletions include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#define VERSION_BASE "1.1.0-beta4"
#endif
#ifndef BUILD_NUMBER
#define BUILD_NUMBER "5175"
#define BUILD_NUMBER "5176"
#endif
#ifndef VERSION
#define VERSION "1.1.0-beta4.5175 - 2024-05-04 12:05:00"
#define VERSION "1.1.0-beta4.5176 - 2024-05-05 10:46:16"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "1.1.0-beta4.5175"
#define VERSION_SHORT "1.1.0-beta4.5176"
#endif
#ifndef ESP_IDF_VERSION_CUSTOM
#define ESP_IDF_VERSION_CUSTOM "4.4.5"
Expand Down
2 changes: 1 addition & 1 deletion versioning
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5175
5176

0 comments on commit 5183bd8

Please sign in to comment.