Skip to content

Commit c2e5d09

Browse files
committed
0.8.154 release
1 parent 2d5d62e commit c2e5d09

File tree

2 files changed

+18
-53
lines changed

2 files changed

+18
-53
lines changed

src/CHANGES.md

+17-52
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,19 @@
1-
Changelog v0.8.140
1+
Changelog v0.8.154
22

3-
* added HMS-400-1T support (serial number 1125...)
4-
* added further ESP8266 versions (-all, -minimal) because of small ressources on ESP8266
5-
* added some Gridprofiles
6-
* added support for characters in serial number of inverter (A-F)
7-
* added default coordinates on fresh install, needed for history graph on display and WebUI
8-
* added option to reset values on communication start (sunrise)
9-
* added max inverter temperature to WebUI
10-
* added yield day to history graph
11-
* added script and [instructions](../manual/factory_firmware.md) how to generate factory firmware which includes predefined settings
12-
* added button for downloading coredump (ESP32 variants only) to `/system`. Once a crash happens the reason can be checked afterwards (even after a reboot)
13-
* added support of HERF inverters, serial number is converted in Javascript
14-
* added device name to HTML title
15-
* added feature to restart Ahoy using MqTT
16-
* added feature to publish MqTT messages as JSON as well (new setting)
17-
* add timestamp to JSON output
18-
* improved communication to inverter
19-
* improved translation to German
20-
* improved HTML pages, reduced in size by only including relevant contents depending by chip type
21-
* improved history graph in WebUI
22-
* improved network routines
23-
* improved Wizard
24-
* improved WebUI by disabling upload and import buttons when no file is selected
25-
* improved queue, only add new object once they not exist in queue
26-
* improved MqTT `OnMessage` (threadsafe)
27-
* improved read of alarms, prevent duplicates, update alarm time if there is an update
28-
* improved alarms are now sorted in ascending direction
29-
* improved by prevent add inverter multiple times
30-
* improved sending active power controll commands
31-
* improved refresh routine of ePaper, full refresh each 12h
32-
* redesigned WebUI on `/system`
33-
* changed MqTT retained flags
34-
* change MqTT return value of power limit acknowledge from `boolean` to `float`. The value returned is the same as it was set to confirm reception (not the read back value)
35-
* converted ePaper and Ethernet to hal-SPI
36-
* combined Ethernet and WiFi variants - Ethernet is now always included, but needs to be enabled if needed
37-
* changed: Ethernet variants (W5500) now support WiFi as fall back / configuration
38-
* switch AsyncWebserver library
39-
* fixed autodiscovery for homeassistant
40-
* fix reset values functionality
41-
* fix read back of active power control value, now it has one decimal place
42-
* fix NTP issues
43-
* fixed MqTT discovery field `ALARM_MES_ID`
44-
* fix close button color of modal windows in dark mode
45-
* fixed calculation of max AC power
46-
* fixed reset values at midnight if WiFi isn't available
47-
* fixed HMT-1800-4T number of inputs
48-
* fix crash if invalid serial number was set -> inverter will be disabled automatically
49-
* fixed ESP8266, ESP32 static IP
50-
* fixed ethernet MAC address read back
51-
* update several libraries to more recent versions
52-
* removed `yield efficiency` because the inverter already calculates correct
3+
* fix display IP in ePaper display (ETH or WiFi, static or DHCP)
4+
* fix German translation
5+
* fix NTP lookup if internet connection is not there
6+
* fix MqTT discovery total
7+
* fix redirect after login
8+
* added fallback for NTP to gateway IP
9+
* added button for CMT inverters to catch them independend on which frequency they were before
10+
* added update warning once 0.9.x should be installed -> not possible using OTA because of changed partition layout
11+
* improved CMT communication
12+
* improved rssi display, if inverter isn't available, display '-- dBm'
13+
* improved sending limits of multiple inverters in very short timeframe
14+
* improved communication general
15+
* improved communication, don't interrupt current command by setting a new limit
16+
* increased maximum number of alarms to 50 for ESP32
17+
* updated libraries
5318

54-
full version log: [Development Log](https://github.com/lumapu/ahoy/blob/development03/src/CHANGES.md)
19+
full version log: [Development Log](https://github.com/lumapu/ahoy/blob/development03/src/CHANGES.md)

src/defines.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//-------------------------------------
1414
#define VERSION_MAJOR 0
1515
#define VERSION_MINOR 8
16-
#define VERSION_PATCH 140
16+
#define VERSION_PATCH 154
1717
//-------------------------------------
1818
typedef struct {
1919
uint8_t ch;

0 commit comments

Comments
 (0)