forked from lumapu/ahoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:modem-man-gmx/ahoy
- Loading branch information
Showing
18 changed files
with
287 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,27 @@ | ||
# Changelog v0.5.66 | ||
# Changelog | ||
|
||
**Note:** Version `0.5.42` to `0.5.65` were development versions. Last release version was `0.5.41` | ||
Detailed change log (development changes): https://github.com/lumapu/ahoy/blob/945a671d27d10d0f7c175ebbf2fbb2806f9cd79a/src/CHANGES.md | ||
(starting from release version `0.5.66`) | ||
|
||
## 0.5.70 | ||
* corrected MQTT `comm_disabled` #529 | ||
|
||
* updated REST API and MQTT (both of them use the same functionality) | ||
* improved stability | ||
* Regular expressions for input fields which are used for MQTT to be compliant to MQTT | ||
* WiFi optimization (AP Mode and STA in parallel, reconnect if local STA is unavailable) | ||
* improved display of `/system` | ||
* fix Update button protection (prevent double click #527) | ||
* optimized scheduler #515 | ||
* fix of duplicates in API `/api/record/live` (#526) | ||
* added update information to `index.html` (check for update with github.com) | ||
* fix web logout (auto logout) | ||
* switched MQTT library | ||
* removed MQTT `available_text` (can be deducted from `available`) | ||
* enhanced MQTT documentation in `User_Manual.md` | ||
* changed MQTT topic `status` to nummeric value, check documentation in `User_Manual.md` | ||
* added immediate (each minute) report of inverter status MQTT #522 | ||
* increased MQTT user, pwd and topic length to 64 characters + `\0`. (The string end `\0` reduces the available size by one) #516 | ||
* added disable night communication flag to MQTT #505 | ||
* added MQTT <TOPIC>/status to show status over all inverters | ||
* added MQTT RX counter to index.html | ||
* added protection mask to select which pages should be protected | ||
* added monochrome display that show values also if nothing changed and in offline mode #498 | ||
* added icons to index.html, added WiFi-strength symbol on each page | ||
* refactored communication offset (adjustable in minutes now) | ||
* factory reset formats entire little fs | ||
* renamed sunrise / sunset on index.html to start / stop communication | ||
* fixed static IP save | ||
* fix NTP with static IP | ||
* all values are displayed on /live even if they are 0 | ||
* added NRF24 info to Systeminfo | ||
* reordered enqueue commands after boot up to prevent same payload length for successive commands | ||
## 0.5.69 | ||
* merged SH1106 1.3" Display, thx @dAjaY85 | ||
* added SH1106 to automatic build | ||
* added IP address to MQTT (version, device and IP are retained and only transmitted once after boot) #556 | ||
* added `set_power_limit` acknowledge MQTT publish #553 | ||
* changed: version, device name are only published via MQTT once after boot | ||
* added `Login` to menu if admin password is set #554 | ||
* added `development` to second changelog link in `index.html` #543 | ||
* added interval for MQTT (as option). With this settings MQTT live data is published in a fixed timing (only if inverter is available) #542, #523 | ||
* added MQTT `comm_disabled` #529 | ||
* changed name of binaries, moved GIT-Sha to the front #538 | ||
|
||
## 0.5.68 | ||
* repaired receive payload | ||
* Powerlimit is transfered immediately to inverter | ||
|
||
## 0.5.67 | ||
* changed calculation of start / stop communication to 1 min after last comm. stop #515 | ||
* moved payload send to `payload.h`, function `ivSend` #515 | ||
* payload: if last frame is missing, request all frames again |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.